@charset "UTF-8";
/*============================================================================
  Shopify Timber v2.0.0 | github.com/shopify/timber
  Copyright 2014 Shopify Inc.
  Author Carson Shold @cshold
  Built with Sass - http://sass-lang.com/

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - This file merges your stylesheets into one master at assets/timber.scss.liquid
==============================================================================*/
/* @font-face {
    font-family: 'trend_rough_sansone';
    src: url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/trendroughsansone-webfont.eot?v=68360602106632311141657044928 ');
    src: url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/trendroughsansone-webfont.eot?v=68360602106632311141657044928?#iefix ') format('embedded-opentype'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/trendroughsansone-webfont.woff2?v=147284353141533220781657044931 ') format('woff'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/trendroughsansone-webfont.woff?v=181827824494281316761657044931 ') format('woff'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/trendroughsansone-webfont.ttf?v=55615495838389986901657044930 ') format('truetype'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/trendroughsansone-webfont.svg?v=85662549488703744321657044929#trend_rough_sansone ') format('svg');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'trend_rough_sansone';
    src: url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendRoughSansOne.eot?v=3963012250936803181657044932 ');
    src: url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendRoughSansOne.eot?v=3963012250936803181657044932?#iefix ') format('embedded-opentype'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendRoughSansOne.woff2?v=151170276690299622471657044935 ') format('woff'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendRoughSansOne.woff?v=34634534401456590501657044934 ') format('woff'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendRoughSansOne.ttf?v=48708789588067820291657044934 ') format('truetype'),
    url(' //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendRoughSansOne.svg?v=100290819754629699531657044933#trend_rough_sansone ') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'TrendSansOne';
  src: url(" //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendSans-One-webfont.woff2?v=33535564860425680041657044940 ") format("woff2"), url(" //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendSans-One-webfont.woff?v=181602715741848557451657044936 ") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TrendSansOne';
  src: url(" //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendSans-One-Italic-webfont.woff2?v=91275691542977426311657044936 ") format("woff2"), url(" //cdn.shopify.com/s/files/1/1296/0139/t/20/assets/TrendSans-One-Italic-webfont.woff?v=92701300780283085341657044935 ") format("woff");
  font-weight: normal;
  font-style: italic; }

/*================ Variables, theme settings, and Sass mixins ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Accent text
==============================================================================*/
/* $small: 480px; */
/* $preMedium: $medium - $viewportIncrement; */
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography variables ================*/
/*================ Global | Normalize ================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*================ Site-wide styles ================*/
/*================ Partials | Layout Styles ================*/
html {
  background-color: white; }

body {
  background-color: white; }

.wrapper {
  *zoom: 1;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 7.5px;
  padding: 0 20px; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper.smaller {
    max-width: 890px; }
  @media screen and (min-width: 680px) {
    .wrapper {
      /*     padding: 0 $gridGutter; */
      padding: 0 20px; } }

.main-content {
  display: block;
  margin-top: 30px;
  padding-bottom: 15px;
  overflow: hidden; }

hr {
  clear: both;
  border-top: solid #dddddd;
  border-width: 1px 0 0;
  margin: 15px 0;
  height: 0; }
  hr.hr--small {
    margin: 7.5px 0; }
  hr.hr--clear {
    border-top-color: transparent; }
  .template-index .main-content .grid-uniform + hr.hr--clear {
    display: none; }

/*================ Partials | Typography styles ================*/
body,
input,
textarea,
button,
select {
  font-size: 18px;
  line-height: 1.7;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: 300; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0 0 7.5px;
  line-height: 1.4; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 1.55556em; }

h3, .h3 {
  font-size: 1.33333em; }

h4, .h4 {
  font-size: 1em; }

h5, .h5 {
  font-size: 0.88889em; }

h6, .h6 {
  font-size: 0.77778em; }

p {
  margin: 0 0 7.5px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 15px;
  padding: 7.5px 15px;
  border-left: 1px solid #dddddd; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 7.5px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: "\2014 \0020"; }

code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 7.5px;
  margin: 0 0 15px; }

/*================ Partials | Lists ================*/
ul, ol {
  margin: 0 0 15px;
  padding: 0; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px; }

li {
  margin-bottom: 0.25em; }

ol, ul.square, .rte ul ul ul, ul.disc, .rte ul {
  margin-left: 20px; }

ul.square, .rte ul ul ul {
  list-style: square outside; }

ul.disc, .rte ul {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.inline-list li {
  display: inline-block;
  margin-bottom: 0; }

/*================ Partials | Tables ================*/
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 7.5px;
  border: 1px solid #dddddd; }

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    content: "";
    display: table;
    clear: both; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px; }

.grid__item {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
  /** Whole */
  .xsmall--one-whole {
    width: 100%; }

  /* Halves */
  .xsmall--one-half {
    width: 50%; }

  /* Thirds */
  .xsmall--one-third {
    width: 33.333%; }

  .xsmall--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .xsmall--one-quarter {
    width: 25%; }

  .xsmall--two-quarters {
    width: 50%; }

  .xsmall--three-quarters {
    width: 75%; }

  /* Fifths */
  .xsmall--one-fifth {
    width: 20%; }

  .xsmall--two-fifths {
    width: 40%; }

  .xsmall--three-fifths {
    width: 60%; }

  .xsmall--four-fifths {
    width: 80%; }

  /* Sixths */
  .xsmall--one-sixth {
    width: 16.666%; }

  .xsmall--two-sixths {
    width: 33.333%; }

  .xsmall--three-sixths {
    width: 50%; }

  .xsmall--four-sixths {
    width: 66.666%; }

  .xsmall--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .xsmall--one-eighth {
    width: 12.5%; }

  .xsmall--two-eighths {
    width: 25%; }

  .xsmall--three-eighths {
    width: 37.5%; }

  .xsmall--four-eighths {
    width: 50%; }

  .xsmall--five-eighths {
    width: 62.5%; }

  .xsmall--six-eighths {
    width: 75%; }

  .xsmall--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .xsmall--one-tenth {
    width: 10%; }

  .xsmall--two-tenths {
    width: 20%; }

  .xsmall--three-tenths {
    width: 30%; }

  .xsmall--four-tenths {
    width: 40%; }

  .xsmall--five-tenths {
    width: 50%; }

  .xsmall--six-tenths {
    width: 60%; }

  .xsmall--seven-tenths {
    width: 70%; }

  .xsmall--eight-tenths {
    width: 80%; }

  .xsmall--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .xsmall--one-twelfth {
    width: 8.333%; }

  .xsmall--two-twelfths {
    width: 16.666%; }

  .xsmall--three-twelfths {
    width: 25%; }

  .xsmall--four-twelfths {
    width: 33.333%; }

  .xsmall--five-twelfths {
    width: 41.666%; }

  .xsmall--six-twelfths {
    width: 50%; }

  .xsmall--seven-twelfths {
    width: 58.333%; }

  .xsmall--eight-twelfths {
    width: 66.666%; }

  .xsmall--nine-twelfths {
    width: 75%; }

  .xsmall--ten-twelfths {
    width: 83.333%; }

  .xsmall--eleven-twelfths {
    width: 91.666%; }

  .xsmall--show {
    display: block !important; }

  .xsmall--hide {
    display: none !important; }

  .xsmall--text-left {
    text-align: left !important; }

  .xsmall--text-right {
    text-align: right !important; }

  .xsmall--text-center {
    text-align: center !important; }

  .xsmall--left {
    float: left !important; }

  .xsmall--right {
    float: right !important; }

  .grid-uniform .xsmall--one-half:nth-child(2n+1),
  .grid-uniform .xsmall--one-third:nth-child(3n+1),
  .grid-uniform .xsmall--one-quarter:nth-child(4n+1),
  .grid-uniform .xsmall--one-fifth:nth-child(5n+1),
  .grid-uniform .xsmall--one-sixth:nth-child(6n+1),
  .grid-uniform .xsmall--two-sixths:nth-child(3n+1),
  .grid-uniform .xsmall--three-sixths:nth-child(2n+1),
  .grid-uniform .xsmall--two-eighths:nth-child(4n+1),
  .grid-uniform .xsmall--four-eighths:nth-child(2n+1),
  .grid-uniform .xsmall--five-tenths:nth-child(2n+1),
  .grid-uniform .xsmall--one-twelfth:nth-child(12n+1),
  .grid-uniform .xsmall--two-twelfths:nth-child(6n+1),
  .grid-uniform .xsmall--three-twelfths:nth-child(4n+1),
  .grid-uniform .xsmall--four-twelfths:nth-child(3n+1),
  .grid-uniform .xsmall--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 680px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.333%; }

  .small--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; }

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 681px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.333%; }

  .medium--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.666%; }

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%; }

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; }

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 770px) and (max-width: 968px) {
  /** Whole */
  .premedium--one-whole {
    width: 100%; }

  /* Halves */
  .premedium--one-half {
    width: 50%; }

  /* Thirds */
  .premedium--one-third {
    width: 33.333%; }

  .premedium--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .premedium--one-quarter {
    width: 25%; }

  .premedium--two-quarters {
    width: 50%; }

  .premedium--three-quarters {
    width: 75%; }

  /* Fifths */
  .premedium--one-fifth {
    width: 20%; }

  .premedium--two-fifths {
    width: 40%; }

  .premedium--three-fifths {
    width: 60%; }

  .premedium--four-fifths {
    width: 80%; }

  /* Sixths */
  .premedium--one-sixth {
    width: 16.666%; }

  .premedium--two-sixths {
    width: 33.333%; }

  .premedium--three-sixths {
    width: 50%; }

  .premedium--four-sixths {
    width: 66.666%; }

  .premedium--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .premedium--one-eighth {
    width: 12.5%; }

  .premedium--two-eighths {
    width: 25%; }

  .premedium--three-eighths {
    width: 37.5%; }

  .premedium--four-eighths {
    width: 50%; }

  .premedium--five-eighths {
    width: 62.5%; }

  .premedium--six-eighths {
    width: 75%; }

  .premedium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .premedium--one-tenth {
    width: 10%; }

  .premedium--two-tenths {
    width: 20%; }

  .premedium--three-tenths {
    width: 30%; }

  .premedium--four-tenths {
    width: 40%; }

  .premedium--five-tenths {
    width: 50%; }

  .premedium--six-tenths {
    width: 60%; }

  .premedium--seven-tenths {
    width: 70%; }

  .premedium--eight-tenths {
    width: 80%; }

  .premedium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .premedium--one-twelfth {
    width: 8.333%; }

  .premedium--two-twelfths {
    width: 16.666%; }

  .premedium--three-twelfths {
    width: 25%; }

  .premedium--four-twelfths {
    width: 33.333%; }

  .premedium--five-twelfths {
    width: 41.666%; }

  .premedium--six-twelfths {
    width: 50%; }

  .premedium--seven-twelfths {
    width: 58.333%; }

  .premedium--eight-twelfths {
    width: 66.666%; }

  .premedium--nine-twelfths {
    width: 75%; }

  .premedium--ten-twelfths {
    width: 83.333%; }

  .premedium--eleven-twelfths {
    width: 91.666%; }

  .premedium--show {
    display: block !important; }

  .premedium--hide {
    display: none !important; }

  .premedium--text-left {
    text-align: left !important; }

  .premedium--text-right {
    text-align: right !important; }

  .premedium--text-center {
    text-align: center !important; }

  .premedium--left {
    float: left !important; }

  .premedium--right {
    float: right !important; }

  .grid-uniform .premedium--one-half:nth-child(2n+1),
  .grid-uniform .premedium--one-third:nth-child(3n+1),
  .grid-uniform .premedium--one-quarter:nth-child(4n+1),
  .grid-uniform .premedium--one-fifth:nth-child(5n+1),
  .grid-uniform .premedium--one-sixth:nth-child(6n+1),
  .grid-uniform .premedium--two-sixths:nth-child(3n+1),
  .grid-uniform .premedium--three-sixths:nth-child(2n+1),
  .grid-uniform .premedium--two-eighths:nth-child(4n+1),
  .grid-uniform .premedium--four-eighths:nth-child(2n+1),
  .grid-uniform .premedium--five-tenths:nth-child(2n+1),
  .grid-uniform .premedium--one-twelfth:nth-child(12n+1),
  .grid-uniform .premedium--two-twelfths:nth-child(6n+1),
  .grid-uniform .premedium--three-twelfths:nth-child(4n+1),
  .grid-uniform .premedium--four-twelfths:nth-child(3n+1),
  .grid-uniform .premedium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; }

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.333%; }

  .large--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.666%; }

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%; }

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; }

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

/* Halves */
.push--one-half {
  left: 50%; }

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

/* Quarters */
.push--one-quarter {
  left: 25%; }

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

/* Fifths */
.push--one-fifth {
  left: 20%; }

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

/* Eighths */
.push--one-eighth {
  left: 12.5%; }

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

/* Tenths */
.push--one-tenth {
  left: 10%; }

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 681px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 770px) and (max-width: 968px) {
  /* Whole */
  .push--premedium--one-whole {
    left: 100%; }

  /* Halves */
  .push--premedium--one-half {
    left: 50%; }

  /* Thirds */
  .push--premedium--one-third {
    left: 33.333%; }

  .push--premedium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--premedium--one-quarter {
    left: 25%; }

  .push--premedium--two-quarters {
    left: 50%; }

  .push--premedium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--premedium--one-fifth {
    left: 20%; }

  .push--premedium--two-fifths {
    left: 40%; }

  .push--premedium--three-fifths {
    left: 60%; }

  .push--premedium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--premedium--one-sixth {
    left: 16.666%; }

  .push--premedium--two-sixths {
    left: 33.333%; }

  .push--premedium--three-sixths {
    left: 50%; }

  .push--premedium--four-sixths {
    left: 66.666%; }

  .push--premedium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--premedium--one-eighth {
    left: 12.5%; }

  .push--premedium--two-eighths {
    left: 25%; }

  .push--premedium--three-eighths {
    left: 37.5%; }

  .push--premedium--four-eighths {
    left: 50%; }

  .push--premedium--five-eighths {
    left: 62.5%; }

  .push--premedium--six-eighths {
    left: 75%; }

  .push--premedium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--premedium--one-tenth {
    left: 10%; }

  .push--premedium--two-tenths {
    left: 20%; }

  .push--premedium--three-tenths {
    left: 30%; }

  .push--premedium--four-tenths {
    left: 40%; }

  .push--premedium--five-tenths {
    left: 50%; }

  .push--premedium--six-tenths {
    left: 60%; }

  .push--premedium--seven-tenths {
    left: 70%; }

  .push--premedium--eight-tenths {
    left: 80%; }

  .push--premedium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--premedium--one-twelfth {
    left: 8.333%; }

  .push--premedium--two-twelfths {
    left: 16.666%; }

  .push--premedium--three-twelfths {
    left: 25%; }

  .push--premedium--four-twelfths {
    left: 33.333%; }

  .push--premedium--five-twelfths {
    left: 41.666%; }

  .push--premedium--six-twelfths {
    left: 50%; }

  .push--premedium--seven-twelfths {
    left: 58.333%; }

  .push--premedium--eight-twelfths {
    left: 66.666%; }

  .push--premedium--nine-twelfths {
    left: 75%; }

  .push--premedium--ten-twelfths {
    left: 83.333%; }

  .push--premedium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*================ Partials | Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 769px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 15px; }

.media-img-right {
  float: right;
  margin-left: 15px; }

.media-img img,
.media-img-right img {
  display: block; }

