/**************
  Quiz Styles
**************/
.green-button {
  background-color:#00867a;
  color:#fff; 
}
.gray-button {
  background-color: #dcdcdc;
  color:#000;
}
.quiz-popup {
 background:#000; 
}
.quiz-menu-item {
  
  	margin-right: 10px;
    border: 2px solid #00867a;
    
  
}
.startQuiz {
  margin-top:10px;
 
}
.quiz-discount {
  margin-top:10px;
  width:100%;
  clear:both;
  padding-bottom:10px;
  display:none;
}
.quiz-discount-label {
  
}
.quiz-header{
  display:inline-block;
  text-align:center;qui
}
.quiz-header .logo {
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
  display: block;
  width: 165px;
  height: 105px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/header-logo.png?v=16155789845125317432");
}

.quiz-header>img {
  
  
}
.quiz-container .panel {
  padding-right:20px;
  background-color:#000;
}
.home{
  background-color: #000 !important;
}
.quiz-title {
 text-align: right;
    display: inline;
    padding-right: 20px;
    font-size: 2em;
}
.quiz-section{
  width:100%;
  text-align:center;
  font-size:1.2em;
  padding:15px;
  margin:0 auto;
  background-color: #fff;
  color:#212529;
  display:none;
  padding-top:0px;
}
@media only screen and (max-width: 960px) {
.quiz-section{
	display:inline-block;
}
  
}
.quiz-product-image{
 float:left;
  margin-right:20px;
  
}
.quiz-product-button {
 text-align:right;
  padding-bottom:20px;
  float:right;
}
.quiz-product-description {
 text-align:left;
  color:#fff !important;
}
.quiz-product-text{
  font-size:1em !important;
  color:#fff !important;
  
}
.damage-answer-container {
 	width:90%;
  	margin:0 auto;
  	display:block;
  	clear:both;
}
.color-answer-container {
 	width:90%;
  	margin:0 auto;
  	display:block;
  	clear:both;
}
.damage-answer {
 	clear:both; 
}
.quiz-product-image>img {
 	height:90px; 
}
.button-row {
 width:100%;
      clear: both;
    padding-top: 15px;
}
.cart-check {
 	font-size:2em;
    color:#fff;
  
}
.added-container{
 	float: right;
    display: none;
    font-size: 2em;
    line-height: 16px;
    margin-right: 10px;
  	color:#fff;
}
.add-button {
    	background-color: #f0f0f0 !important;
  	color:#000 !important;
  	border:1px solid #000 !important;
    padding: 7px 15px !important;
    margin-right:10px;

}

.start-button{
  background-color: #00867a;
    padding: 8px 15px;
    color: #f0f0f0;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}
.product-submit-button
{
 
}
.product-submit-button>input{
 background-color:#f0f0f0 !important;
  color:#000;
  border:1px solid #000;
  font-size:1em !important;
  margin-bottom:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  
}
.product-button{
  background-color: #00867a;
    padding: 8px 15px;
    color: #f0f0f0;
    width: 200px;
    margin-top: 20px;
    display: inline;
    cursor: pointer;
}

.quiz-container{
  text-align:center;
  color:#f0f0f0;
  width:100%;
  display:none;
  background-color:#000000;
  height:400px;
}
.quiz-container .panel{
  display:none;
}
.damage-header{
  font-size:2em;
  
}
.slider{
  margin-top:10px;
  background-color:#FFFFFF;
}
.panel{
  
  background: transparent;
  width:100%;
  padding:10px;
  min-height:100px;
}
.question{
  display:inline-block;
  width:100%;
  font-size:1.8em;
  color:#ffffff;
}
.recommend-title{
 	width:100%;
  font-size:2em;
  padding-bottom:20px;
  color:#ffffff;
}
.answer {
  padding-top:15px;
  padding-bottom:15px;
}
.damage-group{
  display:inline-block;
}
.blonde-answer{
  display:none;
}
.brown-answer{
  display:none;
}

.button-answer{
 display: inline-block;
    border-radius: 5px;
    margin: 5px;
    padding: 1px;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    width: 140px;
    min-width: 140px !important;
    border: 1px solid #fff;
}
.btnStartOver {
  border-radius: 5px;
  padding:8px;
  line-height:25px;
  cursor:pointer;
  
}
.button-answer:hover{
  background:silver;
  color:#000;
}
@media only screen and (max-device-width:1024px) and (orientation: portrait)  {
 .button-answer{
 display: block;
    border-radius: 5px;
    margin: 5px;
    padding: 1px;
    border-color: #00867a;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    width: 100%;
    border: 1px solid #00876A;
}
   #quiz_popup{
   max-height:440px; 
  }
  .quiz-container{
  text-align:center;
  color:#fff;
  width:100%;
  display:none;
  background-color:#000;
  height:440px;
}
  
}

/* For landscape, we want the tool bar stick on the left */

@media only screen and (max-device-width: 1024px) and (orientation: landscape)  {
 .button-answer{
 display: inline-block;
    border-radius: 5px;
    margin: 5px;
    padding: 1px;
    border-color: #00867a;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    width: 120px;
    border: 1px solid #00876A;
   	float:left;
}

  #quiz_popup{
   max-height:320px !important; 
 }
   .quiz-container{
  text-align:center;
  color:#fff;
  width:100%;
  display:none;
  background-color:#000;
  height:320px;
}
  .quiz-container .panel {
  padding-right:10px;
}
}




.quiz-footer{
  clear:both;
  text-align:right;
  padding-right:10px;
  display:block;
}
.quiz-footer a {
  text-decoration: none;
  font-size:.8em;
  color:#000;
  
}
@media only screen and (max-width: 600px) {
  .button-answer {
    display:block;
    width:100%;
  }
  .damage-group {
    width:100%;
  }
}


/****************
Instafeed Styles

*****************/
.instafeed-container {
	width:25%;
  
}
@media only screen and (max-width: 600px) {
.instafeed-container {
	width:50% !important;
    height:200px;
}
 .instafeed-container img {
  width: 100%;
 }
}



/**************
  Promo Popup Styles
**************/
#promo_popup {
  background: #000;
  color: #fff;
  max-width: 380px;
  padding: 41px 36px 64px;
  margin: auto;
}
#promo_popup h3 {
  color: #fff;
}

#promo_popup p {
  color: #fff;
  font-weight:bold;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
  [dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
* Fashionopolism Responsive Shopify theme
* Copyright 2015, Underground Media
* www.undergroundmedia.co.uk
*
*
* Gridlock v3.2.1 - 2014-10-28
* A responsive CSS grid system. Part of the Formstone Library.
* http://formstone.it/gridlock/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
.gridlock .row {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}
.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.gridlock .row [class*="all-"],
.gridlock .row [class*="min-"],
.gridlock .row [class*="mobile-"],
.gridlock .row [class*="tablet-"],
.gridlock .row [class*="desktop-"],
.gridlock .row [class*="max-"] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}
.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}
.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;
}
.gridlock .row [class*="all-"].right,
.gridlock .row [class*="min-"].right,
.gridlock .row [class*="mobile-"].right,
.gridlock .row [class*="tablet-"].right,
.gridlock .row [class*="desktop-"].right,
.gridlock .row [class*="max-"].right {
  float: right;
}
@media screen and (min-width: 500px) {
  .gridlock .row {
    width: 480px;
  }
}
@media screen and (min-width: 740px) {
  .gridlock .row {
    width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row {
    width: 1200px;
  }
}
@media screen and (min-width: 1680px) {
  .gridlock .row {
    width: 1400px;
  }
}
.gridlock-fluid .row {
  width: 98%;
}
@media screen and (max-width: 739px) {
  .gridlock-mobile-fluid .row {
    width: 98%;
  }
}
.gridlock .row .all-fifth {
  width: 17.91666667%;
}
.gridlock .row .all-fourth {
  width: 22.91666667%;
}
.gridlock .row .all-third {
  width: 31.25%;
}
.gridlock .row .all-half {
  width: 47.91666667%;
}
.gridlock .row .all-full {
  width: 97.91666667%;
}
.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .all-push-third {
  margin-left: 34.375%;
}
.gridlock .row .all-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.all-fifth {
  width: 20%;
}
.gridlock .row .contained.all-fourth {
  width: 25%;
}
.gridlock .row .contained.all-third {
  width: 33.33333333%;
}
.gridlock .row .contained.all-half {
  width: 50%;
}
.gridlock .row .contained.all-full {
  width: 100%;
}
.gridlock .row .contained.all-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.all-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.all-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="all-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .all-hide {
  display: none;
}
@media screen and (max-width: 739px) {
.gridlock .row .mobile-1 {
  width: 31.25%;
}
.gridlock .row .mobile-2 {
  width: 64.58333333%;
}
.gridlock .row .mobile-3 {
  width: 97.91666667%;
}
.gridlock .row .mobile-push-1 {
  margin-left: 34.375%;
}
.gridlock .row .mobile-push-2 {
  margin-left: 67.70833333%;
}
.gridlock .row .contained.mobile-1 {
  width: 33.33333333%;
}
.gridlock .row .contained.mobile-2 {
  width: 66.66666667%;
}
.gridlock .row .contained.mobile-3 {
  width: 100%;
}
.gridlock .row .contained.mobile-push-1 {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.mobile-push-2 {
  margin-left: 66.66666667%;
}
.gridlock .row .mobile-fifth {
  width: 17.91666667%;
}
.gridlock .row .mobile-fourth {
  width: 22.91666667%;
}
.gridlock .row .mobile-third {
  width: 31.25%;
}
.gridlock .row .mobile-half {
  width: 47.91666667%;
}
.gridlock .row .mobile-full {
  width: 97.91666667%;
}
.gridlock .row .mobile-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .mobile-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .mobile-push-third {
  margin-left: 34.375%;
}
.gridlock .row .mobile-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.mobile-fifth {
  width: 20%;
}
.gridlock .row .contained.mobile-fourth {
  width: 25%;
}
.gridlock .row .contained.mobile-third {
  width: 33.33333333%;
}
.gridlock .row .contained.mobile-half {
  width: 50%;
}
.gridlock .row .contained.mobile-full {
  width: 100%;
}
.gridlock .row .contained.mobile-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.mobile-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.mobile-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.mobile-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="mobile-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .mobile-hide {
  display: none;
}
}
@media screen and (max-width: 499px) {
.gridlock .row .min-1 {
  width: 31.25%;
}
.gridlock .row .min-2 {
  width: 64.58333333%;
}
.gridlock .row .min-3 {
  width: 97.91666667%;
}
.gridlock .row .min-push-1 {
  margin-left: 34.375%;
}
.gridlock .row .min-push-2 {
  margin-left: 67.70833333%;
}
.gridlock .row .contained.min-1 {
  width: 33.33333333%;
}
.gridlock .row .contained.min-2 {
  width: 66.66666667%;
}
.gridlock .row .contained.min-3 {
  width: 100%;
}
.gridlock .row .contained.min-push-1 {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.min-push-2 {
  margin-left: 66.66666667%;
}
.gridlock .row .min-fifth {
  width: 17.91666667%;
}
.gridlock .row .min-fourth {
  width: 22.91666667%;
}
.gridlock .row .min-third {
  width: 31.25%;
}
.gridlock .row .min-half {
  width: 47.91666667%;
}
.gridlock .row .min-full {
  width: 97.91666667%;
}
.gridlock .row .min-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .min-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .min-push-third {
  margin-left: 34.375%;
}
.gridlock .row .min-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.min-fifth {
  width: 20%;
}
.gridlock .row .contained.min-fourth {
  width: 25%;
}
.gridlock .row .contained.min-third {
  width: 33.33333333%;
}
.gridlock .row .contained.min-half {
  width: 50%;
}
.gridlock .row .contained.min-full {
  width: 100%;
}
.gridlock .row .contained.min-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.min-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.min-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.min-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="min-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .min-hide {
  display: none;
}
}
@media screen and (min-width: 740px) and (max-width: 979px) {
.gridlock .row .tablet-1 {
  width: 14.58333333%;
}
.gridlock .row .tablet-2 {
  width: 31.25%;
}
.gridlock .row .tablet-3 {
  width: 47.91666667%;
}
.gridlock .row .tablet-4 {
  width: 64.58333333%;
}
.gridlock .row .tablet-5 {
  width: 81.25%;
}
.gridlock .row .tablet-6 {
  width: 97.91666667%;
}
.gridlock .row .tablet-push-1 {
  margin-left: 17.70833333%;
}
.gridlock .row .tablet-push-2 {
  margin-left: 34.375%;
}
.gridlock .row .tablet-push-3 {
  margin-left: 51.04166667%;
}
.gridlock .row .tablet-push-4 {
  margin-left: 67.70833333%;
}
.gridlock .row .tablet-push-5 {
  margin-left: 84.375%;
}
.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%;
}
.gridlock .row .contained.tablet-push-1 {
  margin-left: 16.66666667%;
}
.gridlock .row .contained.tablet-push-2 {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.tablet-push-3 {
  margin-left: 50%;
}
.gridlock .row .contained.tablet-push-4 {
  margin-left: 66.66666667%;
}
.gridlock .row .contained.tablet-push-5 {
  margin-left: 83.33333333%;
}
.gridlock .row .tablet-fifth {
  width: 17.91666667%;
}
.gridlock .row .tablet-fourth {
  width: 22.91666667%;
}
.gridlock .row .tablet-third {
  width: 31.25%;
}
.gridlock .row .tablet-half {
  width: 47.91666667%;
}
.gridlock .row .tablet-full {
  width: 97.91666667%;
}
.gridlock .row .tablet-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .tablet-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .tablet-push-third {
  margin-left: 34.375%;
}
.gridlock .row .tablet-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.tablet-fifth {
  width: 20%;
}
.gridlock .row .contained.tablet-fourth {
  width: 25%;
}
.gridlock .row .contained.tablet-third {
  width: 33.33333333%;
}
.gridlock .row .contained.tablet-half {
  width: 50%;
}
.gridlock .row .contained.tablet-full {
  width: 100%;
}
.gridlock .row .contained.tablet-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.tablet-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.tablet-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.tablet-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="tablet-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .tablet-hide {
  display: none;
}
}
@media screen and (min-width: 980px) {
.gridlock .row .desktop-1 {
  width: 6.25%;
}
.gridlock .row .desktop-2 {
  width: 14.58333333%;
}
.gridlock .row .desktop-3 {
  width: 22.91666667%;
}
.gridlock .row .desktop-4 {
  width: 31.25%;
}
.gridlock .row .desktop-5 {
  width: 39.58333333%;
}
.gridlock .row .desktop-6 {
  width: 47.91666667%;
}
.gridlock .row .desktop-7 {
  width: 56.25%;
}
.gridlock .row .desktop-8 {
  width: 64.58333333%;
}
.gridlock .row .desktop-9 {
  width: 72.91666667%;
}
.gridlock .row .desktop-10 {
  width: 81.25%;
}
.gridlock .row .desktop-11 {
  width: 89.58333333%;
}
.gridlock .row .desktop-12 {
  width: 97.91666667%;
}
.gridlock .row .desktop-push-1 {
  margin-left: 9.375%;
}
.gridlock .row .desktop-push-2 {
  margin-left: 17.70833333%;
}
.gridlock .row .desktop-push-3 {
  margin-left: 26.04166667%;
}
.gridlock .row .desktop-push-4 {
  margin-left: 34.375%;
}
.gridlock .row .desktop-push-5 {
  margin-left: 42.70833333%;
}
.gridlock .row .desktop-push-6 {
  margin-left: 51.04166667%;
}
.gridlock .row .desktop-push-7 {
  margin-left: 59.375%;
}
.gridlock .row .desktop-push-8 {
  margin-left: 67.70833333%;
}
.gridlock .row .desktop-push-9 {
  margin-left: 76.04166667%;
}
.gridlock .row .desktop-push-10 {
  margin-left: 84.375%;
}
.gridlock .row .desktop-push-11 {
  margin-left: 92.70833333%;
}
.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%;
}
.gridlock .row .contained.desktop-push-1 {
  margin-left: 8.33333333%;
}
.gridlock .row .contained.desktop-push-2 {
  margin-left: 16.66666667%;
}
.gridlock .row .contained.desktop-push-3 {
  margin-left: 25%;
}
.gridlock .row .contained.desktop-push-4 {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.desktop-push-5 {
  margin-left: 41.66666667%;
}
.gridlock .row .contained.desktop-push-6 {
  margin-left: 50%;
}
.gridlock .row .contained.desktop-push-7 {
  margin-left: 58.33333333%;
}
.gridlock .row .contained.desktop-push-8 {
  margin-left: 66.66666667%;
}
.gridlock .row .contained.desktop-push-9 {
  margin-left: 75%;
}
.gridlock .row .contained.desktop-push-10 {
  margin-left: 83.33333333%;
}
.gridlock .row .contained.desktop-push-11 {
  margin-left: 91.66666667%;
}
.gridlock .row .desktop-fifth {
  width: 17.91666667%;
}
.gridlock .row .desktop-fourth {
  width: 22.91666667%;
}
.gridlock .row .desktop-third {
  width: 31.25%;
}
.gridlock .row .desktop-half {
  width: 47.91666667%;
}
.gridlock .row .desktop-full {
  width: 97.91666667%;
}
.gridlock .row .desktop-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .desktop-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .desktop-push-third {
  margin-left: 34.375%;
}
.gridlock .row .desktop-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.desktop-fifth {
  width: 20%;
}
.gridlock .row .contained.desktop-fourth {
  width: 25%;
}
.gridlock .row .contained.desktop-third {
  width: 33.33333333%;
}
.gridlock .row .contained.desktop-half {
  width: 50%;
}
.gridlock .row .contained.desktop-full {
  width: 100%;
}
.gridlock .row .contained.desktop-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.desktop-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.desktop-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.desktop-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="desktop-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .desktop-hide {
  display: none;
}
}
@media screen and (min-width: 1220px) {
.gridlock .row .max-1 {
  width: 6.25%;
}
.gridlock .row .max-2 {
  width: 14.58333333%;
}
.gridlock .row .max-3 {
  width: 22.91666667%;
}
.gridlock .row .max-4 {
  width: 31.25%;
}
.gridlock .row .max-5 {
  width: 39.58333333%;
}
.gridlock .row .max-6 {
  width: 47.91666667%;
}
.gridlock .row .max-7 {
  width: 56.25%;
}
.gridlock .row .max-8 {
  width: 64.58333333%;
}
.gridlock .row .max-9 {
  width: 72.91666667%;
}
.gridlock .row .max-10 {
  width: 81.25%;
}
.gridlock .row .max-11 {
  width: 89.58333333%;
}
.gridlock .row .max-12 {
  width: 97.91666667%;
}
.gridlock .row .max-push-1 {
  margin-left: 9.375%;
}
.gridlock .row .max-push-2 {
  margin-left: 17.70833333%;
}
.gridlock .row .max-push-3 {
  margin-left: 26.04166667%;
}
.gridlock .row .max-push-4 {
  margin-left: 34.375%;
}
.gridlock .row .max-push-5 {
  margin-left: 42.70833333%;
}
.gridlock .row .max-push-6 {
  margin-left: 51.04166667%;
}
.gridlock .row .max-push-7 {
  margin-left: 59.375%;
}
.gridlock .row .max-push-8 {
  margin-left: 67.70833333%;
}
.gridlock .row .max-push-9 {
  margin-left: 76.04166667%;
}
.gridlock .row .max-push-10 {
  margin-left: 84.375%;
}
.gridlock .row .max-push-11 {
  margin-left: 92.70833333%;
}
.gridlock .row .contained.max-1 {
  width: 8.33333333%;
}
.gridlock .row .contained.max-2 {
  width: 16.66666667%;
}
.gridlock .row .contained.max-3 {
  width: 25%;
}
.gridlock .row .contained.max-4 {
  width: 33.33333333%;
}
.gridlock .row .contained.max-5 {
  width: 41.66666667%;
}
.gridlock .row .contained.max-6 {
  width: 50%;
}
.gridlock .row .contained.max-7 {
  width: 58.33333333%;
}
.gridlock .row .contained.max-8 {
  width: 66.66666667%;
}
.gridlock .row .contained.max-9 {
  width: 75%;
}
.gridlock .row .contained.max-10 {
  width: 83.33333333%;
}
.gridlock .row .contained.max-11 {
  width: 91.66666667%;
}
.gridlock .row .contained.max-12 {
  width: 100%;
}
.gridlock .row .contained.max-push-1 {
  margin-left: 8.33333333%;
}
.gridlock .row .contained.max-push-2 {
  margin-left: 16.66666667%;
}
.gridlock .row .contained.max-push-3 {
  margin-left: 25%;
}
.gridlock .row .contained.max-push-4 {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.max-push-5 {
  margin-left: 41.66666667%;
}
.gridlock .row .contained.max-push-6 {
  margin-left: 50%;
}
.gridlock .row .contained.max-push-7 {
  margin-left: 58.33333333%;
}
.gridlock .row .contained.max-push-8 {
  margin-left: 66.66666667%;
}
.gridlock .row .contained.max-push-9 {
  margin-left: 75%;
}
.gridlock .row .contained.max-push-10 {
  margin-left: 83.33333333%;
}
.gridlock .row .contained.max-push-11 {
  margin-left: 91.66666667%;
}
.gridlock .row .max-fifth {
  width: 17.91666667%;
}
.gridlock .row .max-fourth {
  width: 22.91666667%;
}
.gridlock .row .max-third {
  width: 31.25%;
}
.gridlock .row .max-half {
  width: 47.91666667%;
}
.gridlock .row .max-full {
  width: 97.91666667%;
}
.gridlock .row .max-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .max-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .max-push-third {
  margin-left: 34.375%;
}
.gridlock .row .max-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.max-fifth {
  width: 20%;
}
.gridlock .row .contained.max-fourth {
  width: 25%;
}
.gridlock .row .contained.max-third {
  width: 33.33333333%;
}
.gridlock .row .contained.max-half {
  width: 50%;
}
.gridlock .row .contained.max-full {
  width: 100%;
}
.gridlock .row .contained.max-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.max-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.max-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.max-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="max-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .max-hide {
  display: none;
}
}
  html{
  margin: 0;
}
  html, body {
  height: 100%;
}
  body {
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
  img { max-width: 100%; border: 0;
}
  h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  margin-top: 0;
  line-height: normal;
}
  h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 5px;
}
  p { 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.date { }
.text-left { text-align: left;
}
.text-center { text-align: center;
}
.text-right { text-align: right;
}
  a { text-decoration: none;
  outline: 0;
  -webkit-transition:color 2s ease-in;
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  transition:color .2s ease-in;
}
  a:focus { outline: none;
}
  dt { font-weight: bold;
}
  ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside;
}
  ul { padding: 0; margin: 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: .5em 0 .5em 0;
}
  input, textarea { }
