/*
* Icon Shopify Theme
* Copyright 2014, Underground Media
* www.shopifythemes.net
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
.bannertop{
  background-color: #ffc92b !important;
}
@font-face {
   font-family: 'ProximaNova-Bold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('proximanova-bold-webfont.svg#proxima_novabold') format('svg'),
         url('proximanova-bold-webfont.woff2') format('woff2'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype');        
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novablack';
    src: url('proximanova-black-webfont.eot');
    src: url('proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
      url('proximanova-black-webfont.svg#proxima_novablack') format('svg'),
         url('proximanova-black-webfont.woff2') format('woff2'),
         url('proximanova-black-webfont.woff') format('woff'),
         url('proximanova-black-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('ProximaNova-Extrabld.woff') format('woff'), url('ProximaNova-Extrabld.ttf')  format('truetype'), url('ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('ProximaNova-Regular.eot?') format('embedded-opentype'),
    url('ProximaNova-Regular.svg') format('svg'),
    url('ProximaNova-Regular.woff') format('woff'), 
    url('ProximaNova-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('open-sans.semibold-webfont.eot');
    src: url('open-sans.semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('open-sans.semibold-webfont.woff') format('woff'),
         url('open-sans.semibold-webfont.ttf') format('truetype'),
         url('open-sans.semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('opensans-extrabold-webfont.eot');
    src: url('opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-extrabold-webfont.woff') format('woff'),
         url('opensans-extrabold-webfont.ttf') format('truetype'),
         url('opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('opensans-regular-webfont.svg#open_sansregular') format('svg'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Liberator';
    src: url('Liberator.eot');
    src: url('Liberator.eot') format('embedded-opentype'),
         url('Liberator.woff2') format('woff2'),
         url('Liberator.woff') format('woff'),
         url('Liberator.ttf') format('truetype'),
         url('Liberator.svg#Liberator') format('svg');
}


/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }
.zotabox-logo-wrapper{display:none !important;opacity:0 !important;}
.shopify-preview-bar{display:none !important;}
/* !Rows, Widest to Thinest */	
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; } 
  /* .bannertop .social-group{margin-right:40px !important;}*/
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
  .gridlock .row .tablet-hide { display: none;}
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
  .gridlock .row .mobile-hide { display: none; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 300px; }
}

.gridlock-fluid .row {
  width: 98%;
}

@media screen and (min-width: 980px) {
	.gridlock .row .tablet-show { display: none; }
  	/* .bannertop .social-group{margin-right:20px !important;} */
}

@media screen and (min-width: 980px) {
	.gridlock .row .desktop-hide { display: none; }
}

@media screen and (max-width: 980px) {
	.gridlock .row .tablet-show { display: block; }
  #shopping-cart #right-sidebar {
  	position: relative !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 739px) {
	.gridlock .row .mobile-show { display: block; }
}


/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }

.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

@media screen and ( min-width: 980px ) {
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  } 
}  

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }

  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }

}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 100%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }

  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }  

}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}

.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}

* {
  margin: 0;
}

.first { clear: left; }

html, body {
  height: 100%;
}

body {	
  color: #333333;
  background: #ffffff;
  
  font-size: 14px; 
  font-family:'Roboto', sans-serif;;	
  line-height: 1.6em; 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  position: relative;
}
body { background:#323334; }
.no-fouc {display: none;}
.load-wait {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 50px;
  color: #ddd;
  margin-bottom: 50px;
}

.hide { display: none; }

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #830202;
  font-family:'Khand', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}

h2 { color: #595858 !important;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #830202! important; }
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

h1 {font-weight:bold !important;}

.section-title {
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

/*.section-title h1, .section-title h2 {
  margin: 0;
}*/

p { font-size: 14px; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p { text-align: left !important; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration: none; color: #798c42; outline: 0;
  -webkit-transition:color 0.3s ease-in;
  -moz-transition:color 0.3s ease-in;
  -o-transition:color 0.3s ease-in;
  transition:color 0.3s ease-in;
}
a:hover { color: #323334; text-decoration: none;}
a:visited { color:#898d91; text-decoration: none; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

hr { background:#f0f0f0; border:none; color:#f0f0f0; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], a.prod-register.add {
  width: 100%;
  max-width: 100%;
  background: #830202; 
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  font-family: "Khand" !important;
  font-weight: 400; 
  font-size: 18px; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 27px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;; 
  text-transform: uppercase;
}

.leaderbord-tab-nav ul.tabs li span{
  background: #595858;
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #fff;
}
/* ul.tabs li span:hover{
  color: #ffffff;
  background: #d9ba46;
  border-color: #d9ba46;
} */
.leaderbord-tab-nav ul.tabs li.current span{
  background: #830202;
  color: #fff;
  border-color: #830202;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #ffcb05;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.prod-register.add {
	max-width: 300px;
  	text-align: center;
}


/* #Forms
================================================== */

form {
  margin-bottom: 0; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  color: #323334;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }
select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; min-width: 300px; }
label,
legend {
  display: block;
  font-weight: 400;
  font-size: ;
  margin-bottom: 5px; }
select {
  width: 220px; }
input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #333333; opacity:0.7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333333;	opacity:0.7;	
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333333; opacity:0.7;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #333333; opacity:0.7;		
}		

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 14px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  height: 184px;
  margin: 0px;
  margin-bottom: 8px;
  max-width: 100%;	
  padding: 2% 17px;
  outline: none;
}

/* =============== */
/* = HEADER = */
/* =============== */

.bannertop {
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background:  #289fb9;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;
}

@media screen and (max-width: 740px) and (min-width: 200px) {
  .bannertop {
	line-height: 20px;
  }
}


#search {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
#search_popup {
  text-align: center;
}
#search_popup #q {
  text-indent: 0;
  text-align: center;
}
ul#cart {
  text-align: right;
  z-index: 5;
  position: relative;
  list-style: none;
  margin-top: 0;
  padding-right:8px;
}
ul#cart li {
  display: inline-block;
  padding: 0 0 0 10px;
}
ul#cart li a {
  text-transform: uppercase;  
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff; 
}

select.currency-picker {
  width: auto;
  text-align: center;
  display: inline-block;
  float: none;
  margin-left: 10px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  -moz-appearance:none;
  -webkit-appearance: none;
  text-transform: uppercase;  
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff; 
}
#cart select.currency-picker {
  /*line-height: 30px;
  vertical-align: middle;*/
}

select.currency-picker::-ms-expand{
  display:none;
}

select.currency-picker:focus::-ms-value {background-color: white; color:#000;}

i.icon-shopping-cart {
  margin-left: 5px;
  font-size: 15px;
}

#phantom { visibility: hidden; }

header { 
  
  /*border-bottom: 1px solid #f0f0f0;*/
  
  width: 100%;
  line-height: 50px;
  top:0;
  z-index: 20;   
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear; 
  /* REST OF SITE STATIC HEADER BACKGROUND */
  background: #ffffff; 
}

.scrollheader { position: relative; }

/* When using single full page image to eliminate scrollbars */


.coverheader { 
  position: fixed;
}

/* REST OF SITE SCROLLING HEADER BACKGROUND */
.coverheader { 
  background: #ffffff; 
}

/* HOMEPAGE STATIC HEADER BACKGROUND */
.index header { 
  background: #ffffff; 
}

/* HOMEPAGE SCROLLING HEADER BACKGROUND */
.index .coverheader { 
  background: #ffffff; 
}

header ul { margin-bottom: 0; }

#search {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
#search_popup {
  text-align: center;
}
#search_popup #q {
  text-indent: 0;
  text-align: center;
}

#logo {
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
}

#logo a { 
  float: left; 
  font-family: 'Open Sans', sans-serif;
  font-size: inherit; 
  text-transform: uppercase; 
  font-weight: 700; 
  color: #000000; 
  text-decoration: none;
}

#logo img { 
  vertical-align: middle; 
  padding: 10px 0;
  max-width: 200px;
}

ul#header-soicons { border: none; margin: 0; padding: 0; text-align: right;}
ul#header-soicons li { display: inline-block; height: 30px; margin-left: 5px; width: 30px; text-align:center; font-size: 8px;}
ul#header-soicons li a,
.fancybox-skin ul#footer-icons li a{ color: #fff; display:block; line-height: 30px; }
ul#header-soicons li a:hover{ color: #afb2b5; }
.fancybox-skin ul#footer-icons li a:hover{ color: #00254b; }
#header-soicons [class^="icon-"],
#header-soicons [class*=" icon-"]{vertical-align: middle;}


/* NAV ( REST OF SITE ) - not HOMEPAGE */
.scrollheader ul#main-nav li a { color: #830202! important; }
.scrollheader ul#main-nav li a:hover { color: #a70404!important; }
.scrollheader ul#main-nav li.links-clearance a { color: #771a15 !important; }

.coverheader ul#main-nav li a { color: #830202! important; }
.coverheader ul#main-nav li a:hover { color: #a70404! important; }


/* NAV ( HOMEPAGE ONLY ) */
.index .scrollheader ul#main-nav li a { color: #830202! important; }
.index .scrollheader ul#main-nav li a:hover { color: #a70404!important; }

.index .scrollheader ul#main-nav li.links-clearance a, .index .scrollheader ul#main-nav li.links-clearance a:hover { color: #771a15 !important; }


.index .coverheader ul#main-nav li a { color: #830202! important; }
.index .coverheader ul#main-nav li a:hover { color: #a70404! important; }
.index .coverheader ul#main-nav li.links-clearance a,
.index .coverheader ul#main-nav li.links-clearance a:hover{ color: #771a15 !important; }

#navigation { 
  width: 100%;
  position: relative;
}

nav { 
  display: inline-block;
}


ul#main-nav { 
  list-style: none; 
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}


ul#main-nav li { 
  display: inline-block; 
  vertical-align: middle;
}


ul#main-nav li a { 
  font-family: 'Khand', sans-serif; 
  font-weight: 400; 
  font-size: 18px; 
  display: block; 
  padding: 0 10px; 
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* HIGHLIGHT ACTIVE LINK */
ul#main-nav li a.current { 
  color: #333333! important;
}

/* NO LINK UNDERLINE */
ul#main-nav li a:hover {
  text-decoration: none;
}

/* DOWNDOWN INDICATOR CHEVRONS */
ul#main-nav li.dropdown > a:after {
  font-family: 'FontAwesome'; 
  content: "\f107";
  margin-left: 10px;
  line-height: initial;
}

/* DROPDOWN LEVEL 1 */
ul#main-nav li ul.submenu {
  display: none;
  position: absolute;
  z-index: 5;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  width: 200px;
}

/* SHOW DROPDOWN ON HOVER */
ul#main-nav li.dropdown:hover ul.submenu {
  display: block;
}

/* INDEX DROPDOWN STATIC */
.index header ul#main-nav li ul { 
  
  background: #ffffff; 
  
  border: 0 none;
}

/* INDEX DROPDOWN SCROLLING */
.index .coverheader ul#main-nav li ul  { 
  background: #ffffff; 
  border: 1px solid #f0f0f0;
  border-left: 0 none;
  border-right: 0 none;  
}

/* REST OF SITE DROPDOWN SCROLLING */
header ul#main-nav li ul { 
  background: #ffffff; 
  border: 1px solid #f0f0f0;
  border-left: 0 none;
  border-right: 0 none;  
}

/* REST OF SITE DROPDOWN SCROLLING */
.coverheader ul#main-nav li ul  { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

/* DROPDOWN LEVEL 1 STYLES */
ul#main-nav li ul.submenu li{
  line-height: 30px! important;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent! important;
  min-width: 220px;
  float: left;
}

/* DROPDOWN LEVEL 1 LINK STYLES */
ul#main-nav li ul.submenu li a{
  text-align: left;
  text-transform: uppercase! important;
  font-weight: normal;
  font-size: 12px! important;
}

/* NESTED MENU */
.submenu li.nest {
  position: relative;
}

/* NESTED MENU INDICATOR */
ul#main-nav li ul.submenu li.nest:after {
  position: absolute;
  top: 0px;
  right: 30px;
  font-family: 'FontAwesome'; 
  content: "\f105";
}

/* VISIBLE NESTED MENU */
.submenu li.nest:hover > ul.nested {
  display: block; 
}

/* HIDDEN NESTED MENU */
.nested {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;  
}

.nested li a {
  text-transform: uppercase! important;
  font-weight: normal;
  font-size: 12px! important;
}


ul.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: initial;
  width: 100%;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
}


/* MEGAMENUS */
ul#main-nav li.dropdown:hover > ul.megamenu { display: block; }

@media screen and (min-width: 1220px) {
  .mega-container { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .mega-container { width: 960px; }
}
@media screen and (max-width: 980px) {
  .mega-container { width: 720px; }
}
@media screen and (max-width: 740px) {
  .mega-container { display: none; }
}

.mega-container { margin: 0 auto; }


/* SCROLLING REST OF SITE */
.coverheader ul#main-nav li ul.megamenu { 
  background: #ffffff; 
} 