/*================ Partials | Links and Buttons ================*/
a,
.text-link {
  color: #0c4052;
  text-decoration: none;
  background: transparent; }
  a:hover, a:focus,
  .text-link:hover,
  .text-link:focus {
    color: #167495; }

.chownow-order-online {
  color: #0c4052;
  text-decoration: none;
  background: transparent; }
  .chownow-order-online:hover, .chownow-order-online:focus {
    color: #167495; }

button {
  overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"] {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  font-size: 1.22222em;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  /*================ Set primary button colors - can override later ================*/
  background-color: #0c4052;
  color: white;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in; }
  .btn:hover, .btn--secondary:hover, .btn--tertiary:hover, input[type="submit"]:hover {
    background-color: #13637e;
    color: white; }
  .btn:active, .btn--secondary:active, .btn--tertiary:active, input[type="submit"]:active, .btn:focus, .btn--secondary:focus, .btn--tertiary:focus, input[type="submit"]:focus {
    background-color: #0c4052;
    color: white; }
  .btn[disabled], [disabled].btn--secondary, [disabled].btn--tertiary, input[disabled][type="submit"], .btn.disabled, .disabled.btn--secondary, .disabled.btn--tertiary, input.disabled[type="submit"] {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6; }

.btn--secondary,
input.btn--secondary {
  background-color: #bbbbbb; }
  .btn--secondary:hover,
  input.btn--secondary:hover {
    background-color: #d4d4d4;
    color: white; }
  .btn--secondary:active, .btn--secondary:focus,
  input.btn--secondary:active,
  input.btn--secondary:focus {
    background-color: #bbbbbb;
    color: white; }

.btn--small {
  padding: 4px 5px;
  font-size: 0.66667em; }

.btn--large {
  padding: 12px 15px;
  font-size: 0.88889em; }

.btn--full {
  width: 100%; }

.btn--tertiary,
input.btn--tertiary {
  margin: 0;
  background-color: white;
  color: #0c4052;
  border: 1px solid #dddddd; }
  .btn--tertiary:hover,
  input.btn--tertiary:hover {
    opacity: 1;
    background-color: #0c4052; }
  .btn--tertiary:active, .btn--tertiary:focus,
  input.btn--tertiary:active,
  input.btn--tertiary:focus {
    background-color: #051d26; }

select.btn--tertiary {
  padding: 6px 28px 6px 10px;
  font-size: 0.85em; }
  select.btn--tertiary:hover, select.btn--tertiary:focus, select.btn--tertiary:active {
    background-color: white;
    color: #0c4052; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  padding: 0;
  margin: 0; }

.btn--flipped {
  background-color: #56ad6a;
  color: #ffffff; }
  .btn--flipped:hover, .btn--flipped:focus, .btn--flipped:active {
    background-color: #67b579;
    color: #ffffff; }

/*================ Button loading indicator, when supported ================*/
.supports-csstransforms .btn--loading {
  position: relative;
  background-color: #092f3c;
  color: #092f3c; }
  .supports-csstransforms .btn--loading:hover, .supports-csstransforms .btn--loading:active {
    background-color: #092f3c;
    color: #092f3c; }
  .supports-csstransforms .btn--loading:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

/*================ Partials | Images, SVG, and iframes ================*/
img {
  border: 0 none; }

svg:not(:root) {
  overflow: hidden; }

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.table-wrapper {
  max-width: 100%;
  overflow: auto; }

/*================ Partials | Forms ================*/
form {
  margin-bottom: 15px; }

input,
textarea,
button,
select {
  font-size: 1em; }

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 0px;
  max-width: 100%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

input,
select,
textarea {
  padding: 8px 10px;
  line-height: 1.6; }

fieldset {
  border: 1px solid #dddddd;
  padding: 7.5px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button,
input[type="submit"] {
  cursor: pointer; }

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #dddddd;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  color: #333 !important; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #c4c4c4; }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

/* ico-select.svg */
select {
  -webkit-box-shadow: inset 0px -2px 2px 0px #eee;
  -moz-box-shadow: inset 0px -2px 2px 0px #eee;
  box-shadow: inset 0px -2px 2px 0px #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/select_arrow.svg?v=131072480486934352421657044902");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff !important;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

label,
legend {
  display: block;
  margin-bottom: 2px; }
  label.inline,
  legend.inline {
    display: inline; }
  .form-horizontal label.label--hidden, label.label--hidden, .form-horizontal
  legend.label--hidden,
  legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal
    legend.label--hidden, .lt-ie9 .form-horizontal
    legend.label--hidden, .ie9
    legend.label--hidden, .lt-ie9
    legend.label--hidden {
      height: auto;
      width: auto;
      margin-bottom: 2px;
      overflow: visible; }
  .form-horizontal label:not(.label--hidden), .form-horizontal
  legend:not(.label--hidden) {
    font-size: 0.9em; }

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

@media screen and (min-width: 769px) {
  .form-horizontal ~ .form-horizontal {
    padding-left: 7.5px; } }
@media screen and (max-width: 768px) {
  .form-horizontal ~ .form-horizontal {
    margin-top: 3.75px; } }
/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .input-group-btn:first-child > .btn--tertiary,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--tertiary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0px 0 0 0px; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .input-group-btn:last-child > .btn--tertiary,
  .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0 0px 0px 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group .btn--secondary, .input-group .btn--tertiary, .input-group input[type="submit"],
.input-group .input-group-field {
  height: 37px; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

/*================ Search bar ================*/
.search-bar {
  max-width: 50%; }
  @media screen and (max-width: 768px) {
    .search-bar {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; } }

/*================ Partials | Icons ================*/
@font-face {
  font-family: 'icons';
  src: url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/icons.eot?v=62257828861371040231657044839");
  src: url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/icons.eot?v=62257828861371040231657044839#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/icons.woff?v=177687288749997025821657044841") format("woff"), url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/icons.ttf?v=170199858829107600791657044840") format("truetype"), url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/icons.svg?v=38573301539802538621657044840#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-fallback-text .icon {
  display: none; }
  .supports-fontface .icon-fallback-text .icon {
    display: inline-block; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before {
  display: none; }

.supports-fontface .icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Icon mapping ================*/
.icon-amazon_payments:before {
  content: "\e800"; }

.icon-american_express:before {
  content: "\41"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\43"; }

.icon-customer:before {
  content: "\e605"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-fancy:before {
  content: "\46"; }

.icon-google_plus:before {
  content: "\67"; }

.icon-google:before {
  content: "\47"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\69"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-maestro:before {
  content: "\6d"; }

.icon-master:before {
  content: "\4d"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pinterest:before {
  content: "\e608"; }

.icon-plus:before {
  content: "\e603"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-stripe:before {
  content: "\53"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\79"; }

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .payment-icons li {
    display: inline-block;
    margin: 0 2px 2px;
    width: 50px;
    height: 31px; }
    .payment-icons li img {
      display: inline-block;
      width: 50px;
      height: 31px; }
  .payment-icons .icon {
    font-size: 30px;
    line-height: 30px; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }

.social-icons li {
  margin: 0 5px 7.5px;
  vertical-align: middle; }
  @media screen and (min-width: 681px) {
    .social-icons li {
      margin-left: 0; } }
  .social-icons li .icon {
    font-size: 22px;
    line-height: 22px; }
  .social-icons li a {
    color: #a60404; }
    .social-icons li a:hover {
      color: #740303; }

/*================ Module-specific styles ================*/
/*================ Module | Breadcrumbs and Tag Sorting ================*/
.breadcrumb,
.tags {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: black; }
  .breadcrumb a,
  .tags a {
    color: black; }
    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active,
    .tags a:hover,
    .tags a:focus,
    .tags a:active {
      color: #0c4052; }

.breadcrumb {
  margin-bottom: 6px;
  color: black;
  font-size: .75em; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline;
    padding-right: 5px;
    margin-right: 5px; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }

.breadcrumb__sep {
  font-size: 1.4em;
  line-height: 1; }

.tags {
  color: #0c4052; }
  .tags a {
    display: inline-block;
    padding: 5px 7px 5px 0;
    margin-right: 12px; }

.tag--active a {
  color: #0c4052; }

/*================ Module | Footer ================*/
.site-footer {
  background-color: white;
  margin-top: 15px;
  padding-bottom: 20px;
  color: black; }
  .site-footer form {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .site-footer input {
      max-width: 250px; } }
  .site-footer .text-center input {
    margin-left: auto;
    margin-right: auto; }
  .site-footer p {
    margin-bottom: 10px; }
  .site-footer ul {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .site-footer {
      margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .site-footer .grid__item {
      margin-bottom: 15px; }
      .site-footer .grid__item:last-child {
        margin-bottom: 0; } }
  .site-footer .grid, .site-footer .grid--rev, .site-footer .grid--full {
    margin-top: 7.5px; }

.site-footer__links a {
  color: black; }
  .site-footer__links a:hover, .site-footer__links a:active {
    color: #0c4052; }
.site-footer__links.inline-list li {
  padding: 0 10px; }

@media screen and (min-width: 769px) {
  footer h4, footer .h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd; } }
@media screen and (max-width: 768px) {
  footer {
    padding-top: 5px; } }
/*================ Module | Notes and Form Feedback ================*/
.note,
.errors {
  border-radius: 0px;
  padding: 6px 12px;
  margin-bottom: 7.5px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #dddddd; }

.errors ul {
  list-style: disc outside;
  margin-left: 20px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*================ Module | Pagination ================*/
.pagination {
  margin-bottom: 1em; }

.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0px; }

.pagination-custom > li {
  display: inline; }

.pagination-custom > li > a,
.pagination-custom > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.6;
  text-decoration: none; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0; }

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: black; }

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: black;
  cursor: not-allowed; }

.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
  padding: 10px 16px;
  font-size: 1em; }

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-size: 0.66667em; }

/*================ Module | Rich Text Editor ================*/
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 2em; }
  .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
    margin-top: 0; }
.rte h5, .rte .h5,
.rte .h5 {
  text-transform: uppercase; }
.rte > div {
  margin-bottom: 7.5px; }
.rte ul, .rte ol {
  margin-left: 35px; }
.rte ul ul {
  list-style: circle outside; }
.rte li {
  margin-bottom: 0.4em; }
.rte img {
  max-width: 100%;
  height: auto; }
.rte table {
  table-layout: fixed; }

.rte--header {
  margin-bottom: 15px; }

/*================ Module | Section Headers ================*/
.section-header {
  text-align: left;
  margin-bottom: 7.5px; }

.section-header--small {
  margin-bottom: 0; }

.section-header--medium {
  margin-bottom: 3.75px; }

.section-header--large {
  margin-bottom: 15px; }

.section-header--breadcrumb {
  margin-bottom: 7.5px; }

.section-header__title {
  color: black; }

.section-header__title--left,
.section-header__link--right {
  padding-bottom: 6px;
  margin-bottom: 0; }

.section-header__link--right {
  margin-top: 7.5px; }

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%;
    text-align: left; }

  .section-header__title--left {
    display: table-cell;
    vertical-align: middle; }
    .section-header__title--left h1, .section-header__title--left .h1, .section-header__title--left h2, .section-header__title--left .h2, .section-header__title--left h3, .section-header__title--left .h3, .section-header__title--left h4, .section-header__title--left .h4,
    .section-header__title--left .h1, .section-header__title--left .h2, .section-header__title--left .h3, .section-header__title--left .h4 {
      margin-bottom: 0; }

  .section-header__link--right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 550px;
    margin-top: 0; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .section-header__link--right {
      margin-bottom: 15px; } }

.section-header__link--right .form-horizontal {
  display: inline-block; }
.section-header__link--right .form-horizontal,
.section-header__link--right .collection-view {
  vertical-align: middle; }
.section-header__link--right select,
.section-header__link--right option {
  color: black;
  font-size: 0.9em; }
@media screen and (min-width: 681px) {
  .section-header__link--right label + select,
  .section-header__link--right .collection-view {
    margin-left: 7.5px; }
  .section-header__link--right label:not(.label--hidden) + select {
    margin-left: 2.5px; } }
@media screen and (min-width: 769px) {
  .section-header__link--right select {
    max-width: 200px; } }

@media screen and (max-width: 768px) {
  .template-collection .section-header__link--right {
    display: block;
    width: 100%;
    margin-top: 0; }
    .template-collection .section-header__link--right .form-horizontal {
      width: 100%; }
      .template-collection .section-header__link--right .form-horizontal select {
        width: 100%;
        margin-left: 0; } }
.view-more {
  clear: both;
  display: block;
  font-size: 0.85em;
  text-align: center;
  margin-top: 7.5px; }
  @media screen and (min-width: 769px) {
    .view-more {
      display: none; } }

/*================ Module | Site Header ================*/
.site-header {
  padding: 40px 0;
  background-color: white; }
  @media screen and (min-width: 769px) {
    .site-header {
      padding: 15px 0; }
      .site-header .large--display-table {
        min-height: 86px; } }
  @media screen and (min-width: 769px) {
    .site-header .grid, .site-header .grid--rev, .site-header .grid--full {
      /*       display: table;
            table-layout: fixed; */
      width: 100%; }
      .site-header .grid > .grid__item, .site-header .grid--rev > .grid__item, .site-header .grid--full > .grid__item {
        /*         float: none;
                display: table-cell;
                vertical-align: middle; */ } }

.site-header__logo {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  line-height: 0; }
  .site-header__logo a {
    color: black;
    margin: 0 auto; }
  .site-header__logo .logo-wrapper {
    line-height: 0; }
  .site-header__logo a,
  .site-header__logo a:hover,
  .site-header__logo a:focus {
    text-decoration: none; }
  .site-header__logo a, .site-header__logo img {
    display: inline-block; }
  .site-header__logo img {
    margin: 0 auto; }

.site-header--text-links {
  margin-bottom: 0; }

/*============ If logo is on the same line as navigation ============ */
/*================ Module | Site Nav and Dropdowns ================*/
.site-nav {
  font-size: 1.22222em;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: default;
  margin: 0 auto;
  text-align: center; }
  .site-nav li {
    margin: 0;
    display: block; }
  .site-nav > li {
    position: relative;
    display: inline-block;
    /*     &:first-child > a {
          padding-left: 0;
        }
     */ }
    .site-nav > li:first-child .site-nav__dropdown {
      left: -7.5px; }
    .site-nav > li:last-child > a {
      padding-right: 0; }

.site-nav__link {
  display: block;
  text-decoration: none;
  padding: 7.5px;
  white-space: nowrap;
  color: black; }
  .site-nav__link:hover, .site-nav__link:active, .site-nav__link:focus {
    color: #0c4052; }
  .site-nav--active .site-nav__link {
    font-weight: bold; }
  .site-nav__link .icon-arrow-down {
    font-size: 0.7em;
    color: black; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  text-transform: none;
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  text-align: left;
  z-index: 20;
  font-size: 0.9em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding-bottom: 8px; }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown, .show-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown .site-nav__link {
    font-weight: normal;
    padding: 5px 20px 5px 15px; }
    .site-nav__dropdown .site-nav__link:hover, .site-nav__dropdown .site-nav__link:active, .site-nav__dropdown .site-nav__link:focus {
      color: #0c4052; }

/*================ Search bar in header ================*/
.nav-search {
  position: relative;
  padding: 7px 0; }
  @media screen and (max-width: 768px) {
    .nav-search {
      padding: 0 0 7.5px;
      margin: 0 auto;
      text-align: center; } }
  .nav-search .input-group,
  .nav-search .input-group-field {
    margin-bottom: 0; }

/*================ Header message (theme setting) ================*/
.header-message {
  text-align: center;
  margin: 7.5px 0 0;
  line-height: 1; }
  @media screen and (min-width: 769px) {
    .header-message {
      margin-bottom: 7.5px; } }

/*================= If logo is above navigation ================== */
/*================ View-specific styles ================*/
/*================ Templates | Blog and Comments ================*/
.comment {
  margin-bottom: 15px; }
  .comment + .comment {
    border-top: 1px solid #dddddd;
    padding-top: 15px; }

.meta-sep {
  position: relative;
  top: -1px;
  padding: 0 5px;
  font-size: 0.7em; }

.blog-date {
  margin-top: -0.5em; }

aside h4 ~ h4, aside .h4 ~ h4, aside h4 ~ .h4, aside .h4 ~ .h4 {
  margin-top: 22.5px; }

aside time em {
  font-size: 0.8em; }

@media screen and (max-width: 768px) {
  article {
    margin-bottom: 15px; } }
.article__image {
  display: block;
  margin-bottom: 11.25px; }

/*================ Templates | Cart Page ================*/
.cart__row {
  position: relative;
  padding-top: 15px; }
  .cart__row + .cart__row {
    margin-top: 15px;
    border-top: 1px solid #dddddd; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0;
    border-top: 0 none; }
  .cart__row .js-qty {
    margin: 0; }

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block; }

.cart__subtotal,
.cart-additional-savings__price {
  margin: 0 0 0 5px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 5px 0;
  font-size: 0.66667em; }
  @media screen and (min-width: 769px) {
    .cart__mini-labels {
      display: none; } }

input.cart__quantity-selector {
  width: 100px;
  margin: 0 auto; }

.cart__remove {
  display: block; }

.cart__note-add.is-hidden {
  display: none; }

.cart__note {
  display: none; }
  .cart__note.is-active {
    display: block; }

.cart-item__discount,
.cart-additional-savings__savings,
.cart-subtotal__savings {
  display: block; }

.update-cart,
.checkout {
  margin-bottom: 5px !important; }

.cart__additional_checkout {
  margin: 7.5px 0 0; }
  .cart__additional_checkout input {
    padding: 0; }
  .cart__additional_checkout > *:not(script) {
    padding: 5px 0 0 5px;
    vertical-align: top;
    line-height: 1; }
    .cart__additional_checkout > *:not(script):first-child, .cart__additional_checkout > *:not(script):empty {
      padding-left: 0px; }

/*================ Templates | Product Page ================*/
.product-single__variants {
  display: none; }
  .no-js .product-single__variants {
    display: block; }

.product-single__photos {
  margin-bottom: 15px; }

.product-single__photos a, .product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

#ProductPhotoImg {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.image-zoom {
  cursor: move; }

.no-js #ProductPhotoImg,
.no-js .image-zoom {
  cursor: default; }

.product-single__thumbnails li {
  margin-bottom: 15px; }

.product-single__prices {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  margin-bottom: 7.5px; }

.product-single__price {
  color: #0c4052;
  font-size: 25.2px;
  font-weight: 700; }

.product-single__sale-price {
  opacity: 0.7;
  margin-left: 6px;
  font-size: 22.86px;
  font-weight: 700; }

.product-single__quantity {
  margin-bottom: 7.5px; }
  .product-single__quantity.is-hidden {
    display: none; }
  .product-single__quantity .quantity-selector {
    display: inline-block;
    width: 100px; }

@media screen and (min-width: 769px) {
  .single-option-selector {
    width: auto !important; } }
button + .note {
  margin-top: 5px; }

/**********************************
END TIMBER / BEGIN THEME CSS
**********************************/
/*============================================================================
  Launchpad Star | A theme by Shopify
  Built on Timber v2.0.0
==============================================================================*/
/*****
Blackdog Variables
******/
/*****
Blackdog Mixins
******/
.evenCols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

a.bd-btn,
*[type="submit"].bd-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  /*     padding: 6px 22px 8px 22px; */
  padding: 9px 22px 9px 22px;
  border-radius: 2px;
  letter-spacing: 2px;
  border: none; }

a.bdbg-white {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_white.jpg?v=60566045413800547501657044795) 0 0 repeat;
  color: #d71c21; }
  a.bdbg-white:hover {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat;
    color: #fff; }

a.bdbg-red,
*[type="submit"].bdbg-red {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat;
  color: #fff; }
  a.bdbg-red:hover,
  *[type="submit"].bdbg-red:hover {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat;
    color: #fff; }

button#gc-button {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  /*     padding: 6px 22px 8px 22px; */
  padding: 9px 22px 9px 22px;
  border-radius: 2px;
  letter-spacing: 2px;
  border: none; }
  button#gc-button:hover {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat;
    color: #fff; }

/*****
Blackdog Fonts
******/
h1, .h1, h2, .h2, h3, .h3,
h4,
.h4, h5, .h5, h6, .h6 {
  font-family: 'TrendSansOne';
  font-weight: normal !important;
  font-style: normal !important; }

/*******
Blackdog Common
*******/
a,
.text-link {
  color: #000000; }

a:hover {
  color: #d71c21; }

.grid__item.one-whole > hr {
  border-top: 1px solid #EFEFEF; }

.ropes-full {
  width: 100%;
  height: 8px;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/rope_single.svg?v=21730073945592962491657044898) left center repeat-x; }

.ropes-full:before,
.ropes-full:after {
  content: "";
  width: 17px;
  height: 14px; }

.ropes-full:before {
  float: left;
  background: white url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/rope_end.svg?v=33536604131827365781657044897) top left no-repeat;
  background-size: 79%;
  position: relative;
  top: -3px; }

.ropes-full:after {
  float: right;
  background: white url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/rope_end.svg?v=33536604131827365781657044897) top right no-repeat;
  background-size: 79%;
  position: relative;
  top: -3px; }

/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Accent text
==============================================================================*/
/* $small: 480px; */
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography variables ================*/
/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: black;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*================ Theme-specific partials ================*/
h1, .h1 {
  font-size: 1.55556em;
  line-height: 1.2; }

h2, .h2 {
  font-size: 1.33333em;
  line-height: 1.3; }

h3, .h3 {
  font-size: 1.05556em;
  line-height: 1.4; }

h4, .h4,
.tags {
  font-size: 0.77778em;
  line-height: 1.6; }

h4, .h4 {
  font-size: 0.77778em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.77778em;
  line-height: 1.6; }

h6, .h6 {
  font-size: 0.61111em;
  line-height: 1.7; }

/*================ Footer ================*/
.site-footer p,
.site-footer li,
.site-footer .rte,
.site-footer input {
  font-size: 0.85em; }

.main-content {
  margin-top: 15px; }
  .template-index .main-content {
    margin-top: 0; }

/*================ Module-specific styles ================*/
.header-bar {
  *zoom: 1;
  /*   font-family: $accentFontStack;
    font-size: em(12px); */
  font-weight: 300;
  /*   background-color: $colorTopBar; */
  color: inherit;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center; }
  .header-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar {
      text-align: right; } }
  .header-bar a,
  .header-bar button {
    color: white; }
    .header-bar a:hover, .header-bar a:active, .header-bar a:focus,
    .header-bar button:hover,
    .header-bar button:active,
    .header-bar button:focus {
      outline-color: white; }
  .header-bar .inline-list {
    margin-bottom: 0; }
    .header-bar .inline-list li {
      margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .header-bar__left {
    text-align: left;
    width: 33.33%; }

  .header-bar__right {
    width: 66.66%; } }
.header-bar__module {
  margin-bottom: 15px; }
  .header-bar__right .header-bar__module:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .header-bar__module {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-bottom: 0; } }

.header-bar__module--list {
  list-style: none; }
  .header-bar__module--list li {
    display: inline-block;
    margin: 0; }
    .header-bar__module--list li + li {
      margin-left: 6px; }

.cart-page-link {
  display: inline-block;
  position: relative; }

.header-bar__cart-icon {
  font-size: 1.4em;
  margin-right: 4px; }

.hidden-count {
  display: none; }

.header-bar__sep {
  display: none; }
  @media screen and (min-width: 769px) {
    .header-bar__sep {
      color: white;
      opacity: 0.4;
      display: inline-block;
      padding: 0 10px; } }

.site-header__search {
  display: none; }
  .site-header__search .header-bar__search-form {
    border: 1px solid #0c4052;
    margin-top: 1em; }

.site-header__search.search-on {
  display: block; }

.search-icon {
  cursor: pointer; }
  .search-icon .fa-search {
    margin: 0 5px 0 20px;
    display: inline-block;
    font-size: 13px; }

.header-bar__search {
  *zoom: 1;
  position: relative;
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  max-width: 100%; }
  .header-bar__search:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar__search:first-of-type {
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .header-bar__search {
      margin: 12px 30px; } }
  @media screen and (max-width: 680px) {
    .header-bar__search {
      margin: 12px 15px; } }
  .header-bar__search form,
  .header-bar__search input,
  .header-bar__search button {
    margin-bottom: 0; }

.header-bar__search-input[type="search"] {
  display: block;
  width: 60%;
  float: right;
  background: transparent;
  border-color: transparent;
  padding: 5px 0; }
  .header-bar__search-input[type="search"]:focus {
    background: transparent;
    border-color: transparent;
    border: 1px solid #000;
    outline: none; }

.header-bar__search-submit {
  position: absolute;
  display: block;
  right: 0;
  width: 40%;
  font-size: 16px;
  padding: 4px 0; }

.supports-fontface .header-bar__search-submit {
  width: 30px; }
.supports-fontface .header-bar__search-input[type="search"] {
  width: 100%;
  padding-left: 5px; }
@media screen and (max-width: 768px) {
  .supports-fontface .header-bar__search-form {
    position: relative; }
  .supports-fontface .header-bar__search-submit {
    width: 35px;
    position: absolute;
    top: 0;
    right: 0; }
  .supports-fontface .header-bar__search-input[type="search"] {
    width: 100%;
    padding-left: 5px; } }

.header-bar__search .btn, .header-bar__search .btn--secondary, .header-bar__search .btn--tertiary, .header-bar__search input[type="submit"],
.header-bar__search .btn:hover,
.header-bar__search .btn--secondary:hover,
.header-bar__search .btn--tertiary:hover,
.header-bar__search input[type="submit"]:hover,
.header-bar__search .btn:focus,
.header-bar__search .btn--secondary:focus,
.header-bar__search .btn--tertiary:focus,
.header-bar__search input[type="submit"]:focus {
  background: transparent;
  color: #555; }

.header-bar__left .header-bar__search-input {
  transition: all 0.3s ease-in-out; }
  .header-bar__left .header-bar__search-input:focus {
    background: rgba(0, 0, 0, 0.05);
    width: 220px; }

.no-js .header-bar__search-submit .fallback-text {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/*================ Module | Grid Link ================*/
.grid-link__container {
  margin-bottom: -30px; }

.grid-link,
.grid-link--focus {
  position: relative;
  display: block;
  padding-bottom: 30px;
  line-height: 1.3; }
  .grid-link:hover .grid-link__image, .grid-link:active .grid-link__image,
  .grid-link--focus:hover .grid-link__image,
  .grid-link--focus:active .grid-link__image {
    opacity: 0.8; }

.grid-link--focus {
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .grid-link--focus:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: all 0.08s ease-in;
    -moz-transition: all 0.08s ease-in;
    -ms-transition: all 0.08s ease-in;
    -o-transition: all 0.08s ease-in;
    transition: all 0.08s ease-in; }
  .grid-link--focus:hover, .grid-link--focus:active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.grid-link__image {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 10px;
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in; }
  .grid-link__image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .list-view__product .grid-link__image {
    min-width: 130px; }

.grid-link__image-centered {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden; }

.grid-link__title,
.grid-link__meta {
  position: relative;
  margin-bottom: 5px; }

.grid-link__title {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: black;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700; }

.grid-link__vendor {
  font-size: .85em;
  font-weight: normal; }

.grid-link__meta {
  font-size: .85em;
  line-height: 1.5;
  color: #1a1a1a; }

.grid-link__sale_price {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.list-view__product {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.badge {
  display: table;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #0c4052;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.66667em;
  line-height: 1.1;
  z-index: 10; }

.badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #bbbbbb;
  color: white; }

.badge--sale {
  top: -12px;
  right: -12px; }

.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0; }

.badge__text--small {
  font-size: 8px;
  padding-top: 0; }

.mobile-nav-trigger,
.mobile-cart-page-link {
  font-weight: bold; }
  .mobile-nav-trigger .icon,
  .mobile-cart-page-link .icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-right: 4px; }

.mobile-nav-trigger {
  display: block;
  float: left;
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0; }
  .mobile-nav-trigger .icon {
    font-size: 1.4em; }

.mobile-cart-page-link {
  display: block;
  float: right; }
  .mobile-cart-page-link .header-bar__cart-icon {
    font-size: 1.4em; }
  .mobile-cart-page-link .cart-count:before {
    display: inline;
    content: "("; }
  .mobile-cart-page-link .cart-count:after {
    display: inline;
    content: ")"; }

.mobile-nav {
  display: none;
  list-style: none;
  text-align: left;
  margin: 0; }
  .mobile-nav li {
    margin: 0; }

.mobile-nav__link {
  display: block;
  border-top: 1px solid white;
  border-color: rgba(255, 255, 255, 0.2);
  /*================ Can't always control anchor markup to add a class ================*/ }
  .mobile-nav__link > a {
    display: block;
    padding: 12px 15px;
    font-size: 0.83333em;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 680px) {
      .mobile-nav__link > a {
        padding-left: 30px;
        padding-right: 30px; } }

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
  margin: -2px 0 0 4px; }

.mobile-nav__sublist-contract {
  display: none; }

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
  display: inline-block; }
.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand {
  display: none; }

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none;
  background-color: white; }
  .mobile-nav__sublist .mobile-nav__sublist {
    margin-left: 15px; }
    .mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
      border-top: none; }

.mobile-nav__sublist-link a {
  display: block;
  padding: 12px 15px;
  color: black;
  font-size: 0.83333em;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  border-top: 1px solid #dddddd; }
  @media screen and (min-width: 680px) {
    .mobile-nav__sublist-link a {
      padding-left: 30px;
      padding-right: 30px; } }
  .mobile-nav__sublist-link a:hover {
    opacity: 1;
    color: #0c4052; }

/*================ Module | Promo images ================*/
.promo-images .grid__item {
  margin-bottom: 15px; }

/*================ Module | Product Lightbox ================*/
.mfp-bg {
  background-color: white; }
  .mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .mfp-bg.mfp-fade.mfp-ready {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-bg.mfp-fade.mfp-removing {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0;
      filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.mfp-counter {
  display: none; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out; }
.mfp-figure:after {
  box-shadow: none; }

.mfp-img {
  background-color: white; }

button.mfp-close {
  margin: 30px;
  font-size: 2.22222em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: black; }

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100); }
  button.mfp-arrow:after, button.mfp-arrow .mfp-a {
    display: none; }
  button.mfp-arrow:before, button.mfp-arrow .mfp-b {
    display: none; }
  button.mfp-arrow:active {
    margin-top: 0; }

.mfp-chevron {
  position: absolute;
  pointer-events: none; }
  .mfp-chevron:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mfp-chevron.mfp-chevron-right {
    right: 55px; }
    .mfp-chevron.mfp-chevron-right:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mfp-chevron.mfp-chevron-left {
    left: 55px; }
    .mfp-chevron.mfp-chevron-left:before {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
  content: " ";
  position: absolute;
  display: block;
  border-width: 0;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; }
.lt-ie9 .mfp-chevron:before {
  z-index: 5; }
.lt-ie9 .mfp-chevron:after {
  z-index: 2; }
.lt-ie9 .mfp-chevron-right:after {
  border-left: 25px solid black;
  left: 80%; }
.lt-ie9 .mfp-chevron-right:before {
  border-left: 25px solid white;
  left: 80%; }
.lt-ie9 .mfp-chevron-left:after {
  border-right: 25px solid black;
  right: 80%; }
.lt-ie9 .mfp-chevron-left:before {
  border-right: 25px solid white;
  right: 80%; }

/*============================================================================
  #FlexSlider
    - jQuery FlexSlider v2.2.0 | http://www.woothemes.com/flexslider/
    - Contributing author: Tyler Smith (@mbmufffin)
==============================================================================*/
.flex-viewport {
  overflow: visible !important; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider li {
  margin: 0;
  max-width: 100%; }

.flexslider .slides > li {
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  margin: 0 auto;
  display: block; }

.slides {
  *zoom: 1; }
  .slides:after {
    content: "";
    display: table;
    clear: both; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*================ No JS Fallback ================*/
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/*================ Direction Nav ================*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a {
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px auto;
  /*================ Hide SVG arrows in oldIE ================*/ }
  .lte-ie9 .flex-direction-nav a {
    display: none; }
  .flex-direction-nav a.flex-prev {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0xOC43LDBMMCwxOS43TDE4LjcsNDBjMCwwLDUuMi0xLDMuMS0zLjFTNS43LDE5LjcsNS43LDE5LjdzMTQtMTQuNSwxNi4xLTE2LjZTMTguNywwLDE4LjcsMHoiLz4NCjwvc3ZnPg0K");
    background-position: center center; }
  .flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
    background-position: center center; }

/*================ Control Nav ================*/
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2; }
  .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ededed;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff; }
  .flex-control-paging li a:hover {
    background-color: #333; }
  .flex-control-paging li a.flex-active {
    background-color: #fff;
    border-color: #0c4052;
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  right: 20px; }

.flexslider:hover .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 0; }

/*================ Custom Flexslider Styles ================*/
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.slide-link {
  display: block; }
  .slide-link img {
    display: block; }

/*================ Social share buttons ================*/
.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*================ Large Buttons ================*/ }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 5px 10px 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal; }
    .social-sharing a:hover {
      color: #fff; }
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
  .social-sharing .icon {
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 44px; }

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px; }
  .is-large .share-title {
    padding-right: 16px; }

.share-facebook {
  background-color: #3b5998; }
  .share-facebook:hover {
    background-color: #2d4373; }

.share-twitter {
  background-color: #00aced; }
  .share-twitter:hover {
    background-color: #0087ba; }

.share-pinterest {
  background-color: #cb2027; }
  .share-pinterest:hover {
    background-color: #9f191f; }

.share-fancy {
  background-color: #4999dc; }
  .share-fancy:hover {
    background-color: #2780cb; }

.share-google {
  background-color: #dd4b39; }
  .share-google:hover {
    background-color: #c23321; }

.share-count {
  position: relative;
  background-color: white;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .share-count.is-loaded {
    opacity: 1; }
  .share-count:before, .share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid; }
  .share-count:before {
    left: -6px;
    border-right-color: #ececec; }
  .share-count:after {
    left: -5px;
    border-right-color: white; }
  a:hover .share-count {
    background-color: whitesmoke; }
    a:hover .share-count:after {
      border-right-color: whitesmoke; }
  .is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  height: 30px;
  line-height: 30px; }
  .social-sharing.is-clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  .social-sharing.is-clean a:hover {
    background-color: #ececec; }
  .social-sharing.is-clean a:hover .share-count {
    background-color: white; }
    .social-sharing.is-clean a:hover .share-count:after {
      border-right-color: white; }
  .social-sharing.is-clean a .share-title {
    font-weight: normal; }
.social-sharing.is-clean .share-count {
  top: -1px; }
.social-sharing.is-clean .icon-facebook {
  color: #3b5998; }
.social-sharing.is-clean .icon-twitter {
  color: #00aced; }
.social-sharing.is-clean .icon-pinterest {
  color: #cb2027; }
.social-sharing.is-clean .icon-fancy {
  color: #4999dc; }
.social-sharing.is-clean .icon-google_plus {
  color: #dd4b39; }

/*================ View-specific styles ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/password-page-background.jpg?v=129873446965807520001657044857);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .password-page__wrapper a {
    color: inherit; }
  .password-page__wrapper hr {
    padding: 15px 0;
    margin: 0 auto;
    max-width: 60px;
    border-color: inherit; }
  .password-page__wrapper .social-sharing a {
    color: #fff; }
  .password-page__wrapper .social-sharing.is-clean a {
    color: #333;
    background: #fff; }
    .password-page__wrapper .social-sharing.is-clean a:hover {
      background: #ececec; }

.password-page__header {
  display: table-row;
  height: 1px; }

.password-page__header__inner {
  display: table-cell;
  padding: 15px 30px; }

.password-page__logo {
  margin-top: 90px;
  color: inherit; }
  .password-page__logo .logo {
    width: 92px;
    max-width: 100%; }

.password-page__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-page__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px; }

.password-page__hero {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 2.33333em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 681px) {
    .password-page__hero {
      font-size: 3.33333em; } }
  @media screen and (min-width: 769px) {
    .password-page__hero {
      font-size: 3.55556em; } }

.password-page__message {
  font-style: italic;
  font-size: 120%; }
  .password-page__message img {
    max-width: 100%; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password-page__message,
.password-page__login-form {
  text-align: center;
  padding: 30px; }

@media screen and (min-width: 680px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }
.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }
.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

input[type="submit"].password-page__login-form__submit,
input[type="submit"].password-page__signup-form__submit {
  font-size: 0.9em; }

.password-page__social-sharing {
  margin-top: 30px; }

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 0.77778em;
  line-height: 14px; }

.lock-icon-svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
  /* Hiding the SVG logo in IE8 */ }
  .lock-icon-svg path {
    fill: currentColor; }
  .lt-ie9 .lock-icon-svg {
    display: none; }

.admin-login {
  font-size: 95%; }

.password-page__footer {
  display: table-row;
  height: 1px;
  color: inherit; }

.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 27px;
  font-size: 95%; }

.shopify-link {
  color: inherit; }
  .shopify-link:hover {
    color: inherit; }

.shopify-logo-svg {
  width: 92.57143px;
  height: 27px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  /* Hiding the SVG logo in IE8, we show the word 'Shopify' instead */ }
  .shopify-logo-svg path {
    fill: currentColor; }
  .lt-ie9 .shopify-logo-svg {
    display: none; }

/* =========
   Hiding the word 'Shopify' but not from screen readers.
   IE8 does not support SVG, so in it we hide the logo and show the word.
   To target all browsers except IE8, we use the class 'modern',
   which needs to be added to the html element.
   ========= */
.modern .shopify-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/**********************
	BLACKDOG CUSTOM
**********************/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/***************
Blackdog top nav
***************/
.site-header .logo-wrapper img {
  margin-top: 5px;
  max-height: 58px; }
  @media only screen and (max-width: 961px) {
    .site-header .logo-wrapper img {
      margin-top: 16px; } }

.header-bar {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  /*
  .header-bar__message:before{
  	content:'';
    width:23px;
    height:16px;
    float:left;
    background:$red;
    background:url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/ico_shipping.png?v=99540909058155411631657044842) 0 0 no-repeat; 
    background-size:100%;
    margin-right:6px;
  }
  */ }
  .header-bar .header-bar__message {
    color: #ACACAC;
    font-weight: 600; }
  .header-bar a {
    font-weight: 600;
    color: #727272;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .header-bar a:hover {
      color: #d71c21; }
  .header-bar ul.header-bar__module--list li.conct {
    border-right: 1px solid #EFEFEF; }
  .header-bar ul.header-bar__module--list li {
    padding: 12px;
    margin-left: 0; }

.header-bar__module.bd-search {
  vertical-align: top; }
  .header-bar__module.bd-search form {
    margin-bottom: 0;
    position: relative; }
    .header-bar__module.bd-search form ::-webkit-input-placeholder {
      font-weight: 600;
      color: #b4b4b4;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .header-bar__module.bd-search form :-moz-placeholder {
      /* Firefox 18- */
      font-weight: 600;
      color: #b4b4b4;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .header-bar__module.bd-search form ::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 600;
      color: #b4b4b4;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .header-bar__module.bd-search form :-ms-input-placeholder {
      font-weight: 600;
      color: #b4b4b4;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .header-bar__module.bd-search button[type="submit"] {
    background: none;
    top: 6px;
    right: 7px; }
    .header-bar__module.bd-search button[type="submit"] span {
      color: #727272;
      background: none; }
      .header-bar__module.bd-search button[type="submit"] span:hover {
        color: #d71c21; }
  .header-bar__module.bd-search input[type="search"] {
    margin: 0;
    padding: 13px 0 13px 13px;
    background: #F7F7F7;
    border: none;
    float: left;
    height: 44px;
    width: 220px; }

/****************
Blackdog Main Menu
****************/
#main-menu-wrap {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/header_texture.jpg?v=73535145443562853921657044832) 0 0 repeat;
  width: 100%;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA; }
  #main-menu-wrap .site-header {
    background: none;
    padding: 0; }
  #main-menu-wrap ul.site-nav {
    float: right; }
  #main-menu-wrap ul.site-nav > li:hover > .sub-menu-wrap {
    display: block; }
  #main-menu-wrap ul.site-nav > li {
    float: left;
    text-align: center;
    position: relative; }
  #main-menu-wrap ul.site-nav > li.shop {
    position: static; }
  #main-menu-wrap ul.site-nav > li > a span {
    position: relative; }
  #main-menu-wrap ul.site-nav > li > a span span.menu-down-arrow {
    position: relative;
    width: 100%;
    float: left; }
  #main-menu-wrap ul.site-nav > li > a span span.menu-down-arrow:after {
    content: "";
    width: 11px;
    height: 8px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/menu_arrow_down.svg?v=117596086771334689891657044854) 0 0 no-repeat;
    position: absolute;
    top: 8px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  #main-menu-wrap ul.site-nav > li > a:hover span span.menu-down-arrow:after {
    display: block; }
  #main-menu-wrap ul.site-nav > li.nav-hover > a span span.menu-down-arrow:after {
    display: block; }
  #main-menu-wrap ul.site-nav > li > a.cart-page-link {
    padding: 16px 20px;
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    margin: 5px 0; }
    #main-menu-wrap ul.site-nav > li > a.cart-page-link:hover {
      background: rgba(198, 192, 186, 0.6) !important; }
    #main-menu-wrap ul.site-nav > li > a.cart-page-link span.cart-count {
      padding-left: 44px;
      color: black !important; }
    #main-menu-wrap ul.site-nav > li > a.cart-page-link span.cart-count:before {
      content: "";
      width: 41px;
      height: 49px;
      position: absolute;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/shop_icon2x.png?v=105128739004570617871657044905) 0 0 no-repeat;
      background-size: 100%;
      top: -14px;
      left: -6px; }
  #main-menu-wrap ul.site-nav > li.nav-hover > a {
    color: #fff;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/menu_hover.jpg?v=73228783856288591401657044855) 0 0 repeat; }
  #main-menu-wrap ul.site-nav > li > a {
    padding: 22px 36px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700; }
    #main-menu-wrap ul.site-nav > li > a:hover {
      color: #fff;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/menu_hover.jpg?v=73228783856288591401657044855) 0 0 repeat; }

.site-nav__dropdown {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/dropdown_bg.jpg?v=179810777939924973371657044801) 0 0 repeat;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 20px 20px 10px 20px;
  min-width: 180px; }
  .site-nav__dropdown li {
    border-top: 1px solid #eee;
    padding-bottom: 6px;
    text-align: left;
    padding-top: 6px; }
    .site-nav__dropdown li a {
      font-weight: 700 !important;
      text-transform: uppercase;
      color: #0f385d;
      font-size: 12px;
      letter-spacing: 2px;
      padding: 0 !important; }
      .site-nav__dropdown li a:hover {
        color: #d71c21 !important; }
  .site-nav__dropdown li:first-child {
    border-top: none;
    padding-top: 0 !important; }

.sub-menu-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/dropdown_bg.jpg?v=179810777939924973371657044801) 0 0 repeat;
  min-height: 200px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: none;
  font-weight: 300;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10000; }
  .sub-menu-wrap .mm-list {
    float: left;
    width: 14%;
    padding-right: 2%; }
  .sub-menu-wrap .mm-image {
    float: left;
    width: 30%;
    position: relative; }
    .sub-menu-wrap .mm-image span {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      padding: 12px 0 8px 0;
      font-size: 18px; }
  .sub-menu-wrap .mm-image:hover span {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }
  .sub-menu-wrap ul {
    margin-left: 0; }
  .sub-menu-wrap ul.basic li:first-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    /*     width: 80%; */
    padding-bottom: 5px; }
    .sub-menu-wrap ul.basic li:first-child a {
      font-weight: 700;
      text-transform: uppercase;
      color: #0f385d;
      font-size: 12px;
      letter-spacing: 2px; }
      .sub-menu-wrap ul.basic li:first-child a:hover {
        color: #d71c21; }
  .sub-menu-wrap ul.basic-plus li {
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
    padding-bottom: 5px; }
    .sub-menu-wrap ul.basic-plus li a {
      font-weight: 700;
      text-transform: uppercase;
      color: #0f385d;
      font-size: 12px;
      letter-spacing: 2px; }
      .sub-menu-wrap ul.basic-plus li a:hover {
        color: #d71c21; }

nav.breadcrumb {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
  margin-bottom: 38px;
  text-transform: uppercase; }
  nav.breadcrumb a:hover {
    color: #0f385d; }
  nav.breadcrumb span.breadcrumb__sep {
    color: #CDCDCD;
    font-weight: 700; }
  nav.breadcrumb span.active {
    color: #d71c21; }
  nav.breadcrumb span:last-child {
    color: #d71c21; }

/***************
Header edits,
Breaks at 960 to fit comment
******************************/
.mobile-menu-open,
.mobile-cart {
  display: none; }

@media (min-width: 961px) and (max-width: 1160px) {
  #main-menu-wrap ul.site-nav > li > a {
    padding: 22px 20px; } }
@media only screen and (max-width: 961px) {
  .header-bar {
    display: none; }

  .desktop-nav {
    display: none; }

  .large--one-eighth.bg-logo {
    width: 100% !important; }

  .site-header__logo.large--left {
    float: none !important; }
    .site-header__logo.large--left img {
      height: 30px; }

  #main-menu-wrap {
    height: 60px;
    border-top: none; }

  .mobile-menu-btn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0; }
    .mobile-menu-btn:hover {
      cursor: pointer; }
    .mobile-menu-btn span {
      width: 22px;
      height: 15px;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/menu_open.svg?v=113339348092386433021657044855) 0 0 no-repeat;
      position: relative;
      display: block;
      top: 23px;
      left: 19px; }

  .mobile-menu-btn.opened {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat; }
    .mobile-menu-btn.opened span {
      width: 16px;
      height: 16px;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/menu_closed_x.svg?v=118523357971490329211657044854) 0 0 no-repeat;
      display: block;
      top: 23px;
      left: 22px; }

  a.mobile-cart {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(198, 192, 186, 0.4);
    position: absolute;
    right: 0; }
    a.mobile-cart:hover {
      background: rgba(198, 192, 186, 0.6); }
    a.mobile-cart span {
      width: 23px;
      height: 28px;
      position: relative;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/shop_icon.png?v=15402401179218799141657044905) 0 0 no-repeat;
      background-size: 100%;
      display: block;
      top: 16px;
      left: 17px; } }
#mobile-menu-wrap {
  transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  position: absolute;
  top: 60px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999; }
  #mobile-menu-wrap .mobile-search {
    background: #F7F7F7;
    height: 34px;
    width: 100%; }
  #mobile-menu-wrap .seconday-links,
  #mobile-menu-wrap .mobile-social {
    width: 100% !important;
    display: block;
    border-top: 1px solid #ccc;
    padding: 1em;
    float: left;
    background: #fff; }
  #mobile-menu-wrap .social-block {
    width: 100% !important;
    text-align: left !important; }
  #mobile-menu-wrap .seconday-links a {
    display: inline;
    color: #727272;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }

#mobile-menu-wrap.menu-out {
  left: 0; }

#mobile-menu-wrap .mobile-search form {
  margin-bottom: 0;
  position: relative; }
  #mobile-menu-wrap .mobile-search form ::-webkit-input-placeholder {
    font-weight: 600;
    color: #b4b4b4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px; }
  #mobile-menu-wrap .mobile-search form :-moz-placeholder {
    /* Firefox 18- */
    font-weight: 600;
    color: #b4b4b4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px; }
  #mobile-menu-wrap .mobile-search form ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 600;
    color: #b4b4b4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px; }
  #mobile-menu-wrap .mobile-search form :-ms-input-placeholder {
    font-weight: 600;
    color: #b4b4b4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px; }
#mobile-menu-wrap .mobile-search button[type="submit"] {
  background: none;
  top: 2px;
  right: 7px; }
  #mobile-menu-wrap .mobile-search button[type="submit"] span {
    color: #727272;
    background: none; }
    #mobile-menu-wrap .mobile-search button[type="submit"] span:hover {
      color: #d71c21; }
#mobile-menu-wrap .mobile-search input[type="search"] {
  margin: 0;
  padding: 13px 0 13px 13px;
  background: none;
  border: none;
  float: left;
  height: 34px;
  width: 100%;
  font-size: 12px; }