.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"] {
  font-size: 14px;
  line-height: normal;
  border: 0;
  border-radius: 3px;
  -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;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 15px 20px;
}
/* #Forms
  ================================================== */
  form {
  margin-bottom: 0;
}
  fieldset { margin-bottom: 20px;
}
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 4px;
  outline: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
  background: transparent;
}
  select {
  padding: 0;
}
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
  -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);
  min-height: 32px;
}
  textarea {
  min-height: 60px;
  min-width: 300px;
}
  label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
  input[type="checkbox"] {
  display: inline;
}
  label span, legend span {
  font-weight: normal;
  font-size: 13px;
}
  input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: transparent;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
  min-height: 32px;
}
  textarea {
  width: 100%;
  background: transparent;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;
  padding: 2% 17px;
  outline: none;
  min-height: 60px;
}
/* =============== */
/* = Start CSS = */
/* =============== */

  header {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  background: transparent;
  position: relative;
}
#top-bar {
  text-align: center;
  line-height: 30px;
  padding: 5px;
}
#top-bar #q {
  line-height: 30px;
  padding: 0 10px;
  text-indent: 0;
  margin-bottom: 0;
  border: 1px solid #eee;
}
#top-bar #q {
  width: 50%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  min-height: 32px;
}
#top-bar #q:focus {
  width: 100%;
}
#identity {
  margin-top: 10px;
  margin-bottom: 10px;
}
#content { margin-bottom: 50px; margin-top: 10px; position: relative;
}
  ul#cart {
  text-align: right;
}
  ul#cart li {
  display: inline-block;
}
  ul#cart li i {
  margin-left: 8px;
}
  ul#cart li a {
  display: block;
  padding: 0 0 0 20px;
}
  ul#cart li a:hover {
  text-decoration: none;
}
#currencies {
  width: inherit;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0 0 0 20px;
}
  ul#social-links {
  list-style: none;
  float: right;
  text-align: right;
}
  ul#social-links li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 17px;
}
  ul#social-links li a {
  text-align: center;
  display: block;
  padding: 0;
  line-height: 35px;
  min-width: 37px;
  border-radius: 18px;
}
.smallcash {
  font-size: 12px;
  margin-left: 5px;
}
#logo {
  line-height: initial;
}
#logo h1 {
  margin: 0;
  padding: 0;
}
#logo h1 a {
  text-decoration: none;
}
  nav {
  width: 100%;
  z-index: 5;
}
#navigation {
  padding: 0;
  position: relative;
}
#nav-bar {
 background:rgba(255,255,255,0.4); 
}
  ul#nav {
  list-style: none;
}
  ul#nav li {
  display: inline-block;
  z-index: 21;
  float: left;
    

  }
  ul#nav li:hover 
  {
  background:rgba(255,255,255,0.4);
  
  }
  ul#nav li.dropdown {
  position: relative;
}
  ul#nav li a {
  display: block;
  padding: 0 10px 0 10px;
  letter-spacing: 1px;
}
  ul#nav li a:hover {
  text-decoration: none;

}
  ul#nav li.dropdown ul.submenu {
  display: none;
  float: left;
  position: absolute;
  left: 0;
  z-index: 25;
  margin: 0;
  padding: 0;
  line-height: 30px;

}
  ul#nav li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 10px;
}
  ul#nav li:hover ul.submenu {
  display: block;
}
  ul#nav li ul.submenu li{
  width: 180px;
  text-align: left;
  position: relative;
}
  ul#nav li ul.submenu li a{
  text-align: left;
  padding-left: 10px;
}
.submenu li:hover > ul.nested {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 0;
}
.nested {
  display: none;
}
  ul.nested:before {
  position: absolute;
  top: 0;
  left: -28px;
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: 10px;
}
.rightarrow {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

#nav {
/* container */
}
#nav > a {
  display: none;
}

/* ====== Quick Cart ===== */
.icon-shopping-cart { margin-right: 5px;
}
  ul#cart li.cart-overview { position: relative;
}
  ul#cart li.cart-overview:hover #crt { display: block;
}
#crt {
  top: 30px;
  position: absolute;
  right: 0;
  z-index: 30;
  width: 300px;
  display: none;
  background: #fff;
  border: 1px solid #eee;
}
.quick-cart-item {
  border-bottom: 1px solid #eee;
  width: 280px;
  margin-left: 10px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: left;
}
.quick-cart-image {
  height: 80px;
  width: 70px;
  float: left;
}
.quick-cart-image img {
  max-height: 80px;
  height: auto;
}
.quick-cart-details {
  margin-left: 80px;
  line-height: 15px;
}
.quick-cart-details p {
  padding: 0 10px 0 0;
  margin: 0;
  text-align: left;
  font-size: 11px;
}
.quick-cart-details a {
  padding-left: 0;
  font-size: 11px;
  line-height: initial;
  height: auto;
}
  a.checkout-link {
  float: left;
  line-height: 40px;
  clear: left;
  text-align: center;
  display: block;
  font-weight: bold;
  width: 100%;
}
.remove_item { float: left; margin-top: 10px;
}
/* =============== */
/* = index.liquid = */
/* =============== */

.notification {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-section {
  margin-top: 30px;
  position: relative;
}
.homepage-section h2 {
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
}
#instagram-feed, article-loop, #product-loop { padding-top: 20px;
}
.homepage-promo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: #222;
}
.homepage-promo img {
  position: relative;
  display: block;
}
.homepage-promo .caption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.homepage-promo .caption::before,
.homepage-promo .caption::after {
  pointer-events: none;
}
.homepage-promo .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-promo .caption h3 {
  font-weight: bold;
  text-transform: none;
}
.homepage-promo .caption h3,
.homepage-promo .caption p {
  margin: 0;
}
.homepage-promo .caption p {
  letter-spacing: 1px;
  text-transform: none;
}
.homepage-promo .caption img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.homepage-promo:hover img {
  opacity: 0.7;
}
.homepage-promo .caption::before,
.homepage-promo .caption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.homepage-promo .caption::before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.homepage-promo .caption::after {
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.homepage-promo h3 {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.homepage-promo p {
  padding: 10px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
.homepage-promo:hover .caption::before,
.homepage-promo:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homepage-promo:hover h3,
.homepage-promo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.product-car { margin: 10px;
}
.customNavigation {
  position: absolute;
  top: 0px;
  right: 0;
}
.customNavigation a {
  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;
}
.customNavigation a:hover {
  cursor: pointer;
  background: #eee;
  color: #000;
}
.customNavigation .prev {
  margin-right: 0;
  padding: 3px 10px;
  background: #000;
  color: #fff;
  display: inline-block;
}
.customNavigation .next {
  padding: 3px 10px;
  background: #000;
  color: #fff;
  margin-left: 0;
  display: inline-block;
}
.owl-buttons {
  position: absolute;
  top: -45px;
  right: 0;
}
.owl-buttons > div {
  background: #000;
  padding: 3px 10px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 12px;
  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;
  background: #eee;
  color: #000;
}
.owl-prev {
  margin-right: 5px;
}
.owl-prev:before {
  content:"\f104"
}
.owl-next:before {
  content:"\f105"
}
.index .article-loop {
  text-align: center;
}
.index .readmore {
  text-align: left; margin-top: 20px;
}
.cta {
  margin-top: 50px;
}
.cta a {
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 3px;
  -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;
}
/* =============== */
/* = collections = */
/* =============== */

#collection-description { float: left; padding-bottom: 10px; margin-bottom: 10px;
}
#collection-description h1 { margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
.col-with-sidebar { margin-left:0;
}
}
#collection-sidebar {
  clear: left;
}
@media only screen and (max-width: 1023px) {
.dropdownwrap { display: none; width: 100%; clear: left;
}
.col-with-sidebar { margin-left: 0;
}
}
@media only screen and (min-width: 1024px) {
#dropdown { display: none;
}
.dropdownwrap { display: block; position: absolute; top: 40px;
}
}
#dropdown { margin-bottom: 20px; float: left; margin-top: -10px;
  padding: 10px;
}
#collection-sidebar h4 { padding-bottom: 5px; margin-bottom: 5px;
}
#collection-sidebar ul { list-style-type: none; margin-bottom: 20px;
}
#collection-sidebar h1 { padding-bottom: 10px;
  margin-bottom: 20px;}
#collection-sidebar ul li a.current {
  text-decoration: none;
}
.show { display: none;
}
  ul#sortme { width: 100%; text-align: center;
}
  ul#sortme h4 { font-weight: normal;
}
#full-width-filter { overflow: visible; width: 100%; padding-top: 20px; padding-bottom: 20px; float: left; margin-bottom: 20px;
}
#full-width-filter .filter { display: inline-block; margin-left: 10px;
}
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: inline-block; border: 0; min-width: 200px;}
  ul#sortme li.current a { text-decoration: underline;
}
.collection #product-loop { padding-top: 0;
}
.prod-container {
  text-align: center;
}
.product-index { margin-bottom: 30px; position: relative;
}
.product-index img { display: block; margin: 0 auto 10px;
}
.first { clear: left;
}
.product-info  {
  margin-top: 10px;
}
.product-info h3 {
  font-size: 14px;
  letter-spacing: initial;
  font-weight: 300;
  padding: 0;
}
#product-info p {
  margin-bottom: 0;
}
#product-info a { text-decoration: none; text-transform: uppercase;
}
.was, .product-compare-price, .compare-price {
  text-decoration: line-through;
}
.was { display: inline; margin-left: 5px;
}
.icn {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
}
.new {
  z-index: 1;
}
.sale-item {
  z-index: 2;
}
.so {
  z-index: 2;
  line-height: initial;
  padding-top: 13px;
}
#contact404 { }
.view-full { width: 100%; text-align: right; float: left; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; padding-bottom: 10px;
}
.view-full a { text-align: right;
}
.view-full a:hover { text-decoration: none;
}
.view-full i { margin-right: 10px;
}
.prod-des {
  padding-top: 20px;
}

.product-modal {
  display:none;
  padding: 10px 20px;
  -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;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25%;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px;
}
.product-modal:hover {
  text-decoration: none;
  cursor: pointer;
}
.quick-shop { overflow: hidden; max-width: 800px; display: none;
}
.quick-shop .product-description { border: 0;
}
.quick-shop .thumbnail {
  width: 24%;
  vertical-align: top;
  display: inline-block;
}
.quick-shop div.bigimage.desktop-10 {
  max-width: 98.3%;
}
/* ================ */
/* = Product page = */
/* ================ */
.thumbnail { margin-bottom: 10px; border: 1px solid #fff;
}
#bigimage { text-align: center; max-width: 386px;
}
  div.rte {
  margin-bottom: 10px;
}
/*Change the colour*/
.active img {border:1px solid #ccc}
#product-price { font-size: 16px; margin-bottom: 20px;
  padding-bottom: 10px;
  <!--   -->
}
#product-description,
.product-description {
  padding-right: 20px;
}
#product-description form. .product-description form { position: relative; z-index: 0; float: left; width: 100%;
  padding-bottom: 10px; margin-bottom: 10px;
  padding-top: 20px;
}
#product-description form label, .product-description form label {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  min-width: 50px;
}
#product-description form .selecter, .product-description form .selecter {
  display: inline-block;
  width: 50%;
  margin-top: 2px;
}
#related h4 { margin-bottom: 20px;
}
  ul.related-products { list-style-type:none;
}
.related-products * { text-align:center; padding:0 }
.related-products div.image {}
.related-products img { max-width: 100%;
}
.related-products li { float:left; margin: 0 0 20px;
}
.related-products {}
  ul#popups { clear: left; margin: 10px 0 20px; list-style-type: none;
}
  ul#popups li { display: inline; margin-right 10px;
  padding-right: 10px; margin-left: 10px;
}
  ul#popups li.first { margin-left: 0;
}
  ul#popups li.last { border-right: 0;
}
#social { float: left; width: 100%; padding-bottom: 10px;
}
#looked-at { margin-top: 20px;
}
#looked-at h4 { margin-bottom: 20px;
}
#product-add {
  margin-top: 20px;
  float: left;
}
#product-add label {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  padding: 0;
}
#quantity {
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  width: 50px;
  background: transparent;
  display: inline-block;
}
.add {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  line-height: 40px;
  padding: 0 20px;
}
#product-description form {
  <!--    -->
  margin-bottom: 20px;
}
.desc {
  float: left;
  padding: 20px 0;
  width: 100%;
  margin-top: 20px;
  line-height: 26px;
}
.desc .share-icons {
  float: left;
}
.desc .share-icons a {
  margin: 0 10px 0 0;
}
.what-is-it {
  line-height: 40px;
}
.add-to-cart-msg { clear: left;
}
.add-to-cart-msg.success {
  margin: 10px 0;
  padding: 20px 10px;
}
  p.add-to-cart-msg.error { color: red;
}
/* =============== */
/* = Cart = */
/* =============== */
#cartform { margin-top: 20px;
}
.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;
}
#shopping-cart td, #shopping-cart th {
  padding: 10px;
  <!--     -->
}
#shopping-cart th {
  text-align: left;
}
.cart-quantity input {
  margin-bottom: 0;
  text-indent: 0;
  text-align: center;
}
  td.cart-remove {
  text-align: center;
}
#basket-right { text-align: right; float: right;
}
#basket-right h4 { margin: 20px 0;
}
#note { margin-top: 10px;
}
#basket-right img {
  width: 50px;
}
#cart-notes { margin-top: 20px; margin-bottom: 20px;
}
/* =============== */
/* = Blogs & Pages = */
/* =============== */
#content h1 { padding-bottom: 5px; margin-bottom: 20px;
  <!--   -->
}
.product #content h1 { margin-bottom: 10px; padding-bottom: 0; border-bottom: 0;}
.rte h1 {
  border-bottom: 0;
  text-align: inherit;
  margin-bottom: inherit;
}
#page { clear: left;
}
#page-sidebar h2 {
  padding-bottom: 8px;
  margin-bottom: 20px;
}
#page-sidebar ul { list-style-type: none;
}
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.blog .article-index {
  font-size: 1rem;
  margin-bottom: 80px;
  margin-top: 40px;
  overflow: hidden;
}
.article-info a.article-tag {
  color: #00867a;
  display: block;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 24px;
  font-size: 2.4em;
  font-weight: 300;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.article-info h2.article-title {
  font-size: 28px;
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-transform: none;
}
.article-info p.article-excerpt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.333333333333;
  margin-bottom: 0;
}
.article-info p.article-excerpt .read-more {
  color: #00867a;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.article-info p.article-excerpt .read-more img {
  background-color: #00867a;
  height: 1.2rem;
  left: .2em;
  position: relative;
  top: .1em;
}
.article-info a {
  text-decoration: none;
}
.blog #blog-sidebar {
  display: none;
}
.blog-widget {
  margin-bottom: 80px;
  margin-top: 40px;
}
.blog-widget-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#rita-bio-widget p {
  font-size: 1.33333333rem;
  line-height: 1.33333333;
  margin: 20px 0 0;
}
#instagram-widget #insta-feed {
  margin: -5px;
  overflow: hidden;
}
#instagram-widget #insta-feed a {
  display: block;
  float: left;
  margin: 5px;
  overflow: hidden;
  padding-top: calc(25% - 10px);
  position: relative;
  width: calc(25% - 10px);
}
#instagram-widget #insta-feed a:nth-child(4n+1) {
  clear: left;
}
#instagram-widget #insta-feed img {
  height: auto !important;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: 100% !important;
}
#product-widget {
  position: relative;
}
#product-widget .product-widget-navigation {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 100%;
}
#product-widget .product-widget-navigation a {
  background-color: #000;
  cursor: pointer;
  display: block;
  height: 31px;
  margin-top: -16px;
}
#product-widget .product-widget-navigation a:hover {
  background-color: #00867a;
}
#product-widget .product-widget-navigation a.muted,
#product-widget .product-widget-navigation a.muted:hover {
  background-color: #6b6b6b;
}
#product-widget .product-widget-navigation a.scroll-left {
  float: left;
  margin-left: 15px;
}
#product-widget .product-widget-navigation a.scroll-right {
  float: right;
  margin-right: 15px;
}
#product-widget #product-loop {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#product-widget #product-loop .padding-fix {
  margin: 0;
  position: relative;
  -webkit-transition: .5s; /* Safari */
  transition: .5s;
}
#product-widget #product-loop .product-index {
  background: #fff;
  clear: none !important;
  float: left;
  padding: 0;
  width: 100%;
}
#product-widget #product-loop .product-index:first-child {
  position: relative;
  z-index: 10;
}
#product-widget #product-loop .product-index:not(:first-child) {
  position: absolute;
}
#product-widget #product-loop .product-index .product-info p {
  margin: 0;
}
#product-widget #product-loop .product-index #product-add #quantity {
  display: none;
}
#product-widget #product-loop .product-index #product-add .addtocart {
  margin: 0;
}
#qa-widget p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px
}
#qa-widget p.blog-qa-question {
  color: #6b6b6b;
}
#qa-widget p.blog-qa-answer {
  color: #00867a;
}
#article-body {
  margin: 10rem auto;
  max-width: 880px;
}
#article-body .article-title {
  border-bottom: 1px solid #d1d1d1;
  font-size: 3rem;
  margin: 0 0 2rem;
  padding: 0 0 1.75rem;
  text-transform: uppercase;
}
#article-body .article-meta {
  font-size: 1.5rem;
  margin: 2.5rem 0;
}
#article-body .article-category {
  font-size: 1.5rem;
  margin: 2.5rem 0;
  text-decoration: underline;
  text-transform: uppercase;
}
#article-body .article-category a {
  color: #00867a;
}
#article-body .article-content {
  margin-top: 10rem;
}
#article-body .article-content p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 5rem 0;
}
#article-body .article-content p:first-child {
  margin-top: 0;
}
#article-body .article-content p:last-child {
  margin-bottom: 0;
}
#article-body .article-content img {
  display: block;
  margin: 0 auto;
}
#article-body .article-cta {
  color: #00867a;
  display: block;
  font-size: 2.5rem;
  margin: 5rem 0;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
#article-body .article-share {
  margin: 5rem 0;
  overflow: hidden;
}
#article-body .article-share span {
  float: left;
  font-size: 2rem;
  line-height: 1.75;
  margin-right: 2em;
  padding: .5em 0;
  text-transform: uppercase;
}
#article-body .article-share a {
  cursor: pointer;
}
#article-body .article-share li {
  float: left;
  margin-right: 2em;
  padding: .5em 0;
}
#article-body .article-pagination {
  border-top: 1px solid #d1d1d1;
  font-size: 1.5rem;
  margin: 5rem 0 0;
  padding: 1.75rem 0 0;
  text-decoration: underline;
  text-transform: uppercase;
}
#article-body .article-pagination {
  overflow: hidden;
}
#article-body .article-pagination a {
  color: #00867a;
  text-decoration: underline;
}
#article-body .article-pagination a.post-prev {
  float: left;
}
#article-body .article-pagination a.post-next {
  float: right;
}
#related-articles {
  border-top: 5px solid #000;
  margin: 0 0 5rem;
  overflow: hidden;
}
#related-articles .article-loop {
  margin: 0 -18px;
}
#related-articles h3 {
  font-size: 4rem;
  line-height: 1em;
  margin: 0 0 5rem;
  padding: .25em 0 0;
  text-transform: uppercase;
}
#related-articles .article-index {
  float: left;
  padding: 0 18px;
}
#related-articles .article-index:not(:last-child) {
  margin-bottom: 80px;
}
#related-articles .article-index .article-thumbnail {
  margin-bottom: .75em;
}
#related-articles .article-index .article-tag {
  display: none;
}
#related-articles .article-index .article-title {
  font-size: 2em;
  margin-bottom: .75em;
}
@media screen and (min-width: 601px) {
  .blog .article-index {
    font-size: .8rem;
  }
  .blog .article-thumbnail,
  #related-articles .article-thumbnail {
    float: left;
    width: 54.545454545455%;
  }
  .blog .article-info h2.article-title,
  .blog .article-info a.article-tag,
  #related-articles h2.article-title,
  #related-articles a.article-tag {
    margin-bottom: 4rem;
  }
  .blog .article-info-inner,
  #related-articles .article-info-inner {
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    padding-left: 2rem;
    padding-top: 40px;
    padding-top: 4rem;
    width: 45.454545454545%;
  }
}
@media screen and (min-width: 768px) {
  .blog .article-index {
    font-size: 1rem;
  }
  .blog #article-loop {
    float: left;
    max-width: 73.333333333333%;
  }
  .blog #blog-sidebar {
    display: block;
    float: right;
    width: 23.333333333333%;
  }
  #article-body .article-content img {
    max-width: 800px;
  }
  #related-articles .article-index {
    width: 33.33333333%;
  }
  #related-articles .article-index:not(:last-child) {
    margin-bottom: 0;
  }
  #related-articles .article-thumbnail {
    float: none;
    width: 100%;
  }
  #related-articles .article-thumbnail {
    margin-bottom: 2rem;
  }
  #related-articles .article-info-inner {
    box-sizing: border-box;
    float: none;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}

.article-content { margin-top: 10px; margin-bottom: 10px;
}
.article-index .share-icons { text-align: center;
}
#blog-article .share-icons { text-align: left; margin-top: 30px;
}
  ul#blog-articles, #blog-article { list-style-type: none;
}
.single-article { margin-bottom: 50px; padding-bottom: 20px;
  float: left; width: 100%;
}
.single-article .posted { text-align: left;
}
.single-article .post-tags { text-align: left;
}
#blog-sidebar h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-top: 20px; padding-bottom: 20px;}
#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%;
}
#instagram-card h3 {
  margin-bottom: 20px;
}
#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;}
  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; border-top: 1px solid #eee; margin-top: 20px; width: 100%;
}
#comment-form {}
  ul#commentlist { margin-top: 20px; list-style-type: none;
}
  ul#commentlist li { float: left; display: block; width: 100%; margin: 0 0 20px 0;  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;
}
.readmore {
  clear: left;
  text-align: left;
  margin: 20px auto 30px;
}
.readmore a {
  padding: 10px 20px;
  -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;
  letter-spacing: 1px;
  border-radius: 3px;
}
.readmore a:hover {
  text-decoration: none;
}
/* =============== */
/* = Search = */
/* =============== */
#search-bar {
  margin-bottom: 20px;
  margin-top: 20px;
}
#search-bar #q {
  width: 300px;
}
/* =============== */
/* = Customer Accounts = */
/* =============== */
#customer-wrapper { float: left; margin-bottom: 40px;
}
#customer-wrapper p { margin-top: 0; margin-bottom: 0;
}
#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;
}
  div#recover-password {
  margin-top: 30px;
}
.action_link {
  display: inline-block;
  margin-bottom: 10px;
}
.action_edit {
  padding: 0 10px;
  margin: 0 10px;
}
  a#view_address {
  display: block;
  margin-top: 10px;
}
.center {
  text-align: center;
}
.padded { margin-bottom: 15px;
}
/* newsletter
  ------------------------------------------------------ */