/* STATIC REST OF SITE */
header ul#main-nav li ul.megamenu { 
  background: #ffffff; 
}

/* STATIC INDEX */
.index .scrollheader ul.megamenu { 
  background: #ffffff! important; 
}

/* SCROLLING INDEX */
.index .coverheader ul.megamenu { 
  background: #ffffff! important; 
}


ul.megamenu li > ul {
  width: 100%;
}

ul.megamenu {
  padding-bottom: 20px;
}

ul.megamenu h4 {
  padding: 20px 0 5px;
  font-family: 'Khand', sans-serif! important; 
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px; 
  text-transform: uppercase;
  letter-spacing: initial;
}

ul.megamenu li:hover {
}

ul.megamenu li > ul.mega-stack {
  border: 0! important;

}

ul.megamenu li > ul.mega-stack li {
  line-height: 20px! important;
  text-align: left! important;
  display: block! important;
  clear: left; 
}

ul.megamenu li > ul.mega-stack li a { 
  padding: 0! important;  
  text-transform: uppercase! important;
  font-weight: normal;
  font-size: 12px! important;
}


/* SCROLLING REST OF SITE */
.coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li a { 
  color: #830202; 
} 

.coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover { 
  color: #a70404;
} 

.coverheader ul#main-nav li ul.megamenu h4 {
  color: #830202; 
}


/* STATIC REST OF SITE */
.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a { 
  color: #830202;
}

.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover { 
  color: #a70404;
}

.scrollheader ul#main-nav li ul.megamenu h4 {
  color: #830202;
}


/* STATIC INDEX */
.index .scrollheader ul.megamenu li > ul.mega-stack li a { 
  color: #830202! important;
}

.index .scrollheader ul.megamenu li > ul.mega-stack li a:hover { 
  color: #a70404!important;
}

.index .scrollheader ul#main-nav li ul.megamenu h4 {
  color: #830202! important;
}

/* SCROLLING INDEX */
.index .coverheader ul.megamenu li > ul.mega-stack li a { 
  color: #830202! important;
}

.index .coverheader ul.megamenu li > ul.mega-stack li a:hover { 
  color: #a70404! important;
}

.index .coverheader ul#main-nav li ul.megamenu h4 {
  color: #830202! important;
}

.megamenu .product-index img { margin-top: 20px; }

.megamenu img {
  margin-top: 20px;
}

.mega-container .product-index p { min-height: 30px; }
.mega-container .product-index a, .mega-container .product-index .price {
  font-size: 11px! important;
  font-weight: bold;
}

.mega-container .product-details {
  line-height: 1em;
}

.mega-container .product-details p {
  font-family: 'Roboto', sans-serif;;
}

/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */
.js-drawer-open.js-drawer-open-right {
    transition-duration: 1s;
  	-webkit-transition-duration: 1s;
  	-moz-transition-duration: 1s;
  	-ms-transition-duration: 1s;
  
    transition-timing-function: linear;
  	-webkit-transition-timing-function: linear;
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
}
.js-drawer-open {
  overflow: hidden;
  height: 100%;
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-295px);
  -webkit-transform: translateX(-295px);
  transform: translateX(-295px);
  
  transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;
  transition-timing-function: linear; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear;
}
.is-moved-by-drawer {
  /*transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);*/
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

.js-drawer-open-right .drawer--right {
  
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
}

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 1px solid #f0f0f0;
}
.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  outline: 0 none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 22;
  color: #333333;
  background-color: #ffffff;
  /*transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);*/
  transition: all 0.4s ease-in-out 0s; 
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
 
}

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.table-cell { 
  display: table-cell; 
  vertical-align: middle; 
  width: 50%;
}

.drawer__header h3 {
  margin-bottom: 0;
}

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer;
}


.ajaxcart__inner {
  margin-bottom: 30px;
}

.ajaxcart__product {
  position: relative;
  max-height: 500px;
}

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  width: 270px;
}
#CartDrawer .additional_checkout_buttons {
	display: none !important;
}
.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


span.fallback-text {
  display: none;
}

input.ajaxcart__qty-num {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f0f0f0;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #333333;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
}

input.js-qty__num {
  float: left;
  display: inline-block;
  width: initial;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none;

}

textarea#CartSpecialInstructions {
  width: 270px! important;
  max-width: 270px;
  min-width: 270px;
}

.drawer .text-right { 
  line-height: 40px;
}

.cart__checkout {
  width: 100%;
}

.ajaxcart__footer.row .text-right {
  line-height: initial;
}

.ajaxcart__footer.row .text-center {
  clear: left;
}

/* ============================================== */
/* ================ index.liquid ================ */
/* ============================================== */




/* CONDITIONAL FOR BACKSTRETCH AND NO OTHER CONTENT ON HOMEPAGE */




/* BACKGROUND SLIDESHOW ONLY */



/* ALL HOMEPAGE ELEMENTS */
#homepage-collections, #homepage-products, #homepage-promo, #homepage-instagram, #homepage-blog, #homepage-social { 
  width: 100%; 
  position: relative; 
  padding-top: 30px; 
  padding-bottom: 30px; 
}

#homepage-instagram {
	padding-top: 12px;
}
#pdp-instagram { padding:0;margin-top:50px; }
#pdp-instagram img.instagram-image {
  padding: 0;
  margin: 0;
  width:100%;
  float: left;
  object-fit:cover;
/*   filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .5s ease-in-out;
  opacity: 0.6; */
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
}
#pdp-instagram img.instagram-image:hover { filter: none; -webkit-filter: grayscale(0); opacity: 1; }



/* HOMEPAGE COLLECTIONS */
section#homepage-collections {
  background: #ffffff;
}

section#homepage-collections h2, section#homepage-collections .fr a { 
  color: #000000! important; 
}

.prod-vendor { text-align: center; }

#collection-loop { }

.collection-block {
  padding-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

#collection-loop .owl-controls.clickable {
  position: absolute;
  top: 38%;
  right: 0;
  width: 100%;
}
#homepage-products .owl-controls {
  position: absolute;
  top: 38%;
  right: 0;
  width: 100%;
}

#collection-loop .owl-controls.clickable .owl-next, #homepage-products .owl-controls.clickable .owl-next {
  float: right;
}

#collection-loop .owl-item, #homepage-products .owl-item { padding: 0 13px; }

.collection-carousel .product { margin-bottom: 0; }
.collection-index { position: relative; }
.collection-info {  text-align: center; margin-top: 10px; }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 2px; text-align: center; }





.ci { text-align: center; }

/* IMAGE BLOCKS */
section#homepage-promo { 
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

section#homepage-promo, section#homepage-promo .caption p { 
  font-family: 'Khand', sans-serif !important;
  font-size: 18px; 
  color: #ffffff; 
  font-weight: bold;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
}


section#homepage-promo img { border:none ;}
section#homepage-promo .pimg { min-height: 1px; padding-bottom:10px; }


.promo-inner {
  position: relative;
}

.promo-inner .caption {
  position: absolute;
  text-align: center;
  width: 100%;  
  top: 40%
}

.promo-inner .caption p {
  vertical-align: middle;
  font-size: 30px;
}

section#homepage-promo .pimg .promo-inner .caption p {   
  font-size: 28px;
  font-family: "Khand",sans-serif;
  font-weight: 700;
  top:50%; 
  width:100%; 
  position:relative; 
  padding:18px 15px 12px; 
  margin-top:-32px; 
  color:#b1c0b2; 
  line-height: normal;
  letter-spacing: 1px;
} 
section#homepage-promo .pimg .promo-inner a { display:block;line-height:0; }
section#homepage-promo .pimg .promo-inner:hover .caption p { 
  opacity:1; 
 
}
section#homepage-promo .pimg .promo-inner .caption p:before {
	content: '';
	position: absolute;
	border-width: 4px 0;
	border-style: solid;
	border-color: #fff;
	pointer-events: none;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

/* section#homepage-promo .pimg .promo-inner .caption p:before { width: 50%; left: 25%; height: 100%; top: 0; }
section#homepage-promo .pimg .promo-inner:hover .caption p:before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);

}*/



.promo-inner .caption p{color:#fff !important;}
.promo-inner .caption span{ 
  /*background-color: #111; border-color: #0e0e0e; color:#fff;padding:10px;border-radius:4px;text-transform:uppercase;font-size:14px;*/
}

.promo-inner .caption span{ 
  	
    line-height: normal;
    max-width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    border: medium none;
    display: inline-block;
    font-family: "open_sanssemibold";
    font-size: 14px;
    font-weight: normal;
    height: 52px;
    letter-spacing: 0.35px;
    margin-bottom: 0;
    transition: all 500ms ease 0s;
    width: 150px;
  	color: #ffffff;
}

.promo-inner .caption span{
  
  color: #ffffff;
  
  
  
  	background-color: #323334;
  
}
.promo-inner .caption span:hover {
  
  color: #ffffff;
  
  
  
  	background-color: #878f97;
  
}

section#homepage-promo .pimg .promo-inner .caption p {
  color: #ffffff !important;
}





/* HOMEPAGE PRODUCTS */
section#homepage-products {
  background: #ffffff;
}

section#homepage-products h2, section#homepage-products .fr a { 
  color: #323334! important; 
}

section#homepage-products .section-title { padding-top:0;}
section#homepage-pages-one{background-repeat: no-repeat !important;}

section#homepage-pages-one .row, section#homepage-pages-two .row, section#homepage-pages-three .row, section#homepage-pages-four .row, section#homepage-pages-five .row { 
  display: table;
  width: 100%;
}

section#homepage-pages-one .parallax-text, section#homepage-pages-one .parallax-text a {
  color: #ffffff;
}

section#homepage-pages-two .parallax-text, section#homepage-pages-two .parallax-text a {
  color: #ffffff;
}

section#homepage-pages-three .parallax-text, section#homepage-pages-three .parallax-text a {
  color: #ffffff;
  font-family: 'Norwester-Regular';
  font-weight: normal;
}

section#homepage-pages-four .parallax-text, section#homepage-pages-four .parallax-text a {
  color: #ffffff;
}
section#homepage-pages-five .parallax-text, section#homepage-pages-five .parallax-text a {
  color: #ffffff;
}


.parallax {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.parallax-text {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Khand', sans-serif;
  line-height: initial;
}

.pages-left-content { 
  display: table-cell; 
  float: none! important; 
  vertical-align: middle;
  text-align: center;
}


/* Parallax iffy statements */


#homepage-pages-one article {
  display: table;
  height: 600px;
}
section#homepage-pages-one .parallax-text {
  color: #ffffff;
}




#homepage-pages-two article {
  display: table;
  height: 600px;
}
section#homepage-pages-two .parallax-text {
  color: #ffffff;
}




#homepage-pages-three article {
  display: table;
  height: 600px;
}
section#homepage-pages-three .parallax-text {
  color: #ffffff;
}




#homepage-pages-four article {
  display: table;
  height: 700px;
}
section#homepage-pages-four .parallax-text {
  color: #ffffff;
}





#homepage-pages-five article {
  display: table;
  height: 500px;
}
section#homepage-pages-five .parallax-text {
  color: #ffffff;
}




/* INSTAGRAM */
section#homepage-instagram {
  background: #ffffff;
  z-index: 3;
  padding-bottom: 0;
}

section#homepage-instagram h2 {
  color: #000000!important; 
}

#instafeed {
  /*float: left;*/
  background: #fff;
}



.index img.instagram-image {
    padding: 0;
    margin: 0;
    float: left;
    filter: url(data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%2…%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
    object-fit: cover;
    width: 100%;
    max-width: none;
    min-height: 100px;
}

.index img.instagram-image:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}



/* HOMEPAGE SECTION TITLES */
.index .section-title, .collection-listing .section-title {
  line-height: 60px; 
  text-align: center;
  float: none! important;
  width: 100%;
  border-bottom: 0;
}

.index .section-title h2, .index .section-title h3, .index .section-title h1, .collection-listing h2 {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #d6dade;
  line-height: initial! important;
  margin-bottom: 0;
  /*color: #323334;*/
}


/* HOMEPAGE BLOG */
section#homepage-blog {
  background: #ffffff;
  padding-bottom: 0;
}

section#homepage-blog h2 {
  color: #000000!important; 
}



/* HOMEPAGE SOCIAL */
section#homepage-social {
  background: #ffffff;
}

section#homepage-social h2 {
  color: #000000!important; 
}

.social-content {
  text-align: center;
}

ul#social-icons {
  list-style: none;
  margin: 30px 0;
}

ul#social-icons li {
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}


input#social-EMAIL {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 1px solid #f0f0f0; 
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 0;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

input#social-subscribe {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  width: 80%;
  margin-top: 10px;
}