#mobi-menu {
  float: left;
  width: 100%;
  clear: left; }

/************
Slinky Menu
*************/
.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
  transition: all 300ms ease;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 300ms ease; }

.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
  transition: all 300ms ease;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 300ms ease; }

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0; }

.slinky-menu ul {
  width: 100%; }

.slinky-menu a {
  display: block;
  position: relative; }

.slinky-menu a.next:after {
  content: "";
  content: '\276f';
  margin-left: 1em;
  float: right;
  color: #000; }

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0; }

.slinky-menu .header {
  position: relative; }

.slinky-menu h2 ~ a.back, .slinky-menu .h2 ~ a.back {
  left: 0;
  position: absolute;
  top: 0; }

.slinky-menu h2, .slinky-menu .h2 {
  font-size: 1em;
  margin: 0;
  text-align: center; }

/* Default theme */
.slinky-menu .header {
  background: #fff;
  border-top: 1px solid #ccc;
  height: 52px; }

.slinky-menu h2, .slinky-menu .h2 {
  position: relative;
  top: 6px;
  color: #B4B4B4;
  padding: 1em;
  padding-left: 96px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
  font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif !important; }

.slinky-menu a {
  background: #fff;
  border-top: 1px solid #ccc;
  color: #000;
  padding: 1em;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

.slinky-menu a:hover {
  /* 	background: #F7F7F7; */
  color: #d71c21; }

.slinky-menu a.back {
  border-top: none;
  background: #F7F7F7;
  border-right: 1px solid #ccc;
  color: #ccc; }
  .slinky-menu a.back:hover {
    color: #000; }

/* .slinky-menu a.next:after {
	content: '\276f';
	margin-left: 1em;
	float: right;
} */
.slinky-menu a.back:before {
  content: '\276e';
  margin-right: 1em;
  float: left; }

/***************
Blackdog Home
****************/
#home-hero {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 800px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    #home-hero {
      height: 650px; } }
  #home-hero .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  #home-hero .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  @media screen and (max-width: 768px) {
    #home-hero .swiper-button-prev, #home-hero .swiper-button-next {
      background-size: 13px 22px;
      width: 13px;
      height: 22px; } }
  #home-hero .hero-slide {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 800px; }
    @media screen and (max-width: 768px) {
      #home-hero .hero-slide {
        height: 650px;
        display: flex;
        align-items: center; } }
    #home-hero .hero-slide .align-right {
      text-align: right; }
    #home-hero .hero-slide .align-center {
      text-align: center;
      padding-top: 20%; }
      @media screen and (max-width: 768px) {
        #home-hero .hero-slide .align-center {
          padding-top: 0; } }
    #home-hero .hero-slide.image-slide .bg_mobile {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
      @media screen and (max-width: 680px) {
        #home-hero .hero-slide.image-slide .bg_mobile {
          display: block; } }
    #home-hero .hero-slide.image-slide .home-callout {
      position: relative;
      z-index: 8; }
      @media screen and (max-width: 768px) {
        #home-hero .hero-slide.image-slide .home-callout {
          padding-top: 0; } }
  #home-hero .home-callout {
    padding-top: 11%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    #home-hero .home-callout h1, #home-hero .home-callout .h1 {
      font-size: 64px; }
      @media screen and (max-width: 768px) {
        #home-hero .home-callout h1, #home-hero .home-callout .h1 {
          font-size: 38px;
          margin-bottom: 30px;
          line-height: 1.1; } }
      @media screen and (max-width: 680px) {
        #home-hero .home-callout h1, #home-hero .home-callout .h1 {
          font-size: 24px;
          line-height: 1.1;
          margin-bottom: 10px; } }
      #home-hero .home-callout h1.color-light, #home-hero .home-callout .color-light.h1 {
        color: #fff; }