#newsletter {
  margin: 50px 0 0;
  line-height: 80px;
  text-align: center;
}
#newsletter label {
  float: left;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 4px;
}
#signup { margin-top: 20px;
}
#newsletter #mc-embedded-subscribe {
  float: left;
  width: 23%;
  display: inline-block;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 13px;
  padding: 15px 5px;
  margin-left: 2%;
  transition:			border-color 300ms ease-in-out;
  -moz-transition:	border-color 300ms ease-in-out;
  -webkit-transition:	border-color 300ms ease-in-out;
  -o-transition:		border-color 300ms ease-in-out;
  margin-bottom: 0;
}
#newsletter #mce-EMAIL {
  float: left;
  display: inline-block;
  width: 75%;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
}
  ul#social-icons {
  list-style: none;
  margin-bottom: 0;
}
  ul#social-icons li {
  display: inline-block;
  margin: 5px 5px 0 5px;
  text-align: center;
  vertical-align: middle;
}
  ul#social-icons li a {
  font-size: 10px;
}
#subscribe_popup input#mc-embedded-subscribe {
  width: 100%;
}
/* footer
  ------------------------------------------------------ */

  footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
  footer ul { list-style: none;
}
  footer ul li {}
  footer label { margin-bottom: 0;
}

@media only screen and (min-width: 1024px ){
.page-wrap {
  min-height: 100%;
/* equal to footer height */
  margin-bottom: -40px;
  overflow: hidden;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
/* .push must be the same height as footer */
  height: 40px;
}
}
  footer img {
  width: 40px;
}
/* =============== */
/* = Global = */
/* =============== */
.home, .share-icons {
  text-align: center;
}
.share-icons a {
  margin: 0 10px;
  display: inline-block;
}
.scrollup{
  width:40px;
  height:40px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
}
.scrollup:hover { text-decoration: none;
}
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  max-width: 1111px;
  margin: 0 auto;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title { margin-bottom: 20px;
}
/* breadcrumbs
  ------------------------------------------------------ */
#pagination {
  font-family: 'TradeGothicLT', 'sans-serif';
  font-size: 1.8rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#pagination a, #pagination span {
  display: inline-block;
  font-family: 'TradeGothicLT', 'sans-serif';
  height: 2.5rem;
  line-height: 2.9rem;
  vertical-align: middle;
}
#pagination .paginate {
  background-color: #000;
  margin: 0 2rem;
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}
#pagination .paginate:hover {
  background-color: #00867a;
}
#pagination .paginate img {
  max-height: 100%;
}
#pagination .current {
  color: #00867a;
}
/* breadcrumbs
  ------------------------------------------------------ */
#breadcrumb, #breadcrumb a {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
#breadcrumb { margin-bottom: 20px;
}

/* owl carousel
  ------------------------------------------------------ */
/* 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%;
}
.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.1.2 - 2014-10-28
* 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-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 55px;
  right: 0;
  z-index: 0;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.shifter-enabled .shifter-handle {
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
}
.shifter-enabled .shifter-handle:after {
  content: '\f039';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  margin: auto;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0);
}
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0s, transform 0.2s ease;
}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}
  nav.shifter-navigation {
  padding: 0 20px;
}
.shifter-navigation ul {
  margin-left: 10px;
  list-style: none;
  margin-bottom: 0;
}
  nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  padding: 5px 0;
  line-height: 30px;
}
.shifter-navigation li a {
  font-weight: bold;
}
.shifter-navigation li ul li {
  border-bottom: 0 none;
  padding: 5px 0;
  line-height: 30px;
}
.shifter-navigation li ul li a {
  font-weight: normal;
}
/* Password Page */
  body.password {
  background: #ffffff url(//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/password-page-background.jpg?16007624214832036147) ;  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;
}
#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;
}
#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: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.slideout {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
}
.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;
}
@media screen and ( max-width: 740px ) {
  ul#password-icons { display: none;
}
#signup-holder { margin-top: 50px;
}
}
.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;
}
/*!
*  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
  @font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.2.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
  @-webkit-keyframes fa-spin {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
  100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
}
}
  @keyframes fa-spin {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
  100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
}
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*
* 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;}
  <!-- .flex-caption {
  position: absolute;
  top: 30%;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  line-height: normal;
  z-index: 3;
} -->
  <!-- .flex-caption p {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px #999;
} -->
.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}
/* 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  { 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); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.flex-direction-nav .flex-prev { width: 50px; height: 50px; left: -50px; background: url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/prev.png?486109589991243479');
}
.flex-direction-nav .flex-next { width: 50px; height: 50px; right: -50px; text-align: right; background: url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/next.png?486109589991243479');}
.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: #666; background: rgba(0,0,0,0.5); 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: #333; background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); 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;}
}
/*
* Fashionopolism Shopify theme
* Copyright 2014, Underground Media
* www.undergroundmedia.co.uk
*/

/* #Media Queries
  ================================================== */

/* Bigger Than Tablet */
@media screen and (min-width: 980px) {
#mobile-only { display: none;
}
}
/* Tablet and smaller */
@media screen and (max-width: 980px) {
#mobile-only { display: none;
}
  li.clearfix.filter {
  float: left;
  width: 46%;
  margin: 0 1%;
  min-width: 46%;
}
#product-description { border-right: 0; padding-right: 0;
}
}
/* Exclude Mobile Sizes (devices and browser) */
@media only screen and (min-width: 740px) {
.isStuck { border-bottom: 1px solid #eeeeee;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 740px) {
.notification {
  margin-bottom: 5px;
  margin-top: 5px;
}
#top-bar { display: none;
}
#mobile-only {
  display: block;
  position: fixed;
  background: #000000;
  border-bottom: 1px solid #eeeeee;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.page-wrap { margin-top: 55px;
}
  ul#mobile-menu {
  text-align: center;
  padding: 5px 0;
  list-style: none;
}
#mobile-only ul li {
  width: 40px;
  height: 40px;
  position: relative;
  background: #000000;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
  line-height: 40px;
  font-size: 16px;
  margin: 0 5px;
}
#mobile-only ul li a {
  color: #ffffff;
}
#mobile-only ul li.curr {
}
#mobile-only ul li.curr #currencies {
  height: 40px;
}
#currencies { padding: 0;
}
.shifter-navigation .search {
  margin-top: 15px;
}
.mhide { display: none;
}
#nav { display: none;
}
#logo { float: none; width: 100%; text-align: center;	}
#logo h1 a { text-align: center;
}
  ul#cart { text-align: center;
}
  ul#cart li a { padding: 0 10px;
}
.homepage-promo h3 { font-size: 110%;
}
.homepage-promo .caption::before {
  border-top: 0;
  border-bottom: 0;
}
.homepage-promo .caption::after {
  border-left: 0;
  border-right: 0;
}
.flex-caption p { font-size: 100%;
}
.cta { display: none;
}

  input#mce-EMAIL {
  text-align: center;
}
.product-modal { display: none;
}
  textarea { min-width: 0;
}
#full-width-filter { margin-top: 0;
}
#newsletter { line-height: 60px;
}
#signup { margin-top: 0;
}
#newsletter #mc-embedded-subscribe { margin-left: 0; margin-top: 5px;
}
  input#quantity {
  min-width: 60px;
  text-align: center;
}
.search { width: 100%;
}
#q { width: 100%;
}
  input.add { min-width: 90px;
}
#basket-right { text-align: center; float: left; margin-bottom: 20px;
}
#collection-sidebar { display: none;
}
#collection-sidebar.open { display: block; text-align: center;
}
.show {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}
.show:after {
  content: '\f039';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  margin: auto;
  color: #000000;
}
  ul.footer-left { float: left; width: 100%;	text-align: center;
}
  ul#footer-right { float: left; width: 100%; text-align: center;
}
.footer-left li { text-align: center; float: none;
}
#footer-right li { text-align: center; float: none;
}
#mce-EMAIL { width: 100%;
}
.button { width: 100%;
}
#product-description { padding: 0; border: 0;
}
#add { width: 100%;
}
  input { width: 100%; min-width: 100%;
}
#update-cart, #checkout { width: 100%;
}
.flex-direction-nav { display: none;
}
.first { clear: none;
}
  footer { text-align: center;
}
  footer ul { margin-bottom: 30px;
}
  ul#social-links {
  display: none;
}
#mob-product-images .owl-buttons {
  top: 0;
}
#shopping-cart thead { display: none;
}
#shopping-cart td { clear: left; display: block;
}
.cart-title {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-image {
  display: block;
  text-align: center;
}
  td.cart-price {
  text-align: center;
}
  td.cart-price, td.cart-remove, td.cart-quantity, .cart-total {
  clear: none;
  float: left;
  width: 23%;
  margin: 1%;
  display: inline-block;
  line-height: 48px;
  border-bottom: 0;
}
#shopping-cart tr {
  border-bottom: 1px solid #eeeeee;
}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  border: 1px solid #d5d5d5;
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/fancybox_sprite.png?17959761363583300409');
}
.fancybox-next span {
  background-image: url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/next.png?17959761363583300409');
}
.fancybox-prev span {
  background-image: url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/prev.png?17959761363583300409');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/fancybox_loading.gif?17959761363583300409') center center no-repeat;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 2%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('//cdn.shopify.com/s/files/1/0982/0948/t/2/assets/blank.gif?17959761363583300409'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-close {
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.fancybox-close:before {
  content: "\00D7";
  font-weight: 300;
  line-height: 25px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  font-family: FontAwesome;
  text-align: center;
  line-height: 50px;
  background: #fff;
  width: 50px;
}
.fancybox-prev span {
  left: -10px;
}
.fancybox-prev span:before {
  content:"\f104";
}
.fancybox-next span {
  right: -10px;
  content:"\f105";
}
.fancybox-next span:before {
  content:"\f105";
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden;
}
.fancybox-lock-test {
  overflow-y: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255,255,255,0.93);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
/*
* Selecter v3.0.15 - 2014-03-01
* A jQuery plugin for replacing default select elements. Part of the Formstone Library.
* http://formstone.it/selecter/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
.selecter-element { *left: -999999px; position: absolute; opacity: 0;
}
.selecter { display: block; margin: 10px 0; position: relative; z-index: 1;
}
.selecter .selecter-selected { background: #fff url(jquery.fs.selecter-arrow.png) no-repeat right center; border: 1px solid #eee; border-radius: 3px; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 8px 10px; position: relative; text-overflow: clip; z-index: 49;
}
.selecter .selecter-options { border: 1px solid #ccc; border-width: 0 1px 1px; background-color: #fefefe; border-radius: 0 0 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); display: none; left: 0; margin: 0; max-height: 260px; overflow: auto; overflow-x: hidden; padding: 0; position: absolute; top: 100%; width: 100%; *width: auto; z-index: 50;
}
.selecter .selecter-group { background: #F9F9F9; border-bottom: 1px solid #e3e3e3; color: #999; display: block; font-size: 11px; padding: 5px 10px 4px; text-transform: uppercase;
}
.selecter .selecter-item { background: #fff; border-bottom: 1px solid #e3e3e3; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 8px 10px; text-overflow: ellipsis; width: 100%;
}
.selecter .selecter-item.selected { background: #F9F9F9;
}
.selecter .selecter-item.disabled { color: #999; cursor: default;
}
.selecter .selecter-item:first-child { border-radius: 0;
}
.selecter .selecter-item:last-child { border-radius: 0 0 2px 2px; border-bottom: 0;
}
@media screen and (min-width: 980px) {
.selecter .selecter-item:hover,
.selecter .selecter-item.selected:hover { background-color: #f3f3f3;
}
.selecter .selecter-item.disabled:hover { background-color: #fff;
}
.selecter:hover .selecter-selected { background-color: #fff;
}
.selecter.disabled .selecter-item:hover { background: #fff;
}
}
/* Open */
.selecter.open { z-index: 3;
}
.selecter.open .selecter-selected { border-radius: 3px 3px 0 0; z-index: 51;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected { background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* 'Cover' Positioning */
.selecter.cover .selecter-options { border-radius: 3px; border-width: 1px; top: 0;
}
.selecter.cover .selecter-options .selecter-item.first { border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected { border-radius: 3px 3px 0 0; z-index: 49;
}
/* 'Bottom' Positioning */
.selecter.bottom .selecter-options { border-width: 1px 1px 0; bottom: 100%; top: auto;
}
.selecter.bottom .selecter-item:last-child { border: none;
}
.selecter.bottom.open .selecter-selected { border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options { border-radius: 3px 3px 0 0;
}
/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options { bottom: 0; top: auto;
}
.selecter.bottom.cover.open .selecter-selected { border-radius: 3px;
}
.selecter.bottom.cover.open .selecter-options { border-radius: 3px;
}
/* Multiple Select */
.selecter.multiple .selecter-options { border-radius: 3px; border-width: 1px; box-shadow: none; display: block; position: static; width: 100%;
}
/* 'Disabled' State */
.selecter.disabled .selecter-selected { background: #fff; border-color: #eee; color: #ccc; cursor: default;
}
.selecter.disabled .selecter-options { background: #fff; border-color: #eee;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item { border-color: #eee; color: #ccc; cursor: default;
}
.selecter.disabled .selecter-item.selected { background: #fafafa;
}
/* Scroller Support */
.selecter .selecter-options.scroller { overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content { max-height: 260px; padding: 0;
}
@media screen and (max-width: 500px) {
.selecter { max-width: 100%;
}
}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url('mCSB_cbimage.jpg');background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url('mCSB_cbimage2.jpg')}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
  body,
  html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  min-width: 100%;
  font-family: 'TradeGothicLT', 'sans-serif';
  -webkit-font-smoothing: antialiased;
}
#admin_bar_iframe {
  z-index: 10 !important;
}
/***************
  Site Container
***************/
.container,
.site-content {
  clear: both;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 0;
  margin: 30px auto 0;
  max-width: 1400px;
}
.container:before, .container:after,
.site-content:before,
.site-content:after {
  content: '';
  display: table;
}
.container:after,
.site-content:after {
  clear: both;
}
.container:after,
.site-content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
.container,
.site-content {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
}
.container:after,
.site-content:after {
  content: " ";
  display: block;
  clear: both;
}
}
@media (min-width: 740px) {
.container,
.site-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container:after,
.site-content:after {
  content: " ";
  display: block;
  clear: both;
}
}
@media (min-width: 960px) {
.container,
.site-content {
  padding: 0px 40px;
}
}
/**********************
  Typography/Site Styles
**********************/
  h1, h2, h3, h4, h5, h6 {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  color: #000;
}
  h1 {
  font-size: 30px;
  font-size: 3rem;
}
  h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
  h3 {
  font-size: 20px;
  font-size: 2rem;
}
  p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
}
  a {
  color: #000;
}
  a:hover {
  color: #00867a;
}
  ul {
  list-style: none;
}
.desktop {
  display: none !important;
}
@media (min-width: 740px) {
.desktop {
  display: block !important;
}
}
.mobile {
  display: block !important;
}
@media (min-width: 740px) {
.mobile {
  display: none !important;
}
}
  iframe {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 740px) {
  iframe {
  min-width: auto;
}
}
/**************
  Styles
***************/
.accent-color {
  color: #00867a !important;
}
  h1.accent-color,
  h2.accent-color,
  a.accent-color,
  p.accent-color {
  color: #00867a !important;
}
#booking-appointment-added-widget {
  display: none;
  background: #fff;
  max-width: 700px;
  margin: auto;
  padding: 30px;
  overflow: scroll;
  max-height: 400px !important;
}
@media (min-width: 480px) {
#booking-appointment-added-widget {
  max-height: none !important;
}
}
#booking-appointment-added-widget iframe {
  max-height: 300px;
  min-width: 340px;
}
#booking-appointment-added-widget h2 {
  border-bottom: 4px solid #000;
  margin-bottom: 10px;
}
.book-online {
  cursor: pointer;
}
/**************
  Buttons
**************/
.cta a {
  color: #000;
}
.cta:hover {
  color: #00867a;
}
.cta-button, .product-modal, #content .salon-page .contact-info .book-online, #product-loop input[type="submit"], #product-loop .pre-order-button button, .collection #product-not-available a, .collection #product-not-available .sold-out, .product-page #product-description form input[type="submit"], #product-loop .pre-order-button .product-page #product-description form button, .product-page #product-description form .pre-order-button button, .product-page #product-not-available .sold-out, .product-page #product-not-available a, #shopping-cart input[type='submit'],
#shopping-cart a.button {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #000;
  padding: 10px 12px;
  margin: 20px 0 20px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #c9c9c8;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: none;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 740px) {