input#social-EMAIL:focus {
  outline:0;
  box-shadow: 0 0 0;
}




/* ============================================== */
/* ================ collection.liquid ================ */
/* ============================================== */


.collection-banner img {
    width: 100%;
}

.product-collection {
  float: none! important;
  text-align: center;
  display: inline-block! important;
  vertical-align: top;
  margin: 0 0.8% 50px! important;
}

.collection-listing {
  text-align: center;
}



.collection-title {
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
}

p.view-full {
  margin-top: 15px;
  padding: 15px 0;
}

.collection .bigimage {
  max-width: 99.4%;
}

span.prev-prod, span.next-prod {
  min-height: 1px;
}

.active {
  background: #e5e5e5;
}

#product-loop {  }

#collection-description { margin-bottom: 20px; }
#collection-description h1 { text-align: center; margin-bottom: 10px; }

#collection-description .rte { border-top: 0; margin: 0; padding: 0; }
.product { margin-bottom: 20px; position: relative; }

.product-info {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  display: none;
}


.product-quick-view { overflow: hidden; }
.product-info form { margin-top: 20px; }
.product-index .single-option-selector { margin: 5px auto 10px; }

.qvimages img { padding: 5px; }

.product-details { text-align: center; margin-top: 15px; }

.product-details h4 { color: #830202; margin-bottom: 3px; letter-spacing: initial; font-weight: 400; font-size: 14px; font-family: 'Roboto', sans-serif;;  }
.product-details h3 { color: #830202; margin-bottom: 3px; font-weight: 400; letter-spacing: initial; font-size: 14px; font-family: 'Roboto', sans-serif;; }
.collection-carousel-home.owl-theme .owl-controls .owl-buttons div {
	font-size: 25px;
    padding: 0 10px;
  margin: 0;
}
.price { 
  color: #830202; 
  margin-bottom: 3px; 
  letter-spacing: initial; 
  font-weight: 500; 
  font-size: 14px;
}

.compare-price, .product-price {  }

.was, .product-compare-price, .compare-price {  text-decoration: line-through; }
.was { display: inline; margin-left: 5px; }
.onsale { display: inline; color: #830202; }


.icn {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 10px;
  text-align: center;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 52px;
}


.new { 
  z-index: 2;
  background: #e5e5e5;
  color: #000000;
}

.sale-item { 
  z-index: 3; 
  background: #323334;
  color: #ffffff;
}

.so { 
  z-index: 4;
  background: #323334;
  color: #ffffff;
  line-height: 12px;
  padding-top: 13px;
}


.product-modal {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute; 
  bottom: 20%;
  text-align: center;
  color: #ffffff;
  background: #000000! important;  
  padding: 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  font-weight: 300;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;    
  z-index: 5;
}

.product-modal:hover { color: #000000! important; background: #ffffff! important; }


.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view { width: 720px; }
.product-quick-view .product-photos { float: left; width: 48%; margin-right: 1.9%; }
.product-quick-view #product-right { float: left; width: 48%; margin-left: 1.9%; }


/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product-index:hover .reveal img { opacity: 1; }
.reveal { position: relative; }

.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}



.show { display: none; }

#sidebar.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; width:175px; }
#bside { float: right; }

#sidebar h1 { margin-bottom: 20px; }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #f0f0f0; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #f0f0f0; text-decoration: none; }

#sidebar label { border-bottom: 1px solid #f0f0f0; padding-bottom: 5px; margin-bottom: 10px; }

#sidebar img { margin-bottom: 20px; }

#sidebar .selecter {
  margin-bottom: 20px;
}

.sorting label {
  clear: none;
  margin-right: 10px;
  line-height: 16px;
  display: inline-block;
}
select#sort-by, select.coll-filter {
  width: initial;
  background: transparent;
  border: 0;
  display: inline-block;
}


.sorting {
  width: 100%;
  text-align: right
}


ul#sort-me { list-style: none; }

ul#sort-me li.filter ul li.current a:before {
  color: #333333;
}

ul#sort-me li.filter ul li a:before {
  content: "\f00c";
  font-family: fontAwesome;
  border: 1px solid #eee;
  margin: 0 10px 0 0;
  text-align: center;
  padding: 3px;
  font-size: 10px;
  color: transparent;
}

ul#sort-me li.filter ul li {
  margin: 5px 0;
}

/* ============================================== */
/* ================ product.liquid ================ */
/* ============================================== */



#product-description form .selecter {
  display: inline-block;
  width: 50%;
  margin-top: 2px;
}

.selector-wrapper label { 
  float: left; 
  line-height: 40px;
  min-width: 70px;
}

img.zoomImg { cursor: move; }

.active img {border:1px solid #ccc !important;}


.main-product-image.desktop-10 { float: right! important; }


img.zoomImg { background: #ffffff; }

.thumbnail { margin-bottom: 10px; }

#product-price { 
  font-size: 18px; 
  padding-top: 4px;
}

#product-description { text-align: left; }
#product-description h1, #product-right h5 { text-transform: uppercase; }

p.product-note {
  clear: left;
  float: left;
  margin-top: 18px;
  margin-bottom: 10px;  
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;  
  text-align: left;
  letter-spacing: 1px;
  background: #f8f8f8;
  color: #000000;
  border: 1px solid #f0f0f0; 
  text-indent: 0px; padding-left:10px;
}

#product-description form { 
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0px; 
  border-bottom: 1px solid #f0f0f0; 
  padding-top: 0px; 
}

#product-description form label {
  text-transform: uppercase;
  min-width: 76px;
  display: inline-block;
  float: left;
  line-height: 42px; margin-bottom:0;
}
#product-description .contact-form .form input.notify_email { margin-bottom:15px;}
#product-description .contact-form input.add-to-cart { margin-bottom:8px; margin-top:15px; line-height:48px; padding:0;max-width:300px;}
#product-description .rte { display:inline-block; margin-top:20px;}
#product-description .rte p { color: #333; font-size: 15px; line-height: 24px; margin:0 0 15px; font-family: 'open_sansregular';}
.wishlist-cont-outstock{display:inline;}
.product-content ul.extra li{width:100%;max-width:300px;text-align:center;}
.button, button, input[type="submit"], input[type="reset"], input[type="button"]{margin-bottom:10px;}



.product-add {
  margin-top: 8px;
}
.product-add .add {
  margin-top:25px;
  

}
.product-add input.add {
	max-width: 300px;
}

.product-add label {
  float: left;
  line-height: 44px;
  padding: 0! important;
  display: inline-block;
}

.quantity {
  line-height: 40px;
  height: 40px;
  text-indent: 0! important;
  text-align: center;
  padding: 0! important;
  width: 50px! important;
  background: transparent! important;
  border: 1px solid #f0f0f0;
  display: inline-block;
  color: #333333;
  margin-bottom: 0;
}

.quantity-increment {
  border: 1px solid #f0f0f0;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #333333;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin: 0;
  outline: 0 none;
}



.add {
  display: block! important;
  margin-top: 10px;
  width: auto! important;
  line-height: 48px! important;
  height: 48px;
  padding: 0! important;
  clear: left;
  width: 100%! important;
  float: left;
  text-transform: uppercase;
}

.white-bg { display:inline-block; /*border-bottom:2px solid #e1e1e1;*/ padding: 0 0 20px; width:100%; float:left;}