.mobile-home-btn-wrap {
  display: none; }
  @media screen and (max-width: 680px) {
    .mobile-home-btn-wrap {
      display: block;
      width: 100%;
      text-align: center;
      position: relative;
      top: -18px;
      z-index: 50; } }

#home-story {
  margin: 50px 0 30px 0; }
  #home-story .inner {
    width: 70%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #home-story .inner {
        width: 90%; } }
    @media screen and (max-width: 680px) {
      #home-story .inner {
        width: 100%; } }
    #home-story .inner p {
      margin: 0;
      padding: 30px 0;
      font-size: 24px; }
      @media screen and (max-width: 680px) {
        #home-story .inner p {
          font-size: 18px; } }
    #home-story .inner .bd-dog {
      width: 80px;
      height: 45px;
      background: white url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/blackdog_mark.png?v=2682682771329950591657044789) top center no-repeat;
      background-size: 70%;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      top: -20px;
      position: absolute;
      margin-left: 50%;
      left: -40px; }
    #home-story .inner .ropes-full {
      position: relative; }

#home-callouts {
  margin: 20px 0;
  padding-left: 8px;
  /* mobile */
  /*   .mens,
    .womens{
      border-bottom:8px solid #fff;
    } */ }
  #home-callouts .mobile-browse {
    text-align: center;
    margin-bottom: 8px; }
    #home-callouts .mobile-browse h3, #home-callouts .mobile-browse .h3 {
      font-size: 14px; }
    #home-callouts .mobile-browse a.bd-btn {
      position: relative;
      top: -26px; }
  #home-callouts .grid__item {
    padding-left: 8px; }
    #home-callouts .grid__item.align-right {
      text-align: right; }
  #home-callouts .browse-all {
    text-align: center;
    margin: 20px 0; }
    @media screen and (max-width: 680px) {
      #home-callouts .browse-all {
        margin: 0; } }
    #home-callouts .browse-all a {
      color: #d71c21;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px; }
      #home-callouts .browse-all a:hover {
        color: #0f385d; }
  #home-callouts .mens {
    position: relative; }
  #home-callouts .womens {
    position: relative; }
  #home-callouts .mens .inner {
    text-align: center;
    float: left;
    max-width: 300px;
    padding: 23% 0 0 9%;
    position: absolute;
    top: 0;
    left: 0; }
  #home-callouts .womens .inner {
    text-align: center;
    float: right;
    max-width: 340px;
    padding: 23% 9% 0 0;
    position: absolute;
    top: 0;
    right: 0; }
  #home-callouts .lower-callout .inner {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -26px; }
    #home-callouts .lower-callout .inner p {
      font-size: 20px;
      margin: 12px 0; }
      @media screen and (max-width: 768px) {
        #home-callouts .lower-callout .inner p {
          font-size: 16px; } }
  #home-callouts .lower-callout .inner:after {
    content: "";
    height: 8px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/rope_single.svg?v=21730073945592962491657044898) left center repeat-x;
    width: 180px;
    display: block;
    margin: 0 auto; }
  #home-callouts .lower-callout .img-wrap {
    /*   		height:330px;
          	@include bgcover(top center); */ }

@media only screen and (max-width: 860px) {
  #home-slider .grid--full .grid__item {
    width: 100% !important; } }
#home-slider #all-slide-images {
  position: relative;
  height: 500px;
  border-right: 4px solid #fff; }
  @media screen and (max-width: 768px) {
    #home-slider #all-slide-images {
      height: 400px; } }
  @media screen and (max-width: 680px) {
    #home-slider #all-slide-images {
      height: 230px;
      border-right: none; } }
#home-slider .slider-image {
  height: 500px;
  display: none;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #home-slider .slider-image {
      height: 400px; } }
  @media screen and (max-width: 680px) {
    #home-slider .slider-image {
      height: 230px;
      background-position: center center !important; } }
#home-slider .slider-image.active-img {
  display: block; }
#home-slider .slider-right-wrap {
  height: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/home_slide_text_bg.jpg?v=106168992687774668341657044837);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border-left: 4px solid #fff; }
  @media screen and (max-width: 768px) {
    #home-slider .slider-right-wrap {
      height: auto;
      padding: 30px 0;
      border-left: none; } }
  @media screen and (max-width: 680px) {
    #home-slider .slider-right-wrap {
      height: auto;
      padding: 30px 0;
      border-left: none; } }
  #home-slider .slider-right-wrap .swiper-pagination {
    position: relative;
    padding-top: 20px; }
    #home-slider .slider-right-wrap .swiper-pagination .swiper-pagination-bullet-active {
      background: #d71c21 !important; }
    #home-slider .slider-right-wrap .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #fff; }
      #home-slider .slider-right-wrap .swiper-pagination .swiper-pagination-bullet:hover {
        background: #fff !important;
        opacity: 1 !important; }
  #home-slider .slider-right-wrap .swiper-container .swiper-slide {
    color: #fff;
    text-align: center;
    width: 100% !important;
    padding: 0 50px; }
    @media screen and (max-width: 680px) {
      #home-slider .slider-right-wrap .swiper-container .swiper-slide {
        padding: 0 20px; } }
    #home-slider .slider-right-wrap .swiper-container .swiper-slide h6, #home-slider .slider-right-wrap .swiper-container .swiper-slide .h6 {
      font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif !important;
      color: #89B5DD;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600 !important;
      letter-spacing: 2px; }
    #home-slider .slider-right-wrap .swiper-container .swiper-slide h3, #home-slider .slider-right-wrap .swiper-container .swiper-slide .h3 {
      font-size: 30px;
      line-height: 34px; }
    #home-slider .slider-right-wrap .swiper-container .swiper-slide p {
      padding: 0 10%;
      font-size: 14px;
      margin-bottom: 24px; }

#home-moments {
  margin-top: 50px; }
  #home-moments .inner {
    width: 70%;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #home-moments .inner {
        width: 100%; } }
    #home-moments .inner .ropes-full {
      position: relative; }
      #home-moments .inner .ropes-full p {
        position: absolute;
        text-align: center;
        width: 100%;
        top: -15px;
        font-size: 22px; }
        #home-moments .inner .ropes-full p span {
          background: #fff; }
        #home-moments .inner .ropes-full p span span {
          color: #d71c21; }
      #home-moments .inner .ropes-full p > span {
        padding: 0 10px; }
        @media screen and (max-width: 680px) {
          #home-moments .inner .ropes-full p > span {
            font-size: 0.75em; } }
    #home-moments .inner .social-block {
      margin: 18px auto 10px auto; }
  #home-moments .lower-moments {
    padding-left: 8px; }
    #home-moments .lower-moments .grid__item {
      /*     	height:350px; */
      position: relative;
      border-left: 8px solid #fff;
      line-height: 0;
      padding-left: 0; }
      #home-moments .lower-moments .grid__item .inner {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/red_pattern_hvr.png?v=34529071224732380721657044895) 0 0 repeat;
        top: 0;
        left: 0;
        display: none;
        z-index: 2;
        color: #fff; }
        #home-moments .lower-moments .grid__item .inner .view-on {
          width: 100%;
          display: block; }
        #home-moments .lower-moments .grid__item .inner span {
          width: 30px;
          height: 30px;
          margin: 0 auto;
          display: block; }
        #home-moments .lower-moments .grid__item .inner span.twitter {
          background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/twitter_white.svg?v=23264853971725596241657044943) center center no-repeat; }
        #home-moments .lower-moments .grid__item .inner span.facebook {
          background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/facebook_white.svg?v=77513323894790763071657044820) center center no-repeat; }
        #home-moments .lower-moments .grid__item .inner span.instagram {
          background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/instagram_white.svg?v=5670312767204650971657044844) center center no-repeat; }
        #home-moments .lower-moments .grid__item .inner p {
          width: 100%;
          text-align: center;
          font-weight: 600;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-top: 12px; }
          @media screen and (max-width: 680px) {
            #home-moments .lower-moments .grid__item .inner p {
              font-size: 10px; } }
    #home-moments .lower-moments .grid__item:hover > .inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
    #home-moments .lower-moments .secondary-share {
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat;
      margin-top: 10px;
      background-position: center center !important; }
  #home-moments .third .top,
  #home-moments .third .bottom {
    width: 100%;
    float: left;
    clear: left;
    position: relative; }
  #home-moments .third .top {
    border-bottom: 4px solid #fff; }
  #home-moments .third .bottom {
    border-top: 4px solid #fff; }
  #home-moments .third .top:hover > .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center; }
  #home-moments .third .bottom:hover > .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center; }

.hr-home {
  /*   padding-top: 45px; */
  padding-bottom: 20px; }

/*****
Blackdog Footer
*****/
@media screen and (max-width: 680px) {
  .site-footer .grid__item {
    margin-bottom: 0; } }

ul.social-block {
  text-align: center;
  list-style: none; }
  @media screen and (max-width: 680px) {
    ul.social-block {
      text-align: center; } }
  ul.social-block li {
    padding: 5px;
    display: inline-block; }
    @media screen and (max-width: 680px) {
      ul.social-block li {
        display: inline-block; } }
    ul.social-block li a {
      width: 18px;
      height: 18px;
      display: inline-block; }
    ul.social-block li a.twitter {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/twitter.svg?v=98004893558093882611657044940) top left no-repeat; }
      ul.social-block li a.twitter:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/twitter_hvr.svg?v=168201375508416696701657044941) top left no-repeat; }
    ul.social-block li a.instagram {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/instagram.svg?v=101837067466203672281657044843) top left no-repeat; }
      ul.social-block li a.instagram:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/instagram_hvr.svg?v=61312948702172365481657044844) top left no-repeat; }
    ul.social-block li a.facebook {
      width: 9px;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/facebook.svg?v=64902846110488961731657044819) top left no-repeat; }
      ul.social-block li a.facebook:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/facebook_hvr.svg?v=38650051044982263761657044820) top left no-repeat; }
    ul.social-block li a.pinterest {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/pinterest.svg?v=150978746539079585051657044858) top left no-repeat; }
      ul.social-block li a.pinterest:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/pinterest_hvr.svg?v=30326048355039971881657044858) top left no-repeat; }
    ul.social-block li a.youtube {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/youtube.svg?v=66731075851317639151657044944) top left no-repeat;
      width: 22px; }
      ul.social-block li a.youtube:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/youtube_hvr.svg?v=128128751612768851211657044945) top left no-repeat; }