.cta-button, .product-modal, #content .salon-page .contact-info .book-online, #product-loop input[type="submit"], #product-loop .pre-order-button button, .collection #product-not-available a, .collection #product-not-available .sold-out, .product-page #product-description form input[type="submit"], #product-loop .pre-order-button .product-page #product-description form button, .product-page #product-description form .pre-order-button button, .product-page #product-not-available .sold-out, .product-page #product-not-available a, #shopping-cart input[type='submit'],
#shopping-cart a.button {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 25px 0 10px 4px;
  padding: 5px 12px;
  display: inline-block;
  width: auto;
}
}
.cta-button.accent, .accent.product-modal, #content .salon-page .contact-info .accent.book-online, #content .salon-page .contact-info #product-loop input.book-online[type="submit"], #product-loop #content .salon-page .contact-info input.book-online[type="submit"], #content .salon-page .contact-info #product-loop .pre-order-button button.book-online, #product-loop .pre-order-button #content .salon-page .contact-info button.book-online, #content .salon-page .contact-info .collection #product-not-available a.book-online, .collection #product-not-available #content .salon-page .contact-info a.book-online, #content .salon-page .contact-info .collection #product-not-available .book-online.sold-out, .collection #product-not-available #content .salon-page .contact-info .book-online.sold-out, #product-loop input[type="submit"], #product-loop .pre-order-button button, #product-loop .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button #product-loop button, .collection #product-not-available a, .collection #product-not-available .sold-out, .product-page #product-description form input.accent[type="submit"], .product-page #product-description form #product-loop input[type="submit"], #product-loop .product-page #product-description form input[type="submit"], .product-page #product-description form #product-loop .pre-order-button button, #product-loop .pre-order-button .product-page #product-description form button, .collection #product-not-available .product-page #product-description form input[type="submit"].sold-out, .collection #product-not-available .product-page #product-description form .pre-order-button button.sold-out, .product-page #product-description form .pre-order-button button.accent, .product-page #product-not-available .accent.sold-out, .product-page #product-not-available #product-loop input.sold-out[type="submit"], #product-loop .product-page #product-not-available input.sold-out[type="submit"], .product-page #product-not-available #product-loop .pre-order-button button.sold-out, #product-loop .pre-order-button .product-page #product-not-available button.sold-out, .product-page #product-not-available a.accent, #shopping-cart input.accent[type='submit'],
#shopping-cart a.accent.button {
  color: #fff;
  background-color: #00867a;
}
.cta-button.accent:hover, .accent.product-modal:hover, #content .salon-page .contact-info .accent.book-online:hover, #content .salon-page .contact-info #product-loop input.book-online[type="submit"]:hover, #product-loop #content .salon-page .contact-info input.book-online[type="submit"]:hover, #content .salon-page .contact-info #product-loop .pre-order-button button.book-online:hover, #product-loop .pre-order-button #content .salon-page .contact-info button.book-online:hover, #content .salon-page .contact-info .collection #product-not-available a.book-online:hover, .collection #product-not-available #content .salon-page .contact-info a.book-online:hover, #product-loop input[type="submit"]:hover, #product-loop .pre-order-button button:hover, #product-loop .product-page #product-description form .pre-order-button button:hover, .product-page #product-description form .pre-order-button #product-loop button:hover, .collection #product-not-available a:hover, .collection #product-not-available .sold-out:hover, .product-page #product-description form input.accent[type="submit"]:hover, .product-page #product-description form #product-loop input[type="submit"]:hover, #product-loop .product-page #product-description form input[type="submit"]:hover, .product-page #product-description form #product-loop .pre-order-button button:hover, #product-loop .pre-order-button .product-page #product-description form button:hover, .product-page #product-description form .pre-order-button button.accent:hover, .product-page #product-not-available .accent.sold-out:hover, .product-page #product-not-available a.accent:hover, #shopping-cart input.accent[type='submit']:hover,
#shopping-cart a.accent.button:hover {
  color: #00867a;
  background-color: #fff;
}
.cta-button.dark, .dark.product-modal, #content .salon-page .contact-info .book-online, #product-loop input.dark[type="submit"], #product-loop .pre-order-button button.dark, #product-loop .pre-order-button .product-page #product-description form button, #shopping-cart #product-loop .pre-order-button button[type='submit'], #product-loop .pre-order-button #shopping-cart button[type='submit'], .collection #product-not-available a.dark, .collection #product-not-available .dark.sold-out, .collection #product-not-available #shopping-cart input.sold-out[type='submit'], #shopping-cart .collection #product-not-available input.sold-out[type='submit'], .collection #product-not-available
#shopping-cart a.sold-out.button,
#shopping-cart .collection #product-not-available a.sold-out.button, .product-page #product-description form input[type="submit"], .product-page #product-description form .pre-order-button button, .product-page #product-not-available .sold-out, .product-page #product-not-available a, #shopping-cart input[type='submit'],
#shopping-cart a.button, #shappify_bundle button {
  color: #fff;
  background-color: #000;
  border: none;
}
.cta-button.dark:hover, .dark.product-modal:hover, #content .salon-page .contact-info .book-online:hover, #product-loop input.dark[type="submit"]:hover, #product-loop .pre-order-button button.dark:hover, #product-loop .pre-order-button .product-page #product-description form button:hover, #shopping-cart #product-loop .pre-order-button button[type='submit']:hover, #product-loop .pre-order-button #shopping-cart button[type='submit']:hover, .collection #product-not-available a.dark:hover, .collection #product-not-available .dark.sold-out:hover, .product-page #product-description form input[type="submit"]:hover, .product-page #product-description form .pre-order-button button:hover, .product-page #product-not-available .sold-out:hover, .product-page #product-not-available a:hover, #shopping-cart input[type='submit']:hover,
#shopping-cart a.button:hover, #shappify_bundle button:hover {
  color: #000;
  background-color: #fff;
}
.cta-button:hover, .product-modal:hover, #content .salon-page .contact-info .book-online:hover, #product-loop input[type="submit"]:hover, #product-loop .pre-order-button button:hover, .collection #product-not-available a:hover, .collection #product-not-available .sold-out:hover, .product-page #product-description form input[type="submit"]:hover, #product-loop .pre-order-button .product-page #product-description form button:hover, .product-page #product-description form .pre-order-button button:hover, .product-page #product-not-available .sold-out:hover, .product-page #product-not-available a:hover, #shopping-cart input[type='submit']:hover,
#shopping-cart a.button:hover {
  color: #fff;
  background-color: #00867a;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inner-container {
  max-width: 1200px;
  margin: auto;
}
.page-wrap {
  margin-top: 0;
  max-width: 100%;
}
#page {
  margin-bottom: 0;
}
/**************
  Mailpop Styles
**************/
#subscribe_popup {
  background: #000;
  color: #fff;
  max-width: 380px;
  padding: 41px 36px 64px;
  margin: auto;
}
#subscribe_popup h3 {
  color: #fff;
}
#subscribe_popup p {
  color: #fff;
}
  form {
  position: relative;
}
  form .submit-error.email {
  background: #00867a;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -2em;
  padding: 5px;
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  display: none;
}
  form .submit-error.email:before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #00867a transparent transparent transparent;
}
.email-thankyou {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 20px;
  font-size: 2rem;
  display: none;
}
/**************
  Slick Styles
**************/
.slick-dots {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.slick-dots li {
  text-indent: -999999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin-left: 11px;
}
.slick-dots li.slick-active {
  opacity: .7;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: transparent;
  text-indent: -99999px;
  border: none;
  z-index: 5;
}
.slick-arrow.slick-prev {
  left: 10px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/prev-arrow.png?v=9651819722179163814") no-repeat center;
}
.slick-arrow.slick-next {
  right: 10px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/next-arrow.png?v=1230382587834182635 ") no-repeat center;
}
.slick-arrow:hover {
  opacity: .7;
}
.slick-arrow:focus {
  outline: none;
}
/***************************
  Jquery dialog Modal Styles
***************************/
  body.modal-open {
  overflow: hidden;
}
.ui-widget-overlay {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 95;
  text-align: center;
}
.ui-dialog {
  position: fixed !important;
  top: 20px !important;
  z-index: 99;
  max-width: 85%;
  padding-top: 5%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 480px) {
.ui-dialog {
  top: 40px !important;
  max-width: 80%;
}
}
@media (min-width: 740px) {
.ui-dialog {
  max-width: 60%;
}
}
.ui-dialog img {
  max-height: 100%;
  margin: auto;
  width: auto !important;
}
.ui-dialog .slick-track {
  height: 100%;
}
.ui-dialog .slick-list {
  height: 100% !important;
}
.ui-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  text-indent: -99999px;
  outline: none;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  top: 2%;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/popup-close.png?v=6173838360707046653") no-repeat center;
}
.ui-button:focus {
  outline: none;
}
@media (min-width: 960px) {
.ui-button:hover {
  opacity: .7;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/popup-close.png?v=6173838360707046653") no-repeat center;
  padding: 0;
}
}
.gallery-item {
  text-align: center;
}
.gallery-item img {
  display: inline-block;
  max-width: 100%;
}
.gallery-item iframe {
  display: inline-block;
  max-width: 100%;
}
/***************************
  Breakpoints for JS Responsive
***************************/
.breakpoint-context {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 0;
}
@media (min-width: 480px) {
.breakpoint-context {
  z-index: 1;
}
}
@media (min-width: 740px) {
.breakpoint-context {
  z-index: 2;
}
}
@media (min-width: 960px) {
.breakpoint-context {
  z-index: 3;
}
}
@media (min-width: 1400px) {
.breakpoint-context {
  z-index: 4;
}
}
.body {
  color: black;
}
.body a {
  color: #fff;
}
.promo-heading {
  border: 1px solid #000;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 1;
}
.promo-heading h4, .promo-heading a {
  text-decoration: none;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.second-promo-heading {
  border: 1px solid #000;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1;
}

.second-promo-heading h4, .second-promo-heading a {
  text-decoration: none;
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif' !important;
  font-weight:400 !important;
  color:black !important;
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.showPromoPopup {
  cursor:pointer;
}
.search-bar {
  color: #fff;
  background: #000;
  padding: 0px 18px 20px;
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
}
@media (min-width: 740px) {
.search-bar {
  position: relative;
  padding: 30px;
}
}
.search-bar .search-close {
  content: '';
  display: block;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 50%;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/popup-close.png?v=6173838360707046653") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}
@media (min-width: 480px) {
.search-bar .search-close {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-size: auto;
}
}
.search-bar form {
  width: 100%;
  max-width: 698px;
  box-sizing: border-box;
  position: relative;
  padding-right: 80px;
}
@media (min-width: 740px) {
.search-bar form {
  padding-right: 0px;
}
}
.search-bar form input {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #c9c9c8;
  width: 100%;
  outline: none;
  padding: 0;
  line-height: 2.3em;
}
@media (min-width: 740px) {
.search-bar form input {
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid #c9c9c8;
  line-height: 1.3em;
}
}
.search-bar form input[type="text"] {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  color: #fff;
  height: 54px;
  text-align: left;
  padding: 0;
}
@media (min-width: 740px) {
.search-bar form input[type="text"] {
  font-size: 45.5px;
  font-size: 4.55rem;
}
}
.search-bar form #search-bar-submit {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  z-index: 3;
  right: 90px;
  bottom: 1px;
  background: transparent;
  border: none;
  padding: 0;
  height: 1em;
  opacity: 0;
}
@media (min-width: 740px) {
.search-bar form #search-bar-submit {
  right: 0;
}
}
.search-bar form ::-webkit-input-placeholder {
  color: #fff;
}
.search-bar form :-moz-placeholder {
  color: #fff;
}
.search-bar form ::-moz-placeholder {
  color: #fff;
}
.search-bar form :-ms-input-placeholder {
  color: #fff;
}
  header {
  background: #f2f2f2;
  padding-bottom: 10px;
  display: none;
  margin: 0;
/*** homepage specific navstyles ***/ }
@media (min-width: 960px) {
  header {
  display: block;
  margin-bottom: 95px;
}
}
  header .bottom-content {
  padding: 0 20px;
}
  header #nav {
  clear: both;
  background: transparent;
  display: none;
}
  header #nav:before, header #nav:after {
  content: '';
  display: table;
}
  header #nav:after {
  clear: both;
}
@media (min-width: 960px) {
  header #nav {
  display: block;
}
}
  header #nav li a {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 16.5px;
  font-size: 1.65rem;
  text-transform: uppercase;
  padding: 0 20px;
  color: #000;
}
  header #nav li:hover {
  background: transparent;
}
  header #nav li:hover a {
  color: #000;
}
  header #nav li:hover a:hover {
  color: #00867a;
}
  header #nav li:hover ul.submenu {
  background: rgba(255,255,255,0.4);
  text-align: center;
  width: auto;
  z-index: 10;
  padding: 16px 0 5px 5%;
  box-sizing: border-box;
    
}
  header #nav li:hover ul.submenu li {
  background: transparent;
  border-bottom: 1px solid #000;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 91%;
  text-align: center;
  display: block;
  margin: auto;
  padding: 0;
  transition: all 100ms linear;
}
  header #nav li:hover ul.submenu li:last-of-type, header #nav li:hover ul.submenu li:last-child {
  border: none;
}
  header #nav li:hover ul.submenu li a {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 106%;
  maring-left: -5%;
}
  header #nav li:hover ul.submenu li:hover a {
  background: transparent;
  color: #00867a;
}
  header #nav li:hover ul.submenu li:hover a:hover {
  color: #00867a;
}
  header #nav li.dropdown > a:after {
  display: none;
}
  header #nav li a {
  color: #000;
}
  header #nav li a.active {
  color: #00867a;
}
  header #nav li a:hover {
  background: transparent;
}
  header #nav.isSticky {
  border-bottom: 0;
  background: #f2f2f2;
  border-bottom: 0;
  background: rgba(221, 221, 221, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 45;
}
  header #nav.isSticky .promo-heading {
  display: none;
}
  header #nav.isSticky .second-promo-heading {
  display: none;
}
  header #nav.isSticky .logo {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/sticky-logo.png?v=8269059801859625732");
  height: 55px;
}
  header #nav.isSticky .nav-right {
  padding-top: 18px;
}
  header #nav.isSticky li a {
  color: #000;
}
  header #nav.isSticky li:hover .submenu {
  display: none;
}
  header #nav .logo {
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
  display: block;
  width: 165px;
  height: 105px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/header-logo-black.png?v=5815784467723550669");
}
  header #nav .search-icon {
  display: block;
  position: relative;
  color: #000;
  width: 20px;
  font-size: 16px;
  margin-top: -1px;
  cursor: pointer;
}
  header #nav .search-icon:hover {
  color: #00867a;
}
  header #nav .nav-right {
  padding-top: 80px;
  float: right;
}
  header #nav .nav-right #cart {
  clear: both;
  width: 80px;
}
  header #nav .nav-right #cart:before, header #nav .nav-right #cart:after {
  content: '';
  display: table;
}
  header #nav .nav-right #cart:after {
  clear: both;
}
  header #nav .nav-right #cart li {
  width: 33.333%;
  height: 24px;
}
  header #nav .nav-right #cart li a {
  color: #000;
}
  header #nav .nav-right #cart li a:visited {
  color: #000;
}
  header #nav .nav-right #cart li a:hover {
  color: #00867a;
}
  header #nav .nav-right #cart li .search-icon {
  padding: 0 5px 0 0;
  width: 100%;
  display: block;
  text-align: right;
}
  header #nav .nav-right #cart li .search-icon .fa-search {
  display: inline-block;
  margin: 0;
}
  header #nav .nav-right #cart #crt {
  display: none;
}
  header #nav .nav-right #cart .cart-overview a {
  display: block;
  padding: 0;
  text-align: center;
}
  header #nav .nav-right #cart .cart-overview a .fa-shopping-bag {
  display: block;
  width: 100%;
  height: 24px;
  margin: 0;
  position: relative;
  text-align: center;
}
  header #nav .nav-right #cart .cart-overview a .fa-shopping-bag:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 31px;
  margin-top: -9px;
  z-index: 1;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bag-icon.png?v=14603637048735277762") no-repeat center bottom;
}
header #nav .nav-right .account-link {
  padding: 0;
  text-align: center;
}
header.homepage #nav .nav-right .account-link,
header.homepage #nav .nav-right .account-link:hover {
  color: #000 !important;
}
header #nav .nav-right .account-link .fa {
  margin-left: 0;
}
  header #nav .nav-right #cart .cart-overview a .item_count {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
  header.homepage {
  box-sizing: border-box;
  background: transparent;
  position: relative;
  display: block;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 45;
     height:0 !important;
}
@media screen and ( max-width: 740px ) {
  header.homepage {
  box-sizing: border-box;
  background: transparent;
  position: relative;
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 45;
 
}
}
  header.homepage #nav .search-icon {
  color: #000;
}
  header.homepage #nav li a {
  color: #000;
}
  header.homepage #nav li:hover a {
  color: #fff;
}
  header.homepage #nav li:hover a:hover {
  color: #00867a;
}
  header.homepage #nav li:hover ul.submenu {
  background: rgba(255,255,255,0.4);
}
  header.homepage #nav li:hover ul.submenu li {
  border-bottom: 1px solid #fff;
}
  header.homepage #nav li:hover ul.submenu li:last-of-type, header.homepage #nav li:hover ul.submenu li:last-child {
  border: none;
}
  header.homepage #nav li:hover ul.submenu li:hover a {
  color: #00867a;
}
  header.homepage #nav li:hover ul.submenu li a {
  color: #000;
  display: inline-block;
}
  header.homepage #nav li:hover ul.submenu li a:hover {
  color: #00867a;
}
  header.homepage #nav .nav-right #cart a:visited {
  color: #000;
}
  header.homepage #nav .nav-right #cart a:hover {
  color: #00867a;
}
  header.homepage #nav .nav-right #cart .cart-overview a .fa-shopping-bag:before {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bag-icon.png?v=14603637048735277762") no-repeat center bottom;
}
  header.homepage #nav .nav-right #cart .cart-overview a .item_count {
  color: #fff;
}
  header.homepage #nav .logo {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/header-logo.png?v=16155789845125317432");
}
  header.homepage #nav.isSticky li:hover ul.submenu {
  display: none;
}
  header.homepage #nav.isSticky li a {
  color: #000;
}
  header.homepage #nav.isSticky .search-icon {
  color: #000;
}
  header.homepage #nav.isSticky .logo {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/sticky-logo.png?v=8269059801859625732");
}
  header.homepage #nav.isSticky .nav-right #cart a:visited {
  color: #000;
}
  header.homepage #nav.isSticky .nav-right #cart a:hover {
  color: #00867a;
}
  header.homepage #nav.isSticky .nav-right #cart .cart-overview a .fa-shopping-bag:before {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bag-icon.png?v=14603637048735277762") no-repeat center bottom;
}
  header.homepage #nav.isSticky .nav-right #cart .cart-overview a .item_count {
  color: #fff;
}
/*** Mobile Menu ****/
#mobile-menu {
  position: relative;
  display: block;
  top:0px;
}
#mobile-menu .close-icon {
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/mobile-menu-close.png?v=12698054519535859909") no-repeat center center;
  margin: 0 0 60px 0;
  cursor: pointer;
}
#mobile-menu ul {
  list-style: none;
}
#mobile-menu ul.submenu {
  display: none;
  padding-left: 20px;
}
#mobile-menu ul.submenu a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
#mobile-menu ul.submenu a:hover {
  color: #00867a;
}
#mobile-menu ul li {
  cursor: pointer;
}
#mobile-menu ul li.open > a {
  color: #00867a;
}
@media (min-width: 960px) {
#mobile-menu {
  display: none;
}
}
#mobile-menu .top-menu {
  clear: both;
  background: #f2f2f2;
}
#mobile-menu .top-menu:before, #mobile-menu .top-menu:after {
  content: '';
  display: table;
}
#mobile-menu .top-menu:after {
  clear: both;
}
#mobile-menu .top-menu .search-bar {
  display: none;
}
#mobile-menu .top-menu ul {
  clear: both;
}
#mobile-menu .top-menu ul:before, #mobile-menu .top-menu ul:after {
  content: '';
  display: table;
}
#mobile-menu .top-menu ul:after {
  clear: both;
}
#mobile-menu .top-menu li {
  text-align: center;
  display: block;
  float: left;
  width: 32.333%;
  box-sizing: border-box;
  position: relative;
}
#mobile-menu .top-menu li .fa {
  font-size: 34px;
  font-size: 3.4rem;
  float: left;
}
@media (min-width: 740px) {
#mobile-menu .top-menu li .fa {
  font-size: 40px;
  font-size: 4rem;
  float: none;
}
}
#mobile-menu .top-menu li img {
  display: block;
}
#mobile-menu .top-menu li:first-of-type {
  text-align: left;
  width: 20%;
  padding: 0 0 0 20px;
  margin: 10px auto 0;
}
@media (min-width: 480px) {
#mobile-menu .top-menu li:first-of-type {
  width: 20%;
  padding: 0 0 0 30px;
  margin: 45px auto 0;
}
}
#mobile-menu .top-menu li:nth-child(2) {
  width: 55%;
  margin: 0px auto 8px;
}
@media (min-width: 480px) {
#mobile-menu .top-menu li:nth-child(2) {
  width: 55%;
  margin: 25px auto 18px;
}
}
#mobile-menu .top-menu li:last-of-type {
  text-align: right;
  padding-right: 10px;
  width: 25%;
  margin: 0px auto 0;
}
@media (min-width: 480px) {
#mobile-menu .top-menu li:last-of-type {
  width: 20%;
  margin: 30px auto 0;
  padding-right: 0;
}
}
#mobile-menu .top-menu .mobile-logo {
  width: 80%;
  height: 75px;
  max-width: 314px;
  margin: 0 auto;
  display: block;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/mobile-logo.png?v=3870945431690542102") no-repeat center;
  background-size: 100%;
}
@media (min-width: 740px) {
#mobile-menu .top-menu .mobile-logo {
  width: 100%;
}
}
#mobile-menu .top-menu .account-link {
  display: block;
  float: right;
  position: relative;
}
#mobile-menu .top-menu .account-link .fa {
  font-size: 3.5rem;
  margin: 0 .5rem;
  position: relative;
  top: 1rem;
}
@media (max-width: 480px) {
  #mobile-menu .top-menu .account-link {
    display: none;
  }
}
#mobile-menu .top-menu .shopping-bag {
  position: relative;
  width: 50%;
  width: 31px;
  display: block;
  float: right;
}
@media (min-width: 480px) {
#mobile-menu .top-menu .shopping-bag {
  width: 31px;
}
}
#mobile-menu .top-menu .shopping-bag a {
  display: block;
  height: 50px;
  vertical-align: middle;
}
#mobile-menu .top-menu .shopping-bag .fa-shopping-bag {
  display: block;
  margin: 0;
  width: 43px;
}
#mobile-menu .top-menu .shopping-bag .fa-shopping-bag:before {
  content: '';
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bag-icon-mobile.png?v=5619284169161562192") no-repeat center;
  height: 50px;
  display: block;
  background-size: contain;
}
@media (min-width: 480px) {
#mobile-menu .top-menu .shopping-bag .fa-shopping-bag:before {
  background-size: 100%;
  height: 50px;
}
}
#mobile-menu .top-menu .shopping-bag .item_count {
  font-family: 'TradeGothicLT', 'sans-serif';
  position: relative;
  z-index: 3;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  font-family: 'TradeGothicLT', 'sans-serif';
}
@media (min-width: 480px) {
#mobile-menu .top-menu .shopping-bag .item_count {
  padding-top: 21px;
  font-family: 'TradeGothicLT', 'sans-serif';
}
}
#mobile-menu .top-menu .search-icon {
  display: block;
  position: relative;
  float: right;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 480px) {
#mobile-menu .top-menu .search-icon {
  width: 40px;
  height: 50px;
}
}
#mobile-menu .top-menu .search-icon .fa-search {
  font-size: 28px;
  font-size: 2.8rem;
  float: right;
  margin: 14px 6px 0 0;
}
@media (min-width: 480px) {
#mobile-menu .top-menu .search-icon .fa-search {
  font-size: 30px;
  font-size: 3rem;
  margin: 14px 0 0 0;
  float: none;
}
}
#mobile-menu .top-menu .shopping-bag a {
  display: block;
}
#mobile-menu .sliding-content {
  clear: both;
  display: block;
  position: absolute;
  background: #000;
  color: #fff;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: 10999;
  left: -100%;
  -webkit-transition: left 200ms linear;
  transition: left 200ms linear;
}
#mobile-menu .sliding-content:before, #mobile-menu .sliding-content:after {
  content: '';
  display: table;
}
#mobile-menu .sliding-content:after {
  clear: both;
}
#mobile-menu .sliding-content.slide-show {
  left: 0;
  -webkit-transition: left 200ms linear;
  transition: left 200ms linear;
}
#mobile-menu .sliding-content .inner-menu {
  padding: 45px 45px 20px;
  position: relative;
  background: #000;
}
#mobile-menu .sliding-content ul {
  background: #000;
}
#mobile-menu .sliding-content ul li {
  display: block;
  line-height: 1;
  height: auto;
  margin-bottom: 40px;
}
#mobile-menu .sliding-content ul.submenu {
  position: relative;
  padding: 40px 0 0 40px;
}
#mobile-menu .sliding-content ul.submenu li {
  margin-bottom: 35px;
  height: auto;
}
#mobile-menu .sliding-content ul.submenu li:last-child {
  margin-bottom: 0;
}
#mobile-menu .sliding-content a {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
#mobile-menu .bottom-links {
  border-top: 8px solid #fff;
  padding-top: 60px;
}
#mobile-menu .bottom-links a {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
#mobile-menu .cart-overview {
  position: relative;
}
#mobile-menu.homepage .top-menu {
  background: transparent;
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 99;
}
#mobile-menu.homepage .mobile-logo {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/mobile-logo-white.png?v=4996801785982732107") no-repeat center;
  background-size: contain;
}
#mobile-menu.homepage .fa {
  color: #fff;
}
#mobile-menu.homepage a {
  color: Gray;
}
#mobile-menu.homepage .top-menu .shopping-bag .fa-shopping-bag:before {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bag-icon-white-mobile.png?v=5985754246308926361") no-repeat center bottom;
  background-size: contain;
  height: 45px;
}
@media (min-width: 480px) {
#mobile-menu.homepage .top-menu .shopping-bag .fa-shopping-bag:before {
  background-size: 100%;
}
}
#mobile-menu.homepage .top-menu .shopping-bag .item_count {
  color: #00867a;
}
#mobile-menu.homepage .item_count {
  color: #fff;
}
@media (max-width: 960px) {
  body.mobile-menu-open {
  background: black;
}
  body.mobile-menu-open #page,
  body.mobile-menu-open #content {
  overflow-y: hidden;
  height: 0;
}
  body.mobile-menu-open footer {
  display: none;
}
}
/* quick cart */
#nav .nav-right #cart .quick-cart-details {
  padding-top: 10px;
}
#nav .nav-right #cart .quick-cart-details p.title {
  width: 65%;
  box-sizing: border-box;
  text-align: left;
}
#nav .nav-right #cart .quick-cart-details p.title a {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
#nav .nav-right #cart .quick-cart-details p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 13px;
  font-size: 1.3rem;
  width: 35%;
  float: left;
  box-sizing: border-box;
}
#nav .nav-right #cart .quick-cart-details a.remove_item {
  min-width: 100%;
  text-align: left;
}
  footer {
  background: #fff;
  color: #212529;
  text-align: center;
}
@media (min-width: 740px) {
  footer {
  padding: 30px 0;
}
}
  footer img {
  display: block;
  width: 47px;
  margin: 0 auto 10px;
}
  footer img + p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 12px;
  font-size: 1.2rem;
  color: #212529;
  text-transform: uppercase;
  margin: 0 auto;
}
  footer a {
  color: #212529;
}
  footer .footer-third {
  box-sizing: border-box;
  width: 100%;
  float: left;
  font-family: 'TradeGothicLT', 'sans-serif';
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  box-sizing: border-box;
/*************
* Form Section
**************/ }
@media (min-width: 740px) {
  footer .footer-third {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding: 20px 0;
}
  footer .footer-third:nth-child(2) {
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
}
}
  footer .footer-third.mobile img {
  display: block;
  width: 93px;
  height: auto;
  margin: 0 auto 20px;
}
  footer .footer-third.mobile img + p {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 740px) {
  footer .footer-third.mobile img + p {
  margin-bottom: 100px;
}
}
  footer .footer-third label {
  display: none;
}
  footer .footer-third .fa {
  color: #00867a;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
  footer .footer-third .fa:hover {
  color: #212529;
}
  footer .footer-third #social-icons {
  padding: 0 0 40px;
  border-bottom: 3px solid #555555;
  margin: 0 0 40px;
}
@media (min-width: 740px) {
  footer .footer-third #social-icons {
  padding: 0;
  margin: 0 auto;
  border: none;
}
}
  footer .footer-third #social-icons li {
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 740px) {
  footer .footer-third #social-icons li {
  padding: 0 5px;
}
}
  footer .footer-third #social-icons li a {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  footer .footer-third #social-icons li a {
  font-size: 14px;
  font-size: 1.4rem;
}
}
  footer .footer-third #social-icons li a .fa-2x {
  font-size: 1.8em;
}
@media (min-width: 480px) {
  footer .footer-third #social-icons li a .fa-2x {
  font-size: 2em;
}
}
  footer .footer-third .bottom-links {
  display: none;
}
@media (min-width: 740px) {
  footer .footer-third .bottom-links {
  display: block;
}
}
  footer .footer-third .bottom-links a {
  font-family: 'TradeGothicLT', 'sans-serif';
  color: #212529;
}
  footer .footer-third .bottom-links a:hover {
  color: #00867a;
}
  footer .footer-third #signup {
  position: relative;
  margin: 0 0 40px;
}
@media (min-width: 740px) {
  footer .footer-third #signup {
  width: 95%;
  max-width: 280px;
  margin: 0 auto 15px;
}
}
  footer .footer-third #signup ::-webkit-input-placeholder {
  color: #000;
}
  footer .footer-third #signup :-moz-placeholder {
  color: #000;
}
  footer .footer-third #signup ::-moz-placeholder {
  color: #000;
}
  footer .footer-third #signup :-ms-input-placeholder {
  color: #000;
}
  footer .footer-third #signup:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 97%;
  top: 3%;
  left: 0;
  z-index: 2;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/input-envelope-mobile.png?v=16237295801309885643") no-repeat center center/100% auto;
  display: none;
}
@media (min-width: 480px) {
  footer .footer-third #signup:before {
  display: block;
}
}
@media (min-width: 740px) {
  footer .footer-third #signup:before {
  width: 20px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/input-envelope.jpg?v=8165985629391316514") no-repeat center center/100% auto;
  left: 3px;
}
}
@media (min-width: 960px) {
  footer .footer-third #signup:before {
  width: 30px;
}
}
  footer .footer-third #signup label {
  display: none;
}
  footer .footer-third #signup input {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1.8;
  width: 100%;
  padding: 4px 0 4px;
  border: none;
  background: #555555;
  border-radius: 0;
  text-align: left;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 740px) {
  footer .footer-third #signup input {
  font-family: 'TradeGothicLT', 'sans-serif';
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 0 15px;
  text-align: left;
}
}
@media (min-width: 960px) {
  footer .footer-third #signup input {
  padding: 0 0 0 30px;
}
}
  footer .footer-third #signup input.button {
  font-family: 'TradeGothicLT', 'sans-serif';
  display: block;
  width: 100%;
  margin-top: 15px;
  background: #00867a;
  text-align: center;
  padding: 0 10px;
  line-height: 1.95em;
  height: 100%;
  min-width: 0;
}
@media (min-width: 480px) {
  footer .footer-third #signup input.button {
  position: absolute;
  text-align: left;
  margin-top: 0;
  right: 0;
  top: 0;
  display: inline-block;
  width: auto;
}
}
@media (min-width: 740px) {
  footer .footer-third #signup input.button {
  padding: 0 5px;
}
}
@media (min-width: 960px) {
  footer .footer-third #signup input.button {
  padding: 0 10px;
}
}
  footer .footer-third #signup input[type=submit] {
  color: #fff;
}
  footer .footer-third form .submit-error.email {
  top: -3em;
}
  footer .footer-third .email-thankyou {
  margin-bottom: 10px;
}
  @font-face {
  font-family: 'TradeGothicLT';
  src: url("2FB76E_0_0.eot");
  src: url("2FB76E_0_0.eot?#iefix") format("embedded-opentype"), url("2FB76E_0_0.woff2") format("woff2"), url("2FB76E_0_0.woff") format("woff"), url("2FB76E_0_0.ttf") format("truetype");
  font-weight: normal;
}
  @font-face {
  font-family: 'TradeGothicLT-BoldTwo';
  src: url("2FB76E_1_0.eot");
  src: url("2FB76E_1_0.eot?#iefix") format("embedded-opentype"), url("2FB76E_1_0.woff2") format("woff2"), url("2FB76E_1_0.woff") format("woff"), url("2FB76E_1_0.ttf") format("truetype");
  font-weight: bold;
}
  @font-face {
  font-family: 'TradeGothicLT-Light';
  src: url("2FB76E_2_0.eot");
  src: url("2FB76E_2_0.eot?#iefix") format("embedded-opentype"), url("2FB76E_2_0.woff2") format("woff2"), url("2FB76E_2_0.woff") format("woff"), url("2FB76E_2_0.ttf") format("truetype");
  font-weight: light;
}
  html {
  font-size: 10px;
}
  body {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'TradeGothicLT', 'sans-serif';
  line-height: 1.5em;
}
  button {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  line-height: 1.5em;
}
  h1,
  h2,
  h3,
  h4,
  a {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
}
  h1 {
  font-size: 45px;
  font-size: 4.5rem;
}
  h2 {
  font-size: 30px;
  font-size: 3rem;
}
  h3 {
  font-size: 17px;
  font-size: 1.7rem;
}
  p {
  line-height: 1.1;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
.home {
  height: 100%;
}
.home .button-cta {
  padding: 5px 10px;
}
.home .hero-video {
  display: none;
}
.home .hero-gif {
  display: block;
  height: auto;
  width: 100vw;
}
@media (min-width: 740px) {
  .home .hero-gif {
    display: none;
  }
  .home .hero-video {
    display: block;
   /* height: 73.65vw;
    width: 100vw;*/
    height: 56.25vw;
    width: 100vw;
  }
}
.home .hero-slider {
  position: relative;
  max-height: 100%;
  min-height: 100px;
  background: #555555;
}
.home .hero-slider img {
  width: 100%;
  max-width: 100%;
}
.home .hero-slider .flex-caption {
  display: none;
}
.home .hero-slider .down-arrow {
  display: block;
  width: 58px;
  height: 29px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/down-arrow.png?v=15462634135908036070") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -29px;
  z-index: 10;
}
.home .hero-slider .slick-dots {
  left: 39%;
}
@media (min-width: 480px) {
.home .hero-slider .slick-dots {
  left: 42%;
}
}
@media (min-width: 740px) {
.home .hero-slider .slick-dots {
  left: auto;
}
}
.home img {
  display: block;
}
.home h2 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  cursor: default;
  text-transform: uppercase;
}
@media (min-width: 480px) {
.home h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
}
@media (min-width: 740px) {
.home h2 {
  font-size: 45px;
  font-size: 4.5rem;
}
}
.home p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  line-height: 1.2em;
  color: #fff;
  cursor: default;
  text-transform: uppercase;
}
@media (min-width: 740px) {
.home p {
  font-size: 17px;
  font-size: 1.7rem;
}
}
.home p.accent-color {
  color: #00867a;
}
.home p.larger {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  line-height: 1em;
}
@media (min-width: 740px) {
.home p.larger {
  font-size: 45px;
  font-size: 4.5rem;
}
}
.home .section {
  position: relative;
  background: #000;
  clear: both;
  min-height: 100px;
}
.home .section img {
  width: 100%;
  max-width: 100%;
}
.home .section a {
  display: block;
  height: 100%;
  width: 100%;
}
.home .section .over-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
.home .section .over-text .inner-wrapper {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
  text-align: left;
}
.home .section .over-text .text-table {
  float: left;
  margin: auto;
  display: table;
  height: 100%;
  width: 43%;
  max-width: 402px;
  padding-left: 7%;
}
@media (min-width: 480px) {
.home .section .over-text .text-table {
  width: 50%;
}
}
@media (min-width: 960px) {
.home .section .over-text .text-table {
  padding-left: 10%;
}
}
.home .section .over-text .text-table .inner {
  display: table-cell;
  vertical-align: middle;
}
.home .section .over-text p {
  display: none;
  padding-right: 40px;
}
@media (min-width: 960px) {
.home .section .over-text p {
  display: block;
  margin-bottom: 0;
}
.home .section .over-text p.larger {
  margin-top: 10px;
}
}
.home .section .over-text p.sub-title {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
  width: 280px;
  margin: 0;
}
.home .section .over-text .cta-button, .home .section .over-text .product-modal, .home .section .over-text #content .salon-page .contact-info .book-online, #content .salon-page .contact-info .home .section .over-text .book-online, .home .section .over-text #product-loop input[type="submit"], #product-loop .home .section .over-text input[type="submit"], .home .section .over-text #product-loop .pre-order-button button, #product-loop .pre-order-button .home .section .over-text button, .home .section .over-text .collection #product-not-available a, .collection #product-not-available .home .section .over-text a, .home .section .over-text .collection #product-not-available .sold-out, .collection #product-not-available .home .section .over-text .sold-out, .home .section .over-text .product-page #product-description form input[type="submit"], .product-page #product-description form .home .section .over-text input[type="submit"], .home .section .over-text .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button .home .section .over-text button, .home .section .over-text .product-page #product-not-available .sold-out, .product-page #product-not-available .home .section .over-text .sold-out, .home .section .over-text .product-page #product-not-available a, .product-page #product-not-available .home .section .over-text a, .home .section .over-text #shopping-cart input[type='submit'], #shopping-cart .home .section .over-text input[type='submit'], .home .section .over-text
#shopping-cart a.button,
#shopping-cart .home .section .over-text a.button {
  display: none;
}
@media (min-width: 740px) {
.home .section .over-text .cta-button, .home .section .over-text .product-modal, .home .section .over-text #content .salon-page .contact-info .book-online, #content .salon-page .contact-info .home .section .over-text .book-online, .home .section .over-text #product-loop input[type="submit"], #product-loop .home .section .over-text input[type="submit"], .home .section .over-text #product-loop .pre-order-button button, #product-loop .pre-order-button .home .section .over-text button, .home .section .over-text .collection #product-not-available a, .collection #product-not-available .home .section .over-text a, .home .section .over-text .collection #product-not-available .sold-out, .collection #product-not-available .home .section .over-text .sold-out, .home .section .over-text .product-page #product-description form input[type="submit"], .product-page #product-description form .home .section .over-text input[type="submit"], .home .section .over-text .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button .home .section .over-text button, .home .section .over-text .product-page #product-not-available .sold-out, .product-page #product-not-available .home .section .over-text .sold-out, .home .section .over-text .product-page #product-not-available a, .product-page #product-not-available .home .section .over-text a, .home .section .over-text #shopping-cart input[type='submit'], #shopping-cart .home .section .over-text input[type='submit'], .home .section .over-text
#shopping-cart a.button,
#shopping-cart .home .section .over-text a.button {
  display: inline-block;
}
}
.home .section.right .text-table {
  float: right;
  padding-right: 15px;
  width: 50%;
}
@media (min-width: 480px) {
.home .section.right .text-table {
  padding-right: 20px;
}
}
@media (min-width: 960px) {
.home .section.right .text-table {
  padding-right: 0;
}
}
.popup-home.ui-dialog {
  width: 450px;
  padding: 0;
  position: fixed;
}
.popup-home.ui-dialog:active, .popup-home.ui-dialog:focus {
  outline: none;
}
.popup-home.ui-dialog .ui-dialog-titlebar {
  height: 0;
}
.popup-home.ui-dialog p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.popup-home.ui-dialog input[type=email] {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
}
.popup-home.ui-dialog input[type=email]::-webkit-input-placeholder {
  font-size: 10px;
  font-size: 1rem;
}
.popup-home.ui-dialog input[type=email]:-moz-placeholder {
  font-size: 10px;
  font-size: 1rem;
}
.popup-home.ui-dialog input[type=email]::-moz-placeholder {
  font-size: 10px;
  font-size: 1rem;
}
.popup-home.ui-dialog input[type=email]:-ms-input-placeholder {
  font-size: 10px;
  font-size: 1rem;
}
@media (min-width: 480px) {
.popup-home.ui-dialog input[type=email]::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.popup-home.ui-dialog input[type=email]:-moz-placeholder {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.popup-home.ui-dialog input[type=email]::-moz-placeholder {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.popup-home.ui-dialog input[type=email]:-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
}
.popup-home.ui-dialog #quiz_popup {
  overflow-x:hidden;
  overflow-y:auto;
}

.popup-home.ui-dialog #subscribe_popup {
  padding-top: 64px;
  max-width: 250px;
  width: 250px !important;
}
@media (min-width: 740px) {
.popup-home.ui-dialog #subscribe_popup {
  max-width: 370px;
  width: 370px !important;
}
}
.popup-home.ui-dialog #subscribe_popup #subs-container {
  padding-top: 30px;
}
.popup-home.ui-dialog #subscribe_popup input[type=submit].button#mc-embedded-subscribe {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  display: inline-block;
  width: 96px;
  margin: 0 auto;
  padding: 7px 0;
  border-radius: 0px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.popup-home.ui-dialog #subscribe_popup input[type=submit].button#mc-embedded-subscribe:hover {
  background: rgba(255, 255, 255, 0.5);
}
.popup-home.ui-dialog .popup-home-button {
  top: 5px;
  right: 5px;
}
.popup-home.ui-dialog .popup-quiz-button {
  top: 5px;
  right: 5px;
}