.product-content .swatch {padding-left: 66px; position: relative; }
.product-content .swatch span { color: #323334; font-size: 13px; left: 0; line-height: 32px; margin: 10px 0 5px 0; min-width: 68px; position: absolute; text-transform: uppercase; top: 0; }
.product-content .swatch ul.sizes { display: block; float: left; list-style: none; margin: 10px 0 20px 0; position: relative; text-align: left; width: 100%;}
.product-content .swatch ul.sizes li {
    border: 2px solid #b3b8be; color: #323334; cursor: pointer; display: inline-block;
    font-size: 14px; height: 30px; line-height: 16px;
    margin: 0 5px 5px; padding: 3px; text-align: center; min-width:25px; font-family: 'open_sansregular';
}
.product-content .modal_price { margin-bottom:18px;}
.product-content .swatch.select-product-color span { margin:0; line-height:24px;}
.product-content .swatch.select-product-color .swatch.color-name-cont { padding-left:5px;}
.product-content .swatch.color-name-cont span { margin:0; line-height:24px;}
.product-content .swatch ul.sizes li:last-child { margin-right:0;}
#product-description.product-content .swatch ul.sizes li label { padding:0 4px; letter-spacing:1.47px; float:none; line-height:20px; margin:0; min-width:inherit; cursor:pointer; }
.product-content .swatch ul.sizes li.active { border-color: #001330; background:#001330; color: #fff; }
.product-content .swatch ul.sizes li:hover { background:#001330; color: #fff; border-color:#001330; }
.product-content .swatch ul.sizes li.soldout { border-color:#dfdee3; color: #aaaaaa;}
.product-content .swatch ul.sizes li.soldout:hover, 
.product-content .swatch ul.sizes li.soldout.active { border-color:#8d9194; color: #323334; background:#8d9194;}
.product-content .swatch ul.colors-variant { border: none; display: block; float: left; list-style: none; margin: 16px 0 8px 0; padding: 0; position: relative; width: auto; }
.product-content .swatch ul.colors-variant li { border: 3px solid #fff; background:#fff; border-radius: 100%; float: left; height: 45px; list-style: none; margin: 0 12px 6px 0; padding: 0px; width: 45px; }
#product-description.product-content .swatch ul.colors-variant li label { border-radius: 50px; height: 39px; width: 39px; min-width:inherit; }
.product-content .swatch ul.colors-variant li img { display: inline; height: 100%; margin: 0; padding: 6px; width: 100%; }
.product-content .swatch ul.colors-variant li .crossed-out { display: none; }
.product-content .swatch ul.colors-variant li.active { background: #b3b8bf; border:3px solid #b3b8bf; border-radius: 100%; padding:0px; }
.description { border-bottom: 2px solid #e1e1e1; display: inline-block; padding: 50px 0 24px; text-align: center; width: 100%;}
.description p { color: #676a6d; font-size: 14px; line-height: 27px; margin: 0 0 26px;}
.home-instagram { display: inline-block; /*padding: 25px 0 70px;*/ padding: 25px 0 0px; width: 100%; }
.product-insta .product-insta-title { display: inline-block; padding: 15px 0 60px; text-align: center; width: 100%; }
.product-insta .product-insta-title h2 { color: #afb2b5; font-size: 24px; letter-spacing: 4.92px; line-height: 28px; margin: 0; text-transform: uppercase; }
.product-insta .product-insta-title h2 span { color: #323334; font-size: 24px; line-height: 28px; margin: 0; text-transform: uppercase; }
.product-insta .product-insta-title span { color: #323334; font-size: 12px; letter-spacing: 1.26px; line-height: 22px; text-transform: uppercase; }
.home-instagram ul.instagram-feed { display: block; margin: 0; padding: 0 30px; }
.home-instagram.product-insta ul.instagram-feed li { padding: 0; width: 100%; height: auto; margin: 0; }
.home-instagram.product-insta ul.instagram-feed .owl-item.active { background:none; }
.home-instagram ul.instagram-feed .owl-item #inline { padding: 0; overflow:hidden; display:inline-block;}
.home-instagram ul.instagram-feed .owl-item #inline img { filter: grayscale(100%); opacity:0.6; border:none !important;
}
.product-content .notify-me { width:100%; float:left;}
.product-content .notify-me .message-pdp { font-family: 'open_sansregular'; text-align:center;  }
.product-content .notify-me .message-pdp p { color: #676a6d; font-size: 16px; margin: 0 0 18px; }
.product-content .notify-me .message-pdp h1 { margin:20px 0 15px 0; display:inline-block; width:100%; }

.product-content .notify-me .out-of-stock-msg {
  font-family: "open_sanssemibold";
  font-style: italic;
  color: #b91111;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
}

.home-instagram ul.instagram-feed li img {
    height: auto; width: 100%;
}
.product-content .product-add { border-top:1px solid #f0f0f0; }

.product-content .product-add { border: none !important; }
.product-content .price-content { display: none !important; }

#product-description form { border-bottom: none; }
.home-instagram ul.instagram-feed .owl-item #inline:hover img { filter:none; opacity:1; }
ul.extra { list-style: none; margin: 0 0 10px 0; padding: 0; border-bottom: 1px solid #f0f0f0; display: inline-block; width:100%; }
ul.extra li { display: inline-block; font-size: 11px; font-weight: normal; letter-spacing: 0.085em; margin:0px; padding: 0 15px 4px 15px; width:50%; float:left; text-align:center; text-transform: uppercase; vertical-align: middle; line-height:35px; }

.notify-me ul.extra {
	/*text-align: center;*/
}
.notify-me ul.extra li {
	/*float: none;*/
}

.extra-product li a { color: #818385; font-size: 12px; line-height: 27px; text-transform: uppercase; }
.extra-product li:hover a { color: #ce1d1d; }
.notifybtn  { margin-bottom:0;}
h2.comming-soon-title {
  color: #798c42 !important;
  text-transform: inherit;
  font-size: 60px !important;
}

.right { float: right !important; position: relative; }
.entry-content .btn_container .right a { display:inline-block;  }
.comming-soon-msg{display:inline-block;width:100%;text-align:left;padding:25px 0;}
.dan-letter .link{background: #333 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: "open_sanssemibold";
    font-size: 14px;color:#fff;;padding:13px 40px;}
.comming-soon-msg p{font-size:25px; color: #666666;
  display: inline-block;
  margin-right: 15px;
  font-family: "Open Sans",sans-serif;}
body[data-template="page.about-foundation"] .entry-content p{font-size: 1.25rem;
    letter-spacing: 0.35px;
    line-height: 1.5;}
body[data-template="page.standard-host"] .entry-content p{font-size: 1.25rem;
    letter-spacing: 0.35px;
    line-height: 1.5;}
.product-content .right a .hover { display: none; }
.product-content .right img { margin: 0 0 0 12px; width: auto; }
.product-content .right a:hover .no-hover { display: none; }
.product-content .right a:hover .hover { display: inline-block; }
.product-content .price-content { font-size:20px; color: #000;}
.product-content .price-content .was_price { text-decoration: line-through; }
.product-content .price-content .now-tag, .product-content .price-content .discounted-price { text-decoration: none; line-height: 24px; min-height:21px;}
.product-content .price-content .now-tag { display: none !important; font-size: 20px; padding-left: 10px; padding-right: 5px; }
.price-content .swatch.select-product-color { display: inline-block; float: right; padding-left:0; }
.product-content .select-product-color .selected-color  { color: #323334; font-size: 14px; letter-spacing: 1px; line-height: 22px; text-transform: uppercase; margin:0; position:relative; vertical-align:top; }
.product-content .price-content span { display: inline-block !important; }
.product-content.not-available .product_form .add-to-cart,
.product-content.not-available .product_form .extra-product,
.product-content.not-available .product_form input[type="submit"] {
    display: none;
}

.accordion-slide { border-bottom: 1px solid #e5e8ed; display: inline-block; width: 100%; }
.accordion-slide.active { background:none;}
.accordion-slide .title { color: #323334; cursor: pointer; font-size: 13px; padding: 19px 12px; position: relative; text-transform: uppercase; }
.accordion-slide .title.active { background:none;}
.accordion-slide .title img { margin: 0 25px 0 0; vertical-align: middle; width: auto; border:none !important; }
.accordion-box { display: inline-block; width: 100%; }
.accordion-slide { border-bottom: 1px solid #e5e8ed; display: inline-block; width: 100%; }
.accordion-box .accordion-slide .title:after {
    color: #000;
    content: "+";
    font-size: 24px;
    line-height: 63px;
    position: absolute;
    right: 15px;
    top: 0;
}
.accordion-box .accordion-slide .title.active::after {
    color: #000;
    content: "-";
}
.accordion-box .accordion-slide .accordion-content {
    display: none;
}
.accordion-box .accordion-slide .accordion-content p {
    color: #676a6d; font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 24px; margin:0 0 8px 52px;
}
.customer { border-bottom:none; }
.shipping-detail { display:inline-block; width:100%;}
.right-detail p,
.right-detail span { color: #333; font-size: 1.25rem;letter-spacing:0.35px; line-height: 1.5; margin-bottom: 2.1875rem;  font-family: 'open_sansregular';}
.right-detail ul, .right-detail ol { padding:0; }
.right-detail ul li, .right-detail ol li { color: #676a6d; font-size: 14px; letter-spacing:0.35px; margin:0 0 10px; font-family: 'open_sansregular'; }
.collection-header {  display: inline-block; width: 100%; height: auto; position:relative; text-align:center; }
.collection-header img { width:100%; height:auto; }
.shipping-detail .collection-header { margin-bottom: 40px; }
.collection-header h2 { color:#fff; font-size:32px; line-height:32px; text-align:center; width:100%; position:absolute; top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%); }
.collection-header.headline-text h2 { color: #fff;font-size:60px;font-weight:normal;line-height:1.3; }
.main-title{font-size:48px;line-height: 50px;margin-bottom: 1.375rem;}
/*.entry-content.agreement p{line-height: 1.65;font-size: 1.25rem;margin-bottom: 2.1875rem;}*/
.section-block .lower-case{font-size:14px !important;}
.entry-content.agreement p strong{font-weight:normal;}
.section-block .sub-text {    
    font-size: 14px !important;
}
.entry-content.agreement .link{color:#aa1e1e;}
.entry-content.agreement .link:hover{color:#13171a;}
/*.entry-content.agreement ul li{line-height: 1.65;   font-size: 1.25rem;font-weight:700;}*/
/*.entry-content.affiliate_form_back h1{font-size: 48px;
  line-height: 50px;margin-bottom: 1.375rem;}*/
.entry-content.affiliate_form_back p strong{font-weight:normal;}
.host-info-product .host-info-section ul li{ line-height: 1.65;font-weight:600;font-size: 1.25rem;}
.host-info-product .product-reminder{  color: #db0000;
    font-size: 12px;}
.entry-content.affiliate_form_back p{color: #333333;    
    font-size: 1.25rem;
    letter-spacing: 0.35px;
    line-height: 1.5;
    margin-bottom: 2.1875rem;}
.collection-header.headline-text .entry-subtitle{font-weight: normal;
    margin: 1.25rem 0;    
    text-transform: none; font-size: 26px;display: none;}
.entry-content.affiliate_form_back .host-btn{text-align:center; padding: 25px 0;}

/*.entry-content.contact h4{margin-bottom: 1.125rem;}*/
.entry-content.contact h3{margin-bottom: 1.125rem;}
.entry-content.contact strong{font-weight:normal;}
/*.entry-content.contact p{margin-bottom: 2.1875rem;   line-height: 1.65;}*/
/*.entry-content.contact h4{ color: #c7b993;    
    font-size: 42px;
    line-height: 44px;}*/
/*.entry-content.contact p{  font-size: 1.25rem;}*/
.entry-content.contact h3{ font-family: "Liberator";
    font-size: 48px;
    line-height: 50px;  margin-bottom: 1.375rem;}
.entry-content.contact a{color:#aa1e1e;}
.entry-content.contact a:hover{color:#333;}
.entry-content .title{margin-bottom:15px;}
/*.entry-content .title strong{line-height: 1.65;font-size: 1.25rem;}*/
/*.entry-content .history-text p{line-height: 1.65;font-size: 1.25rem;}
.entry-content .history-text p{ margin-bottom: 2.1875rem;}*/

/*
.entry-content.affiliate_form_back .btn_nice.button{ background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333333;
    box-shadow: none;
    color: #333333;
    display: inline-block;
    font-family: "open_sansbold";
    font-size: 18px;
    line-height: 20px;
    min-width: 213px;
    padding: 25px 20px;
    text-align: center;
    text-shadow: none;
    width: auto;text-transform: uppercase;}
*/

.entry-content.affiliate_form_back .click-link{color:#7c8d3f;}
.entry-content.affiliate_form_back .click-link:hover{color:#333;background-color:transparent;}
/*.section-title, h2, h3, h4{padding-top:10px !important;}*/
.host-info-product h2{color: #830202;    
    font-size: 28px;
    line-height: 25px;
    margin: 0 0 10px;
    text-align: left;}
.host-info-product h4{color: #888888;    
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 30px;
    text-align: left;}

/*
.entry-content.affiliate_form_back .btn_nice.button:hover{ background: #333333 none repeat scroll 0 0;
    border: 2px solid #333333;
    box-shadow: none;
    color: #ffffff;}
*/

.official-hosts .log {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 66.6%;
   margin: 30px 0;
}
.entry-content.official-hosts {
    margin-bottom: 50px;
}

 @media only screen and (min-width: 981px) and (max-width: 1220px){
      input#footer-EMAIL{
        width: 260px !important; 
      }
      input#footer-subscribe{
         width: 120px !important;
      }
    }


.movements-video h2{text-align:left;}
.entry-content .log h4{
  font-family: "Khand";
  font-size: 42px;
  margin: 0 !important;
  line-height: 1.7 !important;
    line-height: 44px;margin-bottom: 1.125rem;}
.entry-content .pure-g{align-content: flex-start;
    display: flex;
    flex-flow: row wrap;    
    text-rendering: optimizespeed;} 
.host-item-wrap {
    margin-left: 10px;
    margin-right: 10px;
}
.log .host-item .host-content{ background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #efefef;
    margin: 0;
    padding: 3px 5px;}
.host-item div.img-holder{ border: 1px solid #efefef;text-align:center;}
.host-item .host-content{ background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 3px 5px; min-height: 84px;}
.entry-content .host-item{text-align:left;width:33.33%;display:inline-block;padding-bottom:20px;}
.entry-content .host-item .img-holder img{width:auto !important;max-width:100% !important;margin: 10px auto !important;}
.host-item h3{ font-size: 20px;line-height: 22px;font-weight:bold;text-align:left;padding-top:7px;}
.host-item .host-location{ font-size: 14px;
    margin-top: 3px;font-family: 'Roboto', sans-serif;font-weight:500;}
 .host-item a{ color: #888888;
    font-size: 13px;font-weight:700;}
.host-item a:hover{color:#333;  transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-ms-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;}
.need-assistance-asset { border:1px solid #ebedef; background:#f7f8f9; padding:0 20px; width: 100%; text-align:left; }
title { color: #afb2b5; display: inline-block; font-size: 20px;
    font-weight: normal; letter-spacing: 6px; line-height: 26px; text-transform: uppercase; width: 100%;
}
.secondary-content title { line-height:56px; padding-left:20px; color: #abb0b3; font-size: 14px; letter-spacing:0.35px; text-transform: uppercase; font-family: 'open_sansbold';}
.need-assistance-asset .contact-info { border-top: 1px solid #d1d4d6; font-size: 14px; line-height: 24px;
    list-style: none; margin:0; padding: 0;
}
.need-assistance-asset .contact-info li { margin: 25px 0; position:relative; padding-left:60px; font-family: 'open_sansregular'; letter-spacing:0.35px; }
.need-assistance-asset .contact-info li:nth-child(2) { padding-left:0;}

.need-assistance-asset .fa-phone { color: #1e1e1e; display: inline-block; font-size: 24px; margin: 0; vertical-align: middle; }
.need-assistance-asset a { color: #1e1e1e; font-size: 14px; padding-left: 0px; word-wrap:break-word; }
.need-assistance-asset .schedule { background: #fff;
    list-style: none; margin: 0; padding:10px; position: relative;
}
.need-assistance-asset .schedule li { margin:0; padding:12px 0 12px 50px;}
.need-assistance-asset .schedule li:nth-child(2) { padding:12px 0 12px 50px;}
.need-assistance-asset .contact-info .fa { position:absolute; left:20px; top:3px; margin:0; color:#323334;}
.need-assistance-asset .schedule .fa { color:#bfc2c4; display: inline-block; font-size: 18px; left: -38px; margin: 0; position: absolute;
    top: 2px; vertical-align: bottom;
}
.need-assistance-asset .schedule span { color: #1e1e1e; padding-left:0px;}
.need-assistance-asset .schedule p { position:relative; color: #b5b9ba; font-size: 14px; line-height: 22px; margin: 2px 0 2px 0px; }
.need-assistance-asset .fa-envelope-o { color: #1e1e1e; display: inline-block; font-size: 21px; margin: 0 21px 0 0; vertical-align: middle;}
.right-detail { display: block; padding-left: 35px; text-align:left; }
.right-detail h1 { font-family: 'Khand';}
body[data-template="page.about-the-event"] .right-detail { text-align: center; }
.right-detail .entry-content p strong{font-weight:normal;}
/*body[data-template="page.about-the-event"] .register-link {
    background: #bf3b3b none repeat scroll 0 0;
    border: 2px solid #bf3b3b;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "open_sansbold";
    font-size: 18px;
    line-height: 20px;
    min-width: 213px;
    padding: 25px 20px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
  font-weight:600;
  transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;-ms-transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;  
}
body[data-template="page.about-the-event"] .register-link:hover{ background: #333333 none repeat scroll 0 0;color:#fff;border: 2px solid #333333;
    box-shadow: none;}*/
.right-detail p, .right-detail h3{font-size:20px;}
.fields-main { width:100%; display:inline-block; }
.contact-form .block-left { width:350px; float:left; margin-right: 35px;}
.contact-form .block-right { width:430px; float:left;}

.contact-form .input-data { float: left; margin-right: 0; width: 100%; }
.contact-form .input-data .input-text {
    background: #f0f3f5; border: none; color: #323334; display: inline-block; font-size: 14px; margin: 0 0 14px;
    padding: 0 20px; width: 100%; text-indent:0; height:52px;
}
.contact-form .input-textarea { display: inline-block; width: 100%;}
.contact-form .submit-btn { display: inline-block; margin-top: 19px; width: 100%; }
.contact-form .submit-btn .link { background: #323334; border:none;
    font-family: 'open_sanssemibold'; font-weight:normal; height: 54px; letter-spacing: 0.35px; padding: 0 10px; max-width:187px;
  	font-size:14px;
  transition:all 500ms ease 0s; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s;
}
.contact-form .submit-btn .link:hover { background: #878f97; }
.customer-blockmain { display:inline-block; width:100%; padding-top: 50px;}
.formblock { display:inline-block; width:100%; }
#customer-wrapper .formblock form { margin-top:20px; }
.customer-blockmain .heading h2 {font-family: 'open_sansextrabold'; font-size:24px; line-height:25px; margin:0 0 15px 0; font-weight:normal;}

.customer-blockmain .login-form { padding-right:0px; }
.customer-blockmain .new-customer { margin-top:0 !important; padding-left:50px; }
.login-rightpart { padding-left:70px; border-left: 2px solid #e1e1e1;}
.customer-blockmain .login-rightpart .large_form { width:100%; display:inline-block; float:left;}
.customer-blockmain .login-rightpart .large_form .input-text {
    background: #f0f3f5; border: none; color: #323334; display: inline-block; font-size: 14px; margin: 0 0 14px;
    padding: 0 20px; width: 100%; text-indent:0; height:52px;
}
.customer-blockmain .login-rightpart .large_form .input-text:hover,
.customer-blockmain .login-rightpart .large_form .input-text:focus { box-shadow:none;}
.customer-blockmain .login-rightpart {}
.customer-blockmain .login-rightpart h5 { margin:0 0 5px; font-size:15px; font-family: 'open_sansbold'; letter-spacing:0.37px; font-weight:normal;}
#customer-wrapper .customer-blockmain .login-rightpart p { color: #898d91; font-size: 14px; line-height: 22px; margin:0 0 20px !important; font-family: 'ProximaNova-Regular';}
.customer-blockmain .login-form .action_bottom { display:inline-block; width:100%; margin:12px 0 0;}

.formblock .button { 
  background: #323334; border:none; text-align:center; line-height:54px; margin-bottom:10px;
    font-family: 'open_sanssemibold'; font-weight:normal; height: 54px; letter-spacing: 0.35px; padding: 0 10px; max-width:187px;
  	font-size:14px;
  transition:all 500ms ease 0s; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s;
}
.formblock .button:hover { background: #878f97; }
.formblock .forgot_password { font-style:italic; font-size:14px; color:#a9acaf;}

.left-column { width:100%; display:inline-block;}
.left-column h6 { color:#323334; font-size:14px; letter-spacing:0.35px; margin:0 0 10px 0; font-family: 'open_sansbold'; font-weight:normal;}
.left-column ul { margin:0 0 25px 14px; padding:0; letter-spacing:0.3px; }
.left-column ul li { list-style:none; margin:0; padding:0 0 4px 0; text-transform:uppercase; }
.left-column ul li a { list-style:none; margin:0; padding:0; color:#898d91; font-size:12px; }

.customer-blockmain .login-rightpart .register-form { display:inline-block; width:100%;}
.customer-blockmain .login-rightpart .action_bottom { position:relative; }
.formblock .create-accountbtn { margin-top:12px;}
.need-assistance-asset.account-sidebar { border:none; padding:0 18px 20px 16px;}

.order-status .faq-content { display:inline-block; width:100%; margin-bottom:80px; }
.order-status .faq-content h2 { padding:34px 0 20px 20px; border-bottom:1px solid #d1d4d6; }
.order-status .faq-content .accordion-section { border-bottom: 1px solid #d1d4d6; padding: 20px; }
.order-status .faq-content .accordion-section .accordion-section-content { padding-top:20px;}
.order-status .faq-content .accordion-section .accordion-section-title { color:#323334; font-size:14px; font-family: 'open_sansregular';
display:inline-block; padding:5px 30px 5px 0; width:100%; position:relative; cursor:pointer; }
.order-status .faq-content .accordion-section .accordion-section-title:hover { color:#898d91; }
.order-status .faq-content .accordion-section .accordion-section-title.active { background:none;}
.order-status .faq-content .accordion-section .accordion-section-title:after {
    color: #323334;
    content: "+"; font-size: 24px; line-height: 32px; position: absolute; right: 5px; top: 0;
}
.order-status .faq-content .accordion-section .accordion-section-title.active:after { 
   content: "-"; font-size: 33px; right: 6px; top: -2px;
}
.order-status .faq-content .accordion-section .accordion-section-title:hover:after {color:#898d91;}
form.track-order input[type="submit"] { padding:0; margin-top:12px; text-align:center; height:54px; line-height:54px; max-width:187px; font-family: 'open_sanssemibold'; font-weight:normal;}
.account-rightpart { padding-left:70px; border-left: 2px solid #e1e1e1;}
.account-topmain { padding-top:50px;}

.clearfix:before,
.clearfix:after { display:table; content:""; clear:both; }
.contact-details-block {max-width: 400px; width: 100%; }
.contact-details-block h4 { border-bottom:1px solid #e1e1e1; padding-bottom:12px; margin-bottom:16px; }
.foot-news-thank h2 { margin: 13px 0; }
#homepage-products .owl-carousel .owl-item img { transform-style:inherit;}
#rightdebar.sticky { position:fixed; top:0; right:auto; top:210px; width:270px; }

#shop-cart td .js-qty { text-align:left; }
#shop-cart td .js-qty .quantity-increment { float:none;}
#shop-cart td .js-qty input.js-qty__num { float:none; margin:0 -2px 0 -3px; vertical-align:top; }

@media screen and (min-width: 768px){
  .desktop-iframe {
    display: inline-block;
    height: 100%;
    width: 100%;
    
}
  
  .mobile-iframe{display:none;}
  .slideout-toggle.mobile-view{display:none;}
  .play-link.mobile-view,.mobile-show-block{display:none;}
  .slideout-toggle.open_password.mobile-view{display:none;}
  .slideout-toggle.open_password.desktop-view{display:block;}
  .mobile-video{display:none;}
}

@media screen and (max-width: 1220px) {
  .sbHolder {max-width: 297px !important;}
  .sbOptions { width:297px !important;}
  .contact-form .block-left { width: 300px; }
  .contact-form .block-right { width: 310px; }
  ul.extra li { padding:0 5px;}
  #sidebar.sticky { width:140px; }
  #right-sidebar.sticky { width:225px;}
  #product-description .contact-form input.add-to-cart, .product-content ul.extra li, .product-add input.add {  max-width: 210px;}
  #smartwishlist div#bookmarkit {  margin-left: 0;}
}
@media screen and (max-width: 980px) {
  body[data-template="page.about-foundation"] .entry-content p{font-size: 1.1rem;
    }
body[data-template="page.standard-host"] .entry-content p{font-size: 1.1rem;
    
    }
  .contact-form .block-left { width:100%; margin-right:0;}
  .contact-form .block-right { width:100%;}
  .sbHolder,
  .sbSelector { max-width: 100% !important; }
  .sbOptions { width: 100% !important; }
  .customer-blockmain .login-form { width:100% !important; padding-right:0;}
  .customer-blockmain .new-customer { width:100% !important; padding-left: 0; padding-top:30px;}
  ul.extra li { padding:0; letter-spacing:0;}
  ul#main-nav li a { padding:0 5px;}
  #right-sidebar.sticky { top:0; position:relative; width:100%;}
  body[data-template="page.order-status"]  div.sos_vitals, body[data-template="page.order-status"]  div.sos_status{width:100% !important;float:none !important;}
}
@media screen and (max-width: 740px) {
  .bannertop .seeks{display:none !important;}
  body[data-template="page.order-status"]  div.sos_shipping, body[data-template="page.order-status"]  div.sos_billing{width:100% !important;float:none !important;}
  .right-detail { border-left:none; padding-left:0;}
  .product-add { text-align: center; }
  .product-add label { width: initial! important; float: none; }
  .add {  margin-left: 10px! important; }
  .login-rightpart { padding-left:0; border-left:none; text-align:left;}
  .customer-blockmain .login-rightpart h5 { text-align:left;}
  .gridlock .row .white-bg .desktop-8,
  .gridlock .row .white-bg .desktop-4 { width:100%;}
  .sbHolder { margin-bottom:14px !important;}
  .order-status .faq-content { margin-bottom:40px;}
  .need-assistance-asset { margin-bottom:40px;}
  #shop-cart tbody tr { border:none;}
  .product-content .product-add{text-align:left;padding-top:20px;}
  .product-content div#bookmarkit{margin-top:0;}
}



.errors.qty-error {
  color: #cc0000;
  display: block;
  float: left;
  padding: 10px 0 20px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.desc { padding-top: 20px; padding-bottom: 10px;  }
.full-click { display: block; text-align: center; margin-top: 20px; }



#related { border-top: 1px solid #f0f0f0; margin-top: 20px; padding: 20px 0; float: left; text-align: center; } 
.related-carousel .owl-item {
  padding: 10px;
}

#social { float: left; width: 100%; padding-bottom: 10px; }

#product-navigation {
  text-align: center;
}

#back-forth img { margin: 0 5px; vertical-align: middle; }

.backto {
  margin-bottom: 10px;
  display: block;
}

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}

.what-is-it { margin-bottom: 15px; line-height: 42px;}
.what-is-it label { display: inline; margin-right: 10px; }


#product-carousel { }

#product-carousel .product-car {
  padding: 0;
  margin: 5px;
  position: relative;
}

#product-carousel .product-car img {   }

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
  position: relative;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  right: -30px;
  top: 85px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  left: -30px;
  top: 85px;
}

.collection div.zoomWindow, .index div.zoomWindow {
  display: none! important;
}
.collection div.zoomLens, .index div.zoomLens {
  opacity: 0! important;
}

div.zoomContainer {
  z-index: 1;
}


#product-header {
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

#product-header div {
  min-height: 1px; 
}

#product-header h1 { 
  margin-bottom: 0;
  line-height: 60px;
  border-bottom: 1px solid #f0f0f0; 
}

.product .rte, .collection .rte, .index .rte {
  margin-top: 10px;
  margin-bottom: 10px;
}

#related h4 {
  margin-bottom: 20px;
}

#mobile-product { display: none; }

.ajaxified-cart-feedback.success { margin: 20px 0 30px; }
.ajaxified-cart-feedback.error { color: #FF4136; } 


.ajaxified-cart-feedback.success a { margin-left: 10px; color: #ffffff! important; background: #830202! important; padding: 10px 20px; -webkit-transition: background 0.3s ease,color 0.3s ease; -moz-transition: background 0.3s ease,color 0.3s ease; -o-transition: background 0.3s ease,color 0.3s ease; transition: background 0.3s ease,color 0.3s ease; }
.ajaxified-cart-feedback.success a:hover { color: #ffffff! important; background: #ffcb05! important; text-decoration: none; }



/* ============================================== */
/* ================ cart.liquid ================ */
/* ============================================== */

#shop-cart { margin-bottom: 50px; }
#shop-cart td,
#shop-cart th { border:none;}
#shop-cart thead tr th,
#shop-cart tbody tr td { padding:0;}
#shop-cart thead .head-first .product-table,
#shop-cart thead .head-second .product-data-table,
#shop-cart tbody .head-first .product-table,
#shop-cart tbody .head-second .product-data-table { margin:0;}

#shop-cart .product-table thead th,
#shop-cart .product-data-table thead th,
#shop-cart .product-table tbody td,
#shop-cart .product-data-table tbody td { padding:10px;}

#shop-cart thead .head-first,
#shop-cart tbody .head-first { width:35%;}
#shop-cart thead .head-second,
#shop-cart tbody .head-second { width:65%;}

#shop-cart .product-data-table thead th.pro-color,
#shop-cart .product-data-table tbody td.pro-color { width:20%;}
#shop-cart .product-data-table thead th.pro-size,
#shop-cart .product-data-table tbody td.pro-size { width:15%;}
#shop-cart .product-data-table thead th.pro-qty,
#shop-cart .product-data-table tbody td.pro-qty { width:35%; text-align:center;}
#shop-cart .product-data-table thead th.pro-price,
#shop-cart .product-data-table tbody td.pro-price { width:15%;}
#shop-cart .product-data-table thead th.pro-total,
#shop-cart .product-data-table tbody td.pro-total { width:15%; text-align:right;}

#shop-cart .product-data-table tbody td.pro-name { display:none;}
#shop-cart .product-data-table tbody td.pro-item { display:none; }
#shop-cart .product-data-table tbody .mobile-qtytitle { display:none; padding-right:10px; line-height:40px; vertical-align:top; } 

#shop-cart th { text-transform:uppercase; font-family: 'open_sansbold'; }
#shop-cart tbody tr { background:#fafafa; /*border-bottom:2px solid #fff;*/ }
#shop-cart tbody tr:nth-of-type(2n+2) { background:#fff; }

#shop-cart tbody .head-first .product-table tbody tr,
#shop-cart tbody .head-second .product-data-table tbody tr {background:none;}


#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #ffffff; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #f0f0f0; 
  text-align: left; 
}

#basket-right { text-align: center; position:relative; }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }

#cart-notes { margin-top: 00px; margin-bottom: 20px; }

/* ============================================== */
/* ================ blog.liquid & page.liquid ================ */
/* ============================================== */

.rte h1 {
  border-bottom: 0! important;
}

#page { clear: left; margin-bottom: 50px;   }
#page h1 { text-align: center;  padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { border-bottom: 1px solid #f0f0f0; line-height: 60px; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}


#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}


.article-info {  }
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 10px; text-align: center; }
.posted { text-align: center; float: left; }
.comment-count { float: right; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 14px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }
.article-index .readmore { text-align: center! important; }


.share-icons label {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.share-icons a { display: inline-block; margin-right: 5px; color: #444444; }
.share-icons a:hover { color: #222222; }

#blog-article .share-icons { text-align: center! important; }


ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 10px; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }
.single-article h3 { text-align: Center; }

#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar #social-icons { font-size: 90%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#blog-sidebar #social-icons a { color: #444444; }
#blog-sidebar #social-icons a:hover { color: #222222; }


ul#blog-recent li, ul#blog-tags li {
    margin: 10px 0 0 0;
}

#article-body .rte { margin-top: 10px; }

#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#twitter-card h3, #facebook-card h3, #instagram-card h3 { letter-spacing: initial; }

#fb-root { display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


#page .share-icons { margin-bottom: 20px; text-align: left; margin-top: 20px;  }
#page .share-icons a { margin-right: 10px; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #f0f0f0; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments h4 { text-align: center; }

#comments { float: left; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form {  }

#comment-form dl {
  clear: left;
  display: block;
  padding-top: 10px;
}

ul#commentlist { margin-top: 20px; list-style-type: none; }
ul#commentlist li { padding: 10px 0; float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; }
ul.disc {
  margin-bottom: 0;
}

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

.article-content a { display: block; line-height: initial; }
.readmore { display: inline-block; clear: left; text-align: center;  margin: 10px auto; }
.readmore { color: #ffffff! important; background: #830202! important; padding: 10px 20px; -webkit-transition: background 0.3s ease,color 0.3s ease; -moz-transition: background 0.3s ease,color 0.3s ease; -o-transition: background 0.3s ease,color 0.3s ease; transition: background 0.3s ease,color 0.3s ease; }
.readmore:hover { color: #ffffff! important; background: #ffcb05! important; text-decoration: none; }



ul#blog-recent, ul#blog-tags { 
  list-style: none; 
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}


/* ============================================== */
/* ================ search.liquid ================ */
/* ============================================== */
.search-content { text-align: center; padding: 10px; }
#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #f0f0f0; }
#search-bar #q {width: 300px;  }
#q { text-transform: uppercase; }

/* ============================================== */
/* ================ customer accounts ================ */
/* ============================================== */

#customer-wrapper {  margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center { 
  text-align: center;
}

/* ============================================== */
/* ================ footer ================ */
/* ============================================== */



footer { position: relative; z-index: 2; }

#footer-wrapper { 
  z-index: 2; 
  clear: left; 
  border-top: 1px solid #39414c;
  background: #2b2b28;
  padding: 50px 0 0 0;
  text-align: left;
}

#footer-wrapper p {
  color: #c9c9c9;
}

#footer-wrapper h4 {
  color: #ffcb05; 
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #39414c;
  letter-spacing: 1px;
  padding-bottom: 5px;
  font-weight: 700;
}

#footer-wrapper ul {
  list-style: none;
  margin-top: 20px;
}

#footer-wrapper ul li a {
  color: #c9c9c9;
	font-size:14px;	
}

#footer-wrapper ul li a:hover {
  color: #fdfeff;
}

div#footer_signup {
  margin-top: 30px;
}

input#footer-EMAIL {
   border: 1px solid #fff;
    margin: 0px;
    max-width: 100%;
    outline: medium none;
    padding: 15px 0;
    text-indent: 17px;
  
  width: 350px; 
  height:52px; 
  display: inline-block;
  color: #323334;
}


input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: #323334;}
input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #323334;}
input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #323334;}
input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #323334;}	

input#footer-subscribe {
  /*background: #323334 none repeat scroll 0 0;*/
    font-family: "Khand";
    font-size: 18px;
  	line-height:20px;
    font-weight: normal;
    height: 54px;
    transition: all 500ms ease 0s; 
  width: 150px; height:52px; 
  display: inline-block;
  /*background: #830202;
  color: #ffffff;
  border: 0;
  border-radius: 0;  
  font-weight: normal;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  font-family: 'open_sanssemibold'; 
  font-size:14px;*/
}

input#footer-subscribe {
background: #830202;
  color: #ffffff;
}

input#footer-subscribe:hover {
  background: #ffcb05;
  color:#fff; 
}

ul#footer-icons {
  width:100%; text-align:center;
}

ul#footer-icons li {
  display: inline-block;
  margin:0 10px;
  width: 30px;
  height: 30px; text-align:center;
}

ul#footer-icons li a {
  font-size: 14px;
  color: #ffffff;
}

ul#footer-icons li a:hover {
  color: #830202;
}
.credit { 
  text-align: center;
  margin-top: 50px;
}

.credit p { 
  color: #c9c9c9;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.credit a {
  color: #c9c9c9;
}
#footer-wrapper .bottom-footer { border-top: 1px solid #474a4d; display: inline-block; margin: 10px 0 0 0; padding:22px 0 5px; width: 100%;}
#footer-wrapper .bottom-footer ul#footer-icons { border:none; margin-top:5px; margin-bottom:0; padding-top:0; text-align:right; }
#footer-wrapper .bottom-footer .credit { text-align:left; margin-top:3px; }
.newsletter-block { background:#4f4e4e; display:inline-block; width:100%; padding:40px 0; font-family: 'open_sansregular'; font-size:14px; text-align:center; float:left; }
.newsletter-block .foot-news-cont { display:inline-block; width:100%; }
.newsletter-block .foot-news-cont p { font-size:14px; display:inline-block; padding-right:35px; }
.newsletter-block .foot-news-cont form { display:inline;}
.newsletter-block #footer_signup { margin-top:0;}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }



#subscribe_popup {
  text-align: center; 
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.left.fifty {
  width: 50%;
  float: left;
  display: inline-block;
}

.right.fifty {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 0 0px 0 20px;
  text-align: center;
}

#subscribe_popup ul#footer-icons {
  text-align: center;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}


/* ============================================== */
/* ================ globals ================ */
/* ============================================== */


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: left;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px;  }
#pagination a { margin: 0 5px;  }
#pagination a:hover { text-decoration: none; }
#pagination .current { border: 2px solid #f0f0f0; padding: 5px 10px; background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { text-transform: uppercase; font-size: 10px; margin-bottom: 30px; margin-top: 20px; text-align: center; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }


.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center; color:#000 !important;
}

.scrollup:hover { 
  text-decoration: none; 
  opacity: 0.7;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;  
}



iframe { width: 100%; }



/* ============================================== */
/* ================ owl carousel ================ */
/* ============================================== */


.owl-buttons > div {
  background: #830202; 
  color: #ffffff;  
  padding: 10px 15px;
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}


.owl-buttons > div:hover {
  cursor: pointer;
  color: #ffffff;
  background: #ffcb05;
}

.owl-prev {
}

.owl-prev:before {
  content:"\f104"
}


.owl-next {
  margin-left: 5px;
}

.owl-next:before {
  content:"\f105"
}




/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%; z-index:1;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* 
* Shifter v3.0.5 - 2014-04-22 
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
* http://formstone.it/shifter/ 
* 
* Copyright 2014 Ben Plum; MIT Licensed 
*/ 

.shifter-page { 
  overflow: hidden; 
  background:#fff; 
  transition-duration: 0.3s; 
  -webkit-transition-duration: 0.3s; 
  -moz-transition-duration: 0.3s; 
  -ms-transition-duration: 0.3s; 
  /*position:relative;*/
  z-index:99;}

.shifter-open { overflow: hidden !important; }
.shifter-open .shifter-page *,
.shifter-open .shifter-header * { /*pointer-events: none !important;*/}

.shifter .shifter-navigation { display: none; 
  opacity: 0;
}
.shifter .shifter-navigation { 
  z-index: -99; 
  /*pointer-events: none !important;*/
  
}
.shifter-active .shifter-navigation,.shifter .shifter-navigation,
.shifter.shifter-open .shifter-navigation {
	transition: z-index 0s ease 1s  !important;
  -webkit-transition: z-index 0s ease 1s !important;  
  -moz-transition: z-index 0s ease 1s !important;
  -ms-transition: z-index 0s ease 1s !important;
}
.shifter.shifter-open .shifter-navigation {
 z-index: 0;
}
.shifter .shifter-handle { display: none; }


nav.shifter-navigation {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%
}

.shifter-active .shifter-page { background: #ffffff; display: block; left: 0; min-height: 100%; overflow: hidden; position: relative; top: 0; z-index: 1; }
.shifter-active .shifter-page {
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.shifter-active .shifter-header{
  
}

.shifter-active .shifter-navigation { 
  background: #ffffff; display: block; height: 100%; 
  opacity: 1; 
  /*pointer-events: all; */
  position: fixed; top: 0; width: 270px; 

}

.shifter-active .shifter-page,
.shifter-active .shifter-header,
.shifter-active .shifter-navigation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s ease !important;
  -moz-transition:    -moz-transform 0.2s ease !important;
  -ms-transition:     -ms-transform 0.2s ease !important;
  -o-transition:      -o-transform 0.2s ease !important;
  transition: 		transform 0.2s ease !important;
}
.shifter-navigation btn.shifter-btn{padding: 29px 0;}
.shifter-active .shifter-handle { 
  background: url(//cdn.shopify.com/s/files/1/1805/1385/t/75/assets/jquery.fs.shifter-icon.png?v=2112912303523597930) no-repeat center center; 
  cursor: pointer; content: ''; 
  display: block; 
  float: right; 
  height: 50px; 
  width: 50px; 
  position: relative; 
  overflow: hidden; text-indent: 110%; white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Right / Default */
.shifter-active .shifter-navigation {
  right: 0;
  
}

.shifter-open .shifter-page{
  -webkit-transform: translate3D(-270px, 0px, 0px);
  -moz-transform: translate3D(-270px, 0px, 0px);
  -ms-transform: translate3D(-270px, 0px, 0px);
  -o-transform: translate3D(-270px, 0px, 0px);
  transform: translate3D(-270px, 0px, 0px);
position:relative;z-index:99;

}
.shifter-open .shifter-header {
  
position:relative;
  

}
/* Left */
.shifter-active.shifter-left .shifter-navigation { left: 0;
 
}

.shifter-active.shifter-left.shifter-open .shifter-page{
  -webkit-transform: translate3D(270px, 0px, 0px);
  -moz-transform: translate3D(270px, 0px, 0px);
  -ms-transform: translate3D(270px, 0px, 0px);
  -o-transform: translate3D(270px, 0px, 0px);
  transform: translate3D(270px, 0px, 0px); 
  position:relative;z-index:99;
}
.shifter-active.shifter-left.shifter-open .shifter-header {
  
  position:relative;
}

/* Open */
.shifter-open .shifter-navigation {
 

  /*pointer-events: all;*/  /* IE9 */ 
}

/* IE 10 ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Right / Default */
  .shifter-active .shifter-navigation { right: 0;
    
  }

  /* Left */
  .shifter-active.shifter-left .shifter-navigation { left: 0;
   
  }

  /* Open */
  .shifter-open .shifter-navigation { 
   
    /*pointer-events: all;*/
  }
}

.accordion-toggle:after, .accordion-toggle2:after {
  content: "+";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
}
.accordion-toggle.open:after, .accordion-toggle2.open:after {
  content: "-";
}
ul#accordion li, .accordion-toggle2 {
  padding: 8px 0;
  width: 100%! important;
  border-bottom: 1px solid #eee;
}

.accordion-toggle, .accordion-toggle2 {cursor: pointer;}
.accordion-content, .accordion-content2 {display: none;}
.accordion-content.default, .accordion-content2.default {display: block;}

nav.shifter-navigation ul {
  list-style: none;
  margin-left: 15px;
  margin-top: 10px;
}

nav.shifter-navigation ul li a, .accordion-toggle {
  color: #333333;
}

nav.shifter-navigation ul.sub {
  margin-top: 0! important;
}

.shifter-navigation input#q {
  margin-left: 10px;
  width: 250px;
}

.shifter-navigation form, .shifter-navigation input#q {
  margin-bottom: 0;
}

ul#mobile-menu {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
}


ul#mobile-menu li, .accordion-toggle2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 30px;
}


ul#mobile-menu li i {
  font-size: 16px;
}



a.fr {
  float: right;
  font-size: 10px;
  padding-top: 5px;
}







/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('flexslider-icon.eot');
  src:url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { position: relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.cta { 
  margin-top: 20px;
}

.cta a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  background: #323334;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;  
}

.cta a:hover {
  color: #ffffff;
  background: #898d91;
}


.flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
  
  background: rgba(0,0,0,0);
  
}


.flex-caption.slide1 {
  top: ;
  text-align: left;
}

.flex-caption.slide2 {
  top: ;
  text-align: center;
}

.flex-caption.slide3 {
  top: 24%;
  text-align: center;
}
.flex-caption.slide4 {
  top: ;
  text-align: center;
}

.flex-caption.slide5 {
  top: ;
  text-align: center;
}




.flex-caption h2.slide-title {
  font-size: 26px;
  font-family: 'Khand', sans-serif;
  font-weight:400;
  color: #ffffff;
}

.flex-caption p {
  font-family: 'Khand', sans-serif;
  font-size: 22px;
  color: #e5e8ea;
  letter-spacing: 1px;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

.flex-loading {
  min-height: 500px; 
  background: url(//cdn.shopify.com/s/files/1/1805/1385/t/75/assets/loader.gif?v=11582657854696215163);
  background-repeat: no-repeat;
  background-position: center center !important;
}


/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; 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 {*height: 0;}
.flex-direction-nav a  { background: transparent! important; text-align: center; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:hover { background: transparent! important; }

.flex-direction-nav .flex-prev { width: 40px; height: 40px; left: -40px;  }
.flex-direction-nav .flex-next { width: 40px; height: 40px; right: -40px; }

.flex-direction-nav .flex-prev:before {content:"\f104"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }
.flex-direction-nav .flex-next:before {content:"\f105"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }


.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background-color:rgba(255, 255, 255, 0.5) !important; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; /*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/ }
.flex-control-paging li a:hover { background: #fff !important; }
.flex-control-paging li a.flex-active { background: #fff !important; box-shadow:none; 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;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}




/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/


.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  margin-top: 30px;
}



/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -16px;
  background: transparent;
  top: -42px;
}

a.bx-prev:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #333333;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-next {
  left: 50%;
  background: transparent;
  margin-left: -16px;
  bottom: -42px;
}

a.bx-next:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #333333;
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* Password Page */

body.password { 
  background: #ffffff url(//cdn.shopify.com/s/files/1/1805/1385/t/75/assets/password-page-background.jpg?v=15664510017426257928) ;  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
  color: #fff;
  
}



body.password #logo { 
  margin-top: 100px;
  text-align: center;
}

body.password #logo h1 a {
  
  color: #fff! important;
  
  display: block;
  float: none;
}


#password-message { margin-bottom: 30px; }

.password-page { min-height: 100vh; }
.password-page img { margin: 10px; }


#signup-wrap { 
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}


#password-signup h3 { color: #fff! important; }



#signup-holder { 
  margin-top: 100px;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 70%;
  text-transform: uppercase;
  
  color: #fff;
     
}



#password-email::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
#password-email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
#password-email::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
}
#password-email:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}	


#password-subscribe {
  float: left;
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
}

body.password p.success {
  text-align: center;
}

ul#password-icons {
  position: fixed; 
  left: 0;
  bottom: 20px;
  list-style: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul#password-icons li { 
  display: inline-block; 
  margin: 0 5px;
}

ul#password-icons li a {
  
  color: #fff;
   
}


body.password form#login_form {
  padding: 15px 20px;
}

/* slideout */

.slideout-toggle.open_password {
  position: fixed;
  top: 50% !important;
  left: 0px !important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
}
body.password .slideout {
  position: fixed;
  top: calc(50% - 150px) !important;
  left: -500px;
  width: 500px;
  background-color: #fff;
  z-index: 999;
  color: #000;
 	height: 340px;
}
body.password .slideout .form-cont{
	 padding: 40px 70px;
  text-align: center;
  height: 340px;
}
body.password .slideout .form-cont p{
	margin-bottom: 20px;
}
body.password .slideout .form-cont .button{
	background: #323334;
  color: #fff;
}
body.password .slideout .form-cont .button:hover{
	background: #878f97;
}
.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  width: 44px;
  padding: 15px 15px 11px 15px;
  cursor: pointer;
  font-size: 20px;
}
.closeslide i.icon-angle-right { margin-right: -3px; }

.wishlistbodycontainer .products .container-fluid { margin-bottom:40px; }
.wishlistbodycontainer .products .container-fluid [class*="col-"] { width:25%; }
.wishlistbodycontainer .products .container-fluid .product { border-bottom:none; margin-bottom:20px; }
.wishlistbodycontainer .products .container-fluid .product .text { padding:20px 10px 0px 10px; }
.wishlistbodycontainer .products .container-fluid .product .text h3 { height:auto; color: #323334; font-family: "Lato",sans-serif; font-size: 13px; font-weight: 400; letter-spacing: initial; margin-bottom: 3px; }
.wishlistbodycontainer .products .container-fluid .product .text h3 a { color: #323334;}
.wishlistbodycontainer .products .container-fluid .product .text .variant_title { margin-bottom:4px; }
.wishlistbodycontainer .products .container-fluid .product .text .price { color:#af2b2b; }
.wishlistbodycontainer .products .container-fluid .product .image img.img-responsive.image1 { height:auto; }
.wishlistbodycontainer .products .container-fluid .product .buttons { margin-bottom:0; padding:10px 0 0 0; }
.wishlistbodycontainer .products .container-fluid .product .buttons .btn {margin-bottom:0; margin-top:10px;}
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-warning.removebutton,
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-primary.addbutton { border-radius:0; background:#323334; border:none; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; }
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-warning.removebutton:hover,
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-primary.addbutton:hover { background: #878f97; }
.wishlisttitlecontainer #heading-breadcrumbs { margin-bottom:0; }
.wishlisttitlecontainer .allbuttons a.btn.btn-info.sharebutton,
.wishlisttitlecontainer .allbuttons a.btn.btn-warning.removebutton,
.wishlisttitlecontainer .allbuttons a.btn.btn-primary.addbutton { border-radius:0; background:#323334 !important; border:none; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; }
.wishlisttitlecontainer .allbuttons a.btn.btn-info.sharebutton:hover,
.wishlisttitlecontainer .allbuttons a.btn.btn-warning.removebutton:hover,
.wishlisttitlecontainer .allbuttons a.btn.btn-primary.addbutton:hover { background: #878f97 !important; }


#facebox { width:700px;}
#facebox .content #button { 
  text-align:center;
  border-top: 2px solid #f0f0f0;
}
#facebox .content { width:100% !important; }
#facebox .addtocart { margin:10px 5px 0px 5px; text-decoration: none; width:230px; float: none; background: #323334; font-size: 13px; color: #ffffff; text-transform: uppercase; height: 48px; line-height: 48px; font-weight: 400; padding: 0 30px; border-radius: 0;  box-shadow: none; font-family: 'Lato', sans-serif;  border: none;
transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;  }
#facebox .addtocart:hover {  background: #878f97 !important;  border: none !important;  text-shadow: none !important;  }

#facebox .popup #button {
	display: none !important;
}

.mobile_hidden{display:block;}
.mobile_only{display:none;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.foot-news-thank h2 { margin: 14px 0;}
.product-content .price-content .now-tag, .product-content .price-content .discounted-price { min-height:22px;}
::i-block-chrome, .foot-news-thank h2 { margin: 15px 0; }
}
@media screen and ( max-width: 991px ) {
  .main-title{ font-size: 40px;
    line-height: 38px;}
.wishlistbodycontainer .products .container-fluid .product .text .variant_title { min-height:42px;}
  .collection-header.headline-text h2{font-size:40px;}
  .right-detail h1{font-size:30px;}
  .right-detail p, .right-detail h3{font-size:17px;}
  .right-detail p, .right-detail span{margin-bottom:1em;}
  .right-detail p{font-size:15px;}
  .collection-header.headline-text .entry-subtitle{margin: 0.825rem 0;font-size: 21px;}
  .entry-content.affiliate_form_back h1{font-size: 36px;
    line-height: 44px;} 
  .entry-content.affiliate_form_back p{ font-size: 1.1rem;margin-bottom: 1.1875rem;}
  .entry-content .history-text p{margin-bottom: 1.1875rem;}
  .entry-content .title strong, .entry-content .history-text p{font-size: 1.2rem;
    line-height: 1.65;}
  .entry-content.contact h4{ font-size: 32px;
    line-height: 40px;}
  .entry-content.contact p{font-size: 1.1rem;
    margin-bottom: 1.1875rem;}
  .entry-content.contact h3{ font-size: 36px;
    line-height: 44px;}
  .entry-content.agreement p{  font-size: 1.2rem;
    line-height: 1.65;
    margin-bottom: 2rem;}
  .entry-content.agreement ul li{ font-size: 1.2rem;} 
}
@media screen and ( max-width: 980px ) {
  ul#header-soicons li { margin-left:0; width:27px;}
  ul#main-nav li.dropdown > a:after { margin-left: 5px; }
  .newsletter-block .foot-news-cont p { padding-right:0;}
  .newsletter-block .foot-news-cont form { display:block;}
  .flex-loading { min-height:inherit;}
}
@media screen and ( max-width: 767px ) {
  .mobile_hidden{display:none;}
  .mobile_only{display:block;}
  h2.comming-soon-title {font-size: 40px !important;}
  .official-hosts .log {
    display: block;
  }
  .official-hosts .log a{margin-bottom:30px;}
  .site-header__cart-toggle,li.mobile-cart {display:none !important;}
  body[data-template="page.about-foundation"] .entry-content p{font-size: 16px;
    }
body[data-template="page.standard-host"] .entry-content p{font-size: 16px;
    
    }
  .movements-video .pure-g h2{font-size:25px;}
  .main-title{font-size: 34px;
    line-height: 38px !important;}
  
  body[data-template="page.agreement"] .shipping-detail .collection-header img{min-height:195px;}
  .host-item h3{line-height:22px;}
  .entry-content .host-item{width:100%;}
  .entry-content.agreement p{ font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;}  
  .entry-content.agreement ul li{font-size: 1.1rem;}
  .entry-content.contact h4{font-size:30px;line-height:37px;}
  .entry-content.contact h3{font-size: 28px;
    line-height: 34px;}
  .entry-content.affiliate_form_back .host-btn{padding: 20px 0;}
  .host-info-product .host-info-section ul li{font-size: 1.1rem;}
  .entry-content.affiliate_form_back .btn_nice.button{font-size:16px;padding:20px;}
  .host-info-product h2{font-size: 20px;}
  .host-info-product h4{font-size: 20px;  margin: 0 0 15px;}
  .entry-content.affiliate_form_back h1{font-size: 28px;
    line-height: 39px;}
  .collection-header.headline-text h2{font-size:27px;padding:0 15px;}
  .collection-header.headline-text .entry-subtitle{margin: 0.225rem 0; font-size: 17px;}
  .desktop-iframe{display:none !important;}
.wishlistbodycontainer .products .container-fluid [class*="col-"] { float: left; width: 50%; }
.wishlistbodycontainer .products .container-fluid .product .text .variant_title { min-height:18px; }
 #main-newsletter{background: #ffffff none repeat scroll 0 0;bottom: -500px;left: 0;position: fixed;right: 0;transition: all 0.7s ease-in 0.3s;-moz-transition: all 0.7s ease-in 0.3s;-webkit-transition: all 0.7s ease-in 0.3s;-o-transition: all 0.7s ease-in 0.3s;-ms-transition: all 0.7s ease-in 0.3s;width: 100%;z-index: 99; overflow-y: scroll;padding:40px 0 15px 0;height:auto;border-top:1px solid #f0f0f0;display:block !important;}  
  #main-newsletter .close-popup{background:url(//cdn.shopify.com/s/files/1/1805/1385/t/75/assets/close-popup.jpg?v=6686368722909466260);background-position:left top; background-repeat:no-repeat; height: 18px;position: absolute;right: 20px;top: 12px;width: 17px;}  
  #subscribe_popup{width:100%;display:block !important;}  
  #main-newsletter .left.fifty{display:none;}
  #main-newsletter .right.fifty{width:100%;padding:0 20px;}
  #main-newsletter .right.fifty h3{font-size:18px;} 
  #main-newsletter.open{bottom:0;}
  #subscribe_popup ul#footer-icons{display:none;}
  .slideout-toggle.open_password.desktop-view{display:none;}
  .desktop-video{display:none;}
  .mobile-video{background:url(//cdn.shopify.com/s/files/1/1805/1385/t/75/assets/mobile-banner.jpg?v=11730931571948052164);background-position:center top; background-repeat:no-repeat;background-size:cover;position:relative;}   
}
@media screen and ( max-width: 740px ) {
  .register-btn{margin-bottom:15px;}
  .entry-content.affiliate_form_back h1{font-size: 23px;
    line-height: 32px;}
  .entry-content.affiliate_form_back p{font-size:16px;}
  .shipping-detail .collection-header{margin-bottom:25px;line-height:35px;}
  .entry-content .btn_container.right{width:100%;padding:10px 0;}
  ul#password-icons { display: none; }
  #signup-holder { margin-top: 50px; }
  #footer-wrapper .bottom-footer .credit,
  #footer-wrapper .bottom-footer ul#footer-icons{ text-align:center;}
  ul#footer-icons li { margin:0 10px;}
  ul#header-soicons { display:none;}
  input#footer-EMAIL { width:300px; }
  #homepage-instagram .instagram-image { opacity:0.6 !importnat; filter:grayscale(100%) !important;}
  #homepage-instagram .instagram-image:hover { filter: none !important; opacity: 1 !important; }
  #customer_orders { margin:0 0 30px 0 !important;}
  .address.note { margin-bottom:30px !important; }
  .need-assistance-asset.account-sidebar { margin-bottom:0; padding:0 16px;}
  #address_pagination { margin-bottom:30px; }
  .parallax { min-height:155px;}
  #shop-cart thead .head-first,
  #shop-cart tbody .head-first { width:40%; float:left; }
  #shop-cart thead .head-second,
  #shop-cart tbody .head-second { width:60%; float:left; }
  #shop-cart tbody tr { display:inline-block; width:100%; margin:0 0 15px; }
  #shop-cart .product-data-table thead th.pro-color,
  #shop-cart .product-data-table tbody td.pro-color { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-size,
  #shop-cart .product-data-table tbody td.pro-size { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-item,
  #shop-cart .product-data-table tbody td.pro-item { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-qty,
  #shop-cart .product-data-table tbody td.pro-qty { width:100%; text-align:right; padding:40px 15px 0px 0; }
  #shop-cart .product-data-table thead th.pro-price,
  #shop-cart .product-data-table tbody td.pro-price { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-total,
  #shop-cart .product-data-table tbody td.pro-total { width:100%; text-align:left; }
  
  	#shop-cart tbody .product-data-table td { padding:2px 0 2px 80px; }
  	#shop-cart tbody .product-data-table td:before { position:absolute; left:0; top:2px; }
  	
/*   	#shop-cart tbody .product-data-table td:nth-of-type(2):before { content: "COLOR"; display:block; }
	#shop-cart tbody .product-data-table td:nth-of-type(3):before { content: "SIZE"; }
	#shop-cart tbody .product-data-table td:nth-of-type(4):before { content: "ITEM"; }
	#shop-cart tbody .product-data-table td:nth-of-type(5):before { content: "QTY"; display:none; }
	#shop-cart tbody .product-data-table td:nth-of-type(6):before { content: "TOTAL"; }	 */
  
  #shop-cart td .js-qty { text-align:right; display:inline-block; }
  #shop-cart td .js-qty .quantity-increment { float:left; margin:0px; font-size:35px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; border:1px solid #cfcfcf; }
  #shop-cart td .js-qty .quantity-increment span {display:inline-block; line-height:36px; vertical-align:top; }
  #shop-cart td .js-qty input.js-qty__num { margin:0 !important; background:none; border:none; width:24px !important; float:left; }
  #shop-cart .product-table .cart-item .cart-title { display:none;}
  #shop-cart .product-data-table tbody td.pro-name { display:inline-block; width:100%; text-align:left; font-weight:bold; padding:10px 0 20px 0px; }
  #shop-cart .product-data-table tbody td.pro-name .mobile-pname { float:left; width:65%; }
  #shop-cart .product-data-table tbody td.pro-name .mobile-price { float:right; width:35%; font-weight:normal; padding-right:15px; text-align:right; }
  #shop-cart .product-data-table tbody td.pro-item { display:block; }
  #shop-cart tbody .product-data-table td:nth-of-type(7),
  #shop-cart tbody .product-data-table td:nth-of-type(6){ display:-webkit-box; }
  #shopping-cart table td:nth-of-type(2):before { display:none;}
  #shop-cart .head-first .product-table tr,
  #shop-cart .head-second .product-data-table tr { margin:0; }
  #shop-cart tbody .head-second .product-data-table { margin-bottom:15px;}
  #shop-cart .product-data-table tbody .mobile-qtytitle { display:inline-block; } 
  
  
}

@media screen and (max-width: 500px) {
  textarea { min-width:inherit;}
  input#footer-EMAIL { margin-right:0; margin-bottom:12px; width:230px;}
  input#footer-subscribe { width:60px;}
  ul#footer-icons li { margin:0 5px;}
  #footer-wrapper .mobile-half { width:97.9167%;}
  .order-status .faq-content { margin-bottom:20px;}
  #customer_orders .customer-ordergrid { overflow:auto;}
  section#homepage-promo .pimg .promo-inner .caption p { font-size:20px; line-height:20px;}
  .flex-caption.slide1 { top:50%; margin-top:-63px; }
  .gridlock .row.cart-productgrid { width:96%;}
  .wishlistbodycontainer .products .container-fluid .product .text { min-height:200px;}
  .entry-content .log h4{font-size: 33px;
    line-height: 30px;}
}
@media screen and (max-width: 480px) {
  .parallax-text { font-size:28px;}
  .main-title {
    font-size: 28px;
    line-height: 35px !important;
}
}


.pass-foot {
  width: 100%;
  position: fixed;
  bottom: 10px;
  text-align: center;
}

.pass-foot a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  
  color: #fff;
  
}

/* onboard styles for theme first usage */
.onboard {
  background: #000;
  position: absolute; top: 0; left: 0;
  padding: 25px;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  z-index: 2;
}

.onboard a, .onboard a:hover, .onboard a:visited {
  color: deepskyblue;
  text-decoration: underline;
}

.onboard strong {
  font-weight: 600;
}

.onboard h3 { 
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: inherit;
}

.theme-instructions:hover > .onboard {
  opacity: 1;
}

.theme-instructions { 
  position: relative; 
  margin-bottom: 30px;
}

.theme-instructions:hover > .theme-content {
  opacity: 0.3;
}

.theme-content {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}


#qab_container,#BIS_trigger {display:none !important;}
.owl-item.active { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.owl-item.active img{border:medium none !important;}



/*.owl-buttons > div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #a7acb4;
    font-size: 40px;
}
.owl-buttons > div:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #323334;
}*/
#homepage-products .owl-controls .owl-buttons .owl-prev { float:left; }
#homepage-products .owl-controls .owl-buttons .owl-next { float:right; }
.owl-buttons > div {
    background: #001330; border-radius:50%; width:40px; height:40px; line-height:40px; padding:0; position:relative; z-index:1;
}
.flexslider ul li{ /*display:none !important*/}
.flexslider ul li.flex-active-slide{ /*display:list-item !important*/}
.flex-control-nav {z-index:3}
.owl-nav div {cursor:pointer}
.product-title-scart{ margin-bottom: 1px;}
.product-variant-scart{ text-transform: uppercase; }
#product-description .rte {
  color: #676a6d;
    font-family: "open_sansregular";
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
}
body.index .parallax-mirror {
	z-index: 0 !important;
}
body.index .parallax {

}

.register-btn{
  display: inline-block;
    float: right;
}
.register-btn .register{
  background: #ffc92b;
  color: #030303;
  display:block;
  font-size: 20px;
  line-height: 20px;
  /*margin: 1px 0 0 0;*/
  padding: 46.5px 44px;
  text-transform: uppercase;font-family: 'Khand';
  letter-spacing:1px;
  font-weight: bold;

}
.register-btn .register:hover {
  background: #ffcb05;
}

.section-block{padding:20px 0 0;}
.section-block,
.section-block p{color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.35px;
    line-height: 1.5;
    }
.section-block p{
    margin-bottom: 2.1875rem;}

.host-info-cta .add-cart-button,
body[data-template="page.about-the-event"] .register-link{
  background: #798c42 none repeat scroll 0 0;
    border: medium none;
    font-family: "Khand";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.35px;
    transition: all 500ms ease 0s;
  margin-bottom:0;
  display: inline-block;
  padding:15px 30px;
  color:#fff;
  text-transform:uppercase;
}

.host-info-cta .add-cart-button:hover,
body[data-template="page.about-the-event"] .register-link:hover{
  background: #9cae68;
  color: #fff; 
}

/* .entry-content .pure-g{display:block;} */
.add-cart-button em{margin-right:10px;}
.product-reminder{margin-bottom:20px;}

@media screen and (max-width: 1220px) {
  ul#main-nav li a{font-size:16px;}
  #logo{margin-right:0;}
  .register-btn .register{font-size: 16px;padding: 46px 35px;}
}
@media screen and (max-width: 980px) {
  .register-btn .register{padding: 16px 30px;}
}
@media screen and (min-width: 741px) {
 /* .register-btn{position:absolute;right:0;top:0;} */
	.bannertop .social-group li a {font-size:8px !important;}
  .bannertop .social-group{display:inline-block;}
}
@media screen and (max-width: 740px) {
  /*.register-btn{display:block;text-align:center;float:none;}*/
  .register-btn .register{padding: 16px 35px;display:inline-block;vertical-align:middle;}
}

@media screen and (max-width: 640px){
  .insta-mobile-title h3 {
    color: #323335;
    font-family: 'open_sanssemibold';
    letter-spacing: 3px;
    font-size: 24px;
  }
  .insta-mobile-title h2 {
    font-size: 18px;
    font-family: 'open_sansregular';
    font-weight: normal;
    color: #000000!important;
  }
  .insta-mobile-title img {
    width: 20px;
  }
  .insta-mobile-title em {
    vertical-align: middle;
    margin-left: 5px;
  }
}

/* remove linke color */
.remove-link {
  color: #900000; 
  }



.instagram-image-container {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}
.section-title{
  border: none !important;
}
.insta-title h2, .insta-title h3{
  border: none !important;
  display: block !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.insta-title h3 {
	padding-top: 0px !imporatnt;
}

.insta-title {
	margin-bottom: 0px !important;
}

/* remove p text align center */


.murph-note {
  margin-top: 30px;
  text-align:center;

}
.murph-note h3{
  color: #900000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: initial;
}

.murph-note p{
  text-align:center !important;
  color: #900000 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
}
.modal-popup-inner .murph-note {
  margin-top: 0px !important;
}
.cart .murph-note{
  margin-top:0;
  margin-bottom:50px;
}
@media screen and (max-width: 640px){
  .murph-note {
    margin-top: 30px !important;
  } 
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none
}
.chosen-container a {
  cursor: pointer
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  color: #45564C;
  border: 1px solid #aaa;
  border-radius: 0;
  /*   background-color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4)); 
  background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%); 
  background-clip: padding-box; 
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1); 
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);  */
  color: #45564C;
  text-decoration: none;
  white-space: nowrap;
  line-height: 38px;
  font-size: 16px;
  font-weight: normal;
}
.chosen-container-single .chosen-default {
  color: #999
}
.chosen-container-single .chosen-single span {
  text-align: left;
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://cdn.shopify.com/s/files/1/1805/1385/files/chosen-sprite.png?9917) -42px 1px no-repeat;
  font-size: 1px
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://cdn.shopify.com/s/files/1/1805/1385/files/chosen-sprite.png?9917) no-repeat 0 11px
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 20px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../assets/search-icon-new.png) no-repeat 10px center;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%)
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  text-align: left;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}
.chosen-container .chosen-results li.highlighted {
  background-color: #830202;
/*   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); */
  color: #fff
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333;
  line-height: 13px;
  cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://cdn.shopify.com/s/files/1/1805/1385/files/chosen-sprite.png?9917) -42px 1px no-repeat;
  font-size: 1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /*   background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff)); 
  background-image: linear-gradient(#eee 20%,#fff 80%); 
  -webkit-box-shadow: 0 1px 0 #fff inset;  */
  box-shadow: 0 1px 0 #fff inset;
  border-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 12px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222!important
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default
}
.chosen-disabled .chosen-single {
  cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default
}
.chosen-rtl {
  text-align: right
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px
}
.chosen-rtl .chosen-choices li {
  float: right
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(https://cdn.shopify.com/s/files/1/1805/1385/files/chosen-sprite.png?9917) no-repeat -30px -20px;
  direction: rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-single abbr,
    .chosen-rtl .chosen-search input[type=text] {
      background-image: url(chosen-sprite@2x.png)!important;
      background-size: 52px 37px!important;
      background-repeat: no-repeat!important
    }
  }