.footer-action-items {
  margin-bottom: 54px; }
  .footer-action-items .grid__item {
    height: 400px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  .footer-action-items .promo-text {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff; }
    @media screen and (max-width: 680px) {
      .footer-action-items .promo-text {
        height: auto;
        padding: 50px 0; } }
    .footer-action-items .promo-text .promo-text-inner {
      padding: 0 30px;
      width: 100%; }
      .footer-action-items .promo-text .promo-text-inner h3, .footer-action-items .promo-text .promo-text-inner .h3 {
        font-size: 24px; }
      .footer-action-items .promo-text .promo-text-inner p {
        font-size: 15px; }
  .footer-action-items .promo-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 8px solid #fff; }
    @media screen and (max-width: 768px) {
      .footer-action-items .promo-img {
        border-right: none; } }
    @media screen and (max-width: 680px) {
      .footer-action-items .promo-img {
        height: 230px; } }
  .footer-action-items .email-signup {
    border-left: 8px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .footer-action-items .email-signup {
        border-left: none; } }
    @media screen and (max-width: 680px) {
      .footer-action-items .email-signup {
        height: auto;
        padding: 50px 0; } }
    .footer-action-items .email-signup .email-signup-inner {
      width: 90%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .footer-action-items .email-signup .email-signup-inner {
          width: 70%; } }
      @media screen and (max-width: 680px) {
        .footer-action-items .email-signup .email-signup-inner {
          width: 90%; } }
      .footer-action-items .email-signup .email-signup-inner form {
        position: relative; }
        .footer-action-items .email-signup .email-signup-inner form ::-webkit-input-placeholder {
          color: #727272; }
        .footer-action-items .email-signup .email-signup-inner form :-moz-placeholder {
          /* Firefox 18- */
          color: #727272; }
        .footer-action-items .email-signup .email-signup-inner form ::-moz-placeholder {
          /* Firefox 19+ */
          color: #727272; }
        .footer-action-items .email-signup .email-signup-inner form :-ms-input-placeholder {
          color: #727272; }
      .footer-action-items .email-signup .email-signup-inner input {
        width: 100%;
        max-width: 100%; }
      .footer-action-items .email-signup .email-signup-inner input[type="submit"] {
        display: block;
        width: 100%;
        position: relative;
        top: -45px; }
      .footer-action-items .email-signup .email-signup-inner input[type="email"],
      .footer-action-items .email-signup .email-signup-inner input[type="text"] {
        border: 1px solid #D6D5D2; }
      .footer-action-items .email-signup .email-signup-inner input.fname {
        width: 48%;
        float: left; }
      .footer-action-items .email-signup .email-signup-inner input.lname {
        width: 48%;
        float: right; }
      .footer-action-items .email-signup .email-signup-inner input[type="email"] {
        clear: both; }
      .footer-action-items .email-signup .email-signup-inner input.triggerfield {
        visibility: hidden; }
      .footer-action-items .email-signup .email-signup-inner h3, .footer-action-items .email-signup .email-signup-inner .h3 {
        font-size: 24px;
        color: #000;
        line-height: 1em; }
      .footer-action-items .email-signup .email-signup-inner p {
        font-size: 15px;
        line-height: 18px;
        color: #727272;
        /* padding:0 40px; */ }
      .footer-action-items .email-signup .email-signup-inner .ctct-form-header, .footer-action-items .email-signup .email-signup-inner .ctct-form-text {
        display: none; }
      .footer-action-items .email-signup .email-signup-inner .ctct-form-success .ctct-form-header {
        display: block; }
      .footer-action-items .email-signup .email-signup-inner .ctct-form-embed.form_0 .ctct-form-defaults {
        background-color: transparent; }
      .footer-action-items .email-signup .email-signup-inner .ctct-form-defaults {
        font-family: Open Sans;
        font-weight: 300;
        padding: 0; }
      .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
        margin: 0; }
      .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
        margin-bottom: 4px; }
      .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
        padding: 5px 10px;
        height: 38px;
        margin-bottom: 10px;
        font-family: Open Sans; }
      .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
        font-weight: 300; }
      .footer-action-items .email-signup .email-signup-inner #first_name_field_0 {
        width: 48%;
        float: left; }
      .footer-action-items .email-signup .email-signup-inner #last_name_field_0 {
        width: 48%;
        float: right; }
      .footer-action-items .email-signup .email-signup-inner .ctct-form-button, .footer-action-items .email-signup .email-signup-inner .ctct-form-button:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/2/assets/btn_texture_red.jpg?13385182084944067025) 0 0 repeat;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        padding: 9px 22px 9px 22px;
        border: none !important; }
        .footer-action-items .email-signup .email-signup-inner .ctct-form-button:hover, .footer-action-items .email-signup .email-signup-inner .ctct-form-button:hover:hover {
          background: url(//cdn.shopify.com/s/files/1/1296/0139/t/2/assets/btn_texture_blue.jpg?5179441407001594233) 0 0 repeat !important; }
      .footer-action-items .email-signup .email-signup-inner .ctct-form-footer {
        display: none; }
      .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed form.ctct-form-custom .ctct-form-required::before {
        left: 34px; }
      .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header, .footer-action-items .email-signup .email-signup-inner div.ctct-form-embed div.ctct-form-defaults .ctct-form-header.h2 {
        font-family: 'TrendSansOne';
        color: #d71c21;
        font-size: 18px;
        text-transform: uppercase; }

.lower-footer .footer-headline h3, .lower-footer .footer-headline .h3 {
  color: #d71c21;
  font-size: 18px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #EFEFEF; }
.lower-footer .footer-logo {
  width: 184px;
  height: 42px;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/black_dog_mark_footer.png?v=127514537007488161581657044790) 0 0 no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 680px) {
    .lower-footer .footer-logo {
      float: none;
      margin: 0 auto; } }
.lower-footer .copyright {
  padding-top: 14px;
  padding-bottom: 40px; }
  @media screen and (max-width: 680px) {
    .lower-footer .copyright {
      padding-bottom: 20px; } }
  @media screen and (max-width: 680px) {
    .lower-footer .copyright .left-copy span {
      display: block; } }
  .lower-footer .copyright p, .lower-footer .copyright span {
    font-size: 11px;
    color: #727272;
    margin-bottom: 0; }
  .lower-footer .copyright p {
    float: left;
    padding-top: 16px; }
    @media screen and (max-width: 680px) {
      .lower-footer .copyright p {
        float: none; } }
  .lower-footer .copyright .right-copy span {
    float: right;
    padding-top: 16px; }
    @media screen and (max-width: 680px) {
      .lower-footer .copyright .right-copy span {
        float: none; } }
.lower-footer .footer-links-wrapper {
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 8px 0 24px 0; }
  @media screen and (max-width: 768px) {
    .lower-footer .footer-links-wrapper {
      flex-wrap: wrap; } }
  .lower-footer .footer-links-wrapper .special-offer {
    width: calc((100% / 12) * 5); }
    @media screen and (max-width: 768px) {
      .lower-footer .footer-links-wrapper .special-offer {
        width: 100%;
        margin-top: 20px; } }
    .lower-footer .footer-links-wrapper .special-offer .footer-offer {
      display: flex;
      height: 210px; }
      .lower-footer .footer-links-wrapper .special-offer .footer-offer .promo-text {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 25px; }
        .lower-footer .footer-links-wrapper .special-offer .footer-offer .promo-text .promo-text-inner {
          text-align: center; }
          .lower-footer .footer-links-wrapper .special-offer .footer-offer .promo-text .promo-text-inner h6, .lower-footer .footer-links-wrapper .special-offer .footer-offer .promo-text .promo-text-inner .h6 {
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 2.17px;
            line-height: 18px;
            text-align: center;
            margin-bottom: 25px; }
      .lower-footer .footer-links-wrapper .special-offer .footer-offer .promo-img {
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
  .lower-footer .footer-links-wrapper .customer-service-block {
    font-size: 13px;
    width: calc(100% / 3); }
    @media screen and (max-width: 768px) {
      .lower-footer .footer-links-wrapper .customer-service-block {
        width: calc((100% / 3) *  2); } }
    .lower-footer .footer-links-wrapper .customer-service-block .inner {
      padding: 16px 0; }
      .lower-footer .footer-links-wrapper .customer-service-block .inner ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 680px) {
          .lower-footer .footer-links-wrapper .customer-service-block .inner ul {
            margin: 0 auto; } }
        .lower-footer .footer-links-wrapper .customer-service-block .inner ul li {
          float: left;
          width: 33.33%;
          text-align: left !important; }
          @media screen and (max-width: 1000px) {
            .lower-footer .footer-links-wrapper .customer-service-block .inner ul li {
              width: 50%; } }
    .lower-footer .footer-links-wrapper .customer-service-block h3, .lower-footer .footer-links-wrapper .customer-service-block .h3 {
      font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif !important;
      font-weight: 700 !important;
      letter-spacing: 2px;
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 0;
      padding-top: 0; }
  .lower-footer .footer-links-wrapper .contact-block {
    font-size: 13px;
    width: calc(100% / 4); }
    @media screen and (max-width: 768px) {
      .lower-footer .footer-links-wrapper .contact-block {
        border-left: none;
        width: calc(100% / 3); } }
    .lower-footer .footer-links-wrapper .contact-block .inner {
      max-width: 186px;
      margin: 0 auto;
      padding: 16px 0; }
      @media screen and (max-width: 680px) {
        .lower-footer .footer-links-wrapper .contact-block .inner {
          padding: 16px 0 0 0; } }
      .lower-footer .footer-links-wrapper .contact-block .inner p {
        margin-bottom: 0; }
    .lower-footer .footer-links-wrapper .contact-block h3, .lower-footer .footer-links-wrapper .contact-block .h3 {
      font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif !important;
      font-weight: 700 !important;
      letter-spacing: 2px;
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 0;
      padding-top: 0; }
  .lower-footer .footer-links-wrapper .social-block {
    font-size: 13px;
    text-align: left; }
    @media screen and (max-width: 680px) {
      .lower-footer .footer-links-wrapper .social-block {
        margin: 0 auto;
        border-left: none; } }
    @media screen and (max-width: 680px) {
      .lower-footer .footer-links-wrapper .social-block li:nth-child(4) {
        margin-right: 0; } }
    .lower-footer .footer-links-wrapper .social-block ul.social-block {
      border-left: 0; }
    .lower-footer .footer-links-wrapper .social-block .inner {
      border-left: none;
      max-width: 186px;
      margin: 0 auto;
      padding: 16px 0; }
      @media screen and (max-width: 680px) {
        .lower-footer .footer-links-wrapper .social-block .inner {
          padding: 16px 0 0 0; } }
    .lower-footer .footer-links-wrapper .social-block h3, .lower-footer .footer-links-wrapper .social-block .h3 {
      font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif !important;
      font-weight: 700 !important;
      letter-spacing: 2px;
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 0;
      padding-top: 0; }

/****************
Basic Page
****************/
#reg-page-content {
  padding-bottom: 60px; }
  #reg-page-content .page-left a,
  #reg-page-content .page-right a {
    color: #d71c21; }
    #reg-page-content .page-left a:hover,
    #reg-page-content .page-right a:hover {
      color: #0f385d; }
  #reg-page-content .page-left ul,
  #reg-page-content .page-left ol,
  #reg-page-content .page-right ul,
  #reg-page-content .page-right ol {
    margin-top: 16px; }
  #reg-page-content .page-right {
    padding-left: 100px; }
    @media screen and (max-width: 768px) {
      #reg-page-content .page-right {
        padding-left: 15px;
        padding-top: 30px; } }
  #reg-page-content .page-left .rte p:first-of-type {
    font-size: 20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 24px;
    margin-bottom: 26px; }
    @media screen and (max-width: 680px) {
      #reg-page-content .page-left .rte p:first-of-type {
        font-size: 17px;
        line-height: 27px; } }
  #reg-page-content .page-left blockquote,
  #reg-page-content .page-right blockquote {
    background: #F7F7F7;
    border: none;
    padding: 28px 28px 0 28px; }
    #reg-page-content .page-left blockquote p,
    #reg-page-content .page-right blockquote p {
      font-style: normal;
      font-size: 16px !important;
      margin-bottom: 0;
      padding-bottom: 28px;
      border-bottom: none; }
      #reg-page-content .page-left blockquote p a,
      #reg-page-content .page-right blockquote p a {
        color: #d71c21; }
        #reg-page-content .page-left blockquote p a:hover,
        #reg-page-content .page-right blockquote p a:hover {
          color: #0f385d; }

#testimonial {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/testamonial_texture.png?v=47611848036714485561657044915) 0 0 repeat;
  padding: 80px 0; }
  @media screen and (max-width: 680px) {
    #testimonial {
      padding: 40px 0 30px; } }
  #testimonial .inner {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    position: relative; }
  #testimonial h3:before, #testimonial .h3:before {
    content: '';
    width: 29px;
    height: 23px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/test_quote_start.png?v=123851029002376446451657044919) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -40px; }
  #testimonial h3:after, #testimonial .h3:after {
    content: '';
    width: 29px;
    height: 23px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/test_quote_end.png?v=121250349897193675251657044918) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -40px; }
  #testimonial h3, #testimonial .h3 {
    font-size: 24px;
    display: inline-block;
    position: relative; }
  #testimonial p.name {
    font-size: 18px;
    font-weight: 600; }
    #testimonial p.name span {
      font-size: 12px;
      text-transform: uppercase; }

#page-carousel {
  margin-top: 60px;
  /*   .swiper-slide:hover .inner{
    	@include flex-center;
    } */ }
  #page-carousel .inner {
    width: 70%;
    margin: auto; }
    #page-carousel .inner .ropes-full {
      position: relative; }
      #page-carousel .inner .ropes-full p {
        position: absolute;
        text-align: center;
        width: 100%;
        top: -15px;
        font-size: 22px; }
        #page-carousel .inner .ropes-full p span {
          background: #fff; }
        #page-carousel .inner .ropes-full p span span {
          color: #d71c21; }
      #page-carousel .inner .ropes-full p > span {
        padding: 0 10px; }
    #page-carousel .inner .social-block {
      margin: 18px auto 10px auto; }
  #page-carousel .swiper-carousel {
    margin-top: 12px;
    position: relative; }
    #page-carousel .swiper-carousel .swiper-container.pageslides {
      width: 89%; }
      @media screen and (max-width: 768px) {
        #page-carousel .swiper-carousel .swiper-container.pageslides {
          width: 80%; } }
      @media screen and (max-width: 680px) {
        #page-carousel .swiper-carousel .swiper-container.pageslides {
          width: 70%; } }
  #page-carousel .swiper-slide > a:hover {
    cursor: default; }
  #page-carousel .swiper-slide {
    position: relative; }
    #page-carousel .swiper-slide img {
      float: left; }
    #page-carousel .swiper-slide .inner {
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/red_pattern_hvr.png?v=34529071224732380721657044895) 0 0 repeat;
      top: 0;
      left: 0;
      display: none;
      z-index: 2;
      color: #fff; }
      #page-carousel .swiper-slide .inner .view-on {
        width: 100%;
        display: block; }
      #page-carousel .swiper-slide .inner span {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        display: block; }
      #page-carousel .swiper-slide .inner span.twitter {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/twitter_white.svg?v=23264853971725596241657044943) center center no-repeat; }
      #page-carousel .swiper-slide .inner span.facebook {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/facebook_white.svg?v=77513323894790763071657044820) center center no-repeat; }
      #page-carousel .swiper-slide .inner span.instagram {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/instagram_white.svg?v=5670312767204650971657044844) center center no-repeat; }
      #page-carousel .swiper-slide .inner span.pinterest {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/pinterest_white.svg?v=111089168322481341421657044858) center center no-repeat; }
      #page-carousel .swiper-slide .inner span.youtube {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/youtube_white.svg?v=109750317342952507031657044945) center center no-repeat; }
      #page-carousel .swiper-slide .inner p {
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 12px; }
  #page-carousel .swiper-carousel .swiper-button-prev,
  #page-carousel .swiper-carousel .swiper-button-next {
    width: 34px;
    height: 34px;
    border-radius: 2px; }
  #page-carousel .swiper-carousel .swiper-button-prev {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat; }
    #page-carousel .swiper-carousel .swiper-button-prev:hover {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }
  #page-carousel .swiper-carousel .swiper-button-next {
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat; }
    #page-carousel .swiper-carousel .swiper-button-next:hover {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }
  #page-carousel .swiper-carousel .swiper-button-prev span {
    width: 21px;
    height: 16px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/swiper_arrow_left.png?v=108994284049545088251657044913) 0 0 no-repeat;
    background-size: 50%;
    position: absolute;
    top: 9px;
    left: 11px; }
  #page-carousel .swiper-carousel .swiper-button-next span {
    width: 21px;
    height: 16px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/swiper_arrow_right.png?v=5383103982076415221657044914) 0 0 no-repeat;
    background-size: 50%;
    position: absolute;
    top: 9px;
    left: 13px; }

/******************
Blackdog FAQs
******************/
body#faqs .main-content {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/faq_banner_img.jpg?v=52729487650607786401657044821) top right no-repeat;
  margin-top: 0px;
  padding-top: 15px; }

.faq-header-background {
  position: absolute;
  right: 0;
  top: 0;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/faq_banner_img.jpg?v=52729487650607786401657044821) 0 0 no-repeat; }

.faq-right {
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .faq-right {
      padding-left: 15px; } }
  .faq-right h3, .faq-right .h3 {
    color: #0f385d; }
  .faq-right p {
    font-size: 15px; }

.faq-sidebar {
  padding-top: 112px; }
  @media screen and (max-width: 768px) {
    .faq-sidebar {
      padding-top: 0; } }
  @media screen and (max-width: 680px) {
    .faq-sidebar {
      padding-top: 0; } }

.tabs-menu {
  float: left;
  clear: both;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  border-bottom: 1px solid #d71c21; }

.tabs-menu li {
  float: left;
  margin-right: 10px;
  color: #d71c21;
  margin-bottom: 0; }
  @media screen and (max-width: 680px) {
    .tabs-menu li {
      margin-right: 0; } }

.tabs-menu li.current {
  position: relative;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat;
  z-index: 5;
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px; }

.tabs-menu li a {
  padding: 8px 14px;
  text-transform: uppercase;
  color: #d71c21;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block; }
  @media screen and (max-width: 680px) {
    .tabs-menu li a {
      font-size: 10px; } }

.tabs-menu .current a {
  color: #fff; }

.tab {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px; }

.tab-content {
  display: none; }

#tab-1 {
  display: block; }

.ss_button {
  cursor: pointer;
  padding: 10px 10px 10px 42px;
  width: 100%;
  border-top: 1px solid #EFEFEF;
  font-size: 20px;
  color: #0f385d;
  position: relative; }
  .ss_button:hover {
    color: #d71c21; }
  @media screen and (max-width: 680px) {
    .ss_button {
      font-size: 16px; } }

.ss_button:first-child {
  border-top: none; }

.ss_button:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/faq_plus.svg?v=113180112329186403601657044822) center center no-repeat;
  position: absolute;
  top: 20px;
  left: 0; }

.ss_button.faq-open:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/faq_minus.svg?v=75672209223033401201657044822) center center no-repeat;
  display: inline-block; }

.ss_content {
  display: none;
  padding: 0px 10px 20px 44px;
  width: 100%; }
  .ss_content p {
    padding: 0;
    margin: 0; }

/*****************
Blackdog Contact
*****************/
#contact-us #reg-page-content {
  padding-bottom: 500px;
  position: relative; }
#contact-us #reg-page-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/contact_bg_img.jpg?v=163995061577471763561657044799) center bottom no-repeat;
  background-size: cover; }
#contact-us #reg-page-content > .wrapper {
  z-index: 1;
  position: relative; }

/*******************
Black Dog Register and Login
*******************/
body.template-customers-login header.section-header {
  margin-bottom: 20px; }

.register-left a.bd-btn,
.new-cust-right a.bd-btn {
  padding: 6px 42px 8px 42px; }

.register-left h3, .register-left .h3,
.new-cust-right h3,
.new-cust-right .h3 {
  margin-bottom: 0; }
.register-left .section-header--large,
.new-cust-right .section-header--large {
  margin-bottom: 6px; }
.register-left p,
.new-cust-right p {
  margin-bottom: 12px; }

.register-left {
  padding: 40px;
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/background_establish.jpg?v=131762994919143932331657044788) top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 680px) {
    .register-left {
      padding: 20px; } }
  .register-left input[type="submit"] {
    float: left;
    padding: 6px 42px 8px 42px; }
    @media screen and (max-width: 680px) {
      .register-left input[type="submit"] {
        float: none;
        width: 100%; } }
  .register-left a.reset-pass {
    margin-left: 10px;
    font-size: 13px;
    color: #d71c21;
    position: relative;
    top: 3px;
    display: inline-block; }
    .register-left a.reset-pass:hover {
      color: #0f385d; }
    @media screen and (max-width: 680px) {
      .register-left a.reset-pass {
        display: block;
        text-align: center;
        margin-top: 12px;
        margin-left: 0; } }
  .register-left form#customer_login input[type="email"] {
    width: 48%;
    float: left; }
    @media screen and (max-width: 680px) {
      .register-left form#customer_login input[type="email"] {
        float: none;
        width: 100%; } }
  .register-left form#customer_login input[type="password"] {
    width: 48%;
    float: left;
    margin-left: 3%; }
    @media screen and (max-width: 680px) {
      .register-left form#customer_login input[type="password"] {
        float: none;
        width: 100%;
        margin-left: 0; } }

.new-cust-right {
  padding: 40px; }
  @media screen and (max-width: 680px) {
    .new-cust-right {
      padding: 20px; } }
  @media screen and (max-width: 680px) {
    .new-cust-right a.bd-btn {
      width: 100%;
      text-align: center; } }

/*
Account Registration
*/
.acct-reg-right img {
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .acct-reg-right img {
      padding-left: 0; } }

.acct-reg-left form#create_customer label {
  font-size: 13px;
  font-weight: 600;
  color: #727272; }