.ui-button.popup-quiz-button {
  background: url("popup-close.png") no-repeat center;
  background-size: contain;
  height: 40px;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}
#customer-wrapper {
  float: none;
  margin-top: 30px;
}
#customer-wrapper .template_header,
#customer-wrapper #forgot_password {
  text-transform: uppercase;
}
#customer-wrapper input[type="text"],
#customer-wrapper input[type="email"],
#customer-wrapper input[type="password"] {
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #e8e8e8;
}
@media (min-width: 740px) {
#customer-wrapper #template {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 40px;
  border-right: 2px solid #e8e8e8;
}
#customer-wrapper #create-customer {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding: 0 40px;
}
}
#content .salon-page .cta-button.dark:hover, #content .salon-page .dark.product-modal:hover, #content .salon-page .contact-info .book-online:hover, #content .salon-page #product-loop input.dark[type="submit"]:hover, #product-loop #content .salon-page input.dark[type="submit"]:hover, #content .salon-page #product-loop .pre-order-button button.dark:hover, #product-loop .pre-order-button #content .salon-page button.dark:hover, #content .salon-page #product-loop .pre-order-button .product-page #product-description form button:hover, #product-loop .pre-order-button .product-page #product-description form #content .salon-page button:hover, #content .salon-page #shopping-cart #product-loop .pre-order-button button[type='submit']:hover, #shopping-cart #product-loop .pre-order-button #content .salon-page button[type='submit']:hover, #content .salon-page #product-loop .pre-order-button #shopping-cart button[type='submit']:hover, #product-loop .pre-order-button #shopping-cart #content .salon-page button[type='submit']:hover, #content .salon-page .collection #product-not-available a.dark:hover, .collection #product-not-available #content .salon-page a.dark:hover, #content .salon-page .collection #product-not-available .dark.sold-out:hover, .collection #product-not-available #content .salon-page .dark.sold-out:hover, #content .salon-page .product-page #product-description form input[type="submit"]:hover, .product-page #product-description form #content .salon-page input[type="submit"]:hover, #content .salon-page .product-page #product-description form .pre-order-button button:hover, .product-page #product-description form .pre-order-button #content .salon-page button:hover, #content .salon-page .product-page #product-not-available .sold-out:hover, .product-page #product-not-available #content .salon-page .sold-out:hover, #content .salon-page .product-page #product-not-available a:hover, .product-page #product-not-available #content .salon-page a:hover, #content .salon-page #shopping-cart input[type='submit']:hover, #shopping-cart #content .salon-page input[type='submit']:hover, #content .salon-page
#shopping-cart a.button:hover,
#shopping-cart #content .salon-page a.button:hover, #content .salon-page #shappify_bundle button:hover, #shappify_bundle #content .salon-page button:hover {
  background: #00867a;
  color: #fff;
}
#content .salon-page h1 {
  border-bottom: 4px solid #000;
  text-transform: uppercase;
}
#content .salon-page h2 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px 0;
}
#content .salon-page .subheading {
  border-top: 4px solid #000;
  padding: 10px 0;
  text-transform: uppercase;
}
#content .salon-page img {
  display: block;
}
#content .salon-page p {
  text-transform: uppercase;
}
#content .salon-page .hero {
  position: relative;
  margin-bottom: 50px;
}
#content .salon-page .hero .over-text {
  color: #000;
  cursor: pointer;
  text-align: right;
}
@media (min-width: 740px) {
#content .salon-page .hero .over-text {
  position: absolute;
  bottom: 3px;
  right: 10px;
  color: #fff;
}
}
#content .salon-page .hero img {
  width: 100%;
  max-width: 100%;
}
#content .salon-page .hero .slide-show-hidden-container {
  display: none;
}
#content .salon-page .contact-info h3 {
  margin-bottom: 20px;
  padding-top: 8px;
  text-transform: uppercase;
}
#content .salon-page .contact-info span {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
}
#content .salon-page .contact-info a {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
#content .salon-page .contact-info p {
  margin: 0 0 10px 0;
}
#content .salon-page .contact-info .contact-blocks-left,
#content .salon-page .contact-info .contact-block-right {
  box-sizing: border-box;
  margin-bottom: 35px;
  float: none;
  width: 100%;
}
#content .salon-page .contact-info .contact-blocks-left:after,
#content .salon-page .contact-info .contact-block-right:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 740px) {
#content .salon-page .contact-info .contact-blocks-left:after,
#content .salon-page .contact-info .contact-block-right:after {
  display: none;
}
}
@media (min-width: 740px) {
#content .salon-page .contact-info .contact-blocks-left,
#content .salon-page .contact-info .contact-block-right {
  margin: 0;
  float: left;
  width: 50%;
}
}
#content .salon-page .contact-info .contact-blocks-left h2,
#content .salon-page .contact-info .contact-block-right h2 {
  border-bottom: 4px solid #000;
  clear: both;
}
#content .salon-page .contact-info .contact-blocks-left h2 {
  margin-right: 0;
}
@media (min-width: 740px) {
#content .salon-page .contact-info .contact-blocks-left h2 {
  margin-right: 5%;
}
}
#content .salon-page .contact-info .contact-blocks-left .contact-block {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
@media (min-width: 740px) {
#content .salon-page .contact-info .contact-blocks-left .contact-block {
  width: 40%;
  float: left;
  margin-left: 4%;
  margin-bottom: 0;
}
}
#content .salon-page .contact-info .contact-blocks-left .contact-block:first-of-type {
  margin: 0;
  padding-right: 20px;
}
#content .salon-page .contact-info .contact-blocks-left a {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  margin-top: 0;
  min-width: 103px;
}
#content .salon-page .contact-info .contact-blocks-left a,
#content .salon-page .contact-info .contact-blocks-left .book-online {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  width: 80%;
}
@media (min-width: 740px) {
#content .salon-page .contact-info .contact-blocks-left a,
#content .salon-page .contact-info .contact-blocks-left .book-online {
  width: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
}
#content .salon-page .contact-info .contact-block-right a.gift-card-link {
  max-width: 300px;
  float: left;
  width: 50%;
}
#content .salon-page .contact-info .contact-block-right a {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
}
#content .salon-page .contact-info .contact-block-right .gift-card-info {
  width: 36%;
  float: left;
  margin-right: 14%;
}
#content .salon-page .contact-info .contact-block-right .gift-card-info a {
  width: 275%;
}
@media (min-width: 480px) {
#content .salon-page .contact-info .contact-block-right .gift-card-info a {
  width: 100%;
}
}
#content .salon-page .services {
  clear: both;
}
#content .salon-page .services:before, #content .salon-page .services:after {
  content: '';
  display: table;
}
#content .salon-page .services:after {
  clear: both;
}
#content .salon-page .services .service-list {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
@media (min-width: 740px) {
#content .salon-page .services .service-list {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-right: 20px;
}
}
#content .salon-page .services .service-list p {
  margin: 0 0 10px 0;
}
#content .salon-page .services .service-list p br {
  display: none;
}
@media (min-width: 480px) {
#content .salon-page .services .service-list p br {
  display: block;
}
}
@media (min-width: 480px) {
#content .salon-page .services .service-list p {
  float: left;
  width: 49%;
  margin-right: 1%;
}
}
@media (min-width: 740px) {
#content .salon-page .services .service-list p {
  float: none;
  width: 100%;
  margin-right: 0;
}
}
#content .salon-page .services .service-list .cta-button, #content .salon-page .services .service-list .product-modal, #content .salon-page .services .service-list .contact-info .book-online, #content .salon-page .contact-info .services .service-list .book-online, #content .salon-page .services .service-list #product-loop input[type="submit"], #product-loop #content .salon-page .services .service-list input[type="submit"], #content .salon-page .services .service-list #product-loop .pre-order-button button, #product-loop .pre-order-button #content .salon-page .services .service-list button, #content .salon-page .services .service-list .collection #product-not-available a, .collection #product-not-available #content .salon-page .services .service-list a, #content .salon-page .services .service-list .collection #product-not-available .sold-out, .collection #product-not-available #content .salon-page .services .service-list .sold-out, #content .salon-page .services .service-list .product-page #product-description form input[type="submit"], .product-page #product-description form #content .salon-page .services .service-list input[type="submit"], #content .salon-page .services .service-list .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button #content .salon-page .services .service-list button, #content .salon-page .services .service-list .product-page #product-not-available .sold-out, .product-page #product-not-available #content .salon-page .services .service-list .sold-out, #content .salon-page .services .service-list .product-page #product-not-available a, .product-page #product-not-available #content .salon-page .services .service-list a, #content .salon-page .services .service-list #shopping-cart input[type='submit'], #shopping-cart #content .salon-page .services .service-list input[type='submit'], #content .salon-page .services .service-list
#shopping-cart a.button,
#shopping-cart #content .salon-page .services .service-list a.button {
  margin-top: 15px;
  clear: both;
  width: 100%;
  float: none;
}
@media (min-width: 480px) {
#content .salon-page .services .service-list .cta-button, #content .salon-page .services .service-list .product-modal, #content .salon-page .services .service-list .contact-info .book-online, #content .salon-page .contact-info .services .service-list .book-online, #content .salon-page .services .service-list #product-loop input[type="submit"], #product-loop #content .salon-page .services .service-list input[type="submit"], #content .salon-page .services .service-list #product-loop .pre-order-button button, #product-loop .pre-order-button #content .salon-page .services .service-list button, #content .salon-page .services .service-list .collection #product-not-available a, .collection #product-not-available #content .salon-page .services .service-list a, #content .salon-page .services .service-list .collection #product-not-available .sold-out, .collection #product-not-available #content .salon-page .services .service-list .sold-out, #content .salon-page .services .service-list .product-page #product-description form input[type="submit"], .product-page #product-description form #content .salon-page .services .service-list input[type="submit"], #content .salon-page .services .service-list .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button #content .salon-page .services .service-list button, #content .salon-page .services .service-list .product-page #product-not-available .sold-out, .product-page #product-not-available #content .salon-page .services .service-list .sold-out, #content .salon-page .services .service-list .product-page #product-not-available a, .product-page #product-not-available #content .salon-page .services .service-list a, #content .salon-page .services .service-list #shopping-cart input[type='submit'], #shopping-cart #content .salon-page .services .service-list input[type='submit'], #content .salon-page .services .service-list
#shopping-cart a.button,
#shopping-cart #content .salon-page .services .service-list a.button {
  display: inline-block;
  width: auto;
  float: left;
}
}
#content .salon-page .services .image-section {
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 20px 0;
}
@media (min-width: 480px) {
#content .salon-page .services .image-section {
  margin: 38px 0 0 0;
}
}
@media (min-width: 740px) {
#content .salon-page .services .image-section {
  box-sizing: border-box;
  width: 75%;
  float: left;
  margin-top: 0;
}
}
#content .salon-page .services .image-section img {
  width: 100%;
  max-width: 100%;
}
#content .salon-page .services .image-section .over-text {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 740px) {
#content .salon-page .services .image-section .over-text {
  padding: 10px 20px;
}
}
@media (min-width: 960px) {
#content .salon-page .services .image-section .over-text {
  padding: 40px;
}
}
#content .salon-page .services .image-section .over-text p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
#content .salon-page .services .image-section .over-text p {
  font-size: 34px;
  font-size: 3.4rem;
}
}
@media (min-width: 740px) {
#content .salon-page .services .image-section .over-text p {
  font-size: 40px;
  font-size: 4rem;
}
}
@media (min-width: 960px) {
#content .salon-page .services .image-section .over-text p {
  font-size: 46px;
  font-size: 4.6rem;
}
}
#content .salon-page .services .image-section .over-text p span {
  color: #00867a;
  display: block;
}
#content .salon-page .services .image-section .over-text p br {
  display: none;
}
@media (min-width: 960px) {
#content .salon-page .services .image-section .over-text p br {
  display: block;
}
}
#content .salon-page .filters {
  clear: both;
  margin: 0 0 20px 0;
}
#content .salon-page .filters:before, #content .salon-page .filters:after {
  content: '';
  display: table;
}
#content .salon-page .filters:after {
  clear: both;
}
@media (min-width: 480px) {
#content .salon-page .filters {
  margin: 40px 0;
}
}
#content .salon-page .filters .filter {
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 480px) {
#content .salon-page .filters .filter {
  width: 48%;
  float: left;
  padding: 0 0 50px;
  margin: 0 4% 10px 0;
}
}
@media (min-width: 740px) {
#content .salon-page .filters .filter.last {
  margin-right: 0;
}
}
#content .salon-page .filters .filter:nth-child(3n+3) {
  clear: both;
}
#content .salon-page .filters .filter:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 740px) {
#content .salon-page .filters .filter:nth-child(even) {
  margin-right: 2.6%;
}
#content .salon-page .filters .filter:nth-child(even).last {
  margin-right: 0;
}
}
@media (min-width: 740px) {
#content .salon-page .filters .filter {
  margin: 0 4% 10px 0;
}
}
@media (min-width: 960px) {
#content .salon-page .filters .filter {
  margin-bottom: 0;
  padding: 0;
}
}
@media (min-width: 740px) {
#content .salon-page .filters .filter {
  width: 23%;
  margin-right: 2.6%;
}
#content .salon-page .filters .filter:nth-child(3n+3) {
  clear: none;
}
}
#content .salon-page .filters .filter p {
  margin: 0 0 10px 0;
}
#content .salon-page .filters .filter .cta-button, #content .salon-page .filters .filter .product-modal, #content .salon-page .filters .filter .contact-info .book-online, #content .salon-page .contact-info .filters .filter .book-online, #content .salon-page .filters .filter #product-loop input[type="submit"], #product-loop #content .salon-page .filters .filter input[type="submit"], #content .salon-page .filters .filter #product-loop .pre-order-button button, #product-loop .pre-order-button #content .salon-page .filters .filter button, #content .salon-page .filters .filter .collection #product-not-available a, .collection #product-not-available #content .salon-page .filters .filter a, #content .salon-page .filters .filter .collection #product-not-available .sold-out, .collection #product-not-available #content .salon-page .filters .filter .sold-out, #content .salon-page .filters .filter .product-page #product-description form input[type="submit"], .product-page #product-description form #content .salon-page .filters .filter input[type="submit"], #content .salon-page .filters .filter .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button #content .salon-page .filters .filter button, #content .salon-page .filters .filter .product-page #product-not-available .sold-out, .product-page #product-not-available #content .salon-page .filters .filter .sold-out, #content .salon-page .filters .filter .product-page #product-not-available a, .product-page #product-not-available #content .salon-page .filters .filter a, #content .salon-page .filters .filter #shopping-cart input[type='submit'], #shopping-cart #content .salon-page .filters .filter input[type='submit'], #content .salon-page .filters .filter
#shopping-cart a.button,
#shopping-cart #content .salon-page .filters .filter a.button {
  margin-top: 10px;
}
#content .salon-page .filters .filter .cta-button.absolute, #content .salon-page .filters .filter .absolute.product-modal, #content .salon-page .filters .filter .contact-info .absolute.book-online, #content .salon-page .contact-info .filters .filter .absolute.book-online, #content .salon-page .filters .filter #product-loop input.absolute[type="submit"], #product-loop #content .salon-page .filters .filter input.absolute[type="submit"], #content .salon-page .filters .filter #product-loop .pre-order-button button.absolute, #product-loop .pre-order-button #content .salon-page .filters .filter button.absolute, #content .salon-page .filters .filter .collection #product-not-available a.absolute, .collection #product-not-available #content .salon-page .filters .filter a.absolute, #content .salon-page .filters .filter .collection #product-not-available .absolute.sold-out, .collection #product-not-available #content .salon-page .filters .filter .absolute.sold-out, #content .salon-page .filters .filter .product-page #product-description form input.absolute[type="submit"], .product-page #product-description form #content .salon-page .filters .filter input.absolute[type="submit"], #content .salon-page .filters .filter .product-page #product-description form .pre-order-button button.absolute, .product-page #product-description form .pre-order-button #content .salon-page .filters .filter button.absolute, #content .salon-page .filters .filter .product-page #product-not-available .absolute.sold-out, .product-page #product-not-available #content .salon-page .filters .filter .absolute.sold-out, #content .salon-page .filters .filter .product-page #product-not-available a.absolute, .product-page #product-not-available #content .salon-page .filters .filter a.absolute, #content .salon-page .filters .filter #shopping-cart input.absolute[type='submit'], #shopping-cart #content .salon-page .filters .filter input.absolute[type='submit'], #content .salon-page .filters .filter
#shopping-cart a.absolute.button,
#shopping-cart #content .salon-page .filters .filter a.absolute.button {
  position: absolute;
  bottom: 30px;
  margin-bottom: 0;
}
#content .salon-page .filters .filter.last h3 {
  margin: 0;
}
#content .salon-page .team {
  clear: both;
  position: relative;
}
#content .salon-page .team:before, #content .salon-page .team:after {
  content: '';
  display: table;
}
#content .salon-page .team:after {
  clear: both;
}
#content .salon-page .team .subheading {
  clear: both;
}
#content .salon-page .team .team-member {
  width: 32%;
  float: left;
  margin: 0 2% 24px 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
#content .salon-page .team .team-member.third {
  margin-right: 0;
}
@media (min-width: 740px) {
#content .salon-page .team .team-member.third {
  margin-right: 2.6%;
}
}
@media (min-width: 740px) {
#content .salon-page .team .team-member.fourth {
  margin-right: 0;
}
}
@media (min-width: 740px) {
#content .salon-page .team .team-member {
  margin-right: 2.6%;
  width: 23%;
}
}
#content .salon-page .team .team-member img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#content .salon-page .team .team-member h3.name {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 8px 0 0 0;
}
@media (min-width: 480px) {
#content .salon-page .team .team-member h3.name {
  font-size: 12px;
  font-size: 1.2rem;
}
}
@media (min-width: 740px) {
#content .salon-page .team .team-member h3.name {
  font-size: 17px;
  font-size: 1.7rem;
}
}
#content .salon-page .team .team-member .team-member-inner-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
#content .salon-page .team .team-member .team-member-inner-container {
  min-height: 220px;
}
}
#content .salon-page .team .team-member .over-text {
  position: absolute;
  background: #f2f2f2;
  top: 100%;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #000;
  -webkit-transition: top 200ms linear;
  transition: top 200ms linear;
  padding: 5%;
  height: 100%;
  display: none;
}
@media (min-width: 960px) {
#content .salon-page .team .team-member .over-text {
  display: block;
}
}
#content .salon-page .team .team-member .over-text .top-section {
  height: 67%;
  overflow: hidden;
}
@media (min-width: 1400px) {
#content .salon-page .team .team-member .over-text .top-section {
  height: 74.2%;
}
}
#content .salon-page .team .team-member .over-text .top-section p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1em;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-transform: none;
}
#content .salon-page .team .team-member .over-text .top-section p span {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  display: block;
  text-transform: uppercase;
  color: #00867a;
  padding: 10px 0;
  font-size: 17px;
  font-size: 1.7rem;
}
#content .salon-page .team .team-member .over-text .bottom-section {
  margin-top: 1%;
  bottom: 2%;
  opacity: 0;
  left: 5%;
}
#content .salon-page .team .team-member .over-text .bottom-section a,
#content .salon-page .team .team-member .over-text .bottom-section p {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  color: #00867a;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
}
#content .salon-page .team .team-member .over-text .bottom-section br {
  font-size: 3px;
}
#content .salon-page .team .team-member .over-text .bottom-section .link-wrapper {
  position: absolute;
  bottom: 5px;
}
#content .salon-page .team .team-member .over-text .bottom-section .social a {
  margin: 0 0.2em;
}
@media (min-width: 960px) {
#content .salon-page .team .team-member:hover .over-text {
  top: 0;
  -webkit-transition: top 200ms linear;
  transition: top 200ms linear;
}
#content .salon-page .team .team-member:hover .bottom-section {
  opacity: 1;
  -webkit-transition: opacity 0ms linear 150ms;
  transition: opacity 0ms linear 150ms;
}
}
#content .salon-page .team-view-all {
  clear: both;
  display: none;
  text-align: center;
  margin-top: 10px;
}
#content .salon-page .team-view-all:before, #content .salon-page .team-view-all:after {
  content: '';
  display: table;
}
#content .salon-page .team-view-all:after {
  clear: both;
}
#content .salon-page .none-exist {
  display: none;
  padding: 50px 0;
  text-align: center;
}
#content .salon-page .none-exist p {
  width: 80%;
  margin: auto;
}
.hide-mobile {
  display: none !important;
}
@media (min-width: 740px) {
.hide-mobile {
  display: inline-block !important;
}
}
.show-mobile {
  display: inline-block !important;
}
@media (min-width: 740px) {
.show-mobile {
  display: none !important;
}
}
.popup-team {
  background: #fff;
  padding: 22px 18px;
  max-height: 90%;
  overflow: auto;
}
.popup-team p {
  font-size: 22px;
  font-size: 2.2rem;
}
.popup-team .social {
  float: right;
}
.popup-team .social .fa {
  font-size: 30px;
  font-size: 3rem;
  margin-left: .5em;
}
.popup-team a {
  color: #00867a;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  text-transform: uppercase;
}
.ui-button.popup-team-button {
  background: url("popup-close-dark.png") no-repeat center;
  background-size: contain;
  height: 40px;
}

.popup-team-bio {
  background: #fff;
  text-align: left;
}
.popup-team-bio p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
.popup-team-bio p span {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  color: #00867a;
}
.popup-team-bio .bottom-section {
  clear: both;
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.popup-team-bio .bottom-section:before, .popup-team-bio .bottom-section:after {
  content: '';
  display: table;
}
.popup-team-bio .bottom-section:after {
  clear: both;
}
.popup-team-bio .bottom-section .links {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.popup-team-bio .bottom-section p,
.popup-team-bio .bottom-section a {
  font-size: 20px;
  font-size: 2rem;
  color: #00867a;
  display: inline-block;
  line-height: 1.3em;
  margin: 0.5em 0 0;
  cursor: pointer;
  text-transform: uppercase;
}
.popup-team-bio .bottom-section .social {
  width: 50%;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.popup-team-bio .bottom-section .social .social-links {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.popup-team-bio .bottom-section .social a {
  box-sizing: border-box;
  width: 25%;
  float: right;
  margin: 0;
}
.salonDialog .slick-track {
  height: 100%;
}
.salonDialog .slick-list {
  height: 100% !important;
}
.salonDialog .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 480px) {
.salonDialog .slick-arrow.slick-next {
  right: -60px;
}
}
.salonDialog img {
  max-height: 100%;
  margin: auto;
}
.salonDialog .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 480px) {
.salonDialog .slick-arrow.slick-prev {
  left: -60px;
}
}
.booking-popup .ui-widget-header {
  padding-top: 35px;
}
@media (min-width: 480px) {
.booking-popup .ui-widget-header {
  padding-top: 0;
}
}
.salonDialog-button {
  right: -20px;
}
@media (min-width: 480px) {
.salonDialog-button {
  right: -60px;
}
}
#page.about-page {
/*****************
  Rita Section
*****************/
/*****************
  Press Section
*****************/
/*****************
  Social Section
*****************/ }
#page.about-page h1 {
  border-bottom: 4px solid #000;
  text-transform: uppercase;
}
#page.about-page .quote {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
@media (min-width: 740px) {
#page.about-page .quote {
  font-size: 45px;
  font-size: 4.5rem;
}
}
#page.about-page .quote .author {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  text-transform: uppercase;
}
#page.about-page .loading-gif {
  display: block;
  margin: auto;
  padding: 50px 0;
}
#page.about-page .rita {
  clear: both;
}
#page.about-page .rita:before, #page.about-page .rita:after {
  content: '';
  display: table;
}
#page.about-page .rita:after {
  clear: both;
}
#page.about-page .rita .image-section {
  box-sizing: border-box;
  width: 50%;
  float: right;
  text-align: right;
}
#page.about-page .rita .image-section img {
  display: inline-block;
}
@media (min-width: 960px) {
#page.about-page .rita .image-section img {
  margin-right: 50px;
}
}
@media (min-width: 740px) {
#page.about-page .rita .image-section {
  box-sizing: border-box;
  width: 50%;
  float: left;
  float: left;
}
}
#page.about-page .rita .quote {
  box-sizing: border-box;
  width: 50%;
  float: right;
  font-family: 'TradeGothicLT', 'sans-serif';
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.1;
  max-width: 485px;
  position: relative;
  padding-left: 12px;
  color: #00867a;
}
@media (min-width: 480px) {
#page.about-page .rita .quote {
  font-size: 25px;
  font-size: 2.5rem;
}
}
@media (min-width: 740px) {
#page.about-page .rita .quote {
  font-size: 40px;
  font-size: 4rem;
  box-sizing: border-box;
  width: 50%;
  float: left;
  float: left;
  line-height: 1;
  max-width: 450px;
  padding: 0;
}
}
@media (min-width: 960px) {
#page.about-page .rita .quote {
  font-size: 45px;
  font-size: 4.5rem;
}
}
#page.about-page .rita .quote:before {
  font-family: 'TradeGothicLT', 'sans-serif';
  content: open-quote;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 740px) {
#page.about-page .rita .quote:before {
  left: -21px;
}
}
#page.about-page .rita .quote:after {
  font-family: 'TradeGothicLT', 'sans-serif';
  content: close-quote;
  display: inline;
}
#page.about-page .rita .rita-bio {
  box-sizing: border-box;
  width: 100%;
  float: left;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  clear: both;
  color: #000;
  text-transform: none;
}
  @inclue breakpoint($break-small) {
#page.about-page .rita .rita-bio {
  max-width: none;
}
}
@media (min-width: 850px) {
#page.about-page .rita .rita-bio {
  box-sizing: border-box;
  width: 50%;
  float: left;
  clear: none;
  max-width: 450px;
}
}
#page.about-page .press-id {
  clear: both;
  margin-bottom: 10px;
}
#page.about-page .press-id:before, #page.about-page .press-id:after {
  content: '';
  display: table;
}
#page.about-page .press-id:after {
  clear: both;
}
@media (min-width: 740px) {
#page.about-page .press-id {
  margin-bottom: 80px;
}
}
#page.about-page .press-id h2 {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 4px solid #000;
  margin: 0 0 40px 0;
}
#page.about-page .press-id .press-content {
  display: none;
  clear: both;
}
#page.about-page .press-id .gallery-item {
  display: block;
}
#page.about-page .press-id .gallery-item iframe {
  visibility: hidden;
}
#page.about-page .press-id .quote {
  box-sizing: border-box;
  width: 50%;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding-left: 5px;
  margin: 0;
}
#page.about-page .press-id .quote:before {
  content: open-quote;
  position: absolute;
  left: -10px;
}
@media (min-width: 480px) {
#page.about-page .press-id .quote {
  font-size: 30px;
  font-size: 3rem;
  padding-left: 10px;
}
}
@media (min-width: 740px) {
#page.about-page .press-id .quote {
  box-sizing: border-box;
  width: 100%;
  float: left;
  font-size: 40px;
  font-size: 4rem;
  margin: 10px 0 20px;
  clear: both;
}
}
@media (min-width: 960px) {
#page.about-page .press-id .quote {
  font-size: 45px;
  font-size: 4.5rem;
}
}
#page.about-page .press-id .quote.second-quote {
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin: 40px auto;
}
#page.about-page .press-id .quote.first-quote {
  padding-left: 10px;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 480px) {
#page.about-page .press-id .quote.first-quote {
  padding-left: 15px;
  font-size: 20px;
  font-size: 2rem;
}
}
@media (min-width: 740px) {
#page.about-page .press-id .quote.first-quote {
  padding-left: 30px;
  font-size: 25px;
  font-size: 2.5rem;
}
}
@media (min-width: 960px) {
#page.about-page .press-id .quote.first-quote {
  font-size: 35px;
  font-size: 3.5rem;
}
}
@media (min-width: 1400px) {
#page.about-page .press-id .quote.first-quote {
  font-size: 40px;
  font-size: 4rem;
}
}
#page.about-page .press-id .quote.first-quote:before {
  left: 0px;
}
@media (min-width: 480px) {
#page.about-page .press-id .quote.first-quote:before {
  left: 5px;
}
}
@media (min-width: 740px) {
#page.about-page .press-id .quote.first-quote:before {
  left: 10px;
}
}
#page.about-page .press-id .quote:first-child {
  padding-right: 20px;
}
#page.about-page .press-id .quote .close-quote {
  display: inline;
  position: relative;
}
#page.about-page .press-id .quote .close-quote:after {
  content: close-quote;
  position: absolute;
  left: 0;
}
#page.about-page .press-id .quote .author,
#page.about-page .press-id .quote span {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  color: #00867a;
  text-indent: 0;
  padding: 15px 0 0;
}
#page.about-page .press-id .press-item-section {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
@media (min-width: 740px) {
#page.about-page .press-id .press-item-section {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
}
#page.about-page .press-id .press-item-section img {
  width: 100%;
  max-width: 100%;
}
#page.about-page .press-id #magazines {
  display: none;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-two,
#page.about-page .press-id .magazine-three,
#page.about-page .press-id .magazine-four {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
}
#page.about-page .press-id .magazine-one {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
#page.about-page .press-id .magazine-one .press-item-section {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-one {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
}
#page.about-page .press-id .magazine-two .press-item-section {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
#page.about-page .press-id .magazine-three {
  clear: both;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-three .press-item-section {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
}
#page.about-page .press-id .magazine-three .load-more {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  display: block;
  border: 2px solid #000;
  padding: 25px 0;
  width: 100%;
  margin: auto;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-three .load-more {
  display: none;
}
}
#page.about-page .press-id .magazine-four {
  display: none;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-four {
  display: block;
}
}
#page.about-page .press-id .magazine-four .press-item-section {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
#page.about-page .press-id .magazine-last {
  clear: both;
  display: none;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-last {
  display: block;
}
}
#page.about-page .press-id .magazine-last .press-item-section {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
@media (min-width: 740px) {
#page.about-page .press-id .magazine-last .press-item-section {
  box-sizing: border-box;
  width: 25%;
  float: left;
}
}
#page.about-page .social-section h2 {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0 0 20px;
  border-bottom: 4px solid #000;
  margin: 0 0 30px;
  width: 100%;
}
#page.about-page .social-section iframe {
  display: none;
}
@media (min-width: 1300px) {
#page.about-page .social-section iframe {
  width: 110%;
  max-width: 110%;
  margin-left: -10%;
}
}
/*****************
**	Press Dialog
*****************/
.pressDialog {
  height: 100%;
}
.pressDialog .caption {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'TradeGothicLT', 'sans-serif';
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}
.pressDialog img {
  width: auto;
}
.pressDialog .slick-arrow .slick-prev {
  left: -40px;
}
.pressDialog .slick-arrow .slick-next {
  right: -40px;
}
.ui-button.pressDialogButton {
  top: 0;
}
@media (min-width: 480px) {
.ui-button.pressDialogButton {
  top: 2%;
}
}
@media (min-width: 960px) {
.collection header {
  margin-bottom: 0;
}
}
.collection h2 {
  border-bottom: 5px solid #000;
  display: inline-block;
  font-size: 7vw;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.collection #content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#collection-heading-container {
  background: #000;
  background-position: center top;
  background-size: cover;
  margin-bottom: 40px;
  max-width: 100%;
  padding: 100px 0;
}
#collection-heading {
  clear: both;
  max-width: 1000px;
  position: relative;
  float: none;
  margin: 0 auto;
  padding: 40px 12.5% 20px;
}
#collection-heading-container #collection-heading {
  padding: 0 12.5%;
}
#collection-heading-container #collection-heading h1,
#collection-heading-container #collection-heading p {
  border-bottom: none;
  color: #000;
  background:rgba(255,255,255,0.4);
}
#collection-heading-container #collection-heading h3
{
  border-bottom: none;
  color: #000;
}