.acct-reg-left form#create_customer span.input-left,
.acct-reg-left form#create_customer span.input-right {
  width: 48%;
  float: left; }
  @media screen and (max-width: 680px) {
    .acct-reg-left form#create_customer span.input-left,
    .acct-reg-left form#create_customer span.input-right {
      float: none;
      width: 100%; } }
.acct-reg-left form#create_customer span.input-right {
  margin-left: 3%; }
  @media screen and (max-width: 680px) {
    .acct-reg-left form#create_customer span.input-right {
      margin-left: 0; } }
@media screen and (max-width: 680px) {
  .acct-reg-left form#create_customer input[type="submit"] {
    width: 100%; } }
.acct-reg-left form#create_customer .input-full {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  font-size: 13px; }
.acct-reg-left form#create_customer span.has-account {
  font-size: 13px;
  display: block;
  margin-top: 8px; }
  @media screen and (max-width: 680px) {
    .acct-reg-left form#create_customer span.has-account {
      margin-left: 0;
      width: 100%;
      text-align: center;
      margin-top: 12px;
      display: block; } }
  .acct-reg-left form#create_customer span.has-account a {
    color: #d71c21;
    display: inline-block; }
    .acct-reg-left form#create_customer span.has-account a:hover {
      color: #0f385d; }

/*********************
Blackdog Cart
*********************/
.cart__row.line-item select.size-change {
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .cart__row.line-item select.size-change {
      margin-top: 0; } }
.cart__row.line-item input[type="number"] {
  -webkit-box-shadow: inset 0px -2px 2px 0px #eee;
  -moz-box-shadow: inset 0px -2px 2px 0px #eee;
  box-shadow: inset 0px -2px 2px 0px #eee; }

form.cart {
  color: #727272; }
  form.cart input.cart__quantity-selector {
    width: 60px; }
  form.cart a.cart__remove {
    color: #d71c21;
    font-size: 13px;
    font-weight: 500;
    font-size: 13px; }
    form.cart a.cart__remove:before {
      content: "";
      width: 11px;
      height: 11px;
      float: left;
      margin-right: 6px;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/remove_close.png?v=35264337076537288631657044896) 0 0 no-repeat;
      background-size: 100%;
      position: relative;
      top: 6px; }
    form.cart a.cart__remove:hover {
      color: #0f385d; }
  form.cart a.cart__remove:hover a.cart__remove:before {
    color: #0f385d; }
  form.cart .h5 {
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 500; }
  form.cart .product-title {
    font-family: 'TrendSansOne';
    font-weight: normal !important;
    font-style: normal !important; }
  form.cart .h5.cart__subtotal {
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    color: #d71c21;
    font-size: 28px;
    font-weight: 700 !important; }
  form.cart a.h5 {
    font-size: 22px; }
  form.cart h5.product-title, form.cart .product-title.h5 {
    line-height: 1em; }
  form.cart .cart-item__original-price {
    font-weight: 700; }
  form.cart .cart__subtotal-title {
    text-transform: uppercase;
    font-weight: 500; }
  form.cart p {
    font-size: 13px; }
  form.cart h4, form.cart .h4 {
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 600 !important;
    color: #0f385d;
    font-size: 13px; }
  form.cart .cart__mini-labels {
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 600 !important;
    color: #0f385d;
    font-size: 13px; }
  form.cart .cart-prod-wrap {
    border: 1px solid #EFEFEF;
    padding: 24px; }
  form.cart input[type="submit"].update-cart {
    background: none;
    color: #d71c21;
    font-weight: 500;
    font-size: 13px; }
    form.cart input[type="submit"].update-cart:hover {
      color: #0f385d; }

form#AddToCartForm .selector-wrapper {
  float: left;
  width: 50%;
  margin-right: 20px; }
form#AddToCartForm .product-single__quantity input[type="number"] {
  -webkit-box-shadow: inset 0px -2px 2px 0px #eee;
  -moz-box-shadow: inset 0px -2px 2px 0px #eee;
  box-shadow: inset 0px -2px 2px 0px #eee; }

@media screen and (min-width: 769px) {
  .single-option-selector {
    width: 100% !important; } }
/* Preload some hover so there is no delay */
div#preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px; }

/******************
Product Page
******************/
.product-carousel {
  position: relative;
  width: 80%;
  margin: auto; }
  .product-carousel .swiper-slide img {
    border: 1px solid #EFEFEF;
    padding: 14px; }
  .product-carousel .swiper-button-next,
  .product-carousel .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 2px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat; }
    .product-carousel .swiper-button-next:hover,
    .product-carousel .swiper-button-prev:hover {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }
  .product-carousel .swiper-button-next span {
    width: 21px;
    height: 16px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/swiper_arrow_right.png?v=5383103982076415221657044914) 0 0 no-repeat;
    background-size: 50%;
    position: absolute;
    top: 9px;
    left: 13px; }
  .product-carousel .swiper-button-prev span {
    width: 21px;
    height: 16px;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/swiper_arrow_left.png?v=108994284049545088251657044913) 0 0 no-repeat;
    background-size: 50%;
    position: absolute;
    top: 9px;
    left: 11px; }
  .product-carousel .swiper-button-next {
    right: -54px; }
  .product-carousel .swiper-button-prev {
    left: -54px; }

@media only screen and (max-width: 480px) {
  .product-carousel {
    width: 69%; } }
.product-secondary {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF; }
  @media screen and (max-width: 680px) {
    .product-secondary {
      border-bottom: none; } }
  .product-secondary p {
    float: left;
    margin: 0; }
  .product-secondary span {
    font-size: 12px;
    font-weight: 500;
    color: #727272;
    display: inline-block; }
  .product-secondary .product-sku {
    /* border-left:1px solid #EFEFEF; */
    padding: 5px 6px 6px 0px;
    /*     border-bottom:1px solid #EFEFEF; */
    /*     margin-left:10px; */ }
    @media screen and (max-width: 680px) {
      .product-secondary .product-sku {
        margin-left: 0px;
        /*         border-left:none; */
        padding: 5px 6px 6px 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #EFEFEF; } }
  .product-secondary .variant-sku {
    text-transform: uppercase; }

.product-single__thumbnails.grid-uniform {
  padding-left: 15px; }

.product-description {
  padding-bottom: 14px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px; }

.product-single__price {
  font-size: 24px;
  font-weight: 500;
  color: #d71c21; }

.product-single__prices {
  margin-top: 14px; }

.product-single__hero h1, .product-single__hero .h1 {
  margin-bottom: 30px; }

.product-right {
  padding-left: 50px; }
  @media screen and (max-width: 768px) {
    .product-right {
      padding-left: 15px; } }
  @media screen and (max-width: 680px) {
    .product-right {
      padding-left: 15px; } }

.product-single__photos {
  /*border:1px solid #EFEFEF;*/
  padding: 50px 0; }

#lower-products {
  margin-top: 30px; }
  #lower-products h3.you-like, #lower-products .you-like.h3 {
    float: left;
    clear: left;
    margin: 16px 0; }

/********************
COLLECTIONS PAGES
*********************/
.collection-header {
  height: 360px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/common_collection_header.jpg?v=113390020657548827081657044798);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  .collection-header h1, .collection-header .h1 {
    font-size: 56px;
    color: #0f385d;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 0 20px; }

.collection-img {
  height: 360px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: top center !important; }

.collection-feature-sort {
  margin: 40px 0; }

.sub-col-header .form-horizontal, .collection-feature-sort .form-horizontal {
  float: right;
  width: 78%;
  margin-left: 2%; }
  @media screen and (max-width: 768px) {
    .sub-col-header .form-horizontal, .collection-feature-sort .form-horizontal {
      margin-top: 0;
      width: 100%; } }
  @media screen and (max-width: 680px) {
    .sub-col-header .form-horizontal, .collection-feature-sort .form-horizontal {
      float: left;
      margin-right: 0;
      margin-left: 0;
      margin-top: 10px;
      width: 100%; } }
  .sub-col-header .form-horizontal select, .collection-feature-sort .form-horizontal select {
    width: 100%; }

.bg-filter {
  float: right; }

.product-display {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .product-display .grid-link__title {
    font-weight: 700;
    margin-top: 36px;
    font-size: 16px;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif; }
    .product-display .grid-link__title a:hover {
      color: #0f385d; }
  .product-display .grid-link__meta {
    color: #727272;
    font-weight: 500;
    font-size: 14px; }
  .product-display .inner-product {
    /*border:1px solid #EFEFEF;*/
    position: relative; }
  .product-display .prod-add-to-cart {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -18px; }
    .product-display .prod-add-to-cart form {
      margin-bottom: 0; }

/*******************
Blackdog Forms
*******************/
form .form-half {
  width: 48%;
  float: left; }
  @media screen and (max-width: 680px) {
    form .form-half {
      width: 100%; } }
form .form-half.right {
  float: right; }
  @media screen and (max-width: 680px) {
    form .form-half.right {
      float: left; } }
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  -webkit-box-shadow: inset 2px 2px 2px 0px #eee;
  -moz-box-shadow: inset 2px 2px 2px 0px #eee;
  box-shadow: inset 2px 2px 2px 0px #eee; }
form label {
  font-weight: 600;
  color: #727272;
  font-size: 13px; }

/*******************
Blackdog Search Results
********************/
@media screen and (max-width: 768px) {
  .search-title {
    display: block;
    text-align: center; } }
@media screen and (max-width: 680px) {
  .search-title {
    display: block;
    text-align: center; } }
.search-title h3, .search-title .h3 {
  margin: 0;
  padding: 0 30px; }

.search-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .search-grid {
      display: block; } }
  @media screen and (max-width: 680px) {
    .search-grid {
      display: block; } }

@media screen and (max-width: 768px) {
  .search-title {
    margin-top: 16px; } }
@media screen and (max-width: 680px) {
  .search-title {
    margin-top: 16px; } }

.search-img-wrap {
  padding: 16px;
  border: 1px solid #EFEFEF; }
  @media screen and (max-width: 768px) {
    .search-img-wrap {
      max-width: 200px;
      margin: auto; } }
  @media screen and (max-width: 680px) {
    .search-img-wrap {
      max-width: 200px;
      margin: auto; } }

.search-result {
  margin-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 30px; }

/*
Store Locator
*/
#store-locator-header {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/connect_header.jpg?v=171769285779818585001657044798);
  margin-top: -15px;
  height: 170px; }
  #store-locator-header h1, #store-locator-header .h1 {
    font-size: 64px;
    position: relative;
    top: 52px;
    color: #fff; }
    @media screen and (max-width: 680px) {
      #store-locator-header h1, #store-locator-header .h1 {
        font-size: 40px; } }

#store-locator-crumbs {
  position: relative;
  top: 118px; }

#col-main {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 100px; }

.addresses {
  height: auto !important;
  width: 100% !important;
  float: left;
  padding-top: 20px; }
  .addresses ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .addresses ul li {
    background: url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/map_pin.svg?v=87316234301189769761657044852") no-repeat scroll 12px 42px transparent !important;
    border-top: 1px solid #EFEFEF;
    width: 33.3333%;
    float: left;
    clear: none;
    padding-bottom: 80px;
    padding-top: 40px; }
    @media screen and (max-width: 768px) {
      .addresses ul li {
        width: 50%; } }
    @media screen and (max-width: 680px) {
      .addresses ul li {
        width: 100%;
        padding-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .addresses ul li a {
      width: 72%; } }
  @media screen and (max-width: 680px) {
    .addresses ul li a {
      width: 80%; } }
  .addresses ul li:nth-child(1),
  .addresses ul li:nth-child(2),
  .addresses ul li:nth-child(3) {
    border-top: none; }
    @media screen and (max-width: 680px) {
      .addresses ul li:nth-child(1),
      .addresses ul li:nth-child(2),
      .addresses ul li:nth-child(3) {
        border-top: 1px solid #EFEFEF; } }
  @media screen and (max-width: 768px) {
    .addresses ul li:nth-child(3) {
      border-top: 1px solid #EFEFEF; } }
  .addresses ul li a span {
    color: #727272;
    font-size: 13px;
    font-weight: 500; }
  .addresses ul li a span.name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 1.2em; }
  .addresses ul li .directions a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 22px 8px 22px;
    border-radius: 2px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    width: auto !important;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat; }
    .addresses ul li .directions a:hover {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }

.addresses ul li .distance {
  width: 32px; }

.addresses.narrow {
  width: 31% !important;
  padding-top: 0px;
  height: 400px !important; }
  @media screen and (max-width: 680px) {
    .addresses.narrow {
      width: 100% !important;
      height: auto !important; } }
  .addresses.narrow ul li {
    background: url("//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/map_pin.svg?v=87316234301189769761657044852") no-repeat scroll 12px 38px transparent !important;
    border-top: 1px solid #EFEFEF;
    width: 100%;
    padding-bottom: 60px; }
  .addresses.narrow ul li:nth-child(1),
  .addresses.narrow ul li:nth-child(2),
  .addresses.narrow ul li:nth-child(3) {
    border-top: 1px solid #EFEFEF; }

#directions_text {
  width: 31% !important; }
  @media screen and (max-width: 680px) {
    #directions_text {
      width: 100% !important; } }

#col-main .search_bar {
  background: #F7F7F7;
  border: none !important; }
  #col-main .search_bar .main_search_label,
  #col-main .search_bar .distance_label,
  #col-main .search_bar .search_limit_label {
    color: #727272;
    font-weight: 500;
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    #col-main .search_bar .search_limit {
      width: 25% !important; } }
  @media screen and (max-width: 680px) {
    #col-main .search_bar .search_limit {
      width: 100% !important; } }
  #col-main .search_bar .main-search-bar {
    width: 51%; }
  #col-main .search_bar .search_limit {
    width: 17%; }
  #col-main .search_bar input[type="text"] {
    padding: 8px 10px;
    font-size: 14px;
    box-shadow: #eeeeee 2px 2px 2px 0px inset; }
  #col-main .search_bar select#within_distance {
    padding: 8px 10px;
    font-size: 14px; }
  #col-main .search_bar select#limit {
    padding: 8px 10px;
    width: 63px;
    font-size: 14px; }
  #col-main .search_bar button {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 22px 8px 22px;
    border-radius: 2px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    width: auto !important;
    text-shadow: none;
    box-shadow: none;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_red.jpg?v=34061617381144842151657044794) 0 0 repeat; }
    #col-main .search_bar button:hover {
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }
    @media screen and (max-width: 680px) {
      #col-main .search_bar button {
        float: left !important; } }

#featured-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 680px) {
    #featured-location {
      display: block !important; } }

#featured-store {
  float: left;
  padding-top: 60px;
  width: 100%; }
  #featured-store #featured-location-details {
    /* height:294px; */
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/background_establish.jpg?v=131762994919143932331657044788) top center no-repeat;
    background-size: cover; }
    #featured-store #featured-location-details .inner {
      padding: 50px; }
      @media screen and (max-width: 768px) {
        #featured-store #featured-location-details .inner {
          padding: 20px; } }
      @media screen and (max-width: 680px) {
        #featured-store #featured-location-details .inner {
          padding: 20px; } }
    #featured-store #featured-location-details h6, #featured-store #featured-location-details .h6 {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif !important;
      font-weight: 600 !important;
      color: #0f385d;
      margin-bottom: 0; }
    #featured-store #featured-location-details h2, #featured-store #featured-location-details .h2 {
      font-size: 24px;
      margin-bottom: 16px; }
  #featured-store #featured-location-addr {
    color: #727272;
    font-size: 15px; }
    @media screen and (max-width: 680px) {
      #featured-store #featured-location-addr {
        margin-bottom: 20px; } }
    #featured-store #featured-location-addr p.directions {
      margin-top: 20px; }
      #featured-store #featured-location-addr p.directions a:hover {
        text-decoration: none; }
  #featured-store #featured-location-info {
    color: #727272;
    font-size: 15px; }
  #featured-store #featured-location-img {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      #featured-store #featured-location-img {
        height: 300px; } }
    @media screen and (max-width: 680px) {
      #featured-store #featured-location-img {
        height: 300px; } }

/* @media only screen and (max-width: 968px) and (min-width: 770px){
  #featured-location-addr{
  	width:100%;
  }
} */
/********************
Blackdog Sub-category Menu
********************/
nav.breadcrumb.sub-cat {
  margin-bottom: 0; }

.sub-collection-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .sub-collection-menu ul {
      display: block; } }
  @media screen and (max-width: 680px) {
    .sub-collection-menu ul {
      display: none; } }
  .sub-collection-menu ul li:first-child {
    /*     	display:none; */ }
  .sub-collection-menu ul li:nth-child(2) {
    /*     	border-left:none; */ }
  .sub-collection-menu ul li {
    border-left: 1px solid #EFEFEF;
    padding: 12px;
    margin: 6px 0;
    text-align: center;
    float: left;
    width: 8%;
    line-height: .9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .sub-collection-menu ul li {
        display: block;
        width: 20%;
        border-left: none; } }
    .sub-collection-menu ul li a {
      font-weight: 600;
      font-size: 11.5px;
      color: #727272; }
      .sub-collection-menu ul li a:hover {
        color: #d71c21; }
  .sub-collection-menu ul li:first-child {
    border-left: none; }

.bg-filter {
  width: 100%; }
  .bg-filter label {
    font-weight: 600;
    color: #727272;
    font-size: 13px;
    display: none; }

.gc-balance-response {
  padding: 10px;
  background-color: #eee;
  margin: 10px 0px;
  border: 1px solid #bbb; }

#gc-balance-error {
  color: red; }

.wrapper.sub-col-header {
  margin: 40px auto; }

.collection-intro {
  margin-top: 40px; }

.input-error-required {
  border: 1px solid red !important; }

.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 100; }

/* ****************  */
/* *CUSTOM PRODUCT*  */
/* ****************  */
#select-tote-color {
  width: 100px; }

#select-ball-color {
  width: 100px; }

/* ********************************  */
/* * Store Locator style override *  */
/* ********************************  */
#store-address-list .addresses li a {
  width: auto;
  margin-bottom: 0; }

#store-address-list .addresses li > a {
  display: block;
  margin-left: 52px;
  outline: medium none;
  text-decoration: none;
  width: auto; }

#store-address-list .addresses li div {
  text-align: left; }

#store-address-list .addresses li div a {
  display: inline-block; }

#store-address-list .addresses.narrow ul li {
  padding-bottom: 35px; }

#store-address-list .addresses li a.store_website {
  margin-bottom: 15px; }

.search_bar .main_search_bar {
  width: 45% !important; }

.main_search_bar input {
  width: 50%; }

@media screen and (max-width: 825px) {
  .main_search_label, .distance_label, .search_limit_label {
    display: block !important;
    padding-top: 7px;
    padding-bottom: 4px;
    width: 100% !important; }

  #col-main .search_bar .search_limit {
    width: 17% !important; }

  #col-main .search_bar button {
    margin-top: 35px; }

  #col-main .search_bar .search_limit {
    width: 15% !important;
    text-align: left !important; }

  .search_bar .search_within_distance {
    width: 15% !important;
    text-align: left !important;
    margin-right: 15px; }

  .search_bar .main_search_bar {
    width: 41% !important;
    padding-right: 15px;
    box-sizing: border-box; }

  .main_search_bar input {
    width: 100% !important; }

  #col-main .search_bar #within_distance {
    width: 100% !important; }

  #col-main .search_bar select#limit {
    width: 100% !important; } }
@media screen and (max-width: 620px) {
  #col-main .search_bar .search_limit {
    width: 100% !important; }

  .search_bar .search_within_distance {
    width: 100% !important;
    margin-right: 0; }

  .search_bar .main_search_bar {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-right: 0px; }

  #col-main .search_bar button {
    margin-top: 20px;
    margin-left: 0;
    float: none; }

  .main_search_bar input {
    width: 100% !important; } }
/* ********************************  */
/* * Additional Style Changes     *  */
/* ********************************  */
.lower-footer .footer-links-wrapper .social-block {
  text-align: inherit; }

@media screen and (max-width: 420px) {
  .ropes-full, .ropes-full:before, .ropes-full:after {
    background: none; }

  .ropes-full p {
    line-height: 24px; }

  #home-moments .inner .social-block {
    margin: 45px auto 10px; } }