#collection-heading-container #collection-heading h1 {
  display: inline-block;
  color: #000 !important;
}
#collection-heading h1,
#blog-heading h1,
#blog-heading h2 {
  border-bottom: 5px solid #000;
  font-size: 10vw;
  line-height: 1em;
  margin-bottom: .5rem;
  padding: 0;
  text-transform: uppercase;
  color:#000;
}
#collection-heading h3 {
  font-size: 5vw;
  line-height: 1em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
#collection-heading p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45em;
  margin: 0;
  color:#000;
 
  
}
@media (min-width: 480px) {
.collection h2 {
  font-size: 2.8rem;
}
#collection-heading, #collection-heading-container #collection-heading {
  padding: 0;
}
#collection-heading h1,
#blog-heading h1,
#blog-heading h2 {
  font-size: 6rem;
}
#collection-heading h3 {
  font-size: 2.25rem;
}
#collection-heading p {
  max-width: 40%;
  color:#000 !important;
  padding:5px;
  background:rgba(255,255,255,0.4);
}
}
@media (min-width: 740px) {
}
#rita-recommends {
  margin: 40px auto;
  max-width: 1000px;
  padding: 0 12.5%;
}
#rita-recommends p {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.25em;
  margin: 0;
}
#collection-video {
  margin: 40px auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 12.5%;
}
.padding-fix {
  margin: 0 -13px;
}
#collection-video p {
  font-size: 1.8rem;
  margin: 0 0 2.5rem;
}
#collection-video p:last-child {
  margin: 0;
}
.half-col, .third-col {
  margin-bottom: 30px;
  padding: 0 13px;
}
.half-col:last-child, .third-col:last-child {
  margin-bottom: 0;
}
.half-col img, .third-col img {
  max-width: 100%;
}
#collection-video iframe {
  height: 40.625vw;
  margin: 2.5rem 0 0;
}
@media (min-width: 480px) {
#rita-recommends {
  padding: 0;
}
#rita-recommends p {
  font-size: 3rem;
}
#collection-video {
  padding: 0;
}
.half-col, .third-col {
  float: left;
  margin-bottom: 0;
}
.half-col {
  width: 50%;
}
.third-col {
  width: 33.3333%;
}
#collection-video .half-col {
  float: right;
}
#collection-video iframe {
  height: 274px;
  margin: 0;
}
}
.collection-content {
  clear: both;
  max-width: 1000px;
  position: relative;
  float: none;
  margin: 0 auto 30px;
}
.collection-content img {
  display: block;
  margin: auto;
}
.collection-content img.show-desktop {
  display: none;
}
@media (min-width: 1400px) {
.collection-content img.show-desktop {
  display: block;
}
}
.collection-content img.show-tablet {
  display: none;
}
@media (min-width: 740px) {
.collection-content img.show-tablet {
  display: block;
}
}
@media (min-width: 1400px) {
.collection-content img.show-tablet {
  display: none;
}
}
.collection-content img.show-mobile {
  display: block;
}
@media (min-width: 740px) {
.collection-content img.show-mobile {
  display: none;
}
}
.collection-links {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
  height: 40px;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  clear: both;
  padding: 0;
}
@media (min-width: 480px) {
.collection-links {
  position: relative;
  z-index: 2;
  float: right;
  clear: both;
}
}
@media (min-width: 740px) {
.collection-links {
  border: none;
  display: block;
  text-align: right;
  float: none;
  width: auto;
  height: auto;
}
}
.collection-links li {
  display: block;
  width: 100%;
}
@media (min-width: 740px) {
.collection-links li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
}
}
.collection-links li.sort {
  display: none;
}
.collection-links li.sort.show-button {
  display: block;
  width: 100%;
}
.collection-links li.sort a {
  border: 1px solid #000;
  padding-right: 22px;
}
.collection-links li.sort a:after {
  content: '';
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  margin: -7px 0 0;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 14px solid #000;
}
.collection-links li a {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  color: #000;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
}
.collection-links li a:hover {
  color: #00867a;
}
@media (min-width: 740px) {
.collection-links li a {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
}
.collection-links li a:hover {
  color: #00867a;
}
}
.collection-links li.current a {
  color: #00867a;
}
.collection-links .dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  border-top: none;
  background: #fff;
  margin-top: -1px;
}
@media (min-width: 740px) {
.collection-links .dropdown {
  border: none;
  position: relative;
  display: block;
}
}
#product-loop {
  max-width: 1026px;
  padding: 0 13px;
  margin: auto;
}
#product-loop:last-child {
  margin: 0 auto 40px
}
#product-loop .padding-fix {
  clear: both;
  margin: 0 -13px;
}
#product-loop .padding-fix:before, #product-loop .padding-fix:after {
  content: '';
  display: table;
}
#product-loop .padding-fix:after {
  clear: both;
}
@media (min-width: 960px) {
#product-loop .padding-fix {
  margin: 0 -13px;
}
}
#product-loop .product-span {
  box-sizing: border-box;
  width: 100%;
  float: none;
  margin: 0 0 40px;
  padding: 0 12.5% 20px;
}
#product-loop .product-span:last-child {
  margin-bottom: 0;
}
#product-loop .product-span:nth-child(2n + 1) {
  clear: left;
}
#product-loop .product-span:nth-child(3n + 1) {
  clear: none;
}
@media (min-width: 480px) {
#product-loop .product-span {
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 13px 20px;
}
}
@media (min-width: 740px) {
#product-loop .product-span {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
}
#product-loop .product-span:nth-child(2n + 1) {
  clear: none;
}
#product-loop .product-span:nth-child(3n + 1) {
  clear: left;
}
}
#product-loop input[type="submit"], #product-loop .pre-order-button button, #product-loop .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button #product-loop button {
  border-radius: 0;
}
#product-loop input[type="submit"]:hover, #product-loop .pre-order-button button:hover, #product-loop .product-page #product-description form .pre-order-button button:hover, .product-page #product-description form .pre-order-button #product-loop button:hover {
  background: #000;
  color: #fff;
}
#product-loop label {
  display: none;
}
#product-loop .prod-container {
  position: relative;
}
#product-loop .prod-container .over-text {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 247, 247, 0.7);
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  padding: 21px 6%;
  text-align: left;
  display: none;
}
@media (min-width: 740px) {
#product-loop .prod-container .over-text {
  display: block;
}
}
#product-loop .prod-container .over-text .mCustomScrollBar,
#product-loop .prod-container .over-text .mCustomScrollBox,
#product-loop .prod-container .over-text .mCS_no_scrollbar_y {
  height: 100% !important;
}
#product-loop .prod-container .over-text p {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2em;
  margin: 0 0 25px 0;
}
#product-loop .prod-container .over-text p span {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
}
#product-loop .prod-container .over-text .price {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  color: #000;
}
#product-loop .prod-container .over-text .table {
  display: table;
  height: 100%;
}
#product-loop .prod-container .over-text .table .inner-table {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 740px) {
#product-loop .prod-container:hover .over-text {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
}
#product-loop .product-info {
  text-align: left;
  text-transform: uppercase;
}
#product-loop .product-info h3,
#product-loop .product-info p {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
}
#product-loop .product-info p {
  color: darkslategray !important;
  
  font-style: italic;
  font-size: 15.8px;
  font-size: 1.58rem;
  font-size: 1.3rem !important;
  text-transform:lowercase;
}
#product-loop .product-info p br {
  display: none;
}
@media (min-width: 480px) {
#product-loop .product-info p br {
  display: block;
}
}
@media (min-width: 480px) {
#product-loop .product-info p {
  font-size: 17px;
  font-size: 1.7rem;
}
}
#product-loop .product-info form {
  display: block;
}
@media (min-width: 740px) {
#product-loop .product-info form {
  display: block;
}
}
.custom-select-area .color-option {
  display: inline-block;
  margin-right: 5px;
}
.collection {
/* Need to have the important here */ }
.collection .selector-wrapper {
  display: none;
}
.collection input#quantity {
  display: none;
}
.collection #product-loop input[type="submit"], .collection #product-loop .pre-order-button button, .collection #product-loop .product-page #product-description form .pre-order-button button, .product-page #product-description form .pre-order-button .collection #product-loop button {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
  padding: 8px 16px;
}
.collection .product-info > a {
  display: block;
  margin: 0 0 15px;
}
.collection .product-info h3,
.collection .product-info p {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.collection .product-info p {
  color: #c9c9c8;
}
.collection .variant-photos {
  clear: both;
}
.collection .variant-photos:before, .collection .variant-photos:after {
  content: '';
  display: table;
}
.collection .variant-photos:after {
  clear: both;
}
.collection .variant-photos .variant {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 8px 0;
  position: relative;
}
.collection .variant-photos .variant img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.collection .variant-photos .variant.current:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
  top: -2px;
  left: -2px;
}
.collection .variant-photos .variant.clear:after {
  top: -3px;
  left: -3px;
}
.collection .variant-photos .variant.defaulttitle {
  margin: 0;
  padding: 0;
  height: 0;
}
.collection .variant-photos .variant.red, .collection .variant-photos .variant.black, .collection .variant-photos .variant.darkbrown, .collection .variant-photos .variant.darkbrownblack, .collection .variant-photos .variant.brown, .collection .variant-photos .variant.lightbrown, .collection .variant-photos .variant.darkblonde, .collection .variant-photos .variant.blonde, .collection .variant-photos .variant.highlights, .collection .variant-photos .variant.platinumblonde, .collection .variant-photos .variant.gray, .collection .variant-photos .variant.clear, .collection .variant-photos .variant.breakingbrass {
  background-size: contain;
}
.collection .variant-photos .variant.red img, .collection .variant-photos .variant.black img, .collection .variant-photos .variant.darkbrown img, .collection .variant-photos .variant.darkbrownblack img, .collection .variant-photos .variant.brown img, .collection .variant-photos .variant.lightbrown img, .collection .variant-photos .variant.darkblonde img, .collection .variant-photos .variant.blonde img, .collection .variant-photos .variant.highlights img, .collection .variant-photos .variant.platinumblonde img, .collection .variant-photos .variant.gray img, .collection .variant-photos .variant.clear img, .collection .variant-photos .variant.breakingbrass img {
  opacity: 0;
}
.collection .variant-photos .variant.red {
  background: #B22731;
}
.collection .variant-photos .variant.black {
  background: #000;
}
.collection .variant-photos .variant.darkbrown, .collection .variant-photos .variant.darkbrownblack {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-dark-brown.jpg?v=13175769451133021638") center no-repeat;
  background: #5b432b;
}
.collection .variant-photos .variant.brown {
  background: #5E442C;
}
.collection .variant-photos .variant.lightbrown {
  background: #ba8959;
}
.collection .variant-photos .variant.darkblonde {
  background: #c1b080;
}
.collection .variant-photos .variant.blonde {
  background: #F0D187;
}
.collection .variant-photos .variant.highlights {
  background: #fcf8ec;
}
.collection .variant-photos .variant.platinumblonde {
  background: #fff;
}
.collection .variant-photos .variant.gray {
  background: #7d7eab;
}
.collection .variant-photos .variant.breakingbrass {
  background: #7E7FA9;
}
.collection .variant-photos .variant.clear {
  background: #FFFFFF;
  border: 1px solid #000;
  visibility: visible;
}
.collection .variant-photos p.color-guide {
  cursor: pointer;
  text-transform: uppercase;
}
.collection .variant-photos p.color-guide img {
  display: none;
}
.collection span.variant-title-preview {
  display: none;
}

.collection #product-add {
  margin: 0;
}
.collection .add-to-cart-msg {
  display: none !important;
}
.collection #product-not-available a {
  border-radius: 0;
}
.collection #product-not-available a:hover {
  background: #000;
  color: #fff;
}
.collection #product-not-available .sold-out {
  border-radius: 0;
}
.hidden-reoccuring-form .product_rp_div {
  display: none !important;
}
.product-page {
  padding-top: 58px;
  max-width: 100%;
  box-sizing: border-box;
/*******************
** Related Products
********************/ }
.product-page h1 {
  font-size: 20px;
  font-size: 2rem;
  word-break: break-all;
}
@media (min-width: 480px) {
.product-page h1 {
  font-size: 30px;
  font-size: 3rem;
}
}
@media (min-width: 740px) {
.product-page h1 {
  font-size: 45px;
  font-size: 4.5rem;
  word-break: normal;
}
}
.product-page .product-price.mobile {
  font-size: 20px;
  font-size: 2rem;
  margin: -10px 0 20px;
}
.product-page .product-size {
  margin-left: .5em;
}
.product-page #product-photos {
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 740px) {
.product-page #product-photos {
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  padding-right: 25px;
}
}
.product-page #product-photos p.mobile-zoom {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
}
.product-page #product-photos p.mobile-zoom:before {
  content: '+';
  font-size: 1.5em;
  margin-right: 5px;
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
}
.product-page #product-right {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
@media (min-width: 740px) {
.product-page #product-right {
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
}
}
.product-page .left-thumbnails {
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
}
.product-page .left-thumbnails img {
  float: none;
}
.product-page .left-thumbnails p {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'TradeGothicLT', 'sans-serif';
  text-transform: uppercase;
  text-align: center;
}
.product-page .left-thumbnails .left-inner-thumbnails {
  position: relative;
  padding: 0 0 40px 0;
}
.product-page .left-thumbnails .left-inner-thumbnails.js-slick-slider {
  padding: 40px 0;
}
.product-page .left-thumbnails .left-inner-thumbnails.js-slick-slider a img.thumbnail {
  min-height: 80px;
  max-height: 80px;
  width: auto;
  max-width: none;
  min-width: 100%;
}
@media (min-width: 480px) {
.product-page .left-thumbnails .left-inner-thumbnails.js-slick-slider a img.thumbnail {
  min-height: 100px;
  max-height: 100px;
}
}
@media (min-width: 960px) {
.product-page .left-thumbnails .left-inner-thumbnails.js-slick-slider a img.thumbnail {
  min-height: 150px;
  max-height: 150px;
}
}
.product-page .left-thumbnails .left-inner-thumbnails .slick-arrow {
  top: auto;
  bottom: auto;
  left: 50%;
  margin-left: -25px;
}
.product-page .left-thumbnails .left-inner-thumbnails .slick-arrow.slick-prev {
  top: 0;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/vertical-top-arrow.png?v=16263206363004752444") top no-repeat;
  height: 35px;
}
.product-page .left-thumbnails .left-inner-thumbnails .slick-arrow.slick-next {
  bottom: -4px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/vertical-bottom-arrow.png?v=1604913837463787675") center no-repeat;
}
.product-page .left-thumbnails .left-inner-thumbnails .slick-arrow.slick-disabled {
  opacity: .2;
}
.product-page .left-thumbnails .video-thumbnails {
  max-width: 100%;
  padding: 25px 0 0;
  border-top: 2px solid #000;
  display: none;
}
.product-page .left-thumbnails .video-thumbnails.active {
  display: block;
}
.product-page .left-thumbnails .video-thumbnails img {
  float: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.product-page .left-thumbnails .video-thumbnails p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-page .left-thumbnails .zoom-trigger {
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  border-top: 2px solid #000;
  padding-top: 20px;
}
.product-page .main-image {
  box-sizing: border-box;
  width: 83.33333%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  float: left;
}
.product-page .main-image img {
  float: none;
  max-width: 100%;
  width: 100%;
}
.product-page .variant-photos {
  clear: both;
  margin-top: 30px;
}
.product-page .variant-photos:before, .product-page .variant-photos:after {
  content: '';
  display: table;
}
.product-page .variant-photos:after {
  clear: both;
}
.product-page .variant-photos .variant {
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  width: 58px;
  height: 58px;
  box-sizing: border-box;
}
.product-page .variant-list {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 740px) {
.product-page .variant-photos .variant {
  width: 46px;
  height: 46px;
}
.product-page .variant-list {
  margin-bottom: 0;
  text-align: left;
}
}
.product-page .variant-photos .variant img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.product-page .variant-photos .variant.red, .product-page .variant-photos .variant.black, .product-page .variant-photos .variant.darkbrown, .product-page .variant-photos .variant.darkbrownblack, .product-page .variant-photos .variant.brown, .product-page .variant-photos .variant.lightbrown, .product-page .variant-photos .variant.darkblonde, .product-page .variant-photos .variant.blonde, .product-page .variant-photos .variant.highlights, .product-page .variant-photos .variant.platinumblonde, .product-page .variant-photos .variant.gray, .product-page .variant-photos .variant.grey, .product-page .variant-photos .variant.breakingbrass, .product-page .variant-photos .variant.clear {
  background-size: contain;
}
.product-page .variant-photos .variant.red img, .product-page .variant-photos .variant.black img, .product-page .variant-photos .variant.darkbrown img, .product-page .variant-photos .variant.darkbrownblack img, .product-page .variant-photos .variant.brown img, .product-page .variant-photos .variant.lightbrown img, .product-page .variant-photos .variant.darkblonde img, .product-page .variant-photos .variant.blonde img, .product-page .variant-photos .variant.highlights img, .product-page .variant-photos .variant.platinumblonde img, .product-page .variant-photos .variant.gray img, .product-page .variant-photos .variant.grey img, .product-page .variant-photos .variant.breakingbrass img, .product-page .variant-photos .variant.clear img {
  opacity: 0;
}
.product-page .variant-photos .variant.red {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-red.jpg?v=17508922985379188087") center no-repeat;
}
.product-page .variant-photos .variant.red.gloss-variant {
  background: #B22731;
}
.product-page .variant-photos .variant.black {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-black.jpg?v=10994010308214739865") center no-repeat;
}
.product-page .variant-photos .variant.darkbrown, .product-page .variant-photos .variant.darkbrownblack {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-dark-brown.jpg?v=13175769451133021638") center no-repeat;
}
.product-page .variant-photos .variant.brown {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-brown.jpg?v=11834364166424899591") center no-repeat;
}
.product-page .variant-photos .variant.brown.gloss-variant {
  background: #5E442C;
}
.product-page .variant-photos .variant.lightbrown {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-light-brown.jpg?v=10253955712337763572") center no-repeat;
}
.product-page .variant-photos .variant.darkblonde {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-dark-blonde.jpg?v=17974521890566949332") center no-repeat;
}
.product-page .variant-photos .variant.blonde {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-blonde.jpg?v=11684862771849529940") center no-repeat;
}
.product-page .variant-photos .variant.blonde.gloss-variant {
  background: #F0D187;
}
.product-page .variant-photos .variant.highlights {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-highlights.jpg?v=13615707386069182460") center no-repeat;
}
.product-page .variant-photos .variant.platinumblonde {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-plat-blonde.jpg?v=888441924466521737") center no-repeat;
}
.product-page .variant-photos .variant.gray, .product-page .variant-photos .variant.grey {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-gray.jpg?v=10528035737559560452") center no-repeat;
}
.product-page .variant-photos .variant.breakingbrass {
  background: #7E7FA9;
}
.product-page .variant-photos .variant.clear {
  background: #FFFFFF;
  border: 1px solid #000;
  visibility: visible;
}
.product-page .variant-photos .color-guide {
  cursor: pointer;
  text-transform: uppercase;
}
.product-page .variant-photos .color-guide img {
  display: none;
}
.product-page #product-description h1 {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-page #product-description .product-price {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
}
.product-page #product-description .variant-photos h3 {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  border-top: 4px solid black;
  padding-top: 30px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.product-page #product-description .variant-photos .variant {
  position: relative;
  overflow: visible;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page #product-description .variant-photos .variant.current:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  background: transparent;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
}
.product-page #product-description .variant-photos .variant.clear:after {
  top: -3px;
  left: -3px;
}
.product-page #product-description .variant-photos p {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 10px 0;
}
.product-page #product-description .variant-photos p span {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  text-transform: uppsercase;
}
.product-page #product-description .variant-photos p.color-guide {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  font-size: 12.2px;
  font-size: 1.22rem;
  margin: 0 0 25px 0;
}
.product-page #product-description form {
  border: 0;
/*****************
** Replenish App
******************/ }
.product-page #product-description form #product-add {
  margin: 5px 0 0 0;
}
.product-page #product-description form #product-add label {
  float: none;
}
.product-page #product-description form .quanity-container {
  position: relative;
  border: 2px solid #000;
  max-width: 50%;
  margin: 20px auto;
  min-height: 25px;
}
@media (min-width: 740px) {
.product-page #product-description form .quanity-container {
  max-width: 200px;
  margin: 0;
}
}
.product-page #product-description form .quanity-container label {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 2;
  line-height: 1em;
  min-height: auto;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.product-page #product-description form .quanity-container input {
  width: 100%;
  position: relative;
  display: block;
  padding: 5px 0;
  border: 0;
  margin: 0;
  line-height: 1em;
  min-height: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.product-page #product-description form .quanity-container label + input {
  text-indent: 45px
}
.product-page #product-description form .quanity-container input:focus {
  line-height: 1em;
}
.product-page #product-description form input[type="submit"], #product-loop .pre-order-button .product-page #product-description form button, .product-page #product-description form .pre-order-button button {
  font-size: 12.2px;
  font-size: 1.22rem;
  border-radius: 0;
  margin: 10px 0 20px 0;
  padding: 15px 65px;
  text-transform: uppercase;
}
.product-page #product-description form input[type="radio"] {
  display: inline-block;
  width: auto;
}
.product-page #product-description form .select select[name="id"] {
  display: none;
}
.product-page #product-description form .select label {
  display: none;
}
.product-page #product-description form .select .selector-wrapper {
  display: none;
}
.product-page #product-description form .bold-ro {
  padding: 0;
  margin-top: 5px;
}
.product-page #product-description form .bold-ro label {
  line-height: 2em;
  padding: 0;
}
.product-page #product-description form .bold-ro label span {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 5px;
}
.product-page #product-description form .bold-ro .frequency_label {
  display: none;
}
.product-page #product-description form .bold-ro.bold_active .frequency_label {
  display: block;
  float: none;
  width: 100%;
  clear: both;
}
.product-page #product-description form .bold-ro.bold_active .frequency_label select {
  border: 2px solid #000;
  line-height: 2em;
  padding: 0 10px;
  border-radius: 0;
}
.product-page #product-description form .bold_active {
  background: none !important;
  background-color: none !important;
  border: none !important;
  padding: 0;
  margin-top: 5px;
}
.product-page #product-description form .one_time_div {
  padding: 0;
  margin-top: 15px;
}
.product-page #product-description form .one_time_div label {
  line-height: 2em;
  padding: 0;
}
.product-page #product-description form .recurring_title {
  display: none;
}
.product-page #product-description .promo-text-box {
  display: block;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #00867a;
  color: #fff;
  margin-bottom: 10px;
  padding: 13px;
}
.product-page #product-description .promo-text-box p {
  padding: 0;
  margin: 0;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  color: #fff;
}
.product-page #product-description .promo-text-box p span {
  font-weight: normal;
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
}
.product-page #product-description .subtitle,
.product-page #additional-info .subtitle {
  font-size: 17px;
  font-size: 1.7rem;
  border-top: 4px solid #000;
  text-transform: uppercase;
  padding-top: 30px;
  margin: 0 0 20px 0;
}
.product-page #product-description .subtitle.nobar,
.product-page #additional-info .subtitle.nobar {
  border-top: none;
  padding-top: 0;
}
.product-page #product-description .subtitle.accordion-heading,
.product-page #additional-info .subtitle.accordion-heading,
.product-page h2.accordion-heading {
  cursor: pointer;
  position: relative;
}
.product-page h2.accordion-heading {
	font-size: 2.4rem;
}
.product-page #product-description .subtitle.accordion-heading:after,
.product-page #additional-info .subtitle.accordion-heading:after,
.product-page h2.accordion-heading:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 35px;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/arrow-sprite_moble.jpg?4442");
  background: url("https://cdn.shopify.com/s/files/1/0982/0948/t/9/assets/arrow-sprite_mobile.jpg?4475744251239906687");
  background-position: bottom center;
}
.product-page h2.accordion-heading:after {
  top: 27px;
}
.product-page #product-description .subtitle.accordion-heading.open:after,
.product-page #additional-info .subtitle.accordion-heading.open:after,
.product-page h2.accordion-heading.open:after {
  background-position: top center;
}
.product-page .accordion-content {
  display: none;
}
.product-page #product-description .accordion-content,
.product-page #additional-info .accordion-content {
  font-family: 'TradeGothicLT', 'sans-serif';
  font-size: 12px;
  font-size: 1.2rem;
  display: none;
  padding: 0;
  line-height: 1.2;
  position: relative;
  border: 1px solid transparent;
}
.product-page #product-description .accordion-content p,
.product-page #additional-info .accordion-content p,
.product-page .accordion-content p {
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
.product-page #product-description .accordion-content p:last-child,
.product-page #additional-info .accordion-content p:last-child,
.product-page .accordion-content p:last-child {
  margin: 0;
}
.product-page h2 + .accordion-content {
  padding: 15px 0;
}
@media (min-width: 480px) {
.product-page h2.accordion-heading {
  font-size: 3rem;
}
.product-page #product-description .subtitle.accordion-heading:after,
.product-page #additional-info .subtitle.accordion-heading:after,
.product-page h2.accordion-heading:after {
  width: 9px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 30px;
  background-image: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/arrow-sprite.png?v=10559405880113894290");
}
.product-page .accordion-heading.accordion-mobile {
  cursor: default !important;
}
.product-page .accordion-heading.accordion-mobile:after {
  display: none !important;
}
.product-page .accordion-content.accordion-mobile {
  display: block !important;
  height: auto !important;
}
.product-page h2 + .accordion-content {
  padding: 0;
}
}
.product-page #product-description .product-social {
  margin: 0;
  padding: 0;
}
.product-page #product-description .product-social .share-icons {
  text-align: left;
}
.product-page #product-description .product-social .share-icons a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #00867a;
  margin: 0 15px 0 0;
}
.product-page #product-not-available .sold-out, .product-page #product-not-available a {
  font-size: 12.2px;
  font-size: 1.22rem;
  border-radius: 0;
  margin: 10px 0 20px 0;
  padding: 15px 65px;
  text-transform: uppercase;
}
.product-page #product-not-available .sold-out:hover {
  background: #000;
  color: #fff;
}
.product-page #related {
  margin-top: 46px;
}
.product-page #related h4 {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  border-top: 4px solid #000;
  padding-top: 10px;
}
@media (min-width: 480px) {
.product-page #related h4 {
  font-size: 29px;
  font-size: 2.9rem;
}
}
.product-page #related ul li {
  width: 32%;
  margin-right: 1.3%;
}
.product-page #related ul li img {
  width: 100%;
  max-width: 100%;
}
/****************
** Dialog PopUp Box
*****************/
.dark-arrows {
  position: relative;
}
.dark-arrows .slick-next {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/next-arrow-dark.png?v=11568192169429690208") center no-repeat;
}
.dark-arrows .slick-prev {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/prev-arrow-dark.png?v=14768329384845923102") center no-repeat;
}
.dark-arrows .ui-dialog-titlebar {
  height: 1px;
  position: relative;
}
.dark-arrows-button {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/popup-close-dark.png?v=2761430429174505032") center no-repeat;
  z-index: 99;
  top: 0;
}
.white-overlay .ui-widget-overlay {
  background: rgba(255, 255, 255, 0.9);
}
/*********************
** Color Popup Dialog
*********************/
.product-color-guide-PopUp {
  max-width: 95%;
  width: 95% !important;
}
/*********************
** Demo & Additional Info
**********************/
.product-page #demo-video {
  margin-top: 30px;
}
.product-page #demo-video-title {
  font-family: 'TradeGothicLT', 'sans-serif';
  font-size: 2.5rem;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}
.product-page #demo-video iframe {
  width: 100%;
}
.product-page #additional-info {
  border-bottom: 4px solid #000;
  margin-top: 0px;
  /*margin-top: 50px;*/
}
.product-page #additional-info .accordion-content {
  padding-bottom: 20px;
}
#product-awards {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
#product-awards .award-image {
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#product-awards .awards-gif {
  margin: 0 auto;
}
#product-awards p {
  font-size: 10px;
  font-weight: bold;
  margin: 10px auto 0;
  text-transform: uppercase;
  width: 80%;
}
@media (min-width: 740px) {
.product-page #demo-video {
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  margin-top: 0px;
  /*margin-top:50px*/
  padding-right: 25px;
}
.product-page #additional-info {
  border-bottom: none;
  box-sizing: border-box;
  /*margin-top: 55px;
  padding-top: 3.06rem;*/
  width: 41.66667%;
  float: right;
}
.product-page #additional-info .accordion-content {
  padding-bottom: 0;
}
#product-awards:not(:last-child) {
  margin-bottom: 30px;
}
}
/*********************
** How to Use Styles
**********************/
#how-to > p {
  margin-bottom: 20px;
}
#how-to p a {
  color: #00867a;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
#how-to h2 {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  text-transform: uppercase;
}
#how-to .how-to-video {
  overflow: hidden;
}
#how-to .how-to-gif {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/*********************
** From the Experts Styles
**********************/
#experts .expert-testimonial {
  overflow: hidden;
  padding-top: 20px;
}
#experts .expert-testimonial .logo {
  display: inline-block;
  float: right;
  margin-top: 1.5rem;
  position: relative;
}
#experts .expert-testimonial .logo img {
  display: block;
}
#experts .expert-testimonial .logo:before {
  background: #000;
  content: " ";
  display: block;
  height: 2px;
  left: -1em;
  position: absolute;
  top: 50%;
  width: .5em;
}
/*********************
** Product Sections
**********************/
.product-section {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.product-section h2 {
  border-top: 4px solid #000;
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  margin: 0;
  padding: 20px 0 0;
  text-transform: uppercase;
}
@media (min-width: 480px) {
.product-section {
  margin-top: 50px;

}
}
/*********************
** Questions and Answers Styles
**********************/
#faq dl {
  font-size: 2.25rem;
  line-height: 1.25em;
  margin: 0;
  padding-left: 1rem;
  padding-top: 20px;
}
#faq dt {
  font-weight: normal;
}
#faq dd {
  color: #00867a;
  font-style: italic;
  margin-bottom: 1em;
}
#faq dd:last-child {
  margin-bottom: 0;
}
#faq .square-button {
  background-color: #00867a;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-family: Open Sans;
  font-size: 12px;
  margin-top: 30px;
  padding: 6px 11px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 740px) {
#faq .square-button {
  font-size: inherit;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 20px;
}
}
/*********************
** Review App Styles
**********************/
#reviews .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star,
#reviews .yotpo .yotpo-bottomline .yotpo-icon-star,
#reviews .yotpo .yotpo-bottomline .yotpo-icon-half-star,
#reviews .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
#reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
#reviews .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
#reviews .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
#reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
#reviews .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
#reviews .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
#reviews .yotpo .write-review .yotpo-header .yotpo-icon,
#reviews .yotpo-nav-wrapper span {
  color: #00867a !important;
}
#reviews .yotpo .yotpo-review .yotpo-main .content-title,
#reviews .yotpo .yotpo-comment .yotpo-main .content-title,
#reviews .yotpo .yotpo-question .yotpo-main .content-title,
#reviews .yotpo .yotpo-review .yotpo-main .content-review,
#reviews .yotpo .yotpo-comment .yotpo-main .content-review,
#reviews .yotpo .yotpo-question .yotpo-main .content-review {
  color: #000 !important;
}
#reviews .yotpo .yotpo-default-button, #reviews .yotpo input[type="button"].yotpo-default-button {
  background: #00867a !important;
}
#reviews .yotpo-regular-box > .write-review-button {
  display: block !important;
}
#reviews .yotpo .yotpo-small-box, #reviews .yotpo .yotpo-regular-small-box,
#reviews .yotpo .yotpo-popup-box-medium,
#reviews .yotpo .yotpo-regular-box {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#reviews .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border: none  !important;
}
#reviews .yotpo .yotpo-reviews .yotpo-regular-box {
  box-sizing: border-box;
  border: none !important;
  padding-right: 3% !important;
}
#reviews .yotpo  a,
#reviews .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  color: #00867a !important;
}
#reviews .yotpo .yotpo-pager {
  clear: both;
  float: left;
  width: 100%;
}
@media (min-width: 740px) {
#reviews .yotpo .yotpo-reviews .yotpo-regular-box {
  width: 30.33%;
  float: left;
  margin: 0 0 0 3% !important;
  display: block !important;
}
}
#reviews .yotpo .yotpo-reviews .yotpo-regular-box .yotpo-icon-profile-social,
#reviews .yotpo .yotpo-reviews .yotpo-regular-box .yotpo-icon-profile {
  display: none !important;
}
#reviews .yotpo .yotpo-reviews .yotpo-regular-box.yotpo-template {
  margin: 0 !important;
}
#reviews .yotpo .yotpo-reviews .yotpo-regular-box.yotpo-template .yotpo-icon-profile-social,
#reviews .yotpo .yotpo-reviews .yotpo-regular-box.yotpo-template .yotpo-icon-profile {
  display: inline !important;
}
#reviews .yotpo .yotpo-reviews .yotpo-regular-box:nth-child(1) {
  margin-left: 0 !important;
}
#reviews .yotpo .yotpo-reviews .yotpo-regular-box:nth-child(3n+3) {
  clear: both;
  margin-left: 0 !important;
}
#reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile-social, #reviews .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile-social,
#reviews .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile-social {
  max-width: 12%;
  float: left;
}
#reviews .yotpo .yotpo-review .yotpo-main {
  margin-left: 0;
}
#reviews .yotpo-nav .yotpo-nav-primary {
  border-bottom: 2px solid #000;
}
#reviews .yotpo-logo-title,
#reviews .yotpo-icon-btn-big {
  display: none !important;
}
#reviews .yotpo-label.yotpo-small-box {
  padding: 0;
}
#reviews .yotpo label {
  color: #000 !important;
}
#shopping-cart h2 {
  border-bottom: 4px solid #000;
  text-transform: uppercase;
  font-size: 45px;
  font-size: 4.5rem;
  padding-top: 5px;
}
#shopping-cart tr {
  border-bottom: 2px solid #e8e8e8;
  text-transform: uppercase;
}
#shopping-cart td {
  text-align: center;
  width: 100%;
}
@media (min-width: 740px) {
#shopping-cart td {
  text-align: left;
  width: auto;
}
}
#shopping-cart .variant-title {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  color: #555555;
}
#shopping-cart .variant-swatch {
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.2em;
}
#shopping-cart .variant-swatch.red {
  background: #B22731;
}
#shopping-cart .variant-swatch.black {
  background: #000;
}
#shopping-cart .variant-swatch.darkbrown, #shopping-cart .variant-swatch.darkbrownblack {
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/swatch-dark-brown.jpg?v=13175769451133021638") center no-repeat;
  background: #5b432b;
}
#shopping-cart .variant-swatch.brown {
  background: #5E442C;
}
#shopping-cart .variant-swatch.lightbrown {
  background: #ba8959;
}
#shopping-cart .variant-swatch.darkblonde {
  background: #c1b080;
}
#shopping-cart .variant-swatch.blonde {
  background: #F0D187;
}
#shopping-cart .variant-swatch.highlights {
  background: #fcf8ec;
}
#shopping-cart .variant-swatch.platinumblonde {
  background: #fff;
}
#shopping-cart .variant-swatch.gray {
  background: #7d7eab;
}
#shopping-cart .discounted_price_in_cart {
  color: #00867a !important;
}
#shopping-cart .cart-title {
  vertical-align: middle;
}
#shopping-cart .cart-remove {
  text-align: center;
}
#shopping-cart .cart-remove span {
  font-size: 17px;
  font-size: 1.7rem;
}
@media (min-width: 740px) {
#shopping-cart .cart-remove span {
  font-size: 0;
}
}
#shopping-cart .cart-remove img {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  width: 2em;
}
#shopping-cart #basket-right h4 {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
}
#shopping-cart #basket-right h4 span {
  font-family: 'TradeGothicLT', 'sans-serif';
  text-transform: uppercase;
}
#shopping-cart input[type='submit'],
#shopping-cart a.button {
  margin: 10px 0 20px 0;
  padding: 15px 65px;
  border-radius: 0;
}
/***********************
* Regular Recomendations
************************/
#recommendations {
  clear: both;
}
#recommendations:before, #recommendations:after {
  content: '';
  display: table;
}
#recommendations:after {
  clear: both;
}
#recommendations h4 {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 13px 0 17px 0;
}
#recommendations a.title {
  font-family: 'TradeGothicLT-Light', 'sans-serif';
  font-weight: normal;
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase;
}
#recommendations a.title,
#recommendations p.sub-title {
  display: none;
}
#recommendations a.title br {
  display: none;
}
#recommendations p.sub-title {
  margin-top: 3px;
  color: #c9c9c8;
  text-transform: uppercase;
}
#recommendations ul {
  padding-top: 20px;
}
#recommendations ul li {
  float: left;
  width: 31%;
  margin-left: 3%;
}
#recommendations ul li:first-of-type {
  margin-left: 0;
}
@media (min-width: 480px) {
#recommendations a.title,
#recommendations p.sub-title {
  display: block;
}
}
/*****************
* Bundle app
*****************/
.bundle-wrap {
  float: left;
  box-sizing: border-box;
}
.bundles {
}
.bundles .bundle-info {
  font-size: 17px;
  font-size: 1.7rem;
  @inclue font(normal);
  display: block;
  text-transform: none;
}
.bundles h2 {
  font-family: 'TradeGothicLT', 'sans-serif';
  text-transform: uppercase;
  padding-bottom: 10px;
}
.action-button.submit {
  clear: both;
}
.action-button.submit:before, .action-button.submit:after {
  content: '';
  display: table;
}
.action-button.submit:after {
  clear: both;
}
#shappify_bundle {
  margin: 40px 0 20px !important;
  padding: 10px 0 0;
}
#shappify_bundle .product-wrapper {
  text-align: left;
  padding: 20px 40px 0;
  width: 100% !important;
}
@media (min-width: 650px) {
#shappify_bundle .product-wrapper {
  width: 25% !important;
  padding: 0 40px;
}
}
#shappify_bundle .bundle-form {
  display: table;
  vertical-align: middle;
  min-width: 100%;
  margin: 0 -20px;
}
#shappify_bundle .product-bundle .bundle-title {
  display: none;
}
#shappify_bundle .product-bundle .product-image {
  border: none;
  min-height: inherit;
  max-height: inherit;
  line-height: inherit;
  margin: 0 0 15px;
}
#shappify_bundle .product-bundle .product-image img {
  width: 100%;
  height: auto !important;
  max-height: inherit;
}
#shappify_bundle .product-bundle .bundle-name {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  text-transform: uppercase;
  margin: 0 0 15px;
}
#shappify_bundle .product-bundle .bdl-product-price {
  margin: 0 0 15px;
}
#shappify_bundle .product-bundle .bdl-product-price.regular {
  display: none;
}
#shappify_bundle .product-bundle.with-total .bundle-plus,
#shappify_bundle .product-bundle .bundle-plus {
  position: relative;
  vertical-align: top;
  margin-top: 0;
  width: 0;
  border: none;
}
@media (min-width: 650px) {
#shappify_bundle .product-bundle.with-total .bundle-plus,
#shappify_bundle .product-bundle .bundle-plus {
  margin-top: 15%;
  padding-top: 5px;
}
}
#shappify_bundle .product-bundle.with-total .bundle-plus img,
#shappify_bundle .product-bundle .bundle-plus img {
  display: none;
}
#shappify_bundle .product-bundle.with-total .bundle-plus:after,
#shappify_bundle .product-bundle .bundle-plus:after {
  content: '';
  display: block;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bundle-plus.png?v=7080875322772442877") no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
#shappify_bundle .product-bundle.with-total .bundle-total,
#shappify_bundle .product-bundle .bundle-total {
  margin-top: 0;
  width: 100% !important;
}
@media (min-width: 650px) {
#shappify_bundle .product-bundle.with-total .bundle-total,
#shappify_bundle .product-bundle .bundle-total {
  width: 25% !important;
  margin-top: 11%;
}
}
@media (min-width: 960px) {
#shappify_bundle .product-bundle.with-total .bundle-total,
#shappify_bundle .product-bundle .bundle-total {
  margin-top: 12%;
}
}
#shappify_bundle .product-bundle.with-total .bundle-equals,
#shappify_bundle .product-bundle .bundle-equals {
  position: relative;
  border: none;
}
#shappify_bundle .product-bundle.with-total .bundle-equals img,
#shappify_bundle .product-bundle .bundle-equals img {
  display: none;
}
#shappify_bundle .product-bundle.with-total .bundle-equals:after,
#shappify_bundle .product-bundle .bundle-equals:after {
  content: '';
  display: block;
  background: url("//cdn.shopify.com/s/files/1/0982/0948/t/22/assets/bundle-equals.png?v=10362293676509698917") no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -15px 0 0 -15px;
}
#shappify_bundle button {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  background: #000;
  text-transform: uppercase;
  border-radius: 0;
  padding: 18px;
}
#shappify_bundle button:hover {
  background: #00867a;
}
#shappify_bundle button span {
  border: 0;
  line-height: 1em;
}
#shappify_bundle button span.bottom-button {
  display: none;
}
#shappify_bundle select {
  font-family: 'TradeGothicLT-BoldTwo', 'sans-serif';
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #000;
  line-height: 2em;
  padding-left: 10px;
  width: 100%;
  display: block;
  margin: 10px 0;
  background: url(" //cdn.shopify.com/s/files/1/0982/0948/t/22/assets/arrow-sprite-down.png?v=18290341442811608823") no-repeat right center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#shappify_bundle select::-ms-expand {
  display: none;
}
#booking-page {
  max-width: 100%;
  box-sizing: border-box;
  overflow: scroll;
}
#booking-page iframe {
  max-width: 100%;
}
/* Recurring order product button/tab */
.product-page #product-description form input[type="submit"] {
  float: left;
}
.ro_widget {
  display: none;
}
body.product .ro_widget {
  display: block;
}
.ro_container{
  float: left;
  margin: 10px 0 20px 10px;
  position: relative;
  width: 210px;
}
.bold-ro__radio-div,
.bold-ro__order-interval-container  {
  display: none !important;
}
.ro_container a {
  background: #00867a;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.22rem;
  font-weight: normal;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform:  uppercase;
  width: 100%;
}
.bold-ro__toggle-div {
  background: #fff;
  border: solid 2px #ddd;
  padding: 6px;
  position: absolute;
  max-width: 100%;
  width: 100%;
  z-index: 40;
}
.bold-ro__toggle-div p:first-child {
  margin-top: 5px;
}
.product-page #product-description form .bold-ro__toggle-div label + .quanity-container {
  margin-top: -10px;
}
.product-page #product-description form .bold-ro__toggle-div .quanity-container #custom-interval {
}
.product-page #product-description form .bold-ro__toggle-div .quanity-container .custom-interval-unit {
  background: #fff;
  font-size: 1.2rem;
  height: 22px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 90%;
}
.bold-ro__toggle-div .custom_ro_total {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
.bold-ro__toggle-div .custom_ro_total span {
  display: inline-block;
  position: relative;
}
.bold-ro__toggle-div .custom_ro_total .price-strikethrough:after {
  background: rgb(185,87,89);
  content: " ";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 30%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
}
.bold-ro__toggle-div .custom_ro_total .price-discounted {
  color: rgb(185,87,89);
}
@media screen and (max-width: 739px) {
  .product-page #product-description form .ro_container{
    margin-left: 0;
    width: 100%;
  }
  .product-page #product-description form .bold-ro__toggle-div .quanity-container {
    margin: 10px 0;
  }
  #collection-heading-container {
  
  background:none !important;
  padding-top:20px;
  padding-bottom:10px;
  }
  .collection #content {
  margin-top:40px;
  }
}


.collection-links{
    display: none;
}
/*************
Homepage Overrides

**************/
header #nav li a {
    color: #000;
}
.call-to-action a {
  font-family: 'TradeGothicLT', 'sans-serif' !important; 
  text-transform: uppercase;
  font-weight:bold;
}
.call-to-action-item {
 width:45%;
  font-size:1.9em;
}
@media only screen and (max-device-width:1024px) and (orientation: portrait)  {

  .call-to-action-item {

  font-size:1.4em;
  margin-top:20px;
}
  
}