.isMobile input[type="text"],
.isMobile input[type="email"],
.isMobile input[type="search"] {
  font-size: 16px !important; }

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .footer-action-items .email-signup .email-signup-inner h3, .footer-action-items .email-signup .email-signup-inner .h3, .footer-action-items .email-signup .email-signup-inner .h3 {
    font-size: 21px; }

  .footer-action-items .email-signup .email-signup-inner input {
    padding: 5px 10px; } }
.main-content .wrapper img.topfullimage {
  max-width: 100%;
  height: auto; }

.topfullimage + .grid, .topfullimage + .grid--rev, .topfullimage + .grid--full {
  margin-top: 30px; }

#tables-page-content {
  border-top: 2px solid #000000;
  padding: 30px 20px; }

.shippingpage .grid, .shippingpage .grid--rev, .shippingpage .grid--full {
  margin-left: 0; }

.shippingpage {
  padding-bottom: 0; }

#tables-page-content .schart {
  width: 48%;
  display: inline-block;
  margin-bottom: 20px; }

#tables-page-content .schart:nth-child(odd) {
  float: right; }

#tables-page-content .schart:nth-child(even) {
  float: left; }

#tables-page-content .schart table, .shippingpage .shipping-tophalf table, .shipping-bottomhalf .page-right table {
  border: 0; }

#tables-page-content .schart table thead th, .shippingpage .shipping-tophalf table thead th, .shipping-bottomhalf .page-right table th {
  border: 0;
  font-size: 13px;
  color: #0f385d;
  border-bottom: 2px solid #EFEFEF;
  font-weight: 600; }

#tables-page-content .schart table tbody td, .shippingpage .shipping-tophalf table tbody td, .shipping-bottomhalf .page-right table tbody td {
  border: 0;
  border-bottom: 2px solid #EFEFEF;
  font-size: 15px; }

#tables-page-content .schart table tbody tr td:first-child, .shippingpage .shipping-tophalf table tbody tr td:first-child {
  font-weight: 500; }

.shippingpage .ropes-full {
  clear: both; }

.shipping-tophalf {
  overflow: hidden;
  margin-bottom: 40px;
  padding-left: 0; }

.shippingpage .grid .grid__item, .shippingpage .grid--rev .grid__item, .shippingpage .grid--full .grid__item {
  padding-left: 0; }

.shipping-bottomhalf {
  clear: both;
  margin-top: 0px; }

.shipping-bottomhalf h5, .shipping-bottomhalf .h5 {
  font-family: "Open Sans";
  font-size: 20px;
  color: #0f385d;
  text-transform: none;
  font-weight: 600; }

.shipping-bottomhalf .page-right table {
  margin-top: 130px; }

.shipping-bottomhalf .page-right table th {
  font-size: 16px; }

.shipping-bottomhalf .rte p:first-child {
  border-bottom: none !important; }

.isDesktop .bvideo {
  background-image: none !important; }

@media screen and (max-width: 900px) {
  #the-black-dog-fit #tables-page-content .schart {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: none; }

  .shipping-bottomhalf .page-right table {
    margin-top: 10px; }

  .shippingpage .page-right {
    padding-left: 0px !important; } }
@media screen and (max-width: 580px) {
  .shipping-tophalf table, .shipping-tophalf thead, .shipping-tophalf tbody, .shipping-tophalf th, .shipping-tophalf td, .shipping-tophalf tr {
    display: block; }

  .shipping-tophalf thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .shipping-tophalf tr {
    margin-bottom: 10px; }

  .shipping-tophalf td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: right;
    font-size: 12px; }

  .shipping-tophalf td:before {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
    content: attr(data-title) ": ";
    float: left;
    font-weight: 600;
    font-size: 12px; } }
@media screen and (max-width: 380px) {
  .shipping-tophalf td {
    padding-top: 28px;
    text-align: left;
    padding-left: 4px; } }
#legacysections {
  margin: 20px 0 0; }

#legacysections .lsection {
  width: 100%;
  display: table;
  padding: 10px 0;
  position: relative; }

#legacysections .lsection > p {
  display: none; }

#legacysections .lsection img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  position: relative; }

#legacysections .lsection .lsection_content {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px; }

#legacysections .lsection .lsection_content h6, #legacysections .lsection .lsection_content .h6 {
  color: #0f385d;
  font-size: 30px; }

#legacysections .lsection .lsection_content.mobileonly {
  display: none; }

.legacy-page .section-header {
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
  padding: 0 0 30px; }

.legacy-page .section-header p {
  font-size: 19px; }

#legacysections .lsection.marg1 img {
  margin-top: 25px; }

#legacysections .lsection.marg2 img {
  margin-top: 50px; }

#legacysections .lsection.marg3 img {
  margin-top: 75px; }

#legacysections .lsection.marg4 img {
  margin-top: 100px; }

#legacysections .lsection.marg5 img {
  margin-top: 125px; }

#legacysections .lsection.marg6 img {
  margin-top: 150px; }

@media screen and (max-width: 900px) {
  #legacysections .lsection .lsection_content {
    padding: 0 60px; }

  .legacy-page .section-header {
    width: 70%; } }
@media screen and (max-width: 680px) {
  #legacysections .lsection img {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

  #legacysections .lsection .lsection_content {
    display: block;
    width: 100%;
    padding: 0 20px; }

  #legacysections .lsection.imgright .lsection_content {
    display: none; }

  #legacysections .lsection .lsection_content.mobileonly {
    display: block; }

  .legacy-page .section-header {
    width: 90%; } }
.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%; }

.ytplayer-container iframe {
  height: 100%; }

#home-hero.bvideo .home-callout {
  z-index: 2; }

#home-hero .ytplayer-container iframe {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%); }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* Custom Styles Added - 2/7/2019 */
.swatch-element label:hover {
  border-color: #b4332f; }

.swatch-element label.selected {
  border-color: #b4332f; }

.product-display.grid__item .product-grid-item-swatches {
  padding-top: 10px; }
  .product-display.grid__item .product-grid-item-swatches label {
    width: 25px;
    height: 25px; }
.product-display.grid__item .grid-link__title.swatches-true {
  margin-top: 0px; }
.product-display.grid__item .swatch-element.swatch-max-reached-true {
  display: none; }

.product-multi__price s {
  margin-left: 10px;
  color: #aaa; }

.product-price-point {
  float: left;
  padding-right: 10px; }
  .product-price-point.last {
    border-left: 1px solid #ddd;
    padding-left: 20px; }
  .product-price-point .product-single__price {
    font-size: 12px;
    margin-bottom: 5px; }

.swatch-max-toggle label {
  background-color: black;
  color: white;
  font-weight: bold;
  line-height: 23px !important; }

.qtyvisno {
  visibility: hidden; }

.productPhotoVideo {
  display: none; }

/* Style the video: 100% width and height to cover the entire window */
.slider-video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%; }

#home-hero.video {
  position: relative; }
  #home-hero.video .vid-wrap .slider-video {
    height: 100%;
    width: auto; }
  #home-hero.video .vid-wrap:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.45; }

/* Add some content at the bottom of the video/page */
.slider-video-content {
  position: fixed;
  bottom: 20%;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 20px !important;
  z-index: 11; }

.ctct-gdpr-text {
  clear: both; }

/* Magnific Popup CSS */
.template-index {
  /* Main image in popup */
  /* The shadow behind the image */ }
  .template-index .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: #0f385d !important;
    opacity: 0.95 !important; }
  .template-index .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  .template-index .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    background: none !important; }
  .template-index .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .template-index .mfp-align-top .mfp-container:before {
    display: none; }
  .template-index .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    width: auto !important;
    z-index: 1045; }
  .template-index .mfp-inline-holder .mfp-content,
  .template-index .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  .template-index .mfp-ajax-cur {
    cursor: progress; }
  .template-index .mfp-zoom-out-cur, .template-index .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .template-index .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .template-index .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  .template-index .mfp-close,
  .template-index .mfp-arrow,
  .template-index .mfp-preloader,
  .template-index .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .template-index .mfp-loading.mfp-figure {
    display: none; }
  .template-index .mfp-hide {
    display: none !important; }
  .template-index .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
  .template-index .mfp-preloader a {
    color: #CCC; }
  .template-index .mfp-preloader a:hover {
    color: #FFF; }
  .template-index .mfp-s-ready .mfp-preloader {
    display: none; }
  .template-index .mfp-s-error .mfp-content {
    display: none; }
  .template-index button.mfp-close,
  .template-index button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  .template-index button.mfp-close {
    margin: 0px !important; }
  .template-index button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .template-index .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #D71C21;
    font-style: normal;
    font-size: 28px;
    font-family: "Open Sans"; }
    @media screen and (max-width: 680px) {
      .template-index .mfp-close {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
  .template-index .mfp-close:hover,
  .template-index .mfp-close:focus {
    opacity: 0.8; }
  .template-index .mfp-close:active {
    top: 1px; }
  .template-index .mfp-close-btn-in .mfp-close {
    color: #D71C21; }
  .template-index .mfp-image-holder .mfp-close,
  .template-index .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  .template-index .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  .template-index .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
  .template-index .mfp-arrow:active {
    margin-top: -54px; }
  .template-index .mfp-arrow:hover,
  .template-index .mfp-arrow:focus {
    opacity: 1; }
  .template-index .mfp-arrow:before,
  .template-index .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .template-index .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .template-index .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .template-index .mfp-arrow-left {
    left: 0; }
  .template-index .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .template-index .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
  .template-index .mfp-arrow-right {
    right: 0; }
  .template-index .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .template-index .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
  .template-index .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  .template-index .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .template-index .mfp-iframe-holder .mfp-close {
    top: -40px; }
  .template-index .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  .template-index .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
  .template-index img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  .template-index .mfp-figure {
    line-height: 0; }
  .template-index .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .template-index .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .template-index .mfp-figure figure {
    margin: 0; }
  .template-index .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  .template-index .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  .template-index .mfp-image-holder .mfp-content {
    max-width: 100%; }
  .template-index .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .template-index {
      /**
           * Remove all paddings around the image on small screen
           */ }
      .template-index .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
      .template-index .mfp-img-mobile img.mfp-img {
        padding: 0; }
      .template-index .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
      .template-index .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
      .template-index .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
      .template-index .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
      .template-index .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
      .template-index .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }
  @media all and (max-width: 900px) {
    .template-index .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .template-index .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .template-index .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .template-index .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }

/* October 2020 additions / edits */
#home-hero .scrolldown {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -12px;
  z-index: 12;
  transform: rotate(-90deg); }
  @media screen and (max-width: 768px) {
    #home-hero .scrolldown {
      bottom: 20px; } }
#home-hero .hero-slide {
  overflow: hidden; }
  #home-hero .hero-slide .content-holder {
    width: 50%;
    float: none;
    margin: 0 auto 0 0; }
    @media screen and (max-width: 768px) {
      #home-hero .hero-slide .content-holder {
        width: 100%; } }
    #home-hero .hero-slide .content-holder.align-right {
      margin: 0 0 0 auto; }
      @media screen and (max-width: 768px) {
        #home-hero .hero-slide .content-holder.align-right {
          width: 100%; } }
    #home-hero .hero-slide .content-holder.align-center {
      margin: 0 auto;
      width: 70%; }
      @media screen and (max-width: 768px) {
        #home-hero .hero-slide .content-holder.align-center {
          width: 100%; } }
  #home-hero .hero-slide h1.color-dark p, #home-hero .hero-slide .color-dark.h1 p {
    color: #000; }
  #home-hero .hero-slide .subheadline {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px; }
    #home-hero .hero-slide .subheadline.color-dark {
      color: #000; }
    @media screen and (max-width: 768px) {
      #home-hero .hero-slide .subheadline {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 20px; } }
    @media screen and (max-width: 768px) {
      #home-hero .hero-slide .subheadline {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 20px; } }
  #home-hero .hero-slide.slide-align-left:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.45; }
  #home-hero .hero-slide.slide-align-left .home-callout {
    z-index: 11; }
  #home-hero .hero-slide.slide-align-right:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.45; }
  #home-hero .hero-slide.slide-align-right .home-callout {
    z-index: 11; }
  #home-hero .hero-slide.slide-align-center:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.45; }
  #home-hero .hero-slide.slide-align-center .home-callout {
    z-index: 11; }

#home-collections {
  margin: 50px 0; }
  #home-collections .section-title h3, #home-collections .section-title .h3 {
    color: #000000;
    font-family: 'TrendSansOne';
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 0; }
  #home-collections .scroller-collections-wrapper {
    width: 100%;
    position: relative; }
    #home-collections .scroller-collections-wrapper .scroller-collections {
      display: flex;
      justify-content: space-between;
      padding-top: 50px;
      width: 100%; }
      #home-collections .scroller-collections-wrapper .scroller-collections .s-col {
        width: 272px;
        height: 312px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain {
          display: flex;
          align-items: center;
          position: relative;
          width: 100%;
          height: 100%;
          transition: all 0.2s ease-in; }
          #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain:before {
            content: '';
            background: rgba(0, 0, 0, 0.3);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            z-index: 10; }
          #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain:after {
            content: '';
            background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/bg-alert.jpg?v=120158991253326922601657044788) 0 0 repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            z-index: 10;
            opacity: 0;
            transition: all 0.1s ease-in; }
          #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain .col-info {
            text-align: center;
            width: 100%;
            position: relative;
            z-index: 11; }
            #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain .col-info h6, #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain .col-info .h6 {
              color: #FFFFFF;
              font-family: 'TrendSansOne';
              font-size: 30px;
              line-height: 37px;
              text-align: center;
              width: 100%; }
            #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain .col-info .bd-btn {
              height: 0;
              transition: all 0.1s ease-in;
              font-size: 12px;
              font-weight: bold;
              letter-spacing: 2px;
              line-height: 17px;
              padding-top: 0;
              padding-bottom: 0;
              overflow: hidden;
              margin-top: 0px;
              display: none; }
              #home-collections .scroller-collections-wrapper .scroller-collections .s-col .col-contain .col-info .bd-btn:hover {
                background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/btn_texture_blue.jpg?v=9707682478188360511657044794) 0 0 repeat; }
        #home-collections .scroller-collections-wrapper .scroller-collections .s-col:hover .col-contain:after {
          opacity: 0.9; }
        #home-collections .scroller-collections-wrapper .scroller-collections .s-col:hover .col-contain .bd-btn {
          height: auto;
          padding-top: 9px;
          padding-bottom: 9px;
          overflow: auto;
          margin-top: 20px;
          display: inline-block; }
    #home-collections .scroller-collections-wrapper .swiper-buttons {
      background-color: #D71C21;
      color: #fff;
      width: 44px;
      height: 44px;
      text-align: center;
      border-radius: 22px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
      background-size: 15px;
      left: -20px;
      margin-top: 0; }
      #home-collections .scroller-collections-wrapper .swiper-buttons.swiper-button-next {
        transform: rotate(180deg);
        left: auto;
        right: -20px; }

#home-overview {
  margin: 80px 0; }
  #home-overview .overview-text {
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 680px) {
      #home-overview .overview-text {
        font-size: 20px;
        line-height: 32px; } }
    #home-overview .overview-text .bd-dog {
      width: 115px;
      height: 88px;
      background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/blackdog_mark.png?v=2682682771329950591657044789) top center no-repeat;
      background-size: contain;
      margin: 0 auto 25px; }

#instagram-feed .ifeed {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }
  #instagram-feed .ifeed a {
    display: inline-block;
    padding-top: calc((100% / 4) - (20px / 3));
    width: calc((100% / 4) - (20px / 3));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 7px;
    position: relative; }
    @media screen and (max-width: 680px) {
      #instagram-feed .ifeed a {
        padding-top: calc((100% / 2) - (7px / 2));
        width: calc((100% / 2) - (7px / 2)); } }
    #instagram-feed .ifeed a .icon {
      width: 33px;
      height: 33px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EGroup%203%20Copy%3C%2Ftitle%3E%3Cpath%20d%3D%22M14.82%204.814c.8.036%201.235.17%201.525.283.356.131.68.341.944.614.273.265.483.588.614.944.113.29.247.725.283%201.526.04.866.048%201.126.048%203.32%200%202.193-.008%202.452-.048%203.318-.036.801-.17%201.236-.283%201.526-.276.716-.842%201.282-1.558%201.559-.29.112-.725.246-1.526.283-.866.04-1.126.047-3.32.047-2.193%200-2.452-.008-3.318-.047-.801-.037-1.236-.17-1.526-.283-.356-.132-.68-.342-.944-.615-.273-.265-.483-.587-.615-.944-.112-.29-.246-.725-.282-1.526-.04-.866-.048-1.125-.048-3.319%200-2.193.008-2.453.048-3.32.036-.8.17-1.235.282-1.525.132-.356.342-.68.615-.944.265-.273.588-.483.944-.615.29-.112.725-.246%201.526-.282.866-.04%201.126-.048%203.319-.048s2.453.008%203.32.048zM12.463%203c1.453.003%201.779.015%202.54.05.905.041%201.523.185%202.064.395.567.214%201.08.548%201.505.98.433.425.767.939.98%201.506.21.54.355%201.159.396%202.063.041.907.051%201.197.051%203.505s-.01%202.598-.051%203.505c-.041.904-.185%201.522-.395%202.063-.442%201.142-1.344%202.044-2.486%202.486-.54.21-1.159.354-2.063.395-.907.041-1.196.051-3.505.051-2.308%200-2.598-.01-3.504-.051-.905-.041-1.523-.185-2.064-.395-.567-.214-1.08-.548-1.505-.98-.433-.425-.767-.939-.98-1.506-.21-.54-.354-1.159-.396-2.063-.035-.762-.047-1.088-.05-2.541v-1.928c.003-1.453.015-1.78.05-2.54.041-.905.185-1.523.395-2.064.214-.567.548-1.08.98-1.505.425-.433.94-.767%201.506-.98.54-.21%201.159-.355%202.064-.396.761-.035%201.087-.047%202.54-.05zM11.5%207C9.015%207%207%209.015%207%2011.5S9.015%2016%2011.5%2016s4.5-2.015%204.5-4.5S13.985%207%2011.5%207zm0%201.79c1.497%200%202.71%201.213%202.71%202.71%200%201.497-1.213%202.71-2.71%202.71-1.497%200-2.71-1.213-2.71-2.71%200-1.497%201.213-2.71%202.71-2.71zM16%206c-.552%200-1%20.448-1%201s.448%201%201%201%201-.448%201-1-.448-1-1-1z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: 5px 5px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
    #instagram-feed .ifeed a:hover .icon {
      background-color: #D71C21;
      border-radius: 33px; }

.instapopup {
  max-width: 1040px;
  width: 100%;
  background: #fff;
  padding: 50px; }
  @media screen and (max-width: 680px) {
    .instapopup {
      padding: 30px; } }
  .instapopup .flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 680px) {
      .instapopup .flex {
        flex-wrap: wrap; } }
    .instapopup .flex .col-img {
      width: calc(50% - 25px); }
      @media screen and (max-width: 680px) {
        .instapopup .flex .col-img {
          width: 100%;
          margin-bottom: 30px; } }
      .instapopup .flex .col-img img {
        display: block;
        width: 100%; }
    .instapopup .flex .col-text {
      width: calc(50% - 25px); }
      @media screen and (max-width: 680px) {
        .instapopup .flex .col-text {
          width: 100%; } }
      .instapopup .flex .col-text .text p {
        color: #727272;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px; }
        .instapopup .flex .col-text .text p + p {
          margin-top: 15px; }
      .instapopup .flex .col-text.show-line .prods {
        border-top: 1px solid #E6E6E6;
        margin-top: 30px; }
        .instapopup .flex .col-text.show-line .prods .p:first-child {
          margin-top: 40px; }
      .instapopup .flex .col-text.show-line .text {
        margin-bottom: 30px; }
      .instapopup .flex .col-text .date {
        color: #727272;
        font-family: "Open Sans";
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 17px;
        text-transform: uppercase; }
      .instapopup .flex .col-text .prods .p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px; }
        .instapopup .flex .col-text .prods .p:first-child {
          margin-top: 0px; }
        .instapopup .flex .col-text .prods .p .p-img {
          width: 75px; }
          .instapopup .flex .col-text .prods .p .p-img img {
            display: block;
            width: 100%; }
        .instapopup .flex .col-text .prods .p .p-text {
          width: calc(100% - 100px);
          text-align: left; }
          .instapopup .flex .col-text .prods .p .p-text h6, .instapopup .flex .col-text .prods .p .p-text .h6 {
            color: #000000;
            font-size: 12px;
            font-weight: bold !important;
            letter-spacing: 2px;
            line-height: 17px;
            text-transform: uppercase; }

#calltoactions {
  margin: 30px 0; }
  #calltoactions .cta-container {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #calltoactions .cta-container {
        flex-wrap: wrap; } }
    #calltoactions .cta-container .cta-block {
      width: calc((100% / 2) - (30px / 2));
      display: flex;
      align-items: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative; }
      @media screen and (max-width: 768px) {
        #calltoactions .cta-container .cta-block {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #calltoactions .cta-container .cta-block + .cta-block {
          margin-top: 30px; } }
      #calltoactions .cta-container .cta-block:before {
        content: '';
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 10; }
      #calltoactions .cta-container .cta-block .cta-info {
        display: block;
        padding: 90px 70px;
        width: 100%;
        text-align: center;
        z-index: 11; }
        @media screen and (max-width: 1000px) {
          #calltoactions .cta-container .cta-block .cta-info {
            padding: 50px 25px; } }
        @media screen and (max-width: 769px) {
          #calltoactions .cta-container .cta-block .cta-info {
            padding: 50px 25px; } }
        @media screen and (max-width: 768px) {
          #calltoactions .cta-container .cta-block .cta-info {
            padding: 90px 40px; } }
        @media screen and (max-width: 680px) {
          #calltoactions .cta-container .cta-block .cta-info {
            padding: 50px 25px; } }
        #calltoactions .cta-container .cta-block .cta-info h4, #calltoactions .cta-container .cta-block .cta-info .h4 {
          color: #fff;
          text-align: center;
          width: 100%;
          font-family: "TrendSansOne";
          font-size: 30px;
          line-height: 37px; }
          #calltoactions .cta-container .cta-block .cta-info h4:after, #calltoactions .cta-container .cta-block .cta-info .h4:after {
            content: "";
            height: 8px;
            background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/rope_single.svg?v=21730073945592962491657044898) left center repeat-x;
            width: 240px;
            display: block;
            margin: 10px auto 25px; }
        #calltoactions .cta-container .cta-block .cta-info p {
          color: #fff;
          text-align: center;
          width: 100%;
          font-family: "Open Sans";
          font-size: 18px;
          font-weight: 300;
          line-height: 24px; }
        #calltoactions .cta-container .cta-block .cta-info .button {
          margin-top: 40px; }

#home-moments {
  margin-top: 65px; }
  #home-moments .one-whole {
    margin-bottom: 20px; }
  #home-moments .inner .ropes-full p {
    font-size: 18px;
    font-family: "TrendSansOne";
    top: -12px; }

#newsletter {
  margin: 50px 0; }
  #newsletter .newsletter-container {
    width: 100%;
    padding: 45px;
    background-image: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/bg_email.png?v=138998757355925196061657044789);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right; }
    #newsletter .newsletter-container .flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #newsletter .newsletter-container .flex {
          flex-wrap: wrap; } }
      #newsletter .newsletter-container .flex h6, #newsletter .newsletter-container .flex .h6 {
        color: #D71C21;
        font-family: "TrendSansOne";
        font-size: 24px;
        line-height: 29px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          #newsletter .newsletter-container .flex h6, #newsletter .newsletter-container .flex .h6 {
            width: 100%; } }
      #newsletter .newsletter-container .flex .desc {
        font-size: 16px;
        line-height: 22px;
        width: 550px;
        padding-left: 20px; }
        @media screen and (max-width: 768px) {
          #newsletter .newsletter-container .flex .desc {
            width: 100%;
            padding-left: 0px; } }
  #newsletter #newsletter_form {
    margin: 20px 0 0; }
    #newsletter #newsletter_form .ctct-form-defaults {
      background: transparent;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0;
      align-items: flex-end; }
      #newsletter #newsletter_form .ctct-form-defaults label {
        color: #0F385D;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 17px;
        text-transform: uppercase; }
      #newsletter #newsletter_form .ctct-form-defaults .ctct-form-field {
        width: calc((100% / 3) - (165px / 3));
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          #newsletter #newsletter_form .ctct-form-defaults .ctct-form-field {
            width: 100%;
            margin-bottom: 15px;
            margin-right: 0; } }
        #newsletter #newsletter_form .ctct-form-defaults .ctct-form-field input {
          margin: 0;
          border: 1px solid #DFDFDF;
          border-radius: 2px;
          background-color: #FFFFFF;
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.12);
          height: 38px; }
      #newsletter #newsletter_form .ctct-form-defaults .ctct-form-button, #newsletter #newsletter_form .ctct-form-defaults .ctct-form-button:hover {
        background: url(//cdn.shopify.com/s/files/1/1296/0139/t/2/assets/btn_texture_red.jpg?13385182084944067025) 0 0 repeat;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        padding: 9px 22px 9px 22px;
        border: none !important;
        border-radius: 3px;
        color: #fff;
        height: 37px;
        order: 4;
        width: 105px; }
        #newsletter #newsletter_form .ctct-form-defaults .ctct-form-button:hover, #newsletter #newsletter_form .ctct-form-defaults .ctct-form-button:hover:hover {
          background: url(//cdn.shopify.com/s/files/1/1296/0139/t/2/assets/btn_texture_blue.jpg?5179441407001594233) 0 0 repeat !important; }
      #newsletter #newsletter_form .ctct-form-defaults #gdpr_text {
        order: 5;
        width: 100%;
        margin: 20px 0 0; }
        #newsletter #newsletter_form .ctct-form-defaults #gdpr_text .ctct-gdpr-text {
          margin: 0; }
    #newsletter #newsletter_form .ctct-form-header {
      display: none; }
    #newsletter #newsletter_form .ctct-form-text {
      display: none; }

#alert {
  display: none; }

.alert-bar {
  background: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/bg-alert.jpg?v=120158991253326922601657044788) 0 0 repeat;
  color: #fff;
  position: relative; }
  .alert-bar:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); }
  .alert-bar .flex {
    display: flex;
    justify-content: space-between;
    padding: 30px 0; }
    @media screen and (max-width: 680px) {
      .alert-bar .flex {
        flex-wrap: wrap;
        position: relative;
        padding: 20px 0; } }
    .alert-bar .flex .title {
      color: #FFFFFF;
      font-family: "TrendSansOne";
      font-size: 17px;
      line-height: 20px;
      width: 33%;
      padding-right: 20px; }
      @media screen and (max-width: 680px) {
        .alert-bar .flex .title {
          width: calc(100% - 50px); } }
    .alert-bar .flex .desc {
      color: #FFFFFF;
      font-size: 14px;
      line-height: 19px;
      width: 42%; }
      @media screen and (max-width: 768px) {
        .alert-bar .flex .desc {
          width: calc(67% - 50px); } }
      @media screen and (max-width: 680px) {
        .alert-bar .flex .desc {
          width: calc(100% - 50px);
          margin-top: 10px; } }
    .alert-bar .flex .close {
      width: 25%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .alert-bar .flex .close {
          width: 50px; } }
      @media screen and (max-width: 680px) {
        .alert-bar .flex .close {
          width: 50px;
          position: absolute;
          top: 10px;
          right: -30px; } }
      .alert-bar .flex .close a {
        color: #FFFFFF;
        font-size: 25px;
        line-height: 25px;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -15px;
        right: -15px; }
        @media screen and (max-width: 680px) {
          .alert-bar .flex .close a {
            top: 0px;
            right: 0px; } }

#page_content {
  margin-top: -15px; }
  #page_content .photos-3wide {
    width: 100%;
    padding: 7px 0;
    margin-top: 0;
    margin-bottom: 50px; }
    #page_content .photos-3wide .flex-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #page_content .photos-3wide .flex-grid img {
        width: calc((100%/3) - (14px / 3)); }
    #page_content .photos-3wide .wrapper .flex-grid img {
      margin-bottom: 7px; }
      @media screen and (max-width: 769px) {
        #page_content .photos-3wide .wrapper .flex-grid img {
          width: calc((100%/2) - (7px / 2)); } }
      @media screen and (max-width: 480px) {
        #page_content .photos-3wide .wrapper .flex-grid img {
          width: 100%; } }
  #page_content .the-title {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px; }
    #page_content .the-title .title-wrapper {
      border-bottom: 1px solid #EFEFEF; }
    #page_content .the-title h1, #page_content .the-title .h1 {
      color: #000000;
      font-family: "TrendSansOne";
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px;
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      padding-bottom: 25px;
      margin-bottom: 0; }
    #page_content .the-title h2, #page_content .the-title .h2 {
      color: #000000;
      font-size: 20px;
      font-weight: 300 !important;
      letter-spacing: 0;
      line-height: 31px;
      text-align: center;
      font-family: "Open Sans";
      padding-bottom: 30px;
      margin-bottom: 0; }
    #page_content .the-title + .the-image {
      margin-top: -50px !important; }
  #page_content .the-image img {
    width: 100%;
    height: auto;
    display: block; }
  #page_content .the-content {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px; }
    #page_content .the-content p {
      color: #000000;
      font-family: "Open Sans";
      font-size: 17px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 25px; }
      #page_content .the-content p + p {
        margin-top: 30px; }
  #page_content .the-video {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 80px; }
    #page_content .the-video .inline-video {
      width: 100%; }
    #page_content .the-video .video-container {
      overflow: hidden;
      position: relative;
      width: 100%; }
      #page_content .the-video .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: ''; }
      #page_content .the-video .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #page_content .blue-quote {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 140px 0;
    background: url(//cdn.shopify.com/s/files/1/1296/0139/t/2/assets/btn_texture_blue.jpg?5179441407001594233) 0 0 repeat !important; }
    @media screen and (max-width: 769px) {
      #page_content .blue-quote {
        padding: 100px 0; } }
    @media screen and (max-width: 480px) {
      #page_content .blue-quote {
        padding: 60px 0; } }
    #page_content .blue-quote .wrapper {
      position: relative; }
      #page_content .blue-quote .wrapper:before {
        color: #47759F;
        font-size: 77px;
        line-height: 34px;
        text-align: center;
        content: '“';
        width: 45px;
        height: 45px;
        position: absolute;
        top: 10px;
        left: 0px;
        z-index: 10;
        font-family: "TrendSansOne"; }
      #page_content .blue-quote .wrapper:after {
        color: #47759F;
        font-size: 77px;
        line-height: 34px;
        text-align: center;
        content: '”';
        width: 45px;
        height: 45px;
        position: absolute;
        top: 10px;
        right: 0px;
        z-index: 10;
        font-family: "TrendSansOne"; }
      #page_content .blue-quote .wrapper p {
        color: #FFFFFF;
        font-family: "TrendSansOne";
        font-size: 24px;
        letter-spacing: 0;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        padding: 0 15px;
        z-index: 11;
        margin-bottom: 0; }
        @media screen and (max-width: 480px) {
          #page_content .blue-quote .wrapper p {
            font-size: 18px;
            line-height: 28px; } }

div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
  width: 100%; }

.ctct-form-success .ctct-form-header, .ctct-form-success .ctct-form-text {
  display: block !important; }

.page-template-cocktails .main-content {
  margin-top: 0; }
.page-template-cocktails .mfp-container {
  background: transparent; }
.page-template-cocktails .hr-wrap {
  max-width: 1020px; }

#page-banner .bg {
  height: 170px;
  width: 100%; }
  @media screen and (max-width: 600px) {
    #page-banner .bg {
      height: 140px; } }
  #page-banner .bg:after {
    height: 170px;
    width: 100%;
    content: '';
    display: block; }
    @media screen and (max-width: 600px) {
      #page-banner .bg:after {
        height: 140px; } }
  #page-banner .bg .wrapper {
    display: flex;
    align-items: center;
    height: 100%; }
    #page-banner .bg .wrapper h1, #page-banner .bg .wrapper .h1 {
      color: #fff;
      font-family: TrendSansOne;
      font-size: 64px;
      letter-spacing: 0;
      line-height: 77px; }
      @media screen and (max-width: 767px) {
        #page-banner .bg .wrapper h1, #page-banner .bg .wrapper .h1 {
          font-size: 48px;
          line-height: 50px; } }
      @media screen and (max-width: 600px) {
        #page-banner .bg .wrapper h1, #page-banner .bg .wrapper .h1 {
          font-size: 36px;
          line-height: 40px; } }

#mod-twoup {
  padding: 60px 0; }
  #mod-twoup .section-title {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center; }
    #mod-twoup .section-title h2, #mod-twoup .section-title .h2 {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #mod-twoup .section-title h2, #mod-twoup .section-title .h2 {
          font-size: 24px;
          line-height: 30px; } }
  #mod-twoup .section-footer {
    margin: 40px 0 0;
    text-align: center; }
  #mod-twoup .two-up-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #mod-twoup .two-up-flex .two-up {
      width: calc(50% - 4px);
      text-align: center;
      margin-bottom: 27px; }
      @media screen and (max-width: 600px) {
        #mod-twoup .two-up-flex .two-up {
          width: 100%; } }
      #mod-twoup .two-up-flex .two-up h2, #mod-twoup .two-up-flex .two-up .h2 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding: 0 20px; }
      #mod-twoup .two-up-flex .two-up p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        padding: 0 20px; }
      #mod-twoup .two-up-flex .two-up img {
        width: 100%;
        display: block;
        margin-bottom: 27px; }

#mod-threeup {
  padding: 60px 0; }
  #mod-threeup .section-title {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center; }
    #mod-threeup .section-title h2, #mod-threeup .section-title .h2 {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #mod-threeup .section-title h2, #mod-threeup .section-title .h2 {
          font-size: 24px;
          line-height: 30px; } }
  #mod-threeup .section-footer {
    margin: 40px 0 0;
    text-align: center; }
  #mod-threeup .three-up-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #mod-threeup .three-up-flex .three-up {
      width: calc((100% * (1/3) ) - (16px / 3) );
      text-align: center;
      margin-bottom: 27px; }
      @media screen and (max-width: 768px) {
        #mod-threeup .three-up-flex .three-up {
          width: 100%; } }
      #mod-threeup .three-up-flex .three-up h2, #mod-threeup .three-up-flex .three-up .h2 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding: 0 20px; }
      #mod-threeup .three-up-flex .three-up p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        padding: 0 20px; }
      #mod-threeup .three-up-flex .three-up img {
        width: 100%;
        display: block;
        margin-bottom: 27px; }

#mod-fiftyfifty {
  padding: 60px 0; }
  #mod-fiftyfifty .section-title {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center; }
    #mod-fiftyfifty .section-title h2, #mod-fiftyfifty .section-title .h2 {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #mod-fiftyfifty .section-title h2, #mod-fiftyfifty .section-title .h2 {
          font-size: 24px;
          line-height: 30px; } }
  #mod-fiftyfifty .fiftyfifty-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #mod-fiftyfifty .fiftyfifty-flex .col-text {
      order: 2;
      width: 50%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 600px) {
        #mod-fiftyfifty .fiftyfifty-flex .col-text {
          width: 100%;
          order: 2 !important; } }
      #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain {
        padding-left: 60px; }
        @media screen and (max-width: 900px) {
          #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain {
            padding-left: 20px; } }
        @media screen and (max-width: 600px) {
          #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            padding-top: 30px; } }
        #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain h2, #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain .h2 {
          font-size: 22px;
          letter-spacing: 0;
          line-height: 28px;
          text-transform: uppercase;
          margin-bottom: 20px;
          padding: 0 20px; }
        #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain p {
          font-size: 16px;
          font-weight: 300;
          letter-spacing: 0;
          line-height: 25px;
          padding: 0 20px; }
          #mod-fiftyfifty .fiftyfifty-flex .col-text .text-contain p.link {
            margin-top: 50px; }
    #mod-fiftyfifty .fiftyfifty-flex .col-image {
      order: 1;
      width: 50%; }
      @media screen and (max-width: 600px) {
        #mod-fiftyfifty .fiftyfifty-flex .col-image {
          width: 100%;
          order: 1 !important; } }
      #mod-fiftyfifty .fiftyfifty-flex .col-image img {
        width: 100%;
        display: block; }
    #mod-fiftyfifty .fiftyfifty-flex.side-Right .col-text {
      order: 1; }
      #mod-fiftyfifty .fiftyfifty-flex.side-Right .col-text .text-contain {
        padding-left: 0;
        padding-right: 80px; }
        @media screen and (max-width: 900px) {
          #mod-fiftyfifty .fiftyfifty-flex.side-Right .col-text .text-contain {
            padding-right: 20px; } }
        @media screen and (max-width: 600px) {
          #mod-fiftyfifty .fiftyfifty-flex.side-Right .col-text .text-contain {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            padding-top: 30px; } }
    #mod-fiftyfifty .fiftyfifty-flex.side-Right .col-image {
      order: 2; }
    #mod-fiftyfifty .fiftyfifty-flex + .fiftyfifty-flex {
      margin-top: 60px; }

#mod-recipes {
  padding: 60px 0; }
  #mod-recipes .section-title {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center; }
    #mod-recipes .section-title h2, #mod-recipes .section-title .h2 {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #mod-recipes .section-title h2, #mod-recipes .section-title .h2 {
          font-size: 24px;
          line-height: 30px; } }
  #mod-recipes .section-footer {
    margin: 40px 0 0;
    text-align: center; }
  #mod-recipes .two-up-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #mod-recipes .two-up-flex .two-up {
      width: calc(50% - 4px);
      text-align: center;
      margin-bottom: 27px;
      position: relative; }
      @media screen and (max-width: 600px) {
        #mod-recipes .two-up-flex .two-up {
          width: 100%; } }
      #mod-recipes .two-up-flex .two-up a {
        position: relative;
        display: block;
        z-index: 2; }
        #mod-recipes .two-up-flex .two-up a:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          background-image: url(//cdn.shopify.com/s/files/1/1296/0139/t/20/assets/fa-youtube-play.svg?v=170228517751488126681657130104);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 65px;
          opacity: 0.8;
          z-index: 4;
          top: 0; }
        #mod-recipes .two-up-flex .two-up a:hover:after {
          opacity: 1; }
      #mod-recipes .two-up-flex .two-up h2, #mod-recipes .two-up-flex .two-up .h2 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding: 0 20px; }
      #mod-recipes .two-up-flex .two-up p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        padding: 0 20px; }
      #mod-recipes .two-up-flex .two-up img {
        width: 100%;
        display: block;
        margin-bottom: 27px;
        z-index: 3;
        position: relative; }

#mod-related {
  padding: 60px 0 0; }
  #mod-related .section-title {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center; }
    #mod-related .section-title h2, #mod-related .section-title .h2 {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #mod-related .section-title h2, #mod-related .section-title .h2 {
          font-size: 24px;
          line-height: 30px; } }
  #mod-related .swiper {
    position: relative;
    overflow: hidden; }
    #mod-related .swiper .swiper-button-prev,
    #mod-related .swiper .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto; }
    #mod-related .swiper .swiper-button-next,
    #mod-related .swiper .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
      right: 10px;
      left: auto; }

.modal-vid {
  max-width: 800px;
  margin: 0 auto; }

.red-button {
  border-radius: 2px;
  background-color: #C72226;
  color: #fff;
  padding: 10px 22px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto; }
  .red-button:hover {
    background-color: #0f385d;
    color: #fff; }

/* JAS: 2022.11.17 */
.selector-wrapper label, .swatch .header {
  text-transform: capitalize !important; }

.selector-wrapper.size label {
  text-transform: lowercase !important; }

.swatch .header span {
  text-transform: uppercase !important; }
