/* Fonts */


@font-face {
    font-family: 'Bryant';
    src: url('./fonts/bryant-regular-webfont.eot');
    src: url('./fonts/bryant-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bryant-regular-webfont.woff2') format('woff2'),
         url('./fonts/bryant-regular-webfont.woff') format('woff'),
         url('./fonts/bryant-regular-webfont.ttf') format('truetype'),
         url('./fonts/bryant-regular-webfont.svg#bryant_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BryantMedium';
    src: url('./fonts/BryantWebMedium.eot');
    src: url('./fonts/BryantWebMedium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bryant-medium-webfont.woff2') format('woff2'),
         url('./fonts/bryant-medium-webfont.woff') format('woff'),
         url('./fonts/Bryant-Medium.otf') format('opentype'),
    font-weight: normal;
    font-style: normal;

}

/*
-------------------------------------------------------------

TYPOGRAPHY

*/
body {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #403636;
  line-height: 36px; }

h1, h2, h3, h4 {
  font-family: "Oswald", "Helvetica", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

/*
Printing 
*/

.print-head{
  font-size: 16px;
  line-height: normal;
}

.order-date{
  font-size: 16px;
  line-height: normal;
}

table.rma-table{
  font-size: 16px;
}

/*

-------------------------------------------------------------

GLOBAL

*/
*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  padding: 0px;
  margin: 0px; }

body.body-modal-open {
  overflow: hidden; }

#viewport {
  overflow: hidden;
  width: 100%; }

.container {
  margin: auto;
  width: 85%;
  position: relative; }
  @media (max-width: 1250px) {
    .container {
      width: 95%; } }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }
      
.breadcrumbs {
  display: none;
}

body > div.main-container > div > div.col-main > ul > li > ul {
  /* error messages? */
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 1000;
    background-color: yellow;
    width: 100%;
    text-align: center;
    text-decoration: none;
    list-style: none;

}

@keyframes hl-succ {
  0% {
    background-color: #ddffdd;
    border-color:#aaddaa;
  }
  100% {
    background-color: transparent;
    border-color:transparent;
  }
}
@keyframes hl-err {
  0% {
    background-color: #ffdddd;
    border-color:#ddaaaa;
  }
  100% {
    background-color: transparent;
    border-color:transparent;
  }
}

 .messages {
  /*margin-top: -2em;*/
  margin-bottom: 1em;
  list-style: none;
  padding: 0 8%;
}
.messages ul ,
.messages ul li {
  margin:0;
  padding:0;
  list-style: none;

  font-size: 16px;
  font-weight: normal;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.messages li {
  padding:2px 10px;
  margin-left: 0.6777%;
  margin-right: 0.6777%;
  border-bottom: 1px solid transparent;
}
.messages li.error-msg {
  animation: hl-err 3s;
}
.messages li.success-msg {
  animation: hl-succ 3s;
}
.messages li.error-msg span {
  border-bottom:1px solid #e2231a;
}

/* general */

input:focus {
  outline: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s, all, ease;
  -moz-transition: 0.3s, all, ease;
  -ms-transition: 0.3s, all, ease;
  -o-transition: 0.3s, all, ease;
  transition: 0.3s, all, ease;
  color: #e2231a;}


a img {
  border: 0; }

a.mini-cart-summary { transition: none; }

.borderbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.position-center {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto; }

@media (max-width: 960px) {
  .hide-ipad {
    display: none; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

/*Components*/
button, .button {
  color: #ffffff;
  display: inline-block;
  background: transparent;
  border: 3px solid #e2231a;
  padding: 15px 40px;
  font-family: "Oswald", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .14s;
  outline:0;
  cursor:  pointer;
  }
  button:disabled span, .button:disabled span ,
  button:disabled, .button:disabled {
    color:#666;
    background-color:#fff;
    border-color:#666;
  }
  button:hover, .button:hover {
    background: #e2231a; }
  
  .button.button-black {
    color: #000000;
  }

.tabs {
  position: relative;
  padding: 0px;
  display: block;
  text-align: center;
  width: 100%;
  /*height: 1200px;*/
  float: left;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  @media (max-width: 767px) {
    .tabs {
      /*height: 1500px;*/ } }

section.specs {
  z-index:0;
}

/* Layout */
/* 

-------------------------------------------------------------

HEADER

*/
header {
  width: 100%;
  display: block;
  float: left;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-transition: 0.3s, all, ease;
  -moz-transition: 0.3s, all, ease;
  -ms-transition: 0.3s, all, ease;
  -o-transition: 0.3s, all, ease;
  transition: 0.3s, all, ease; }
  header.nav-height {
    top: -40px; }
    @media (max-width: 960px) {
      header.nav-height {
        top: -40px; } }
  header.unhide {
    top: -40px; }

body.nocallout header.nav-height {
  top: 0px; }
  @media (max-width: 960px) {
    body.nocallout header.nav-height {
      top: 0px; } }

body.nocallout {
  top: -50px !important;
}

body.nocallout header.nav-height.unhide {
  top: 0px; }

#logo {
  width: 120px;
  height: 55px;
  background: url("../images/assets/global/headerlogo-10.svg");
  background-size: cover;
  overflow: hidden;
  float: left;
  margin: 10px 0px 0px 0px;
  -webkit-transition: 0.3s, all, ease;
  -moz-transition: 0.3s, all, ease;
  -ms-transition: 0.3s, all, ease;
  -o-transition: 0.3s, all, ease;
  transition: 0.3s, all, ease; }
  @media (max-width: 960px) {
    #logo {
      width: 85px;
      height: 40px;
      margin: 10px 0px 0px 5px; } }



.waypoint {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 200px; }

/*Callout Styles*/
.callout {
  height: 40px;
  width: 100%;
  background: #efeff0;
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: relative;
  letter-spacing: 2.5px; }
  @media (max-width: 767px) {
    .callout {
      letter-spacing: 0;
        font-size: 14px; } }
  

  .callout .highlight {
    color: #e2231a; }
  .callout .close {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    transition: 0.2s; }
    .callout .close img {
      padding: 0px 10px; }
  .callout:before, .callout:after {
    content: " ";
    display: table;
    clear: both; }
    
    .callout a {
      color: #e2231a;
    }



/*

-------------------------------------------------------------

UPDATED NAVIGATION: February 2017;

*/

.viewport {position: relative; overflow: hidden; width: 100%; }


.navigation-main {

  height: 90px;
  width: 100%;
  border-bottom: solid 1px #d1d1d1;
  font-family: 'Bryant';
  background: white;
  padding: 0px 100px;
  position: relative;
  z-index: 99;

}

.navigation-main .logo{position: absolute; top: 20px; width: 104px;} 
 @media (min-width: 600px) and (max-width: 1432px) {
    .navigation-main .logo {
      z-index:100;
    }
  }

.navigation-main .container-1200{ margin: 0px auto 0px 300px;}

ul.main-nav {list-style-type: none; margin: 0px; padding: 0px; position: absolute; left: 300px; top: 25px; width: 100%; height: auto; z-index: 97;}

ul.main-nav li {display: inline-block; margin-right: 60px; cursor: pointer; font-size: 18px; font-weight: bold; text-transform: uppercase; letter-spacing: .05em;}

ul.main-nav li a {font-weight: bold;}

ul.main-nav .has-drop:hover {color: #e2231a;}

.main-nav a img {border: 0px;}

.nav-col {

  width: 21.25%;
  float: left;
  margin-right: 5%;

}

.col-370 {

  width: 32.4%;
  float: left;
  margin-right: 5%;

}

.nav-col.no-margin {margin-right: 0px;}

.nav-title {

  color: #231f20;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}

.new-window img{ vertical-align: top; margin-left: -5px; margin-top: -10px; }

.nav-title.underline {padding-bottom: 10px; border-bottom: solid 2px #efeff0; margin-bottom: 30px;}

.nav-title img {  vertical-align: middle; margin-right: 5px; }

.nav-title:hover {color: #e2231a;}

.dropnav {

  position:fixed;
  left:0px;
  top:130px;
  background:white;
  width:100%;
  height: auto;
  padding: 40px 0px 40px 0px;
  z-index:99;
  display:block;
  visibility:hidden;
  opacity:0;
  transition:0.3s all ease;
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  background-image: url(../images/assets/global/nav-mtn.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border-bottom: 1px #efefef solid;

}

.nav-group ul {list-style-type: none; margin: 15px 0px 0px 0px; padding: 0px; font-family: 'Bryant';}

.nav-group ul li{ display: block; float: none; margin: 0px; line-height: 24px;}

.nav-group ul li a{ display: block; float: none; font-size: 14px; color: #403636; font-weight: 400; letter-spacing: .025em;}

.nav-group ul li a:hover{ color: #e2231a;}

.nav-group ul li a.red{ color: #e2231a; font-weight: bold;}

.nav-group ul li a.red:hover{ color: #403636;}

.nav-group {margin-bottom: 30px;}

.nav-group.no-margin {margin-bottom: 0px;}

.has-drop.active-drop { border-bottom: solid 2px #e2231a; padding-bottom: 25px; }

.open.dropnav {opacity: 1;visibility:visible;}

.temp-banner {height: 700px; position: relative; background-color: #555555;}

.field-note-wrapper {

    width: 370px; height: 290px; overflow: hidden; position: relative; display: block; font-family: 'Bryant'; box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.21);

}

.field-note-wrapper img {position: absolute; top: 0px; left: 0px; z-index: 95; height: 100%; width: auto;}

.field-note-wrapper .overlay {
  
  background: rgba(0,0,0,.6); position: absolute; top: 0px; left: 0px; text-align: center; width: 100%; height: 100%;color: white; z-index: 98;

}

.content { margin-top: 60px; }

.field-note-wrapper .button {padding: 10px 20px; font-size: 16px; font-family: 'Bryant'; font-weight: regular;}

.field-note-wrapper .note-title {font-size: 30px; line-height: 1; font-family: 'Bryant'; letter-spacing: .05em; font-weight: normal; margin: 0px 0px 20px 0px;}

.field-note-wrapper span {font-size: 16px; line-height: 1; text-transform: none; font-weight: 400; text-transform: uppercase;}

.account-tools {list-style-type: none; margin: 0px; padding: 0px; position: absolute; right: 100px; top: 30px; z-index:98;}

.account-tools li {margin-right: 30px; display: inline-block;}

.search {border: solid 1px #e1e1e1; background: white url(../images/assets/global/icon-search.png) no-repeat 92% center; padding: 6px; }

.search input {text-transform: uppercase; font-size: 14px; font-family: 'Bryant'; border-radius: 0px; border: none; background: transparent; z-index: 99;  -webkit-appearance: none !important}

.show-tablet {display: none;}

.search-trigger {position: absolute; top: 17px; left: 15px;}

.open.mobile-modal {opacity: 1; visibility: visible; }

.mobile-modal {position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: white; z-index: 100; font-family: 'Bryant'; visibility: hidden; opacity:0; transition:0.3s all ease; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.mobile-modal .nav-title {font-size: 18px; display: block; padding: 15px 0px 15px 10px; margin-left: 10px;}

.mobile-modal .nav-title img {margin-right: 20px; vertical-align: top;}

.mobile-modal .nav-title.underline {margin-bottom: 0px;}

.nav-modal-title {background: #efeff1; padding: 30px; text-transform: uppercase; font-size: 32px; font-weight: bold; letter-spacing: .05em; font-family: 'Bryant';}

.mobile-nav-container {overflow-y: scroll; height: 100%; padding-bottom: 100px;}

.mobile-nav-container a:nth-last-child(2) {margin-bottom: 0px;}

.close-btn {position: absolute; right: 30px; top: 25px; height: 40px; width: 40px; display: block; cursor: pointer;}

.close-btn:hover span {background: #403636;}

.view-all {font-weight: 700; display: block; font-size: 16px; text-align: left; line-height: 30px; padding: 30px 0px 30px 93px; border-top: solid 2px #efeff0; text-transform: uppercase; letter-spacing: .05em;}

.view-all img {vertical-align: middle; display: inline-block; margin-top: -5px;}

.close-btn span {
  width: 40px;
  height: 3px;
  display: block;
  background: #d2d2d4;
   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 20px;
}

.close-btn span:first-child {
   -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 1550px) {

  .navigation-main .container-1200{ margin: 0px auto 0px 100px;}

}

@media (max-width: 1320px) {

  .navigation-main .container-1200{ margin: 0px auto 0px auto;}

}

@media (max-width: 1260px) {

  .nav-title { font-size: 16px; }

  .logo {left: 40px;}

  .account-tools {right: 40px;}

  .navigation-main .container-1200{ margin: 0px auto 0px 40px; width: 95%;}

  .col-370 { width: 40%; }

  .nav-group {margin-bottom: 20px;}
  
  .nav-group ul {margin: 20px 0px 0px 0px;}

  ul.main-nav {left: 200px;}

}

@media (max-width: 1024px) {

  .nav-title { font-size: 14px; }

  ul.main-nav li {margin-right: 30px;}
  
  .field-note-wrapper {

      width: 300px; height: 235;

  }

  .field-note-wrapper .note-title {font-size: 24px;}

  .field-note-wrapper span {font-size: 14px; }

}
 
@media (max-width: 950px) {

  ul.main-nav {list-style-type: none; margin: 52px auto 0px auto; padding: 0px; position: realtive; left: auto; top: auto; width: 100%; height: auto; z-index: 100; text-align: center;}
  
  ul.main-nav li {display: inline-block; margin-right: 20px; font-size: 14px;}

  ul.main-nav li:last-child {margin-right: 0px;}

  .navigation-main { padding: 0px; height: 100px;}

  .navigation-main .logo{ width: 60px; height: auto;}

  .account-tools {right: 30px; top: 20px;}

  .account-tools .hide-tablet {display: none;}

  .account-tools li {margin-right: 15px; display: inline-block;}
  .account-tools li:last-child {margin-right: 0px;}

  .dropnav {display: none;}

  .has-drop.active-drop {border-bottom: none; padding-bottom: 0px;}

  .search-trigger.show-tablet {display: block;}
  
  .nav-title img.new-window { vertical-align: middle; margin-left: 3px; margin-top: -10px; }

  ul.main-nav .has-drop:hover {color: #403636;}

}

/* Minicart. */
.dropnav.cart.dropnav.cart {
	font-size: 14px;/* Reset fontsize to be constant. */
	background-color: #fff;
	/*border: 1px solid #b4b4b4; */
	position: absolute;
	top: 170%;
	width: 400px;
	right: 10%;
	left: auto;
	height: auto;
	box-shadow: 0px 0px 5px #d1d1d1;
  padding: 15px 0px 40px 0px; 
}
body.checkout-cart-index .dropnav.cart {
	display: none !important;
}

nav.shrink .dropnav.cart.dropnav.cart {
	top: 165%;
}
/* Next two rulesets are for closed and open, respectively.
 * Using opacity there makes it fade in.
 */
.dropnav.cart.dropnav.cart {
	opacity:0;
}

.cart-drop.has-drop {
   -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    border-bottom: 0px; padding-bottom: 0px
}

.cart-drop.has-drop:hover { border-bottom: 0px; padding-bottom: 0px; 
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none ;}

.dropnav.cart.dropnav.cart.open {
	opacity:1;
}

/* Reset some more metrics */
.dropnav.cart.dropnav.cart * {
	padding:0;
	margin:0;
	width: auto;
	font-size: 1em;
	float:none;
  color: #000;
}

.dropnav.cart.dropnav.cart .cart ul.products {
	padding:0;
}
.dropnav.cart.dropnav.cart ul.products {
	margin: 0;
	padding:0;
	display: block;
    min-height:150px;
    max-height: 400px;
	overflow-y: auto;
}
.dropnav.cart.dropnav.cart .cart-empty {
	text-align:center;
	padding-top:1em;
}
.dropnav.cart.dropnav.cart ul.products li a.remove-btn ,
.dropnav.cart.dropnav.cart ul.products li .quantity a.remove-btn {
	display: none;
}
.dropnav.cart.dropnav.cart ul.products li .remove a.remove-btn {
	display: block;
}

.dropnav.cart.dropnav.cart ul.products li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 30px;
	margin: 0px;
	position: relative;
	clear:both;
	padding-left: 135px;
	min-height: 120px;
}
.dropnav.cart.dropnav.cart ul.products li:last-child {
	border: none;
}

.dropnav.cart.dropnav.cart ul.products li.noborder {
	border: none;
}
.dropnav.cart.dropnav.cart ul.products li h3 {
	font-size: 17px;
	letter-spacing: 1px;
	font-weight:400;
	display: block;
	margin-top: 8px;
}
.dropnav.cart.dropnav.cart ul.products li dl {
	font-family: "Open Sans", "Helvetica", sans-serif;
	font-size: 14px;
	line-height:16px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight:400;
	display: block;
	margin-top: 8px;
}
.dropnav.cart.dropnav.cart ul.products li dl dt ,
.dropnav.cart.dropnav.cart ul.products li dl dd {
	display: inline;
}
.dropnav.cart.dropnav.cart ul.products li h3 span {
	font-family: "Open Sans", "Helvetica", sans-serif;
	font-size:15px;
	color: #e2231a;
	display: block;
}
.dropnav.cart.dropnav.cart ul.products li h3 .change-affiliate-gift {
    color: #e2231a;
}

.dropnav.cart.dropnav.cart ul.products li .quantity * {
	vertical-align:bottom;
	line-height: 25px;
}
.dropnav.cart.dropnav.cart ul.products li .quantity {
	width: 100%;
	display: block;
	margin-top:8px;
}
.dropnav.cart.dropnav.cart ul.products li .quantity a, .dropnav.cart ul.products li .quantity input {
	display: inline-block;
}
.dropnav.cart.dropnav.cart ul.products li .quantity a {
	width:  25px;
	height: 25px;
	margin-top: 5px;
	background-repeat:no-repeat;
	background-position: center center;
}
.dropnav.cart.dropnav.cart ul.products li .quantity a#up {
	background-image: url(../images/assets/global/plus.png);
}
.dropnav.cart.dropnav.cart ul.products li .quantity a#down {
	background-image: url(../images/assets/global/minus.png);
}
.dropnav.cart.dropnav.cart ul.products li .quantity input {
	padding: 5px 8px;
	text-align: center;
	margin: 0 5px;
}
.dropnav.cart.dropnav.cart ul.products li .quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.dropnav.cart.dropnav.cart ul.products li div.remove {
	display: block;
	text-align: right;
	position: absolute;
	margin-top:-13px;
	top:  50%;
	right:30px;
}
.dropnav.cart.dropnav.cart ul.products li .remove img {
	opacity: 0.5;
	transition: 0.2s opacity ease;
}
.dropnav.cart.dropnav.cart ul.products li .remove img:hover {
	opacity: 1;
}

.dropnav.cart.dropnav.cart ul.products li .thumb {
	padding:0;
	width: 95px;
	height: auto;
	position: absolute;
	left: 30px;
	top: 10px;
	margin: auto;
}
.dropnav.cart.dropnav.cart ul.products li .thumb img {
	width: 100%;
	height: auto;
}


.dropnav.cart.dropnav.cart .button {
	padding: 0.65em 2.1em;
	color: #000;
	text-align: center;
	margin:auto;
	font-size: 16px;
}
.dropnav.cart.dropnav.cart .subtotal h3 {
	text-align: left;
	position: relative;
	font-size:1.3em;
	line-height: 1.4em;
}
.dropnav.cart.dropnav.cart .subtotal h3 span {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
}
.dropnav.cart.dropnav.cart .minicart-actual-footer {
	padding:1em 2em;
	box-shadow: #fff 0px -29px 21px -18px;
	position: relative;
	border-top: 1px solid #b4b4b4;
}
.dropnav.cart.dropnav.cart .minicart-actual-footer .minicart-buttons a {
	margin-top:1em;
	display: block;
}

/* Stick the cart to the right when narrow enough. */
@media (max-width: 1250px) {
	.dropnav.cart.dropnav.cart {
		right: 0;
	}
}
/* Stick the cart to the right when narrow enough. */
@media (max-width: 450px) {
	.dropnav.cart.dropnav.cart {
		right: 0px;
	}
}

.dropnav.cart.cart-initial-loading .products.items {
	height:140px;
	background:url('../images/assets/global/ajax_load.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

/* End of the minicart thing */
/*****************************/

.subtotal h3 {
	font-size: 18px;
	width: 100%;
	float: right;
	text-align: right;
	font-weight: 400;
	padding: 10px 30px;
}

.subtotal span {
	/* font-family: "Open Sans", "Helvetica", sans-serif; */
	font-weight: 400;
	text-transform: none;
	color: #e2231a;
	letter-spacing: normal;
}

#menu-btn {
  display: none;
  position: relative;
  width: 30px;
  float: right;
  margin: 15px 10px 0px 0px; }

.minicart, .minisupport, .minisearch {
  display: none;
  position: relative;
  float: right;
  margin: 13px 30px 0px 0px; }

#menu-btn a {
  display: block; }

#menu-btn span {
  display: block;
  height: 2px;
  background: #231f20;
  margin: 5px 0px;
  transform: rotate(0deg);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.mobile-logo {
  display: none; }

#menu-btn.opened a {
  height: 30px;
  width: 30px;
  margin-top: -5px; }
#menu-btn.opened span.middle {
  display: none; }
#menu-btn.opened span.top {
  -webkit-transform: translateY(15px) rotate(45deg);
  -moz-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
  margin: 0px; }
#menu-btn.opened span.bottom {
  -webkit-transform: translateY(13px) rotate(-45deg);
  -moz-transform: translateY(13px) rotate(-45deg);
  -ms-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  margin: 0px; }

@media (max-width: 960px) {
  #menu-btn {
    display: block; }

  .minicart, .minisupport, .minisearch {
    display: block;
  }
 }

nav.mobile {
  position: fixed;
  overflow: scroll;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: none; }
  nav.mobile ul {
    margin: 0;
    padding: 30px 0px;
    overflow: scroll;
    list-style-type: none; }
    nav.mobile ul li {
      margin: 20px auto; }
      nav.mobile ul li a {
        font-family: "Oswald", "Helvetica", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        color: black;
        transition: 0.3s all ease; }
        nav.mobile ul li a:hover {
          color: #e2231a; }
    nav.mobile ul.bottom {
      margin-bottom: 150px; }
      nav.mobile ul.bottom li a {
        color: #999; }
        nav.mobile ul.bottom li a:hover {
          color: #e2231a; }
  nav.mobile .line {
    width: 50%;
    margin: 0px auto;
    height: 1px;
    background: #ccc;
    display: block; }
  @media (max-width: 960px) {
    nav.mobile.active {
      display: block;
      -webkit-overflow-scrolling: touch; } }

body.nocallout .dropnav {
  top: 90px; 
}

body.nocallout nav.shrink .dropnav {
  top: 60px; }

header.nav-height nav.shrink .dropnav {
  top: 90px; }

header.nav-height.unhide nav.shrink .dropnav {
  top: 110px; }

  .field-note-wrapper .content { margin-top: 60px; }

  /* positioning of minicart ************************************************************/
/****************************************************************************/

body.nocallout .dropnav.mini {
  top: 60px; }

body.nocallout nav.shrink .dropnav.mini {
  top: 60px; }

header.nav-height nav.shrink .dropnav.mini {
  top: 60px; }

header.nav-height.unhide nav.shrink .dropnav.mini {
  top: 60px; }

.bottom nav.shrink ul.products {
  padding: 0; }

.bottom nav.shrink .cart ul.products {
  padding: 0 0 25px 0; }
  
.fullvideo {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .fullvideo iframe {
    margin-top: 200px; }
    @media (max-width: 450px) {
      .fullvideo iframe {
        margin-top: 100px;
        width: 100%;
        height: auto; } }
  .fullvideo .close {
    width: 30px;
    height: 30px;
    padding: 5px;
    background: url("../images/assets/global/closelrg-white.png");
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: fixed;
    top: 50px;
    right: 100px; }
    .fullvideo .close:hover {
      border: none; }
    @media (max-width: 960px) {
      .fullvideo .close {
        right: 30px; } }
  .fullvideo.active {
    visibility: visible;
    opacity: 1; }


/* Search results ************************************************/
/****************************************************************************/

.catalogsearch-result-index .hero {
  padding-top: 90px; }
  .catalogsearch-result-index .internal .hero .slide {
    height: auto; }
  .catalogsearch-result-index .internal .hero .slide .hero-text-center {
    padding-top: 140px;
    padding-bottom: 40px; }
  .catalogsearch-result-index .internal .hero .slide .hero-text-center h2 {
    color: #231f20;
    font-size: 40px;
    font-weight: bold; }
  .catalogsearch-result-index .internal .hero .slide .hero-text-center p {
    color: #231f20;
    text-transform: uppercase;
    font-size: 16px; }

  .catalogsearch-result-index .internal .hero.seach_empty {
    padding-top: 20px;
    text-align: center; }
  .catalogsearch-result-index .internal .hero.seach_empty p {
    color: #231f20;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 20px; }

  .catalogsearch-result-index .searchindex-result-category ul {
    display: block;
    padding: 0;
    margin: 24px 0 40px 0; }
  .catalogsearch-result-index .searchindex-result-category ul li .image-container {
    background-size: cover;
    background-color: #f8f8f8;
    background-position: center;
    min-height: 280px;
    border-radius: 2px; }
    @media (max-width: 1432px) {
      .catalogsearch-result-index .searchindex-result-category ul li .image-container {
        min-height: 240px; } }
    @media (max-width: 960px) {
      .catalogsearch-result-index .internal .hero .slide .hero-text-center {
        padding-top: 70px;
        padding-bottom: 0px; }
      .catalogsearch-result-index .searchindex-result-category ul li .image-container {
        min-height: 220px; } }


  
  .searchindex-result.searchindex-result-category ul li {
    padding: 1px 0px;
    list-style-type: none;
    position: relative;
    border-radius: 4px;
    display: block;
    /* Responsive stuff */
    width: 31.94444%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%;
    margin-top: 0.69444%;
    margin-bottom: 0.69444%; }
    @media (max-width: 1432px) {
      .catalogsearch-result-index .searchindex-result-category ul li .image-container {
        min-height: 240px; } }
    @media (max-width: 960px) {
      .catalogsearch-result-index .searchindex-result-category ul li .image-container {
        min-height: 220px; } }
    @media (max-width: 479px) {
      .catalogsearch-result-index .searchindex-result-category ul li .image-container {
        min-height: 220px; } }

    @media (max-width: 960px) {
      .catalogsearch-result-index .searchindex-result-category ul li {
        width: 48.61112%; } }
    @media (max-width: 767px) {
      .catalogsearch-result-index .searchindex-result-category ul li {
        width: 98.61112%; } }

    .searchindex-result.searchindex-result-category ul li .info-metas,
    .searchindex-result.searchindex-result-category ul li .info-metas-layer {
      position: absolute;
      padding: 20px;
      top: 0;
      right: 0;
      left: 0;
      width: 100%; }
    .searchindex-result.searchindex-result-category ul li .info-metas-layer {
      opacity: 0.6;
      height: 100%;
      background-color: black;
      border-radius: 4px; }
    .searchindex-result.searchindex-result-category ul li .info-metas p {
      color: white;
      font-weight: 100;
      letter-spacing: 4px;
      font-family: "Oswald", "Helvetica", sans-serif;
      text-align: left;
      margin: 0; }
    .searchindex-result.searchindex-result-category ul li .info-metas .metas-name {
      font-size: 36px;
      text-transform: uppercase; }
    .searchindex-result.searchindex-result-category ul li .info-metas .metas-description {
      font-family: "Open Sans", "Helvetica", sans-serif;
      font-size: 18px;
      line-height: 1.2;
      margin-top: 24px; }

.search-result.category .cards .panel img {
  margin: 0; }
.search-result .cards .panel .button-add-to-card,
.search-result .cards .panel .button-view-item,
.search-result .cards .panel .button-view-details {
  margin-top: 8px;
  padding: 4px 12px; }
.search-result.category .cards .panel.active .panel-info p {
  opacity: 1; }

.search-result .cards .panel .ratings span {
  font-size: 16px;
  font-weight: bold; }
.search-result .cards .panel .ratings .rating-box {
  display: inline-block;
  float: inherit; }


/*

-------------------------------------------------------------

FOOTER

*/
footer {

  display: block;
  position: relative;
  float: left;
  width: 100%;
  background: black;
  padding: 0 20px; }
  @media (max-width: 767px) {
    footer {
      padding-top: 100px; } }
  footer:before, footer:after {
    content: "";
    display: table;
    clear: both; }
  footer .wrapper {
    padding: 80px;
    max-width: 1600px;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 767px) {
      footer .wrapper {
        padding: 0px; } }
    footer .wrapper:before, footer .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    footer .wrapper .footer-form {
      width: 31.94444%;
      float: left;
      margin-left: 0.69444%;
      margin-right: 0.69444%;
      float: right; }
      footer .wrapper .footer-form label {
        font-family: "Oswald", "Helvetica", sans-serif;
        text-transform: uppercase;
        padding: 6px 0;
        font-size: 15px;
        color: #fff;
        letter-spacing: 4px; }
        footer .wrapper .footer-form label span {
          display: block;
          padding-bottom: 14px; }
        footer .wrapper .footer-form label input {
          font-family: "Open Sans", "Helvetica", sans-serif;
          -webkit-appearance: none;
          height: 55px;
          border: 10px solid #202020;
          vertical-align: middle;
          margin-bottom: 34px; }
          footer .wrapper .footer-form label input[type="text"], footer .wrapper .footer-form label input[type="email"] {
            background: #202020;
            width: 66.6666%;
            text-transform: none;
            padding-left: 20px;
            border-right: 0px;
            transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
            border-radius: 0;
            box-shadow: none;
            font-size: 12px;
            color: #595959; }

            footer .wrapper .footer-form label input[type="text"]:focus, footer .wrapper .footer-form label input[type="email"]:focus {
              background: #eee;
              box-shadow: none;
              font-size: 14px; }
            footer .wrapper .footer-form label input[type="text"][type="submit"] {
              cursor: pointer;
              border-radius: 0px !important;
              box-shadow: none !important; }
          footer .wrapper .footer-form label input:focus {
            outline: none;
            -webkit-outline: none;
            -moz-outline: none; }
        footer .wrapper .footer-form label .button {
          font-size: 14px;
          cursor: pointer;
          border-radius: 0px !important;
          box-shadow: none !important;
          background: #e2231a !important;
          font-family: "Open Sans", "Helvetica", sans-serif;
          color: white;
          width: 33.3333%;
          border-left: 0px;
          text-transform: capitalize !important;
          padding: 0; }
    footer .wrapper .footer-logo {
      width: 15.27778%;
      float: left;
      margin-left: 0.69444%;
      margin-right: 0.69444%; }
      footer .wrapper .footer-logo img {
        height: 40px; }
    footer .wrapper .footer-list {
      width: 15.27778%;
      float: left;
      margin-left: 0.69444%;
      margin-right: 0.69444%; }
      footer .wrapper .footer-list h1, footer .wrapper .footer-list h2, footer .wrapper .footer-list h3, footer .wrapper .footer-list h4, footer .wrapper .footer-list h5 {
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        letter-spacing: 4px;
        margin-top: 0;
        padding-top: 0; }
      footer .wrapper .footer-list ul {
        list-style: none;
        padding-left: 0; }
        footer .wrapper .footer-list ul li {
          list-style: none;
          font-family: "Oswald", "Helvetica", sans-serif;
          text-transform: uppercase; }
          footer .wrapper .footer-list ul li a {
            color: #999;
            transition: .1s;
            text-decoration: none;
            display: block;
            font-size: 15px;
            letter-spacing: 4px; }
            footer .wrapper .footer-list ul li a:hover {
              color: #e2231a; }
    @media (max-width: 1024px) {
      footer .wrapper .footer-logo {
        display: none; }
      footer .wrapper .footer-form {
        width: 23.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        float: right; }
      footer .wrapper .footer-list {
        width: 23.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 960px) {
      footer .wrapper .footer-form {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        float: none; }
      footer .wrapper .footer-list {
        width: 31.94444%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      footer .wrapper .footer-form {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        float: none; }
      footer .wrapper .footer-list {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; }
        footer .wrapper .footer-list h1, footer .wrapper .footer-list h2, footer .wrapper .footer-list h3, footer .wrapper .footer-list h4, footer .wrapper .footer-list h5 {
          padding-bottom: 0px; } }
  footer .legal {
    padding: 24px;
    text-align: center;
    border-top: 1px solid #2e2e2e; }
    footer .legal p {
      color: #2e2e2e;
      font-size: 14px;
      font-weight: 400;
      margin: 0px;
      padding: 0px; }

.product p {
  font-size: 14px;
  line-height: 20px; }
.product h4 {
  font-size: 16px;
  letter-spacing: 1px; }
  .product h4 span {
    color: #e2231a;
    text-decoration: underline; }
.product h5 {
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #d1d1d1;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: normal;
  margin: 0; }
.product a {
  color: #e2231a;
  text-decoration: none;
  cursor: pointer; }
  .product a:hover {
    color: #7e0c1e; }
.product section {
  background: white;
  width: 100%;
  position: relative;
  display: block;
  float: left; }
.product .clear {
  clear: both; }
.product .feature {
  padding: 250px 0px 100px 0px; }
  @media (max-width: 960px) {
    .product .feature {
      padding: 150px 0px 150px 0px; } }
  .product .feature .twocol {
    width: 50%;
    padding: 0px 5%;
    position: relative;
    display: block;
    float: left; }
    @media (max-width: 960px) {
      .product .feature .twocol {
        width: 100%; } }
  .product .feature .main {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    margin: 50px auto; }
    @media (max-width: 960px) {
      .product .feature .main {
        width: 50%; } }
    @media (max-width: 450px) {
      .product .feature .main {
        width: 90%; } }
  .product .feature ul.thumbs {
    margin: 0;
    padding: 0;
    text-align: center; }
    .product .feature ul.thumbs li {
      list-style-type: none;
      list-style: none;
      display: inline-block;
      margin: 0px 5px;
      width: 100px;
      height: 70px;
      border: 1px solid #d1d1d1; }
      .product .feature ul.thumbs li a {
        display: block;
        width: 98px;
        height: 68px;
        position: absolute; }
        .product .feature ul.thumbs li a:hover {
          /*background: #eff0f0;*/
          opacity: 0.7; }
        .product .feature ul.thumbs li a img {
          display: block;
          position: relative;
          widows: 50px;
          height: 50px;
          margin: 10px auto; }
  .product .feature .social h5 {
    margin: 0;
    padding-top: 10px;
    width: 50%;
    float: left;
    display: block; }
  .product .feature .social ul {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
    float: left;
    display: block; }
    .product .feature .social ul li {
      list-style-type: none;
      list-style: none;
      display: inline-block;
      margin: 0px 5px;
      border: none; }
      @media (max-width: 450px) {
        .product .feature .social ul li {
          margin: 0px 2px; } }
      .product .feature .social ul li img {
        width: 20px;
        height: 20px; }
        .product .feature .social ul li img:hover {
          opacity: 0.5; }
	.product .ratings { font-size:11px; line-height:1.25; margin:0px 0; }
	.product .ratings strong { float:left; margin:1px 3px 0 0; }
	.product .ratings .rating-links { margin:0; }
	.product .ratings .rating-links .separator { margin:0 2px; }
	.product .ratings dt {}
	.product .ratings dd {}
  .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/assets/global/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
  .rating-box .rating { float:left; height:13px; background:url(../images/assets/global/bkg_rating.gif) 0 100% repeat-x; }
  .ratings .rating-box { float:right; margin-top:4px; margin-right:3px; margin-left: 10px;}
	.product .ratings .amount {}
	
	.product .ratings-table th,
	.product .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
	.product .ratings-table th { font-weight:bold; padding-right:8px; }
  /* .product .feature .reviews {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px; }
    .product .feature .reviews h1 {
      padding-bottom: 0;
      margin-bottom: 0; }
    .product .feature .reviews h4 {
      margin: 0;
      width: 50%;
      float: left;
      display: block; }
      .product .feature .reviews h4 a {
        text-decoration: underline; }
    .product .feature .reviews h5 {
      margin: 8px 0px 0px 0px;
      width: 50%;
      float: left;
      display: block;
      text-align: right; }
      .product .feature .reviews h5 span {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 3px;
        background: url(../images/assets/global/star.png);
        cursor: pointer; }
        .product .feature .reviews h5 span.red {
          background: url(../images/assets/global/star-red.png); } */
  .product .feature .desc {
    display: block;
    float: left;
    margin: 50px 0px; }
  .product .feature .checkout {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px; }
    .product .feature .checkout h2 {
      margin: 0;
      padding-top: 5px;
      width: 33%;
      float: left;
      display: block;
      color: #e2231a; }
    .product .feature .checkout .button {
      font-size: 16px;
      width: 30%;
      margin-left: 3%;
      float: left;
      display: block;
      padding: 5px 15px;
      text-align: center;
      color: black; }
      @media (max-width: 450px) {
        .product .feature .checkout .button {
          padding: 5px 0px;
          font-size: 12px; } }
    .product .feature .checkout select {
      padding: 15px; }
      .product .feature .checkout select.button {
        height: 53px;
        background: white url(../images/assets/global/arrow-down.png) no-repeat;
        background-position: 90% center;
        color: #d1d1d1;
        border-color: #d1d1d1;
        border-radius: 0px !important;
        -webkit-appearance: none;
        -moz-appearance: none; }
        @media (max-width: 450px) {
          .product .feature .checkout select.button {
            font-size: 12px; } }
        .product .feature .checkout select.button:focus {
          outline: none;
          border-color: #b7b7b7; }
        .product .feature .checkout select.button:hover {
          color: #b7b7b7;
          border-color: #e2231a; }
.product .imagegrid {
  width: 100%;
  height: 500px; }
  @media (max-width: 767px) {
    .product .imagegrid {
      height: 1000px; } 
    }
  .product .imagegrid .video {
    background: url(../images/assets/product/product-feature1.jpg);
    background-size: cover;
    background-position: center;
    width: 33%;
    height: 500px;
    float: left;
    display: block;
    text-align: center; }
    @media (max-width: 960px) {
      .product .imagegrid .video {
        width: 50%; } }
    @media (max-width: 767px) {
      .product .imagegrid .video {
        width: 100%; } }
    .product .imagegrid .video .play {
      margin-top: 185px;
      height: 125px;
      width: 125px;
      border-radius: 1000px;
      background: rgba(255, 255, 255, 0.4);
      transition: .2s;
      z-index: 200; }
      .product .imagegrid .video .play:hover {
        background: rgba(196, 18, 47, 0.9); }
    .product .imagegrid .video .hover-info {
      -webkit-transition: all .2s;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 33%;
      height: 500px;
      display: block;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      background-image: url(../images/assets/global/mountains-hover.png);
      background-repeat: no-repeat;
      background-position: right 500px; }
      @media (max-width: 960px) {
        .product .imagegrid .video .hover-info {
          width: 50%; } }
      @media (max-width: 767px) {
        .product .imagegrid .video .hover-info {
          width: 100%; } }
      .product .imagegrid .video .hover-info:hover {
        -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 1;
        background-position: right bottom; }
  .product .imagegrid .images {
    width: 67%;
    float: left;
    display: block; }
    @media (max-width: 960px) {
      .product .imagegrid .images {
        width: 50%; } }
    @media (max-width: 767px) {
      .product .imagegrid .images {
        width: 100%; } }
    .product .imagegrid .images .panel .hover-info {
      -webkit-transition: all .2s;
      opacity: 0;
      width: 100%;
      height: 250px;
      display: block;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      background-image: url(../images/assets/global/mountains-hover.png);
      background-repeat: no-repeat;
      background-position: right 500px; }
      @media (max-width: 767px) {
        .product .imagegrid .images .panel .hover-info {
          background-image: none;
          background: none;
          opacity: 1;
        }
      }
      .product .imagegrid .images .panel .hover-info:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .product .imagegrid .images .panel .hover-info:hover {
        -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 1;
        background-position: right bottom; }
        @media (max-width: 767px) {
          .product .imagegrid .images .panel .hover-info {
            opacity: 0;
          }
          .product .imagegrid .images .panel .hover-info:hover {
            opacity: 0; }
        }
        
  .hover-info.videomodal{
      opacity:1 !important;
      background:none !important;
    }
 
  .product .imagegrid .two-third {
    width: 67%;
    height: 250px;
    float: left;
    display: block; }
    @media (max-width: 960px) {
      .product .imagegrid .two-third {
        width: 50%; } }
  .product .imagegrid .one-third {
    width: 33%;
    height: 250px;
    float: left;
    display: block; }
    @media (max-width: 960px) {
      .product .imagegrid .one-third {
        width: 50%; } }
.product .specs .top {
  background: #eff0f0; }
  .product .specs .top .tabs ul {
    margin: 0;
    padding: 30px 0;
    text-align: center;
     }
    .product .specs .top .tabs ul li {
      list-style-type: none;
      list-style: none;
      display: inline-block;
      margin: 0px 25px; }
      .product .specs .top .tabs ul li a {
        color: black; }
        .product .specs .top .tabs ul li a:hover {
          color: #d1d1d1; }


/* Google login */
#bt-logingo-popup{
    margin-top: 7px !important;
}

/*

-------------------------------------------------------------

Home Hero Styles

*/
@media (max-width: 960px) {
  body.nocallout .hero {
    padding-top: 60px; } }

.hero {
  width: 100%;
  position: relative;
  padding-top: 120px; }
  @media (max-width: 960px) {
    .hero {
      padding-top: 100px; } }
  .hero:before, .hero:after {
    content: " ";
    display: table; }
  .hero:after {
    clear: both; }
  .hero .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 6%;
    width: 100%;
    pointer-events: none; }
    .hero .owl-theme .owl-controls .owl-page {
      pointer-events: all; }
  .hero .owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 0px 0px rgba(196, 18, 47, 0.37);
    transition: .6s; }
  .hero .owl-theme .owl-controls .owl-page.active span {
    background: #e2231a;
    box-shadow: 0px 0px 0px 4px rgba(196, 18, 47, 0.37); }
  .hero .owl-item .slide {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    width: 100%; }
    .hero .owl-item .slide .hero-text-right {
      max-width: 60%;
      position: relative;
      float: right;
      text-align: right;
      padding-right: 75px;
      margin-top: 180px;
      z-index: 10; }
      .hero .owl-item .slide .hero-text-right h1, .hero .owl-item .slide .hero-text-right h2, .hero .owl-item .slide .hero-text-right h3, .hero .owl-item .slide .hero-text-right h4, .hero .owl-item .slide .hero-text-right h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .hero .owl-item .slide .hero-text-right p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 50%;
        padding-bottom: 20px; }
    .hero .owl-item .slide .hero-text-center {
      max-width: 60%;
      position: relative;
      margin: 0 20% 0 20%;
      text-align: center;
      z-index: 10;
      padding-top: 180px; }
      .hero .owl-item .slide .hero-text-center h1, .hero .owl-item .slide .hero-text-center h2, .hero .owl-item .slide .hero-text-center h3, .hero .owl-item .slide .hero-text-center h4, .hero .owl-item .slide .hero-text-center h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .hero .owl-item .slide .hero-text-center p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 20px; }
    .hero .owl-item .slide .hero-text-left {
      max-width: 60%;
      position: relative;
      float: left;
      text-align: left;
      padding-left: 75px;
      margin-top: 180px;
      z-index: 10; }
      .hero .owl-item .slide .hero-text-left h1, .hero .owl-item .slide .hero-text-left h2, .hero .owl-item .slide .hero-text-left h3, .hero .owl-item .slide .hero-text-left h4, .hero .owl-item .slide .hero-text-left h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .hero .owl-item .slide .hero-text-left p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-right: 50%;
        padding-bottom: 20px; }
  @media (max-width: 1250px) {
    .hero .owl-item .slide {
      height: 650px; } }

  @media (max-width: 1250px) {
   
    .hero .owl-item .slide {
      height: 650px; }
      .hero .owl-item .slide .hero-text-right {
        margin-top: 150px;
        max-width: 60%; }
        .hero .owl-item .slide .hero-text-right h1, .hero .owl-item .slide .hero-text-right h2, .hero .owl-item .slide .hero-text-right h3, .hero .owl-item .slide .hero-text-right h4, .hero .owl-item .slide .hero-text-right h5 {
          font-size: 48px; }
        .hero .owl-item .slide .hero-text-right p {
          padding-left: 20%; }
      .hero .owl-item .slide .hero-text-left {
        margin-top: 150px;
        max-width: 60%; }
        .hero .owl-item .slide .hero-text-left h1, .hero .owl-item .slide .hero-text-left h2, .hero .owl-item .slide .hero-text-left h3, .hero .owl-item .slide .hero-text-left h4, .hero .owl-item .slide .hero-text-left h5 {
          font-size: 48px; }
        .hero .owl-item .slide .hero-text-left p {
          padding-right: 20%; }
      .hero .owl-item .slide .hero-text-center {
        padding-top: 150px;
        max-width: 60%; }
        .hero .owl-item .slide .hero-text-center h1, .hero .owl-item .slide .hero-text-center h2, .hero .owl-item .slide .hero-text-center h3, .hero .owl-item .slide .hero-text-center h4, .hero .owl-item .slide .hero-text-center h5 {
          font-size: 48px; }
        .hero .owl-item .slide .hero-text-center p {
          padding-left: 10%;
          padding-right: 10%; } }
  @media (max-width: 960px) {
    .hero .owl-item .slide {
      height: 400px; }
      .hero .owl-item .slide .hero-text-right {
        margin-top: 70px;
        max-width: 60%;
        padding: 0 25px; }
        .hero .owl-item .slide .hero-text-right h1, .hero .owl-item .slide .hero-text-right h2, .hero .owl-item .slide .hero-text-right h3, .hero .owl-item .slide .hero-text-right h4, .hero .owl-item .slide .hero-text-right h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .hero .owl-item .slide .hero-text-right p {
          font-size: 14px;
          padding-left: 20%; }
      .hero .owl-item .slide .hero-text-left {
        margin-top: 70px;
        max-width: 60%;
        padding: 0 25px; }
        .hero .owl-item .slide .hero-text-left h1, .hero .owl-item .slide .hero-text-left h2, .hero .owl-item .slide .hero-text-left h3, .hero .owl-item .slide .hero-text-left h4, .hero .owl-item .slide .hero-text-left h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .hero .owl-item .slide .hero-text-left p {
          font-size: 14px;
          padding-right: 20%; }
      .hero .owl-item .slide .hero-text-center {
        padding-top: 70px;
        max-width: 60%;
        padding-left: 25px;
        padding-right: 25px; }
        .hero .owl-item .slide .hero-text-center h1, .hero .owl-item .slide .hero-text-center h2, .hero .owl-item .slide .hero-text-center h3, .hero .owl-item .slide .hero-text-center h4, .hero .owl-item .slide .hero-text-center h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .hero .owl-item .slide .hero-text-center p {
          font-size: 14px;
          padding-right: 10%;
          padding-left: 10%; } }
  @media (max-width: 767px) {
 .hero .owl-item .slide {
      /*height: 500px;*/ }
      .hero .owl-item .slide .hero-text-right, .hero .owl-item .slide .hero-text-left, .hero .owl-item .slide .hero-text-center {
        display: none;
        float: none;
        margin-top: 0px;
        padding-top: 50px;
        max-width: 100%;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px; }
        .hero .owl-item .slide .hero-text-right h1, .hero .owl-item .slide .hero-text-right h2, .hero .owl-item .slide .hero-text-right h3, .hero .owl-item .slide .hero-text-right h4, .hero .owl-item .slide .hero-text-right h5, .hero .owl-item .slide .hero-text-left h1, .hero .owl-item .slide .hero-text-left h2, .hero .owl-item .slide .hero-text-left h3, .hero .owl-item .slide .hero-text-left h4, .hero .owl-item .slide .hero-text-left h5, .hero .owl-item .slide .hero-text-center h1, .hero .owl-item .slide .hero-text-center h2, .hero .owl-item .slide .hero-text-center h3, .hero .owl-item .slide .hero-text-center h4, .hero .owl-item .slide .hero-text-center h5 {
          font-size: 33px;
          padding-bottom: 10px; }
        .hero .owl-item .slide .hero-text-right p, .hero .owl-item .slide .hero-text-left p, .hero .owl-item .slide .hero-text-center p {
          font-size: 14px;
          text-align: center;
          padding: 0px;
          padding-bottom: 10px; }
      .hero .owl-item .slide .hero-text-center {
        margin: 0; } }
  .hero .hero-mountains {
    height: 450px;
    background: url("../images/assets/global/mountains-grid.png") left top no-repeat;
    position: absolute;
    bottom: -350px;
    left: 50%;
    width: 50%;
    pointer-events: none;
    z-index: 1;
    transition: bottom 2.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .hero .hero-mountains.left {
      left: 0;
      background-position: right top; }
    @media (max-width: 1024px) {
      .hero .hero-mountains {
        bottom: -250px; } }
  .hero .active .hero-mountains {
    bottom: -150px; }
    @media (max-width: 1024px) {
      .hero .active .hero-mountains {
        bottom: -300px; } }
  .hero .infoicon {
    height: 54px;
    width: 54px;
    background: url("../images/assets/global/info-icon.png") bottom left no-repeat;
    position: absolute;
    bottom: 25px;
    left: 75px;
    z-index: 500;
    cursor: pointer; }
    @media (max-width: 960px) {
      .hero .infoicon {
        display: none; } }
    .hero .infoicon .info {
      height: 0px;
      width: 450px;
      opacity: 0;
      background: rgba(0, 0, 0, 0.69);
      position: absolute;
      bottom: 69px;
      left: 0;
      padding: 25px;
      overflow: hidden;
      transition: all .2s;
      visibility: hidden; }
      .hero .infoicon .info .info-name {
        float: left;
        width: 100px;
        border-right: 1px solid red; }
        .hero .infoicon .info .info-name h2 {
          font-size: 18px;
          color: white;
          margin: 0;
          line-height: 1.4;
          font-weight: 300;
          text-transform: uppercase; }
      .hero .infoicon .info .info-text {
        float: left;
        width: 300px;
        padding-left: 25px; }
        .hero .infoicon .info .info-text p {
          line-height: 1.4;
          margin: 0;
          color: white;
          font-size: 14px; }
    .hero .infoicon:hover {
      width: 450px;
      min-height: 100px; }
      .hero .infoicon:hover .info {
        opacity: 1;
        height: auto;
        width: 450px;
        pointer-events: all;
        overflow: visible;
        visibility: visible; }
        .hero .infoicon:hover .info .info-name {
          width: 100px; }
        .hero .infoicon:hover .info .info-text {
          width: 300px; }
        .hero .infoicon:hover .info:after {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 18px;
          border-width: 15px 10px 0;
          border-style: solid;
          border-color: rgba(0, 0, 0, 0.69) transparent;
          display: block;
          width: 0; }

.fixed-padding {
  padding-top: 150px; }
  @media (max-width: 960px) {
    .fixed-padding {
      padding-top: 50px; } }

.mobilebtns {
  display: none;
  position: absolute;
  top: 180px;
  width: 100%; }
  .mobilebtns a.button {
    width: calc(100% - 50px);
    margin: 10px 25px;
    text-align: center;
    display: block;
    background: #e2231a; }
  .mobilebtns .search {
    width: calc(100% - 50px);
    margin: 10px 25px;
    text-align: center;
    display: block;
    background: white;
    color: black;
    border: 3px solid white;
    padding: 19px 40px;
    font-family: "Oswald", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .14s; }
    .mobilebtns .search:focus {
      outline: none; }
  .mobilebtns .button.submit {
    float: left;
    background: #e2231a; }
  @media (max-width: 767px) {
    .mobilebtns {
      display: block; } }

/* Adding in Home Hero */
@media (max-width: 960px) {
  body.nocallout .herohome {
    padding-top: 60px; } }

.herohome {
  width: 100%;
  position: relative;
  padding-top: 120px; }
  @media (max-width: 960px) {
    .herohome {
      padding-top: 100px; } }
  .herohome:before, .herohome:after {
    content: " ";
    display: table; }
  .herohome:after {
    clear: both; }
  .herohome .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 6%;
    width: 100%;
    pointer-events: none; }
    .herohome .owl-theme .owl-controls .owl-page {
      pointer-events: all; }
  .herohome .owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 0px 0px rgba(196, 18, 47, 0.37);
    transition: .6s; }
  .herohome .owl-theme .owl-controls .owl-page.active span {
    background: #e2231a;
    box-shadow: 0px 0px 0px 4px rgba(196, 18, 47, 0.37); }
  .herohome .owl-item .slide {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    width: 100%; }
    .herohome .owl-item .slide .herohome-text-right {
      max-width: 60%;
      position: relative;
      float: right;
      text-align: right;
      padding-right: 75px;
      margin-top: 180px;
      z-index: 10; }
      .herohome .owl-item .slide .herohome-text-right h1, .herohome .owl-item .slide .herohome-text-right h2, .herohome .owl-item .slide .herohome-text-right h3, .herohome .owl-item .slide .herohome-text-right h4, .herohome .owl-item .slide .herohome-text-right h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .herohome .owl-item .slide .herohome-text-right p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 50%;
        padding-bottom: 20px; }
    .herohome .owl-item .slide .herohome-text-center {
      max-width: 60%;
      position: relative;
      margin: 0 20% 0 20%;
      text-align: center;
      z-index: 10;
      padding-top: 180px; }
      .herohome .owl-item .slide .herohome-text-center h1, .herohome .owl-item .slide .herohome-text-center h2, .herohome .owl-item .slide .herohome-text-center h3, .herohome .owl-item .slide .herohome-text-center h4, .herohome .owl-item .slide .herohome-text-center h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .herohome .owl-item .slide .herohome-text-center p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 20px; }
    .herohome .owl-item .slide .herohome-text-left {
      max-width: 60%;
      position: relative;
      float: left;
      text-align: left;
      padding-left: 75px;
      margin-top: 180px;
      z-index: 10; }
      .herohome .owl-item .slide .herohome-text-left h1, .herohome .owl-item .slide .herohome-text-left h2, .herohome .owl-item .slide .herohome-text-left h3, .herohome .owl-item .slide .herohome-text-left h4, .herohome .owl-item .slide .herohome-text-left h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .herohome .owl-item .slide .herohome-text-left p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-right: 50%;
        padding-bottom: 20px; }
  @media (max-width: 1250px) {
    .herohome .owl-item .slide {
      height: 650px; } }

  @media (max-width: 1250px) {
   
    .herohome .owl-item .slide {
      height: 650px; }
      .herohome .owl-item .slide .herohome-text-right {
        margin-top: 150px;
        max-width: 60%; }
        .herohome .owl-item .slide .herohome-text-right h1, .herohome .owl-item .slide .herohome-text-right h2, .herohome .owl-item .slide .herohome-text-right h3, .herohome .owl-item .slide .herohome-text-right h4, .herohome .owl-item .slide .herohome-text-right h5 {
          font-size: 48px; }
        .herohome .owl-item .slide .herohome-text-right p {
          padding-left: 20%; }
      .herohome .owl-item .slide .herohome-text-left {
        margin-top: 150px;
        max-width: 60%; }
        .herohome .owl-item .slide .herohome-text-left h1, .herohome .owl-item .slide .herohome-text-left h2, .herohome .owl-item .slide .herohome-text-left h3, .herohome .owl-item .slide .herohome-text-left h4, .herohome .owl-item .slide .herohome-text-left h5 {
          font-size: 48px; }
        .herohome .owl-item .slide .herohome-text-left p {
          padding-right: 20%; }
      .herohome .owl-item .slide .herohome-text-center {
        padding-top: 150px;
        max-width: 60%; }
        .herohome .owl-item .slide .herohome-text-center h1, .herohome .owl-item .slide .herohome-text-center h2, .herohome .owl-item .slide .herohome-text-center h3, .herohome .owl-item .slide .herohome-text-center h4, .herohome .owl-item .slide .herohome-text-center h5 {
          font-size: 48px; }
        .herohome .owl-item .slide .herohome-text-center p {
          padding-left: 10%;
          padding-right: 10%; } }
  @media (max-width: 960px) {
    .herohome .owl-item .slide {
      height: 500px; }
      .herohome .owl-item .slide .herohome-text-right {
        margin-top: 100px;
        max-width: 60%;
        padding: 0 25px; }
        .herohome .owl-item .slide .herohome-text-right h1, .herohome .owl-item .slide .herohome-text-right h2, .herohome .owl-item .slide .herohome-text-right h3, .herohome .owl-item .slide .herohome-text-right h4, .herohome .owl-item .slide .herohome-text-right h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .herohome .owl-item .slide .herohome-text-right p {
          font-size: 14px;
          padding-left: 20%; }
      .herohome .owl-item .slide .herohome-text-left {
        margin-top: 100px;
        max-width: 60%;
        padding: 0 25px; }
        .herohome .owl-item .slide .herohome-text-left h1, .herohome .owl-item .slide .herohome-text-left h2, .herohome .owl-item .slide .herohome-text-left h3, .herohome .owl-item .slide .herohome-text-left h4, .herohome .owl-item .slide .herohome-text-left h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .herohome .owl-item .slide .herohome-text-left p {
          font-size: 14px;
          padding-right: 20%; }
      .herohome .owl-item .slide .herohome-text-center {
        padding-top: 100px;
        max-width: 60%;
        padding-left: 25px;
        padding-right: 25px; }
        .herohome .owl-item .slide .herohome-text-center h1, .herohome .owl-item .slide .herohome-text-center h2, .herohome .owl-item .slide .herohome-text-center h3, .herohome .owl-item .slide .herohome-text-center h4, .herohome .owl-item .slide .herohome-text-center h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .herohome .owl-item .slide .herohome-text-center p {
          font-size: 14px;
          padding-right: 10%;
          padding-left: 10%; } }
  @media (max-width: 767px) {
.herohome {
  display:none !important;
}
    
 .herohome .owl-item .slide {
     /* height: 500px;*/ }
      .herohome .owl-item .slide .herohome-text-right, .herohome .owl-item .slide .herohome-text-left, .herohome .owl-item .slide .herohome-text-center {
        display: none;
        float: none;
        margin-top: 0px;
        padding-top: 50px;
        max-width: 100%;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px; }
        .herohome .owl-item .slide .herohome-text-right h1, .herohome .owl-item .slide .herohome-text-right h2, .herohome .owl-item .slide .herohome-text-right h3, .herohome .owl-item .slide .herohome-text-right h4, .herohome .owl-item .slide .herohome-text-right h5, .herohome .owl-item .slide .herohome-text-left h1, .herohome .owl-item .slide .herohome-text-left h2, .herohome .owl-item .slide .herohome-text-left h3, .herohome .owl-item .slide .herohome-text-left h4, .herohome .owl-item .slide .herohome-text-left h5, .herohome .owl-item .slide .herohome-text-center h1, .herohome .owl-item .slide .herohome-text-center h2, .herohome .owl-item .slide .herohome-text-center h3, .herohome .owl-item .slide .herohome-text-center h4, .herohome .owl-item .slide .herohome-text-center h5 {
          font-size: 33px;
          padding-bottom: 10px; }
        .herohome .owl-item .slide .herohome-text-right p, .herohome .owl-item .slide .herohome-text-left p, .herohome .owl-item .slide .herohome-text-center p {
          font-size: 14px;
          text-align: center;
          padding: 0px;
          padding-bottom: 10px; }
      .herohome .owl-item .slide .herohome-text-center {
        margin: 0; } }
  .herohome .herohome-mountains {
    height: 450px;
    background: url("../images/assets/global/mountains-grid.png") left top no-repeat;
    position: absolute;
    bottom: -350px;
    left: 50%;
    width: 50%;
    pointer-events: none;
    z-index: 1;
    transition: bottom 2.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .herohome .herohome-mountains.left {
      left: 0;
      background-position: right top; }
    @media (max-width: 1024px) {
      .herohome .herohome-mountains {
        bottom: -250px; } }
  .herohome .active .herohome-mountains {
    bottom: -150px; }
    @media (max-width: 1024px) {
      .herohome .active .herohome-mountains {
        bottom: -300px; } }
  .herohome .infoicon {
    height: 54px;
    width: 54px;
    background: url("../images/assets/global/info-icon.png") bottom left no-repeat;
    position: absolute;
    bottom: 25px;
    left: 75px;
    z-index: 500;
    cursor: pointer; }
    @media (max-width: 960px) {
      .herohome .infoicon {
        display: none; } }
    .herohome .infoicon .info {
      height: 0px;
      width: 450px;
      opacity: 0;
      background: rgba(0, 0, 0, 0.69);
      position: absolute;
      bottom: 69px;
      left: 0;
      padding: 25px;
      overflow: hidden;
      transition: all .2s;
      visibility: hidden; }
      .herohome .infoicon .info .info-name {
        float: left;
        width: 100px;
        border-right: 1px solid red; }
        .herohome .infoicon .info .info-name h2 {
          font-size: 18px;
          color: white;
          margin: 0;
          line-height: 1.4;
          font-weight: 300;
          text-transform: uppercase; }
      .herohome .infoicon .info .info-text {
        float: left;
        width: 300px;
        padding-left: 25px; }
        .herohome .infoicon .info .info-text p {
          line-height: 1.4;
          margin: 0;
          color: white;
          font-size: 14px; }
    .herohome .infoicon:hover {
      width: 450px;
      min-height: 100px; }
      .herohome .infoicon:hover .info {
        opacity: 1;
        height: auto;
        width: 450px;
        pointer-events: all;
        overflow: visible;
        visibility: visible; }
        .herohome .infoicon:hover .info .info-name {
          width: 100px; }
        .herohome .infoicon:hover .info .info-text {
          width: 300px; }
        .herohome .infoicon:hover .info:after {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 18px;
          border-width: 15px 10px 0;
          border-style: solid;
          border-color: rgba(0, 0, 0, 0.69) transparent;
          display: block;
          width: 0; }


/* Adding Mobile */
@media (min-width: 768px) {
  .heromobile {
  display: none;
  }
}
.heromobile {
  width: 100%;
  position: relative;
  padding-top: 120px; }
  @media (max-width: 960px) {
    .heromobile {
      padding-top: 140px; } }
  .heromobile:before, .heromobile:after {
    content: " ";
    display: table; }
  .heromobile:after {
    clear: both; }
  .heromobile .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 6%;
    width: 100%;
    pointer-events: none; }
    .heromobile .owl-theme .owl-controls .owl-page {
      pointer-events: all; }
  .heromobile .owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 0px 0px rgba(196, 18, 47, 0.37);
    transition: .6s; }
  .heromobile .owl-theme .owl-controls .owl-page.active span {
    background: #e2231a;
    box-shadow: 0px 0px 0px 4px rgba(196, 18, 47, 0.37); }
    
   .heromobile .owl-item .slide {
      /*height: 650px;*/ }
      .heromobile .owl-item .slide .heromobile-text-right {
        margin-top: 150px;
        max-width: 60%; }
        .heromobile .owl-item .slide .heromobile-text-right h1, .heromobile .owl-item .slide .heromobile-text-right h2, .heromobile .owl-item .slide .heromobile-text-right h3, .heromobile .owl-item .slide .heromobile-text-right h4, .heromobile .owl-item .slide .heromobile-text-right h5 {
          font-size: 48px; }
        .heromobile .owl-item .slide .heromobile-text-right p {
          padding-left: 20%; }
      .heromobile .owl-item .slide .heromobile-text-left {
        margin-top: 150px;
        max-width: 60%; }
        .heromobile .owl-item .slide .heromobile-text-left h1, .heromobile .owl-item .slide .heromobile-text-left h2, .heromobile .owl-item .slide .heromobile-text-left h3, .heromobile .owl-item .slide .heromobile-text-left h4, .heromobile .owl-item .slide .heromobile-text-left h5 {
          font-size: 48px; }
        .heromobile .owl-item .slide .heromobile-text-left p {
          padding-right: 20%; }
      .heromobile .owl-item .slide .heromobile-text-center {
        padding-top: 150px;
        max-width: 60%; }
        .heromobile .owl-item .slide .heromobile-text-center h1, .heromobile .owl-item .slide .heromobile-text-center h2, .heromobile .owl-item .slide .heromobile-text-center h3, .heromobile .owl-item .slide .heromobile-text-center h4, .heromobile .owl-item .slide .heromobile-text-center h5 {
          font-size: 48px; }
        .heromobile .owl-item .slide .heromobile-text-center p {
          padding-left: 10%;
          padding-right: 10%; } }
  @media (max-width: 960px) {
    .heromobile .owl-item .slide {
      height: 400px; }
      .heromobile .owl-item .slide .heromobile-text-right {
        margin-top: 70px;
        max-width: 60%;
        padding: 0 25px; }
        .heromobile .owl-item .slide .heromobile-text-right h1, .heromobile .owl-item .slide .heromobile-text-right h2, .heromobile .owl-item .slide .heromobile-text-right h3, .heromobile .owl-item .slide .heromobile-text-right h4, .heromobile .owl-item .slide .heromobile-text-right h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .heromobile .owl-item .slide .heromobile-text-right p {
          font-size: 14px;
          padding-left: 20%; }
      .heromobile .owl-item .slide .heromobile-text-left {
        margin-top: 70px;
        max-width: 60%;
        padding: 0 25px; }
        .heromobile .owl-item .slide .heromobile-text-left h1, .heromobile .owl-item .slide .heromobile-text-left h2, .heromobile .owl-item .slide .heromobile-text-left h3, .heromobile .owl-item .slide .heromobile-text-left h4, .heromobile .owl-item .slide .heromobile-text-left h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .heromobile .owl-item .slide .heromobile-text-left p {
          font-size: 14px;
          padding-right: 20%; }
      .heromobile .owl-item .slide .heromobile-text-center {
        padding-top: 70px;
        max-width: 60%;
        padding-left: 25px;
        padding-right: 25px; }
        .heromobile .owl-item .slide .heromobile-text-center h1, .heromobile .owl-item .slide .heromobile-text-center h2, .heromobile .owl-item .slide .heromobile-text-center h3, .heromobile .owl-item .slide .heromobile-text-center h4, .heromobile .owl-item .slide .heromobile-text-center h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .heromobile .owl-item .slide .heromobile-text-center p {
          font-size: 14px;
          padding-right: 10%;
          padding-left: 10%; } }
  @media (max-width: 767px) {
 .heromobile .owl-item .slide {
      /*height: 500px*/;
      background-size: cover;
      background-position: center !important;
      overflow-x: hidden;
      }
      .heromobile .owl-item .slide .heromobile-text-right, .heromobile .owl-item .slide .heromobile-text-left, .heromobile .owl-item .slide .heromobile-text-center {
        display: block;
        float: none;
        margin-top: 0px;
        padding-top: 25px;
        max-width: 100%;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px; }
        .heromobile .owl-item .slide .heromobile-text-right h1, .heromobile .owl-item .slide .heromobile-text-right h2, .heromobile .owl-item .slide .heromobile-text-right h3, .heromobile .owl-item .slide .heromobile-text-right h4, .heromobile .owl-item .slide .heromobile-text-right h5, .heromobile .owl-item .slide .heromobile-text-left h1, .heromobile .owl-item .slide .heromobile-text-left h2, .heromobile .owl-item .slide .heromobile-text-left h3, .heromobile .owl-item .slide .heromobile-text-left h4, .heromobile .owl-item .slide .heromobile-text-left h5, .heromobile .owl-item .slide .heromobile-text-center h1, .heromobile .owl-item .slide .heromobile-text-center h2, .heromobile .owl-item .slide .heromobile-text-center h3, .heromobile .owl-item .slide .heromobile-text-center h4, .heromobile .owl-item .slide .heromobile-text-center h5 {
          font-size: 33px;
          padding-bottom: 0px; }
        .heromobile .owl-item .slide .heromobile-text-right p, .heromobile .owl-item .slide .heromobile-text-left p, .heromobile .owl-item .slide .heromobile-text-center p {
          font-size: 18px;
          line-height: 25px;
          text-align: center;
          padding: 0px;
          padding-bottom: 10px; }
      .heromobile .owl-item .slide .heromobile-text-center {
        margin: 0; } 

.shopmobile {
   background: #efeff0;
}

 p.shopmobile {
      margin-top: -9px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: Bryant;
    font-weight:bold;
    font-size: 18px;
    letter-spacing:2px;
    }


      }


 .heromobile .button-hero {
  padding: 20px !important;
 }
        
  .heromobile .heromobile-mountains {
    height: 450px;
    background: url("../images/assets/global/mountains-grid.png") left top no-repeat;
    position: absolute;
    bottom: -350px;
    left: 50%;
    width: 50%;
    pointer-events: none;
    z-index: 1;
    transition: bottom 2.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .heromobile .heromobile-mountains.left {
      left: 0;
      background-position: right top; }
    @media (max-width: 1024px) {
      .heromobile .heromobile-mountains {
        bottom: -250px; } }
  .heromobile .active .heromobile-mountains {
    bottom: -150px; }
    @media (max-width: 1024px) {
      .heromobile .active .heromobile-mountains {
        bottom: -300px; } }
  .heromobile .infoicon {
    height: 54px;
    width: 54px;
    background: url("../images/assets/global/info-icon.png") bottom left no-repeat;
    position: absolute;
    bottom: 25px;
    left: 75px;
    z-index: 500;
    cursor: pointer; }
    @media (max-width: 960px) {
      .slide {
        background-size: cover;
      }
      .heromobile .infoicon {
        display: none; } }
    .heromobile .infoicon .info {
      height: 0px;
      width: 450px;
      opacity: 0;
      background: rgba(0, 0, 0, 0.69);
      position: absolute;
      bottom: 69px;
      left: 0;
      padding: 25px;
      overflow: hidden;
      transition: all .2s;
      visibility: hidden; }
      .heromobile .infoicon .info .info-name {
        float: left;
        width: 100px;
        border-right: 1px solid red; }
        .heromobile .infoicon .info .info-name h2 {
          font-size: 18px;
          color: white;
          margin: 0;
          line-height: 1.4;
          font-weight: 300;
          text-transform: uppercase; }
      .heromobile .infoicon .info .info-text {
        float: left;
        width: 300px;
        padding-left: 25px; }
        .heromobile .infoicon .info .info-text p {
          line-height: 1.4;
          margin: 0;
          color: white;
          font-size: 14px; }
    .heromobile .infoicon:hover {
      width: 450px;
      min-height: 100px; }
      .heromobile .infoicon:hover .info {
        opacity: 1;
        height: auto;
        width: 450px;
        pointer-events: all;
        overflow: visible;
        visibility: visible; }
        .heromobile .infoicon:hover .info .info-name {
          width: 100px; }
        .heromobile .infoicon:hover .info .info-text {
          width: 300px; }
        .heromobile .infoicon:hover .info:after {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 18px;
          border-width: 15px 10px 0;
          border-style: solid;
          border-color: rgba(0, 0, 0, 0.69) transparent;
          display: block;
          width: 0; }
#heromobile > div.owl-wrapper-outer > div > div.owl-item.active > div > div.slide > div.heromobile-text-left > a{
  padding: 20px 25% !important;
  font-size: 20px;
}

#heromobile > div.owl-wrapper-outer > div > div.owl-item > div > div.slide > div.heromobile-text-left > a{
  padding: 20px 25% !important;
  font-size: 20px;
}

.fixed-padding {
  padding-top: 150px; }
  @media (max-width: 960px) {
    .fixed-padding {
      padding-top: 50px; } }

.mobilebtns {
  display: none;
  position: absolute;
  top: 180px;
  width: 100%; }
  .mobilebtns a.button {
    width: calc(100% - 50px);
    margin: 10px 25px;
    text-align: center;
    display: block;
    background: #e2231a; }
  .mobilebtns .search {
    width: calc(100% - 50px);
    margin: 10px 25px;
    text-align: center;
    display: block;
    background: white;
    color: black;
    border: 3px solid white;
    padding: 19px 40px;
    font-family: "Oswald", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .14s; }
    .mobilebtns .search:focus {
      outline: none; }
  .mobilebtns .button.submit {
    float: left;
    background: #e2231a; }
  @media (max-width: 767px) {
    .mobilebtns {
      display: block; } }



/*

-------------------------------------------------------------

Home Grid Styles

*/
.featuredgrid {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
  background: white; }
  .featuredgrid:before, .featuredgrid:after {
    content: "";
    display: table; }
  .featuredgrid:after {
    clear: both; }
  .featuredgrid .panel .hover-info {
    -webkit-transition: all .2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../images/assets/global/mountains-hover.png);
    background-repeat: no-repeat;
    background-position: right 300px; }
    @media (max-width: 767px) {
      .featuredgrid .panel .hover-info {
        background-position: right 800px;
        background-image: none;
        background: none;
        opacity: 1; } }
    .featuredgrid .panel .hover-info:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .featuredgrid .panel .hover-info .button {
      padding: 10px 40px;
      font-family: "Oswald", "Helvetica", sans-serif;
      background: #e2231a;
      display: inline-block;
      vertical-align: middle;
      font-weight: 300;
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
    .featuredgrid .panel .hover-info:hover {
      -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 1;
      background-position: right bottom; }
  .featuredgrid .panel .show-hover {
    opacity: 1;
    background: transparent;
    background-image: url(../images/assets/global/mountains-grid-drk.png);
    background-repeat: no-repeat;
    background-position: center 120px; }
    @media (max-width: 1024px) {
      .featuredgrid .panel .show-hover {
        background-position: center 80px; } }
    @media (max-width: 1024px) {
      .featuredgrid .panel .show-hover {
        background-position: center 280px; } }
    .featuredgrid .panel .show-hover .button {
      color: #403636;
      background: transparent; }
    .featuredgrid .panel .show-hover:hover {
      background: transparent;
      background-image: url(../images/assets/global/mountains-grid-drk.png);
      background-position: center 100px;
      background-repeat: no-repeat; }
      @media (max-width: 1024px) {
        .featuredgrid .panel .show-hover:hover {
          background-position: center 70px; } }
      @media (max-width: 1024px) {
        .featuredgrid .panel .show-hover:hover {
          background-position: center 200px; } }
      .featuredgrid .panel .show-hover:hover .button {
        color: #fff;
        background: #e2231a; }
  .featuredgrid .panel .vert-center {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap; }
    .featuredgrid .panel .vert-center:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .featuredgrid .panel .vert-center .panel-text {
      display: inline-block;
      vertical-align: middle;
      width: 98%;
      white-space: normal; }
      .featuredgrid .panel .vert-center .panel-text h3 {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 6px;
        padding-bottom: 15px;
        padding-left: 16px;
        padding-right: 16px; }
      .featuredgrid .panel .vert-center .panel-text p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0px 40px;
        font-weight: 300; }
        @media (max-width: 1250px) {
          .featuredgrid .panel .vert-center .panel-text p {
            padding: 0 25px; } }
  .featuredgrid .panel {
    width: 31.94444%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%;
    margin-top: 0.69444%;
    margin-bottom: 0.69444%;
    background: #eff0f0;
    position: relative; }
    @media (max-width: 1024px) {
      .featuredgrid .panel {
        width: 48.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      .featuredgrid .panel {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        margin-top: 0.69444%;
        margin-bottom: 0.69444%; } }
    .featuredgrid .panel .panel-info {
      position: absolute;
      bottom: 30px;
      left: 37px; }
      @media (max-width: 1024px) {
        .featuredgrid .panel .panel-info {
          bottom: 20px;
          left: 25px; } }
      .featuredgrid .panel .panel-info h1, .featuredgrid .panel .panel-info h2, .featuredgrid .panel .panel-info h3, .featuredgrid .panel .panel-info h4 {
        color: #fff;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 9px; }
        @media (max-width: 1250px) {
          .featuredgrid .panel .panel-info h1, .featuredgrid .panel .panel-info h2, .featuredgrid .panel .panel-info h3, .featuredgrid .panel .panel-info h4 {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          .featuredgrid .panel .panel-info h1, .featuredgrid .panel .panel-info h2, .featuredgrid .panel .panel-info h3, .featuredgrid .panel .panel-info h4 {
            font-size: 28px; } }
      .featuredgrid .panel .panel-info p {
        font-family: "Oswald", "Helvetica", sans-serif;
        color: #fff;
        opacity: .4;
        font-size: 18px;
        letter-spacing: 4px; }
      .featuredgrid .panel .panel-info h1, .featuredgrid .panel .panel-info h2, .featuredgrid .panel .panel-info h3, .featuredgrid .panel .panel-info h4, .featuredgrid .panel .panel-info p {
        text-transform: uppercase;
        padding: 0px;
        margin: 0px; }
    .featuredgrid .panel:before {
      content: "";
      display: block;
      padding-bottom: 95%; }
  .featuredgrid .panel-wide {
    width: 40.27778%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%; }
    @media (max-width: 1024px) {
      .featuredgrid .panel-wide {
        width: 48.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      .featuredgrid .panel-wide {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    .featuredgrid .panel-wide:before {
      content: "";
      display: block;
      padding-bottom: 79.2%; }
      @media (max-width: 1024px) {
        .featuredgrid .panel-wide:before {
          padding-bottom: 95%; } }
  .featuredgrid .panel-narrow {
    width: 23.61111%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%; }
    @media (max-width: 1024px) {
      .featuredgrid .panel-narrow {
        width: 48.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      .featuredgrid .panel-narrow {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        margin-top: 0.69444%;
        margin-bottom: 0.69444%; } }
    .featuredgrid .panel-narrow:before {
      content: "";
      display: block;
      padding-bottom: 135.4%; }
      @media (max-width: 1024px) {
        .featuredgrid .panel-narrow:before {
          padding-bottom: 95%; } }
  .featuredgrid .panel-tall {
    float: right; }
    .featuredgrid .panel-tall .hover-info {
      background-position: right 1000px; }
    .featuredgrid .panel-tall:before {
      content: "";
      display: block;
      padding-bottom: 135%; }
      @media (max-width: 1024px) {
        .featuredgrid .panel-tall:before {
          padding-bottom: 95%; } }
  .featuredgrid .panel-short:before {
    content: "";
    display: block;
    padding-bottom: 60%; }
    @media (max-width: 1024px) {
      .featuredgrid .panel-short:before {
        padding-bottom: 95%; }
        .featuredgrid .panel-short:before .hover-info {
          background-position: 0px 150px; }
          .featuredgrid .panel-short:before .hover-info:hover {
            background-position: 0 50px; } }
  .featuredgrid .dslr {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  .featuredgrid .compact {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  .featuredgrid .binoculars {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  .featuredgrid .gopro {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  @media (max-width: 767px) {
    .featuredgrid {
      padding: 0; } }

/*

-------------------------------------------------------------

Home Video Styles

*/
.featuredvideo {
  height: 750px;
  width: 100%;
  background-image: url("../images/assets/homepage/pre-footer/right-crowd-3.jpg");
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat;
  position: relative;
  overflow-y: hidden;
  text-align: center; }
  .featuredvideo .play {
    height: 125px;
    width: 125px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.4);
    transition: .2s; }
    .featuredvideo .play:hover {
      background: rgba(196, 18, 47, 0.9); }
  .featuredvideo .wrapper {
    padding: 150px 30px 30px 30px;
    position: relative;
    max-width: 900px;
    margin: 0 auto; }
    .featuredvideo .wrapper .play {
      margin-top: 50px; }
    .featuredvideo .wrapper h2 {
      color: #fff;
      font-size: 60px;
      line-height: 1.2;
      letter-spacing: 8px; }
    .featuredvideo .wrapper p {
      color: #fff;
      font-size: 16px;
      line-height: 1.4; }
  @media (max-width: 1024px) {
    .featuredvideo {
      height: 700px; }
      .featuredvideo .wrapper {
        padding-top: 100px; }
        .featuredvideo .wrapper h2 {
          font-size: 45px; } }
  @media (max-width: 960px) {
    .featuredvideo .wrapper {
      padding-top: 100px; }
      .featuredvideo .wrapper .play {
        margin-top: 30px; }
      .featuredvideo .wrapper h2 {
        font-size: 33px; }
      .featuredvideo .wrapper p {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .featuredvideo {
      height: 500px; }
      .featuredvideo .wrapper .play {
        height: 80px;
        width: 80px; } }
  .featuredvideo:before, .featuredvideo:after {
    content: " ";
    display: table;
    clear: both; }
  .featuredvideo .footer-mountains {
    height: 500px;
    background: url("../images/assets/global/mountains-grid.png") center top no-repeat;
    position: absolute;
    bottom: -200px;
    left: 0px;
    width: 100%; }
    @media (max-width: 767px) {
      .featuredvideo .footer-mountains {
        bottom: -250px; } }
  .featuredvideo .fade {
    height: 190px;
    width: 100%;
    background: linear-gradient(transparent 0%, #000 100%);
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media (max-width: 767px) {
    .mission-home-lg {
      display:none;
    }
    .featuredvideo {
      background: url("../images/assets/homepage/mobile-v2/mission.jpg") center no-repeat;
      background-size: cover;
      background-position: right, center; } 

    .mission-home-sm {
      display:block;
      background-position: top !important;
    }
    .mission-home-sm h1 {
      text-align:center;
      font-family: Bryant, Oswald;
      font-size: 30px;
      margin-top: 50px !important;
      font-weight: bold;
    }

    .mission-home-sm li {
      list-style: none;
      font-size: 12px;
      font-family: Bryant, Oswald;
      line-height: 20px;
      text-align: left;
      font-weight: bold;
    }

    .mission-home-sm span {
      color: #e2231a;
    }

    }
  @media (min-width: 768px) {
    .mission-home-sm {
      display:none;
    }
    .mission-home-lg {
      display:block;
    }
  }

/* New Mobile/Homepage Styles */

@media (max-width:767px) {
  .shopby-lg {
  display: none;
  }

  .shopby-sm {
    display: block;
  }

  .cat50-sm {
    width: 50%;
    float:left;
  }

  .cat50-sm-gray {
    width: 50%;
    float: left;
    margin-top: 25px;
    margin-bottom:-10px;
  }


}

@media (min-width: 768px) {
  .shopby-sm { display:none; }
}

/* Customize Translate Bars */
.goog-te-gadget-icon {
	display: none !important;
}
.goog-te-menu-value {
	letter-spacing:2px !important;
	font-size: 15px !important;
	font-family: "Oswald", "Helvetica", sans-serif;
	margin-left: 0px !important;
}
.goog-te-gadget-simple {
	background: #000 !important; /*#202020 Old*/
	border: 0px !important;
    box-shadow: none !important;
    color: #595959 !important; 
}

/* adding mark magento container */

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}


/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dd ,
.sp-methods dl ,
.sp-methods dt {
  margin: 0;
}
.sp-methods dd.payment-method p.required {
	display: none;
}
.sp-methods dd.payment-method {
	margin-left:35px;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods dd li:before {
	content: "";
}

.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
  float: none;
  clear: both;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.paypal-mark-wrapper {
	display: inline-block;
	overflow: hidden;
	height: 42px;
	width: 66px;
	position: relative;
	vertical-align:top;
}
.paypal-mark-wrapper img {
	display: block;
	position: absolute;
	max-width: none;
	max-height: none;
	top:-1px;
	left:-1px;
	bottom:-1px;
	right:-1px;
	height: 44px;
	width: 68px;

}
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

section.checkoutsuccess {
  overflow: hidden;
}

span.successico {
  font-size: 40px;
  background: #e2231a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding: 8px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -10px;
}

.sucsubtitle {
  font-size: 20px;
  letter-spacing: 0px;
  color: white;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
}

span.successico_sm { 
  font-size: 30px;
   background: #e2231a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding: 8px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -10px;
}

a.successico {
  color: white; 
  font-size: 17px;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
}
a.successico:hover {color:#b4b4b4;}

table.successmsg {
    width: 75%;
    margin: 0;
    padding: 0; 
}

.successmsg th {
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 1px;
    
}

.upperbold {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.sucessmsg tr {
    padding: 5px;
}

.successmsg td {
    padding: 5px;
    line-height: 10px;
}

@media screen and (max-width: 1024px){
    table.successmsg{
        width: 100%;
    }
    
}

@media screen and (max-width: 960px) {
    .successmsg td {
        line-height: 15px;
    }
}

.successmsg { 
  font-size: 16px; 
  text-align: left; 
  letter-spacing: 0px; 

  line-height: 20px; }

h4.success {
  text-align:left;
  margin-top:0px;
  margin-bottom:0px;
}
h4.success1 {
  text-align:left;
  margin-bottom: 1px;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/assets/global/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Affiliates Navigation
 * ============================================ */

.affiliate-page .affiliateplus_form_request #request_amount {
  margin-top: 7px;
}

.affiliates__messages {
  padding: 0 16px;
}

.affiliates__messages .messages,
.affiliates__messages ul {
  margin-top: 0;
}

.affiliateplus_form_request {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.affiliate-page #banner-view-list button,
.affiliate-page .affiliate-get-link button {
  float: right !important;
}

.navbar-default.aff-main-content {
  background: #fff;
}

.navbar-collapse-aff {
  border: 1px solid #e4e4e4;
}

.navbar-collapse-aff ul li a {
  color: #222;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.navbar-collapse-aff ul:first-child li a {
  border-top: none;
}
.navbar-collapse-aff ul li.last a {
  border-bottom: none;
}

.navbar-collapse-aff ul li.active a {
  background-color: #eee;
}


#affiliateplus-navigation-account_navigator {
  margin-top: 0;
}

/* ============================================ *
 * Affiliates
 * ============================================ */

#affiliate-coupon-codes {
  border: none !important;
}

#affiliate-coupon-codes li {
  margin-bottom: 15px;
  border: 1px solid #ececec;
}

#affiliate-coupon-codes li:hover {
  background: transparent !important;
}

#affiliate-coupon-codes td.td-left {
  float: none !important;
}

#affiliate-coupon-codes td.td-right {
  width: 60% !important;
  float: none !important;
}

#desired_coupon_code {
  width: 45%;
  display: inline-block;
  float: left; //had quotes here
}

.desired-coupon--bottom {
  position: relative;
  top: -28px;
}

#affiliate-coupon-codes .tweeter {
  padding: 10px 0 !important;
}

.affiliateplus-search-button {
  margin-right: 7px;
}

.affiliate-page .aff-main-content input[type=text]:hover,
.affiliate-page .aff-main-content input[type=text]:focus {
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  border: 1px solid #a0a0a0;
}

.affiliate-message__coupon {
  margin: 0;
}

.affiliate_message {
  margin: 0 0 15px;
}

.coupon-table td,
.coupon-table tr {
  border: none !important;
  vertical-align: middle !important;
}

#coupon-code__form .coupon_code {
  height: 44px;
  width: 30px;
  min-width: 200px;
  float: left;
}
#coupon-code-row .form-group {
  margin-top: 15px;
}

.button-validate,
.button-save,
.button-reset,
#verify,
#save,
#reset {
  padding: 5px 25px;
  margin-left: 10px;
  letter-spacing: 1px;
}

.button-reset,
#reset {
  color: #777 !important;
}

.button-reset,
#reset:hover {
  color: white !important;
  background-color: #d1d1d1 !important;
}

.coupon-message--success,
.coupon-message--error,
#coupon-message--success,
#coupon-message--error {
  padding: 5px 0;
  display: inline-block;
}

.coupon-message--success,
#coupon-message--success {
  animation: hl-succ 2s;
}

.coupon-message--error,
.coupon-message--input,
#coupon-message--input,
#coupon-message--empty {
  animation: hl-err 2s;
}

.td-left {
  width: 150px !important;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  /* width: 140px; */
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  /* margin-left: 30px; */
  /* max-width: 400px; */
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard {
	padding-top:150px;
}
 
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
  font-size:14px;
  line-height: 5px;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
 /*
 .product .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.product .ratings strong { float:left; margin:1px 3px 0 0; }
.product .ratings .rating-links { margin:0; }
.product .ratings .rating-links .separator { margin:0 2px; }
.product .ratings dt {}
.product .ratings dd {}
.product .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/assets/global/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.product .rating-box .rating { float:left; height:13px; background:url(../images/assets/global/bkg_rating.gif) 0 100% repeat-x; }
.product .ratings .rating-box { float:left; margin-right:3px; }
.product .ratings .amount {}

.product .ratings-table th,
.product .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.product .ratings-table th { font-weight:bold; padding-right:8px; }
*/
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */

/* Search bar + autocomplete ************************************************/
/****************************************************************************/

.shrink .fullsearch {
  margin-top: 0;
  height: 59px; }
  .shrink .fullsearch .close {
    margin-top: 16px; }
  .shrink .fullsearch input[type="text"] {
    margin: 4px 0; }
  @media (max-width: 1432px) {
    .shrink .fullsearch {
      top: 0;
      height: 59px; } }

.fullsearch {
  position: absolute;
  margin: 10px 0 0 240px;
  left: 0;
  right: 0;
  height: 79px;
  background-color: #ffffff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
   }
  .fullsearch.active {
    visibility: visible;
    opacity: 1;
    z-index:99;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
             }
  @media (max-width: 1432px) {
    .fullsearch {
      margin: 0 0 0 140px; } }
  @media (max-width: 960px) {
    .fullsearch {
      height: 59px;
      margin: 0 0 0 100px; } }
  @media (max-width: 479px) {
    .fullsearch {
      margin: 0; } }

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
  
  /* Form container */
  .fullsearch .searchautocomplete {
    margin: 0 240px 0 0; }
  @media (max-width: 1432px) {
    .fullsearch .searchautocomplete {
      margin: 0 140px 0 0; } }
  @media (max-width: 960px) {
    .fullsearch .searchautocomplete {
      margin: 0 100px 0 0; } }
  @media (max-width: 479px) {
    .fullsearch .searchautocomplete {
      margin: 0 80px 0 0; } }

  /* Text-Input */
  .fullsearch input[type="text"] {
    font-size: 1em;
    font-family: 'Bryant', Oswald;
    text-transform: uppercase;
    max-width: 95%;
    margin-right: 30px;
    padding-left: 36px;
    padding-right: 44px;
    height: 48px;
    margin: 12px 0; }

    .fullsearch input[type="text"].active {
      background: url('../opc-ajax-loader.gif') 0 center no-repeat;
      background-size: 36px; }
    .fullsearch input[type="text"]:focus {
      outline: none; }
    .fullsearch input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    #cccccc;
      text-transform: none;
      font-weight: 100;
      font-style: italic; }
    .fullsearch input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color:    #cccccc;
      opacity:  1;
      text-transform: none;
      font-weight: 100;
      font-style: italic; }
    .fullsearch input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
      color:    #cccccc;
      opacity:  1;
      text-transform: none;
      font-weight: 100;
      font-style: italic; }
    .fullsearch input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color:    #cccccc;
      text-transform: none;
      font-weight: 100;
      font-style: italic; }
    @media (max-width: 960px) {
      .fullsearch input[type="text"] {
        margin: 4px 0; } }
  
  /* Submit button */
  .fullsearch button[type="submit"] {
    background-image: url('../images/assets/global/search.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    border: none;
    padding: 20px 10px 10px 10px !important;
    margin-left: -50px; }
    .fullsearch button[type="submit"]:hover {
      background-color: transparent; }

  /* Loading icon */
  .fullsearch .searchautocomplete .searchautocomplete-loader {
    width: 52px;
    height: 62px;
    position: absolute;
    background-image: url('../opc-ajax-loader.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    top: inherit;
    right: inherit;
    bottom: 0;
    margin-left: -6px;
    visibility: hidden;
    opacity: 0; }

  .fullsearch .searchautocomplete .searchautocomplete-loader.active {
    visibility: visible;
    opacity: 1;
    display: inline-block; }

  /* Close button */
  .fullsearch .close {
    width: 20px;
    height: 20px;
    padding: 0px;
    border: none;
    background: url("../images/assets/global/x.svg");
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: absolute;
    margin-top: 24px;
    top: 0;
    right: 100px;
    z-index:100; }
    .fullsearch .close:hover {
      border: none; }
    @media (max-width: 960px) {
      .fullsearch .close {
        margin-top: 16px;
        right: 30px; } }

/* Autocomlpete results */
.searchautocomplete .searchautocomplete-placeholder:before {
  display: none; }
.fullsearch .searchautocomplete .searchautocomplete-placeholder {
  position: relative !important;
  display: block;
  max-width: 100%;
  width: 400px;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  border-top: none;
  overflow-x: initial;
  margin: 0 auto;
  top: inherit;
  margin-top: 7px; }
  @media (max-width: 960px) {
    .fullsearch .searchautocomplete .searchautocomplete-placeholder {
      position: fixed !important;
      top: inherit;
      left: 0;
      overflow-y: scroll;
      max-height: 85%;
      width: 100%;
      margin-top: 3px; } }
  .shrink .fullsearch .searchautocomplete .searchautocomplete-placeholder {
    margin-top: 3px; }

  .fullsearch .searchautocomplete .searchautocomplete-placeholder .index-title {
    margin: 0;
    text-align: left;
    background-color: #F7F7F7;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px;
    line-height: 1;
    font-size: 12px; }

  .fullsearch .searchautocomplete .searchautocomplete-placeholder ul {
    width: 100%;
    padding: 0;
    float: none; }
  @media (max-width: 960px) {
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul {
      display: block; } }

  .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding: 4px;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    display: table; }
  .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li:last-child {
    border-bottom: none; }
  .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li:first-child {
    padding-top: 10px; }
  .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li.active {
    background-color: #f7f7f7;
  }

    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .image-container,
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .metas-container,
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .actions-container {
      display: table-cell; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .image-container {
      vertical-align: top;
      width: 80px; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .metas-container {
      vertical-align: top; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .actions-container {
      vertical-align: middle;
      width: 40px; }

    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li a {
      letter-spacing: 0;
      padding: 0;
    }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .name {
      margin: 0;
      line-height: 2; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .description {
      line-height: 1.2;
      margin: 8px 0;
      text-transform: none; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
      color: #e2231a;
      float: none;
      font-weight: normal; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .all {
      width: 100%;
      text-align: center;
      display: inline-block;
      padding: 10px;
      margin: 0; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .all a {
      width: 100%;
      color: #000000; }

    /* Add to cart / view more buttons */
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .actions-container a.action {
      display: inline-block;
      text-decoration: none;
      background-color: #e2231a; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .actions-container a.action:hover {
      border-bottom: none; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .actions-container .icon {
      width:24px;
      height:24px; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .actions-container .add-to-cart .icon {
      background: url("../images/assets/global/plus-white.png") center center no-repeat; }
    .fullsearch .searchautocomplete .searchautocomplete-placeholder .actions-container .view-details .icon {
      background: url("../images/assets/global/bg-ul-arrow-white.png") center center no-repeat; }

  /* Categories */
  .fullsearch .searchautocomplete .searchautocomplete-placeholder ul li.autocomplete-category {
    height: 100px;
    overflow: hidden;
    position: relative;
    padding: 0; }
    .fullsearch .searchautocomplete ul li.autocomplete-category .image-container {
      width: 100%;
      height: 100%;
      background-position: center; }
    .fullsearch .searchautocomplete ul li.autocomplete-category .info-metas,
    .fullsearch .searchautocomplete ul li.autocomplete-category .info-metas-layer {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: table; }
    .fullsearch .searchautocomplete ul li.autocomplete-category .info-metas-layer {
      opacity: 0.4;
      height: 100%;
      background-color: #000000; }
    .fullsearch .searchautocomplete ul li.autocomplete-category .info-metas p {
      color: #ffffff;
      letter-spacing: 4px;
      font-family: "Oswald", "Helvetica", sans-serif;
      text-align: center;
      margin: 0; }
    .fullsearch .searchautocomplete ul li.autocomplete-category .info-metas .metas-name {
      font-size: 20px;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.4; }
    .fullsearch .searchautocomplete ul li.autocomplete-category .info-metas .metas-description {
      font-family: "Open Sans", "Helvetica", sans-serif;
      font-size: 18px;
      line-height: 1.2;
      margin-top: 24px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-review .ratings-table {
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}




/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}


/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: url(../images/assets/homepage/homepage-banners/hero2.jpg) no-repeat;*/
  background-color: #000;
  background-size: cover; }
  @media (max-width: 767px) {
    video#bgvid {
      display: none; } }

.category {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 80px;
  background: white;
  z-index: 10;
  padding-top: 30px; }
  .category p {
    font-size: 14px;
    line-height: 20px; }
  .category h4 {
    font-size: 16px;
    letter-spacing: 1px; }
    .category h4 span {
      color: #e2231a;
      text-decoration: none; }
  .category h5 {
    font-family: "Oswald", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #d1d1d1;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: normal;
    margin: 0; }
  .category a {
    color: #e2231a;
    text-decoration: none;
    cursor: pointer; }
    .category a:hover {
      color: #7e0c1e; }
  .category .clear {
    clear: both; }
  .category select {
    border: 1px #d1d1d1 solid; }
    .category select.button {
      height: 53px;
      background: white url(../images/assets/global/arrow-down.png) no-repeat;
      background-position: 90% center;
      color: #d1d1d1;
      border-color: #d1d1d1;
      border-radius: 0px !important;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media (max-width: 450px) {
        .category select.button {
          font-size: 12px; } }
      .category select.button:focus {
        outline: none; }
      .category select.button.check {
        color: black;
        border-color: #848484;
        background: #eff0f0 url(../images/assets/global/check.png) no-repeat;
        background-position: 90% center; }
      .category select.button:hover {
        color: #848484;
        border-color: #e2231a; }
  .category .title {
    width: 100%;
    display: block;
    float: left;
    padding: 30px 0px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 80px; }
    .category .title h4 {
      text-align: left;
      width: 31.94444%;
      float: left;
      margin-left: 0.69444%;
      margin-right: 0.69444%;
      display: block;
      float: left; }
      @media (max-width: 767px) {
        .category .title h4 {
          display: none; } }
    .category .title select {
      display: block;
      width: 31.94444%;
      float: left;
      margin-left: 0.69444%;
      margin-right: 0.69444%;
      float: left;
      margin-top: 15px;
      padding: 0px 25px; }
      @media (max-width: 767px) {
        .category .title select {
          width: 98.61111%;
          float: left;
          margin-left: 0.69444%;
          margin-right: 0.69444%; } }
  .category .cards {
    text-align: center;
    z-index: 10; }
    .category .cards .panel {
      width: 31.94444%;
      float: left;
      margin-left: 0.69444%;
      margin-right: 0.69444%;
      margin-top: 0.69444%;
      margin-bottom: 0.69444%;
      float: left;
      position: relative;
      display: block;
      background: none;
      border: 1px solid #eff0f0;
      padding: 60px 0px 80px 0px; 
      height: 460px;}
      @media (max-width: 1024px) {
        .category .cards .panel {
          width: 48.61111%;
          float: left;
          margin-left: 0.69444%;
          margin-right: 0.69444%; } }
      @media (max-width: 767px) {
        .category .cards .panel {
          width: 98.61111%;
          float: left;
          margin-left: 0.69444%;
          margin-right: 0.69444%;
          margin-top: 0.69444%;
          margin-bottom: 0.69444%; } }
      .category .cards .panel .notificationsticker {
        font-family: "Oswald", "Helvetica", sans-serif;
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        background: #e2231a;
        color: white;
        border-radius: 20px;
        padding: 0px 25px; }
      .category .cards .panel img {
        width: auto;
        height: 140px;
        margin: 30px auto; }
      .category .cards .panel h4, .category .cards .panel p {
        margin: 0 40px;
        padding-top: 0px;
        opacity: 1;
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1); }
        .category .cards .panel h4.red, .category .cards .panel p.red {
          color: #e2231a; }
      .category .cards .panel a h4, .category .cards .panel a p {
        color: black; }
      .category .cards .panel .hover-info {
        -webkit-transition: all .2s;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 100px;
        width: 100%;
        border-top: 1px solid #d1d1d1;
        padding: 30px 0px 0px 0px;
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        background: #eff0f0; }
        .category .cards .panel .hover-info h4 {
          font-family: "Oswald", "Helvetica", sans-serif;
          vertical-align: middle;
          font-weight: 500;
          color: #e2231a;
          font-size: 16px;
          text-decoration: none;
          text-transform: uppercase;
          text-align: left;
          width: 50%;
          display: block;
          float: left;
          margin: 0;
          padding-left: 40px; }
          .category .cards .panel .hover-info h4:hover {
            color: #7e0c1e; }
        .category .cards .panel .hover-info ul.options {
          width: 50%;
          display: block;
          float: left;
          margin: 0; }
          .category .cards .panel .hover-info ul.options li {
            list-style-type: none;
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: black;
            text-align: right;
            margin: 0px 3px;
            vertical-align: middle; }
            .category .cards .panel .hover-info ul.options li.black {
              background: black; }
            .category .cards .panel .hover-info ul.options li.red {
              background: #e2231a; }
            .category .cards .panel .hover-info ul.options li.gray {
              background: #d1d1d1; }
            .category .cards .panel .hover-info ul.options li.active {
              width: 18px;
              height: 18px;
              border: 3px solid rgba(255, 255, 255, 0.5); }
      .category .cards .panel.active .panel-info p {
        opacity: 0; }
      .category .cards .panel.active .hover-info {
        opacity: 1; }

.fade {
  height: 290px;
  width: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0; }

/* Sections */
/*

-------------------------------------------------------------

Home Hero Styles

*/

.internal .hero {
  width: 100%;
  position: relative;
  padding-top: 100px; }
  @media (max-width: 960px) {
    .internal .hero {
      padding-top: 65px;
      overflow:hidden; } }
  .internal .hero:before, .internal .hero:after {
    content: " ";
    display: table; }
  .internal .hero:after {
    clear: both; }
  .internal .hero .slide {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
    overflow: hidden;
    background: none; }
    @media (max-width: 767px) {
      .internal .hero .slide {
        /* background: url(../images/assets/homepage/homepage-banners/hero2.jpg) no-repeat; */
        background-size: cover;
        background-position: center bottom; } }
    .internal .hero .slide .hero-text-center {
      max-width: 60%;
      position: relative;
      margin: 0 20% 0 20%;
      text-align: center;
      z-index: 10;
      padding-top: 180px; }
      .internal .hero .slide .hero-text-center h1, .internal .hero .slide .hero-text-center h2, .internal .hero .slide .hero-text-center h3, .internal .hero .slide .hero-text-center h4, .internal .hero .slide .hero-text-center h5 {
        color: white;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: 8px; }
      .internal .hero .slide .hero-text-center p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 20px; }
  @media (max-width: 1250px) {
    .internal .hero .slide {
      height: 600px; } }
  @media (max-width: 1250px) {
    .internal .hero .slide {
      height: 600px; }
      .internal .hero .slide .hero-text-center {
        padding-top: 150px;
        max-width: 60%; }
        .internal .hero .slide .hero-text-center h1, .internal .hero .slide .hero-text-center h2, .internal .hero .slide .hero-text-center h3, .internal .hero .slide .hero-text-center h4, .internal .hero .slide .hero-text-center h5 {
          font-size: 48px; }
        .internal .hero .slide .hero-text-center p {
          padding-left: 10%;
          padding-right: 10%; } }
  @media (max-width: 960px) {
    .internal .hero .slide {
      height: 400px; }
      .internal .hero .slide .hero-text-center {
        padding-top: 70px;
        max-width: 60%;
        padding-left: 25px;
        padding-right: 25px; }
        .internal .hero .slide .hero-text-center h1, .internal .hero .slide .hero-text-center h2, .internal .hero .slide .hero-text-center h3, .internal .hero .slide .hero-text-center h4, .internal .hero .slide .hero-text-center h5 {
          font-size: 35px;
          padding-bottom: 10px; }
        .internal .hero .slide .hero-text-center p {
          font-size: 14px;
          padding-right: 10%;
          padding-left: 10%; } }
  @media (max-width: 767px) {
    .internal .hero .slide {
      height: 500px; }
      .internal .hero .slide .hero-text-center {
        display: block;
        margin: 0;
        max-width: 100%;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px; }
        .internal .hero .slide .hero-text-center h1, .internal .hero .slide .hero-text-center h2, .internal .hero .slide .hero-text-center h3, .internal .hero .slide .hero-text-center h4, .internal .hero .slide .hero-text-center h5 {
          font-size: 33px;
          padding-bottom: 10px; }
        .internal .hero .slide .hero-text-center p {
          font-size: 14px;
          text-align: center;
          padding: 0px;
          padding-bottom: 10px; } }
  .internal .hero .hero-mountains {
    height: 450px;
    background: url("../images/assets/global/mountains-grid.png") center top no-repeat;
    position: absolute;
    bottom: -150px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    transition: bottom 2.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .internal .hero .hero-mountains.left {
      left: 0;
      background-position: right top; }
    @media (max-width: 1024px) {
      .internal .hero .hero-mountains {
        bottom: -250px; } }
  .internal .hero .active .hero-mountains {
    bottom: -200px; }
    @media (max-width: 1024px) {
      .internal .hero .active .hero-mountains {
        bottom: -300px; } }
.internal .fixed-padding {
  padding-top: 150px; }
  @media (max-width: 960px) {
    .internal .fixed-padding {
      padding-top: 50px; } }
      
/* Adding some append stuff */
/* Base */
/* Layout */
.clearfix {
  position: relative; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.padding-top-220 {
  padding-top: 220px; }
  @media (max-width: 767px) {
    .padding-top-220 {
      padding-top: 100px; } }

.padding-top-140 {
  padding-top: 140px; }

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-30 {
  padding: 30px 0px; }

.padding-60 {
  padding: 60px 0px; }

.padding-150 {
  padding: 150px 0px; }
}

.padding-300 {
  padding: 300px 0px; }
  @media (max-width: 960px) {
    .padding-300 {
      padding: 60px 0px 10px 0px; } }
      
.padding-bot-30 {
  padding-bottom: 30px; 
}

.button.block-center {
  margin: 60px auto;
  display: block;
  max-width: 320px; }

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

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

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

.text-sub {
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 50px; }

.text-white {
  color: white; }

.text-black {
  color: black; }

.text-oswald {
  font-family: "Oswald", "Helvetica", sans-serif; }

.bg-gray {
  background: #eff0f0; }

.bg-gray-light {
  background: #f0f0f0; }

.bg-white {
  background: #fff; }

.divider-gray {
  height: 550px; }
  @media (max-width: 767px) {
    .divider-gray {
      display: none; } }
.span12.no-margin {
  margin: 0px;
  width: 50%; }
  .span12.no-margin img {
    margin-bottom: -6px; }

.span24.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.width-460 {
  width: 460px;
  position: relative; }
  @media (max-width: 767px) {
    .width-460 {
      width: 100%; } }

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  @media (max-width: 960px) {
    .flexbox-container {
      display: initial;
      display: initial;
      display: initial;
      -ms-flex-align: initial;
      -webkit-align-items: initial;
      -webkit-box-align: initial;
      align-items: initial; } }

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

.container-1200 {
  position: relative;
  width: 1200px;
  margin: 80px auto; }
  @media (max-width: 1250px) {
    .container-1200 {
      width: 1000px; } }
  @media (max-width: 1024px) {
    .container-1200 {
      width: 900px; } }
  @media (max-width: 960px) {
    .container-1200 {
      width: 700px; } }
  @media (max-width: 767px) {
    .container-1200 {
      width: 98%;
      /* padding: 0px 5%; */
      margin: 0px auto;
      } }

.span4 {
  width: 15.2777777778%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span4 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span5 {
  width: 23.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span5 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span6 {
  width: 23.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span6 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span8 {
  width: 31.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 767px) {
    .span8 {
      float: none;
     /* margin: 60px 0px;*/
      width: 100%; } }
  @media (max-width:960px) {
    .span8{ width:100%;
  } }

.span8.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin: 0 0 !important;
}

.span10 {
  width: 40.2777777778%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 767px) {
    .span10 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }
  
.span10.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.span11 {
  width: 44.4444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 767px) {
    .span11 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span12 {
  width: 48.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 767px) {
    .span12 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span16 {
  width: 65.2777777778%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span16 {
      float: none;
      width: 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .span16 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }
      
.span16.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin: 0 0 !important;
}

.span20 {
  width: 81.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span20 {
      float: none;
      width: 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .span20 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span24 {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span24 {
      float: none;
      width: 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .span24 {
      float: none;
      margin: 60px 0px;
      width: 100%; } }

.span24blog {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%; }
  @media (max-width: 960px) {
    .span24blog {
      float: none;
      width: 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .span24blog {
      float: none;
      margin: 20px 0px;
      width: 100%; } }

.post1 {
  margin-right: 17.3611111111%; }
  @media (max-width: 960px) {
    .post1 {
      margin: 60px 0px; } }

.post4 {
  margin-right: 17.3611111111%; }
  @media (max-width: 960px) {
    .post4 {
      margin: 60px 0px; } }

.post6 {
  margin-right: 25.6944444444%; }
  @media (max-width: 960px) {
    .post6 {
      margin: 60px 0px; } }

.post8 {
  margin-right: 34.0277777778%; }
  @media (max-width: 960px) {
    .post8 {
      margin: 60px 0px; } }

.post12 {
  margin-right: 50.6944444444%; }
  @media (max-width: 767px) {
    .post12 {
      margin: 60px 0px; } }

.push1 {
  margin-left: 4.8611111111%; }
  @media (max-width: 960px) {
    .push1 {
      margin: 60px 0px; } }

.push2 {
  margin-left: 9.0277777778%; }
  @media (max-width: 767px) {
    .push2 {
      margin: 0px; } }

.push4 {
  margin-left: 17.3611111111%; }
  @media (max-width: 960px) {
    .push4 {
      margin: 0px; } }

.push5 {
  margin-left: 21.5277777778%; }
  @media (max-width: 960px) {
    .push5 {
      margin: 0px; } }

.push7 {
  margin-left: 29.8611111111%; }
  @media (max-width: 960px) {
    .push7 {
      margin: 60px 0px; } }

.push8 {
  margin-left: 34.0277777778%; }
  @media (max-width: 960px) {
    .push8 {
      margin: 60px 0px; } }

.push12 {
  margin-left: 50.6944444444%; }
  @media (max-width: 767px) {
    .push12 {
      margin: 60px 0px; } }

/*Subpages*/
/*

-------------------------------------------------------------

BLOG

*/
.blog-mountains {
  height: 500px;
  background: url("../images/assets/global/blog-mountains.png") center top no-repeat;
  position: absolute;
  z-index: 98;
  bottom: -300px;
  left: 0px;
  width: 100%; }
  @media (max-width: 767px) {
    .blog-mountains {
      bottom: -350px; } }

.general .blog-mountains, .pro .blog-mountains {
  opacity: .5; }

.general-title h1, .general-title strong, .single-title h1, .single-title strong {
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  display: block; }
.general-title strong, .single-title strong {
  margin-top: 40px; }

.general-title {
  position: relative;
  padding: 220px 0px 100px 0px;
  text-align: center;
  border-bottom: solid 1px #d1d1d1;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden; }
  .general-title h1, .general-title strong {
    font-size: 60px; }
    @media (max-width: 767px) {
      .general-title h1, .general-title strong {
        font-size: 40px; } }
  @media (max-width: 960px) {
    .general-title {
      padding: 120px 0px 40px 0px; } }

.single-title {
  position: relative;
  padding-top: 380px;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 960px) {
    .single-title {
      padding: 120px 0px 0px 0px; }
      .single-title .span16 {
        width: 80%;
        margin: 0px auto; } }
  @media (max-width: 767px) {
    .single-title {
      padding: 0px 0px 0px 0px; }
      .single-title .span16 {
        width: 95%;
        padding: 0px 2.5%; } }
  .single-title h1 {
    font-size: 32px;
    margin-top: 80px; }
    @media (max-width: 960px) {
      .single-title h1 {
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .single-title h1 {
        padding-top: 0px;
        width: 90%;
        padding: 0px 5%;
        font-size: 24px;
        margin-top: 40px; } }
  .single-title .container-1200 {
    margin: 0px auto; }
    @media (max-width: 767px) {
      .single-title .container-1200 {
        width: 100%;
        padding: 0px; } }

.categories-nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 100px 0px 0px 0px;
  font-family: "Oswald", "Helvetica", sans-serif;
  position: relative;
  z-index: 99; }
  @media (max-width: 767px) {
    .categories-nav ul {
      margin: 40px 0px 0px 0px; } }
  .categories-nav ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 40px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .categories-nav ul li {
        margin-right: 20px; } }
    .categories-nav ul li:last-child {
      margin-right: 0px; }
    .categories-nav ul li a {
      color: #b4b4b4;
      font-size: 16px;
      letter-spacing: .1em; }
      @media (max-width: 767px) {
        .categories-nav ul li a {
          font-size: 14px; } }
      .categories-nav ul li a:hover {
        color: #cb3852; }
  .categories-nav ul .active a {
    color: #cb3852; }

.load-posts {
  background: #eff0f0;
  padding: 120px 0px; }
  @media (max-width: 960px) {
    .load-posts {
      padding: 80px 0px; } }
  @media (max-width: 767px) {
    .load-posts {
      padding: 60px 0px; } }
  .load-posts a {
    display: block;
    margin: 0 auto;
    width: 290px;
    color: #403636;
    border: solid 3px #cb3852;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica", sans-serif;
    padding: 15px 0px; }
    .load-posts a:hover {
      background: #cb3852;
      color: white; }


.pro .blogroll .grid-sizer, .pro .blogroll .grid-item {
	
height: 600px;	
	
}

.story-page .blogroll .grid-sizer, .story-page .blogroll .grid-item {
height: 680px;
}

.blogroll {
  margin: -20px auto 35px auto;
  width: 1200px; }
  @media (max-width: 1250px) {
    .blogroll {
      width: 900px;
      margin: 0 auto; } }
  @media (max-width: 1024px) {
    .blogroll {
      width: 900px; } }
  @media (max-width: 960px) {
    .blogroll {
      width: 100%; } }
  .blogroll .grid-sizer, .blogroll .grid-item {
    width: 30%;
	margin-left: 1.66666667%;
	margin-right: 1.66666667%;
    margin-bottom: 80px;
    height: 520px;
   }
    @media (max-width: 1250px) {
      .blogroll .grid-sizer, .blogroll .grid-item {
        width: 45%;
        margin: 0px 2.5% 80px 2.5%; } }
    @media (max-width: 767px) {
      .blogroll .grid-sizer, .blogroll .grid-item {
        width: 95%; } }
  .blogroll .no-margin {
    margin-right: 0px; }
    @media (max-width: 1250px) {
      .blogroll .no-margin {
        margin-right: 2.5%; } }
  .blogroll article {
    color: #403636;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400; }
    .blogroll article h2 {
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 1px;
      /* height: 50px;*/}
      .blogroll article h2 span {
        display: block;
        color: #b4b4b4; }
      .blogroll article h2 a {
        color: #403636; }
        .blogroll article h2 a:hover {
          color: #cb3852; }
          .blogroll p {
            margin-top:35px;
          }
  .blogroll .featured-img {
    background: black;
    overflow: hidden;
    display: block;
    position: relative; }
    .blogroll .featured-img .mountain-show {
      opacity: 0;
      background: url(../images/assets/global/mountains-hover.png) no-repeat;
      width: 459px;
      height: 195px;
      position: absolute;
      z-index: 98;
      bottom: -1500px;
      right: 0px;
      -webkit-transition: all, 300ms;
      -moz-transition: all, 300ms;
      -ms-transition: all, 300ms;
      -o-transition: all, 300ms;
      transition: all, 300ms; }
    .blogroll .featured-img:hover img {
      opacity: .3; }
      @media (max-width: 767px) {
        .blogroll .featured-img:hover img {
          opacity: 1; }
        }

    .blogroll .featured-img:hover .button {
      opacity: 1; }
    .blogroll .featured-img:hover .mountain-show {
      bottom: 0px;
      opacity: 1; }

    @media (max-width: 767px) {
      .blogroll .featured-img:hover .mountain-show {
        opacity: 0; }
    }
    .blogroll .featured-img img {
      margin-bottom: -10px;
      position: relative;
      z-index: 97;
      width: 100%;
      -webkit-transition: opacity, 300ms;
      -moz-transition: opacity, 300ms;
      -ms-transition: opacity, 300ms;
      -o-transition: opacity, 300ms;
      transition: opacity, 300ms; }
    .blogroll .featured-img .button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -120px;
      margin-top: -30px;
      z-index: 99;
      opacity: 0;
      width: 240px;
      text-align: center; }
      @media (max-width: 767px) {
        .blogroll .featured-img .button {
          opacity: 0;
        }
        .blogroll .featured-img:hover .button {
          opacity: 0;
        }
      }


  .blogroll .read-more {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica", sans-serif;
    font-weight: 300;
    background: transparent; }
    .blogroll .read-more a, .blogroll .read-more time {
      color: #b4b4b4;
      vertical-align: middle; }
    .blogroll .read-more span {
      height: 30px;
      width: 1px;
      background-color: #b4b4b4;
      margin: 0px 10px;
      display: inline-block; }
    .blogroll .read-more a {
      height: 30px;
      border-right: solid 1px #b4b4b4;
      padding: 0px 10px;
      margin-left: -10px;
      margin-right: 10px;
      display: inline-block; }
      .blogroll .read-more a:hover {
        background: #cb3852;
        border-right: solid 1px #cb3852;
        color: white; }

@media (max-width: 1600px) {
  .pro-single .flexbox-container .span6 {
    width: 40%;
    margin: 0 auto 40px 10%; }
  .pro-single .flexbox-container .post1 {
    margin-right: 10%; } }
@media (max-width: 960px) {
  .pro-single .content-wrapper .span10, .pro-single .content-wrapper .span12 {
    float: none;
    width: 60%;
    margin: 0 auto 40px auto; }
  .pro-single .content-wrapper .span6 {
    width: 60%;
    margin: 0 auto 40px auto; } }
@media (max-width: 767px) {
  .pro-single .content-wrapper .span10, .pro-single .content-wrapper .span6, .pro-single .content-wrapper .span12 {
    float: none;
    width: 90%;
    padding: 0px 5%;
    margin: 20px auto; } }

.pro .blogroll {
  margin-top: -500px; }
  @media (max-width: 767px) {
    .pro .blogroll {
      margin-top: 0px; } }

.pro-social {
  margin: 0px; }
  @media (max-width: 767px) {
    .pro-social {
      text-align: center;
      margin-top: 20px; } }
  .pro-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #d9d9d9;
    margin-right: 7px;
    text-align: center;
    color: white;
    line-height: 32px; }
    .pro-social a:hover {
      background: #cb3852; }
    .pro-social a span {
      font-size: 15px; }
    .pro-social a span.icon-facebook {
      font-size: 18px;
      margin-left: -2px; }

.post-details {
  text-transform: uppercase;
  color: #b4b4b4;
  font-family: "Oswald", "Helvetica", sans-serif;
  vertical-align: middle;
  letter-spacing: 1px;
  margin: 50px 0px 0px 0px; }
  @media (max-width: 767px) {
    .post-details {
      margin-top: 30px;
      margin: 50px auto 0px auto;
      display: block;
      width: 95%;
      padding: 0px 2.5%; } }
  .post-details .author {
    display: inline-block;
    border-right: solid 1px #b4b4b4;
    padding-right: 30px;
    margin-right: 24px; }
    @media (max-width: 767px) {
      .post-details .author {
        display: block;
        margin-right: 0px;
        padding-right: 0px;
        border-right: none; } }
  .post-details time {
    margin: 0px;
    margin: 0px; }

.no-margin.container-1200 {
  margin-top: -20px; }
  @media (max-width: 960px) {
    .no-margin.container-1200 .span16 {
      width: 80%;
      margin: 0px auto; } }
  @media (max-width: 767px) {
    .no-margin.container-1200 .span16 {
      width: 100%;
      padding: 0px; } }

@media (max-width: 767px) {
  .pro-nav .span12 {
    margin: 0px auto;
    width: 100%;
    padding: 0px; } }
.pro-nav .pro-social a {
  line-height: 26px; }
.pro-nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-family: "Oswald", "Helvetica", sans-serif;
  position: relative;
  z-index: 99; }
  @media (max-width: 767px) {
    .pro-nav ul {
      margin: 40px 0px 0px 0px; } }
  .pro-nav ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    color: #b4b4b4;
    font-size: 20px;
    letter-spacing: .1em; }
    @media (max-width: 767px) {
      .pro-nav ul li {
        font-size: 16px; } }
    .pro-nav ul li:last-child {
      margin-right: 0px; }
    .pro-nav ul li a {
      color: #b4b4b4;
      font-size: 20px;
      letter-spacing: .1em; }
      @media (max-width: 767px) {
        .pro-nav ul li a {
          font-size: 14px; } }
      .pro-nav ul li a:hover {
        color: #cb3852; }
  .pro-nav ul .active a {
    color: #cb3852; }

.cta-quote {
  font-size: 20px;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  line-height: 2;
  position: relative; }
  .cta-quote .button {
    position: relative;
    z-index: 99; }
  .cta-quote img {
    position: absolute;
    z-index: 98;
    margin-left: -60px;
    margin-top: -30px; }
    @media (max-width: 767px) {
      .cta-quote img {
        position: relative;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: 20px; } }

img.max-width {
  max-width: 100%; }

.interview strong {
  font-size: 16px;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #b4b4b4;
  font-weight: 300; }
.interview .qa {
  margin-bottom: 60px; }

.instagram-feed {
  border-top: solid 1px #b4b4b4;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .instagram-feed {
      padding-top: 80px; } }
  @media (max-width: 960px) {
    .instagram-feed .span6 {
      float: left;
      margin: 0px 0.694444% 0.694444% 0px;
      width: 23.6111%; } }
  @media (max-width: 767px) {
    .instagram-feed .span6 {
      width: 45%;
      margin: 0px 2.5% 5% 2.5%; } }
  @media (max-width: 767px) {
    .instagram-feed .span12 {
      float: none;
      width: 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .instagram-feed .text-right {
      text-align: left; } }
  @media (max-width: 767px) {
    .instagram-feed .no-margin {
      margin-bottom: 40px; } }
  .instagram-feed a {
    font-size: 20px;
    font-family: "Oswald", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #b4b4b4;
    font-weight: 300; }
    .instagram-feed a:hover {
      color: #cb3852; }
  .instagram-feed a.text-black {
    color: black; }
    .instagram-feed a.text-black:hover {
      color: #cb3852; }
  .instagram-feed .span6 {
    margin-bottom: 0.6944444444%; }

/*

-------------------------------------------------------------

GENERAL

*/
.set-background {
  background-position: center center;
  background-repeat: no-repeat; }

.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.general-title.background-cover {
  padding: 350px 0px 190px 0px; }
  @media (max-width: 960px) {
    .general-title.background-cover {
      padding: 200px 0px 40px 0px; } }
  @media (max-width: 767px) {
    .general-title.background-cover {
      padding: 140px 0px 40px 0px; } }

.content-wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 60px auto;
  color: #403636; }
   @media (max-width: 767px) {
      .content-wrapper  {
        /* margin: 0px auto; */ } }
  
  .content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
    line-height: 1.5; }
  .content-wrapper a {
    color: #e2231a;
   }
   
  .content-wrapper figure {
    margin: 0px; }
  .content-wrapper figcaption {
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica", sans-serif;
    color: black;
    letter-spacing: 1px; }
    .content-wrapper figcaption span {
      color: #b4b4b4; }
  .content-wrapper h2 {
    font-size: 16px;
    margin-bottom: 40px; }
  .content-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px;
    /*line-height: 3;*/
    font-family: "Oswald", "Helvetica", sans-serif;
    text-transform: uppercase;
    }

  .content-wrapper li {
    padding-left: 1em;
    /*text-indent: -.7em;*/ }
  .content-wrapper li:before {
    /*content: "â€¢ "*/;
    color: #cb3852; }
  .content-wrapper blockquote {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica", sans-serif;
    color: #b4b4b4;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px; }
    @media (max-width: 767px) {
      .content-wrapper blockquote {
        line-height: 1.5;
       /* margin-top: 5%;
        margin-bottom: 5%; */ } }
    .content-wrapper blockquote:before {
      content: "\201C ";
      color: #cb3852; }
    .content-wrapper blockquote:after {
      content: " \201D";
      color: #cb3852; }

.down-btn {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #e2231a;
  line-height: 56px;
  position: relative;
  z-index: 99; }
  .down-btn:hover {
    background: rgba(196, 18, 47, 0.5); }

.general-title {
  position: relative;
  padding: 220px 0px 100px 0px;
  text-align: center;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  border-bottom: solid 1px #d1d1d1;
  overflow: hidden; }
  @media (max-width: 960px) {
    .general-title {
      padding: 120px 0px 40px 0px; } }
  .general-title h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .general-title h1 {
        font-size: 40px; } }

.alt-text {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 0px 60px 0px; }
  @media (max-width: 767px) {
    .alt-text {
      font-size: 20px; } }

.general-nav {
  padding: 30px 0px;
  border-bottom: solid 1px #b4b4b4; }
  @media (max-width: 960px) {
    .general-nav {
      padding: 10px 0px; } }
  .general-nav ul {
    list-style-type: none;
    padding: 0px;
    font-family: "Oswald", "Helvetica", sans-serif;
    position: relative;
    z-index: 99;
    text-align: center; }
    .general-nav ul li {
      margin: 0px;
      padding: 0px;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 70px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .general-nav ul li {
          margin-right: 20px; } }
      .general-nav ul li:last-child {
        margin-right: 0px; }
      .general-nav ul li a {
        color: #b4b4b4;
        font-size: 16px;
        letter-spacing: .1em; }
        @media (max-width: 767px) {
          .general-nav ul li a {
            font-size: 14px; } }
        .general-nav ul li a:hover {
          color: #cb3852; }
    .general-nav ul .active a {
      color: black; }

.content-squeeze {
  padding: 0px 100px; }
  @media (max-width: 1250px) {
    .content-squeeze {
      padding: 40px 40px;
      font-size: 15px; } }
  @media (max-width: 767px) {
    .content-squeeze {
      padding: 0px; } }

/*

-------------------------------------------------------------

STORY

*/
.story-page h2 {
  font-size: 20px; }
@media (max-width: 1600px) {
  .story-page .flexbox-container .span6 {
    width: 40%;
    margin: 0 auto 40px 10%; }
  .story-page .flexbox-container .post1 {
    margin-right: 10%; } }
@media (max-width: 960px) {
  .story-page .content-wrapper .span10, .story-page .content-wrapper .span12 {
    float: none;
    width: 60%;
    margin: 0 auto 40px auto; }
  .story-page .content-wrapper .span6 {
    width: 60%;
    margin: 0 auto 40px auto; } }
@media (max-width: 767px) {
  .story-page .content-wrapper .span10, .story-page .content-wrapper .span6, .story-page .content-wrapper .span12 {
    float: none;
    width: 90%;
    padding: 0px 5%;
    margin: 20px auto; } }

.story-title.background-cover {
  padding: 480px 0px 0px 0px; }
  @media (max-width: 960px) {
    .story-title.background-cover {
      padding: 200px 0px 0px 0px; } }
  @media (max-width: 767px) {
    .story-title.background-cover {
      padding: 140px 0px 0px 0px; } }

.story-title .alt-text {
  font-size: 20px;
  margin: 0px 0px 30px 0px; }
.story-title .down-btn {
  margin-bottom: 260px; }
  @media (max-width: 960px) {
    .story-title .down-btn {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .story-title .down-btn {
      margin-bottom: 40px; } }

.story-title {
  position: relative;
  padding: 220px 0px 100px 0px;
  text-align: center;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  border-bottom: solid 1px #d1d1d1;
  overflow: hidden; }
  @media (max-width: 960px) {
    .story-title {
      padding: 120px 0px 40px 0px; } }
  .story-title h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .story-title h1 {
        font-size: 40px; } }

.story-quote {
  font-size: 40px;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
  letter-spacing: 2px; }
  @media (max-width: 767px) {
    .story-quote {
      font-size: 24px; } }
  .story-quote .button {
    position: relative;
    z-index: 99; }
  .story-quote img {
    position: absolute;
    z-index: 98;
    margin-left: -60px;
    margin-top: -30px; }
    @media (max-width: 767px) {
      .story-quote img {
        position: relative;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: 20px; } }
  .story-quote .blog-mountains {
    bottom: -1100px;
    background: url("../images/assets/global/mountains-grid.png") center top no-repeat;
    opacity: 1; }
    @media (max-width: 960px) {
      .story-quote .blog-mountains {
        bottom: -350px; } }

.story-nav {
  padding: 30px 0px; }
  @media (max-width: 960px) {
    .story-nav {
      padding: 10px 0px; } }
  .story-nav ul {
    list-style-type: none;
    padding: 0px;
    font-family: "Oswald", "Helvetica", sans-serif;
    position: relative;
    z-index: 99;
    text-align: center; }
    .story-nav ul li {
      margin: 0px;
      padding: 0px;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 70px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .story-nav ul li {
          margin-right: 20px; } }
      .story-nav ul li:last-child {
        margin-right: 0px; }
      .story-nav ul li a {
        color: #b4b4b4;
        font-size: 16px;
        letter-spacing: .1em; }
        @media (max-width: 767px) {
          .story-nav ul li a {
            font-size: 14px; } }
        .story-nav ul li a:hover {
          color: #cb3852; }
    .story-nav ul .active a {
      color: white; }

.design-block {
  padding: 15px 0px 140px 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  @media (max-width: 960px) {
    .design-block {
      padding: 20px 0px 20px 0px; } }
  .design-block h2 {
    margin: 100px 0px 30px 0px; }
    @media (max-width: 767px) {
      .design-block h2 {
        margin: 30px 0px; } }
  .design-block .down-btn {
    line-height: 60px; }

.team-section {
  padding-top: 140px;
  padding-bottom: 440px;
  margin-bottom: -400px; }
  @media (max-width: 960px) {
    .team-section {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .team-section {
      margin-bottom: -480px; } }

@media (max-width: 1024px) {
  .section-mission.bg-gray-light {
    background: none; } }
    
/* 

-------------------------------------------------------------

MODAL

*/
#modal-newsletter {
  background-position: top center; }
  #modal-newsletter .newsletter-content {
    -webkit-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    margin: 500px auto 0px auto;
    width: 800px;
    opacity: 0;
    position: relative;
    background: none;
    text-align: center; }
    @media (max-height: 1000px) {
      #modal-newsletter .newsletter-content {
        margin: 160px auto 0px auto; } }
    @media (max-width: 767px) {
      #modal-newsletter .newsletter-content {
        width: 90%;
        padding: 0px 5%;
        margin: 80px auto 60px auto; } }
    #modal-newsletter .newsletter-content h3 {
      color: white;
      font-size: 60px;
      margin-bottom: 0px;
      letter-spacing: 8px; }
      @media (max-width: 767px) {
        #modal-newsletter .newsletter-content h3 {
          font-size: 40px; } }
    #modal-newsletter .newsletter-content p {
      color: white;
      font-size: 18px;
      font-family: "Oswald", "Helvetica", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media (max-height: 1000px) {
        #modal-newsletter .newsletter-content p {
          font-size: 16px; } }
      #modal-newsletter .newsletter-content p span {
        color: #e2231a; }
    #modal-newsletter .newsletter-content .policy {
      color: #676767;
      text-transform: uppercase;
      font-family: "Oswald", "Helvetica", sans-serif;
      font-weight: 400;
      font-size: 16px; }
      #modal-newsletter .newsletter-content .policy:hover {
        color: white; }
    #modal-newsletter .newsletter-content form {
      position: relative;
      width: 600px;
      margin: 80px auto 40px auto; }
      @media (max-height: 1000px) {
        #modal-newsletter .newsletter-content form {
          margin: 20px auto 40px auto; } }
      @media (max-width: 767px) {
        #modal-newsletter .newsletter-content form {
          width: 90%;
          padding: 0px 5%;
          margin: 0px auto 0px auto; } }
      #modal-newsletter .newsletter-content form .text-field {
        background: #202020;
        width: 600px;
        padding: 30px 15px;
        font-size: 14px;
        color: #676767;
        font-weight: 400;
        border: none;
        outline: 0;
        position: relative;
        z-index: 98; }
        @media (max-width: 767px) {
          #modal-newsletter .newsletter-content form .text-field {
            width: 100%;
            padding: 30px 5%;
            margin: 40px auto 0px auto;
            text-align: center; } }
      #modal-newsletter .newsletter-content form .submit {
        cursor: pointer;
        background: #e2231a;
        border: none;
        outline: 0;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 98;
        top: 10px;
        right: 7px;
        height: 60px;
        width: 150px;
        font-size: 14px;
        -webkit-transition: background, 300ms;
        -moz-transition: background, 300ms;
        -ms-transition: background, 300ms;
        -o-transition: background, 300ms;
        transition: background, 300ms; }
        #modal-newsletter .newsletter-content form .submit:hover {
          background: white;
          color: #e2231a; }
        @media (max-width: 767px) {
          #modal-newsletter .newsletter-content form .submit {
            position: relative;
            display: block;
            right: auto;
            top: auto;
            margin: 20px auto;
            width: 100%; } }
      #modal-newsletter .newsletter-content form .form-line {
        width: 1000px;
        height: 1px;
        background: #202020;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        top: 40px;
        z-index: 97; }
        @media (max-width: 767px) {
          #modal-newsletter .newsletter-content form .form-line {
            display: none; } }
  #modal-newsletter .close-easteregg {
    top: -350px;
    font-size: 12px !important; }
    #modal-newsletter .close-easteregg span {
      margin-right: 0px; }
    @media (max-height: 1000px) {
      #modal-newsletter .close-easteregg {
        top: -115px; } }
    @media (max-width: 767px) {
      #modal-newsletter .close-easteregg {
        top: -115px; } }
  #modal-newsletter .close-newsletter {
    top: -300px; }
    @media (max-height: 1000px) {
      #modal-newsletter .close-newsletter {
        top: -65px; } }
    @media (max-width: 767px) {
      #modal-newsletter .close-newsletter {
        top: -65px; } }
  #modal-newsletter .close-newsletter, #modal-newsletter .close-easteregg {
    -webkit-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    display: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    right: 0px;
    background: #e2231a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms;
    line-height: 40px; }
    #modal-newsletter .close-newsletter span, #modal-newsletter .close-easteregg span {
      color: white; }
    #modal-newsletter .close-newsletter:hover, #modal-newsletter .close-easteregg:hover {
      background: white; }
      #modal-newsletter .close-newsletter:hover span, #modal-newsletter .close-easteregg:hover span {
        color: black; }
    @media (max-height: 1000px) {
      #modal-newsletter .close-newsletter, #modal-newsletter .close-easteregg {
        right: auto;
        left: 50%;
        margin-left: -15px;
        height: 30px;
        width: 30px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      #modal-newsletter .close-newsletter, #modal-newsletter .close-easteregg {
        right: auto;
        left: 50%;
        margin-left: -15px;
        height: 30px;
        width: 30px;
        line-height: 30px; } }

.modal-standard {
  background: rgba(0, 0, 0, 0.88); }

.modal {
  -webkit-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow: auto; }
  .modal .modal-content {
    -webkit-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    padding: 50px;
    margin: 200px auto;
    width: 600px;
    opacity: 0;
    background: white;
    position: relative;
    font-size: 16px; }
    @media (max-height: 1000px) {
      .modal .modal-content {
        margin: 100px auto; } }
    @media (max-width: 767px) {
      .modal .modal-content {
        width: 90%;
        padding: 30px 5%;
        margin: 80px auto; } }
        .modal-content .shipping .button {
  color: #e2231a !important;
  text-align: center; }
.modal-content .shipping ul {
  margin: 30px 0px;
  padding: 0;
  display: block;
  width: 100%;
  float: left; }
  .modal-content .shipping ul li {
    width: 100%;
    list-style-type: none;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
    text-align: left;
    float: left;
    font-family: "Oswald", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #d1d1d1;
    font-size: 14px;
    padding: 10px 0px; }
    @media (max-width: 767px) {
      .modal-content .shipping ul li {
        font-size: 12px; } }
    @media (max-width: 450px) {
      .modal-content .shipping ul li {
        padding: 10px 10px; } }
    .modal-content .shipping ul li span {
      text-align: right;
      float: right;
      color: black;
      font-weight: 500; }
      .modal-content .shipping ul li span.red {
        color: #e2231a; }
    .modal-content .shipping ul li:last-child {
      border: none; }
  .modal .close {
    -webkit-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
    text-align: center;
    opacity: 0; }
  .modal .close a {
    color: white; }
  .modal .close:hover a {
    color: #e2231a; }

.newsletter-standard, .newsletter-easteregg {
  display: none; }

.show {
  display: block !important; }

.modal-active {
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  visibility: visible; }
  .modal-active .modal-content, .modal-active .newsletter-content, .modal-active .modal-work-content {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1 !important; }
  .modal-active .close, .modal-active .close-newsletter {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1 !important; }


  .newsmodal,
  .giftpickermodal,
  .giftoffermodal{
	  font-size: 16px;
	  line-height: 16px;
	  top: 0px;
  }


  @media only screen and (max-width: 599px) {
	  .cart-footer-actions a.giftpickertrigger {
		  display: block;
	  }
  
  }

  .cart-footer-actions p.insuficient-cart-value-warning{
	  text-align: left;
  }
  
  .affiliate-gift-modal{
	  // background: none;

  }

  @media (min-width: 767px) {
	  .affiliate-gift-modal .modal-content {
   		  width: 400px;
	  }
	  .giftpickermodal.affiliate-gift-modal .modal-content {
   		  width: 600px;
	  }
  }
  @media (max-width: 767px) {
 .affiliate-gift-modal .modal-content{
          margin: 50px auto;
      }
  }

  .affiliate-gift-modal .modal-content {
      border: 2px solid #d1d1d2;
	  padding: 10px;
	  text-align: center;
	  display:table;

  }

  .affiliate-gift-modal .modal-content .modal-main-content{
      padding: 0 10px;
	  margin-bottom: 30px
  }

  .affiliate-gift-modal .modal-footer{
	  margin: 15px 0px;
  }

  .giftpickermodal .modal-footer  {
	  text-align: right;
	  margin-right: 5%;
  }

  .affiliate-gift-modal .modal-footer .button{
	  font-weight: 400;
  }

  .giftoffermodal .modal-footer .button{
	  width: 90%;
  }
  
  .giftpickermodal .modal-footer .button{
	  font-size: 12px;
      border-width: 2px;
      padding: 10px 25px;
      letter-spacing: 1px;
      margin-left: 10px;
	  display: inline-block;
  }
  
  .giftpickermodal .modal-footer .button.btn-close {
	  border-color: #b4b4b4;
	  color: #b4b4b4;
  }


  
  .affiliate-gift-modal .modal-content h1 {
    font-size: 1.7em;
    font-family: Bryant;
    margin-top: 0.1em;
	font-weight: bold;
  }




  .affiliate-gift-modal table.gift-list {
	  margin-bottom: 20px;
	  border-collapse: collapse;
	  width: 95%;
  }


  .affiliate-gift-modal table.gift-list h2{
	  color: #231f20;
	  font-size: 14px;
	  font-weight: 400;
	  margin-bottom: 0;
	  margin-top: 0;
  }

 .affiliate-gift-modal .modal-content table.gift-list tr{
	 border:none;
 }
 
    .affiliate-gift-modal .modal-content table.gift-list td{
	  vertical-align: middle;
	  text-align: left;
	  border-bottom: 1px solid #b8b8b8;
	  padding: 5% 5px;
	}
	
	.affiliate-gift-modal .modal-content table.gift-list tr.last-gift td {
	  border-bottom: none;
	}
	
	.giftoffermodal .modal-content p{
		/* margin: 0.5em 0; */
		/* font-size: 14px; */
		font-size: 16px;
		line-height: 1.6;
		padding: 0px 40px;
		font-weight: 300;
	}

	.giftpickermodal .modal-content p{
		/* margin: 0.5em 0; */
		/* font-size: 14px; */
		margin: 0.5em 0;

		font-size: 14px;
		line-height: 1.5em;
		font-weight: 400;
	}

	.affiliate-gift-modal .modal-content .disclaimer p {
		font-size: 0.7em;
	}
	
	.affiliate-gift-modal .modal-content p.price {
		margin-bottom: 10px;
	}

		
		
	
	.affiliate-gift-modal .modal-content span.price{
			color: #e2231a;
		font-family: "Oswald", "Helvetica", sans-serif;
		font-weight: 400;
		font-size: 14px;
	}

	.affiliate-gift-modal .modal-content table.gift-list td.gift-picker-radio{
	  border-bottom: none;
	  text-align:center;
					 width: 15%;
		  
	}
 
  .affiliate-gift-modal .modal-content table.gift-list td img.giftpicker-product-thumbnail{
	  max-width:none;

  }



  .affiliate-gift-modal .modal-content .gift-list input.radio {
      -webkit-appearance: none;
      display:inline-block;
      left:0;
      border:1px solid #b4b4b4;
      width:25px;
      height:25px;
      line-height:32px;
      float:none;
      border-radius:99px;
  }

  .affiliate-gift-modal .modal-content .gift-list  input.radio ,
  .affiliate-gift-modal .modal-content .gift-list  input.radio:before {
      transition: background 0.3s;
  }

  .affiliate-gift-modal .modal-content .gift-list input.radio:checked {
	  background-color: #C21735;
  }

  .affiliate-gift-modal .modal-content .gift-list  input.radio:before,
  .affiliate-gift-modal .modal-content .gift-list  input.radio:checked:before {
      background-color: transparent;
      content: '';
      display: block;
      border-radius: 99px;
      margin: 5px;
      text-align: center;
      position: absolute;
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  
  .affiliate-gift-modal .modal-content .gift-list  input.radio:checked:before {
      background-color: #fafafa;
  }
	
  .giftpickermodal .modal-content h1 {
    font-size: 1.2em;
	text-align: left;
	padding-left: 3%;
  }
  
  .giftpickermodal .modal-content h1 span{
	  color: #e2231a;
  }
  
  .affiliate-gift-modal .modal-content .close {
      top: 0;
	  position: static;
	  overflow: hidden;
  }

.newsmodal label {
font-family: "Oswald", "Helvetica", sans-serif;
text-transform: uppercase;
padding: 6px 0;
font-size: 15px;
color: #fff;
letter-spacing: 4px; }

.newsmodal label span {
display: block;
padding-bottom: 14px; }

.newsmodal label input {
font-family: "Open Sans", "Helvetica", sans-serif;
-webkit-appearance: none;
height: 55px;
border: 10px solid #202020;
vertical-align: middle;
margin-bottom: 34px; }

.newsmodal input[type="text"], .newsmodal input[type="email"] {
background: #202020;
width: 66.6666%;
text-transform: none;
padding-left: 20px;
border-right: 0px;
transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
border-radius: 0;
box-shadow: none;
font-size: 12px;
color: #595959; }

.newsmodal label input[type="text"]:focus, .newsmodal input[type="email"]:focus {
background: #eee;
box-shadow: none;
font-size: 14px; }

.newsmodal label input[type="text"][type="submit"] {
cursor: pointer;
border-radius: 0px !important;
box-shadow: none !important; }

.newsmodal label input:focus {
outline: none;
-webkit-outline: none;
-moz-outline: none; }

.newsmodal label .button {
font-size: 14px;
cursor: pointer;
border-radius: 0px !important;
box-shadow: none !important;
background: #e2231a !important;
font-family: "Open Sans", "Helvetica", sans-serif;
color: white;
width: 33.3333%;
border-left: 0px;
text-transform: capitalize !important;
padding: 0; }    

.newsmodalb {
   background: url("../images/assets/global/newsmodal-v1.jpg") center top no-repeat !important;
   padding-top: 40px !important;
   padding-bottom: 0px !important;

}

@media (max-width: 767px) {
  .newsmodalb h1 {
    line-height: 1;
  }
}

#no-thanks {
  color: #b4b4b4;
  margin: 0 auto;
  font-size: 12px;
  display: block;
  text-align: center;
}

/* 
-------------------------------------------------------------

TEAM MODAL

*/
.team-modal {
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: auto; }

body.body-team-open {
  overflow: hidden; }

.team-open {
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  visibility: visible; }

.team-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.team-item {
  background: white;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 28px;
  position: relative; }
  @media (max-width: 960px) {
    .team-item {
      max-width: 720px;
      overflow-y: scroll;
      max-height: 600px; } }
  @media (max-width: 767px) {
    .team-item {
      max-width: 100%; } }

.team-content {
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 16px; }
  .team-content .team-header {
    padding: 150px 0px;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .team-content .team-header {
        padding: 120px 0px 60px 0px;
        margin-bottom: 60px; } }
    .team-content .team-header h3 {
      color: white;
      font-size: 60px;
      text-transform: uppercase;
      margin: 0px 0px 40px 0px;
      letter-spacing: 2px; }
    .team-content .team-header p {
      font-family: "Oswald", "Helvetica", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 400;
      color: white;
      letter-spacing: 2px; }
  .team-content .bio-quote {
    font-family: "Oswald", "Helvetica", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto 40px auto; }
  .team-content .bio {
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .team-content .bio {
        padding-bottom: 60px; } }
  .team-content .photo-two-col .span12 {
    height: 300px; }
    @media (max-width: 767px) {
      .team-content .photo-two-col .span12 {
        float: none;
        height: 250px;
        width: 100%; } }

.team-close {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e2231a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all, 300ms;
  -moz-transition: all, 300ms;
  -ms-transition: all, 300ms;
  -o-transition: all, 300ms;
  transition: all, 300ms;
  line-height: 40px; }
  .team-close span {
    color: white; }
  .team-close:hover {
    background: white; }
    .team-close:hover span {
      color: black; }
  @media (max-width: 767px) {
    .team-close {
      right: auto;
      left: 50%;
      margin-left: -20px;
      top: 30px; } }

.team-wrapper {
  padding-top: 80px; }

.team-prev, .team-next {
  position: fixed;
  top: 360px;
  margin-top: -36px;
  z-index: 100;
  background: #e2231a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: backgroud, 300ms;
  -moz-transition: background, 300ms;
  -ms-transition: background, 300ms;
  -o-transition: background, 300ms;
  transition: background, 300ms;
  line-height: 30px; }
  .team-prev:hover, .team-next:hover {
    background: white; }
    .team-prev:hover span, .team-next:hover span {
      color: black; }
  .team-prev span, .team-next span {
    font-size: 12px;
    color: white; }
  @media (max-width: 960px) {
    .team-prev, .team-next {
      top: 300px; } }
  @media (max-width: 767px) {
    .team-prev, .team-next {
      top: 50px;
      position: absolute; } }

.team-prev {
  left: 50px; }
  .team-prev span {
    margin-left: -2px; }
  @media (max-width: 960px) {
    .team-prev {
      left: 30px; } }

.team-next {
  right: 50px; }
  .team-next span {
    margin-right: -2px; }
  @media (max-width: 960px) {
    .team-next {
      right: 30px; } }

/*COMPARE SLIDER*/


/*COMPARE SLIDER*/
.btn-back {
  position: absolute;
  left: 0px;
  top: -60px;
  letter-spacing: .08em;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #b4b4b4; }
  @media (max-width: 960px) {
    .btn-back {
      top: -40px; } }
  @media (max-width: 767px) {
    .btn-back {
      width: 90%;
      lefet: auto;
      top: auto;
      position: relative;
      margin-top: 30px; } }
  .btn-back:hover {
    color: #e2231a; }
  .btn-back span {
    color: #e2231a; }

.compare-container-1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1340px) {
    .compare-container-1200 {
      width: 90%; } }

.hide {
  display: none; }

.compare-slider .block {
  display: inline-block; }
.compare-slider .item {
  padding: 40px 0px; }
  @media (max-width: 1340px) {
    .compare-slider .item {
      padding: 60px 0px 40px 0px; } }
.compare-slider h2, .compare-slider h3, .compare-slider strong, .compare-slider .price, .compare-slider .view-item {
  letter-spacing: .08em;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase; }
.compare-slider h3 {
  margin: 0px 0px 30px 0px; }
.compare-slider h2 {
  color: black;
  font-size: 20px;
  margin-bottom: 0px; }
.compare-slider h3, .compare-slider .view-item {
  color: #b4b4b4;
  font-size: 14px; }
.compare-slider p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 50px; }
.compare-slider .info-box {
  padding: 30px 0px 30px 0px;
  display: block; }
  .compare-slider .info-box p {
    margin-bottom: 0px; }
  .compare-slider .info-box .icon-camera {
    cursor: pointer;
    font-size: 42px;
    display: block;
    margin-bottom: 20px;
    float: left;
    width: 22%;
    text-align: left; }
    @media (max-width: 767px) {
      .compare-slider .info-box .icon-camera {
        width: 25%; } }
    .compare-slider .info-box .icon-camera:nth-child(4) {
      margin-right: 0px; }
    .compare-slider .info-box .icon-camera:last-child {
      margin-right: 0px; }
    .compare-slider .info-box .icon-camera:hover {
      color: #e2231a; }
  .compare-slider .info-box .icon-camera.active {
    color: #e2231a; }
.compare-slider hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ebebeb; }
.compare-slider strong {
  display: block;
  font-size: 16px;
  font-weight: 400; }
  .compare-slider strong span {
    color: #b4b4b4; }
.compare-slider .price {
  color: #e2231a;
  font-size: 16px;
  font-weight: 400; }
.compare-slider .tiny-btn {
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 10px 10px;
  margin-right: 10px; }
.compare-slider .button {
  padding: 10px 30px;
  font-size: 16px; }
.compare-slider .view-item:hover {
  color: black; }

.compare-page {
  position: relative; }
  .compare-page .slider-button {
    height: 60px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: fixed;
    top: 640px;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms;
    z-index: 99;
    right: 120px; }
    @media (max-width: 1600px) {
      .compare-page .slider-button {
        height: 40px;
        width: 40px;
        line-height: 37px; } }
    @media (max-width: 1340px) {
      .compare-page .slider-button {
        right: 50%;
        top: -40px;
        display: inline-block;
        position: absolute; } }
    @media (max-width: 960px) {
      .compare-page .slider-button {
        top: -20px; } }
    .compare-page .slider-button:hover {
      opacity: .7; }
    .compare-page .slider-button span {
      color: white;
      font-size: 16px; }
  .compare-page .compare-slider-next {
    background: #e2231a;
    margin-top: -70px; }
    @media (max-width: 1600px) {
      .compare-page .compare-slider-next {
        margin-top: -50px; } }
    @media (max-width: 1340px) {
      .compare-page .compare-slider-next {
        margin-top: 0px;
        margin-right: -50px; } }
  .compare-page .compare-slider-previous {
    background: #dfdfdf;
    margin-bottom: -70px; }
    @media (max-width: 1600px) {
      .compare-page .compare-slider-previous {
        margin-bottom: -50px; } }
    @media (max-width: 1340px) {
      .compare-page .compare-slider-previous {
        margin-bottom: 0px;
        margin-left: -50px; } }

#modal-works {
  background: rgba(0, 0, 0, 0.88);
  overflow-y: scroll;
  -webkit-transform: translateZ(0); }
  #modal-works .work-close {
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #e2231a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    text-align: center;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms;
    line-height: 60px; }
    #modal-works .work-close span {
      color: white; }
    #modal-works .work-close:hover {
      background: black !important; }
    @media (max-width: 767px) {
      #modal-works .work-close {
        right: auto;
        left: 50%;
        margin-left: -20px;
        top: 10px; } }

.modal {
  overflow-y: scroll;
  -webkit-transform: translateZ(0); }
  .modal .modal-work-content {
    -webkit-transform: translateZ(0);
    text-align: center;
    -webkit-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    margin: 200px auto;
    padding: 50px 0px;
    width: 1100px;
    opacity: 0;
    background: white;
    position: relative;
    font-size: 16px;
    overflow-y: scroll; }
    @media (max-height: 1000px) {
      .modal .modal-work-content {
        width: 90%;
        padding: 60px 5%;
        margin: 80px auto; } }
    @media (max-width: 1340px) {
      .modal .modal-work-content {
        width: 90%;
        padding: 60px 5%;
        margin: 80px auto; } }
    .modal .modal-work-content hr {
      display: block;
      height: 1px;
      margin: 60px 0px;
      border: 0;
      border-top: 1px solid #ebebeb; }
    .modal .modal-work-content .icon {
      font-size: 80px;
      color: #b4b4b4;
      margin-top: 40px;
      display: block; }
    .modal .modal-work-content h3 {
      font-size: 28px; }
    .modal .modal-work-content p {
      width: 70%;
      margin: 0 auto; }
    .modal .modal-work-content a {
      color: #e2231a; }
      .modal .modal-work-content a:hover {
        color: black; }


/* start custom stuff */

/*# sourceMappingURL=peak.css.map */

/* product list, view page */

.product-label{
    z-index: 10;
    position: absolute;
    height: 0px;
    margin-top: -83px;

}

.category-mountains {
  height: 500px;
  background: url("../images/assets/global/mountains-grid.png") center top no-repeat;
  position: absolute;
  bottom: -300px;
  left: 0px;
  width: 100%; }
  @media (max-width: 767px) {
    .category-mountains {
      bottom: -300px; } }
      
.button-set {
	margin-top: 20px;
}

.ajaxminusbutton{
    position: absolute;
    margin-top: -48px;
    font-size: 50px;
    margin-left: -5px;

}

.ajaxplusbutton{
    position: absolute;
    margin-top: -32px;
    font-size: 34px;
    margin-right: 56px;
}

/* Adding in Shopping Cart Default */
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

.cart .button {
	padding: 10px 15px;
	color: #000;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */

.btn-proceed-checkout {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn-proceed-checkout:disabled ,
.btn-proceed-checkout.btn-proceed-checkout span ,
.btn-proceed-checkout:disabled span {
  background-color: transparent;
}
#onestepcheckout-place-order-loading p {
	float:none !important;
	position: absolute;
	margin:0 !important;
	padding:0 !important;
	bottom:-3em;
	right:0;
}
@media only screen and (max-width: 599px) {
	.btn-proceed-checkout {
	  padding-left: 0;
	  padding-right: 0;
	  width: 100%;
	}	
}
.cart-totals .btn-proceed-checkout {
  padding-left: 0;
  padding-right: 0;
}

.cart-table {
  float: left;
  width: 60%;
}

.cart-forms .shipping {
  padding-top: 10px;
}

.cart-forms .discount {
  padding-top: 1px;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  /*float: right;
  clear: right;
  width: 98%;
  padding-left: 20px;*/
}

@media (min-width: 600px) {
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 5px;
}
}

.cart-forms .shipping {
  padding-top: 14px;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.cart-totals-wrapper {
	margin-left: 10px;
	margin-top: 5em;
	padding: 0 20px;
}
.cart-totals table {
  width: 100%;
  margin-bottom:5px;
}
.cart-totals table tr td {
	padding-top:5px;
	border-bottom:1px dotted #e1e1e1;
	font-size:14px;
  color:#999;
}
.cart-totals table tr td span.paren {
	display: inline-block;
}
.cart-totals table tr td span.paren {
	font-size:0.9em;
	color:#aaa;
}
.cart-totals table tr td:last-child {
  text-align: right;
}
.cart-totals table * {
  text-align: left;
  font-weight: 400;
  color: #b4b4b4;
  vertical-align: bottom;
  line-height:1.3em;
}
.cart-totals table tr.subtotal * ,
.cart-totals table tr.grandtotal * {
  font-size:16px;
  letter-spacing:1px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.cart-totals table tfoot * {
  color:#333;
}
.cart-totals table tfoot *.price {
  color: #e2231a;
}

.button2 {
	color:black;
	border:none;
	padding: 0px;
	outline:0;
}

.button2:hover, .button2:hover {
    background: transparent !important;
    color: #e2231a;
}

.button-black {
  color:black !important;
  outline:0;
}

.button-black:hover {
  color: #fff !important;
  text-decoration: none;
}

.button-small {
  font-size: 1em;
  padding: 5px 10px;
}

.button-medium {
  padding: 10px 25px;
}

.button-black .full-width {
  width:100% !important;
}

.button-bgray {
  border-color: #d1d1d1 !important;
  outline:0;
}
.button-bgray:hover{
  background-color: #e3e3e3 !important;
}

.button-black-view {
  outline:0;
}

.width-100 {
  width: 100% !important;
}

.width-80 {
  width: 80% !important;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
 /* padding-right: 10px;
  padding-left: 0;*/
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  /*padding-left: 10px;*/
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
 /* width: 50%; */
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
   /* float: left;
    padding-right: 0px;
    padding-left: 0; */
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    /*padding-left: 10px; */
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
   /* width: 50%;*/
  }
  .display-single-price .crosssell {
   /* clear: right;
    float: right; */
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
    margin: 0;
	margin-top: 2em;
    padding: 5px;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
  margin-left:9px;
  margin-right:9px;
}
@media only screen and (max-width: 599px) {
	.cart .page-title {
		margin:0;
		padding:0
	}
}
@media only screen and (min-width: 961px) {
  .cart .page-title {
    padding-top:2em;
    padding-bottom:2em;
  }
}
@media only screen and (max-width: 960px) {
  .cart .page-title .span16 {
    margin:0;
  }
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
  font-size: 1.8em;
  letter-spacing:1px;
  margin-top: 35px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}

@media only screen and (min-width: 961px) {
.cart .page-title .span16 {
  float:right;
  margin-right:0;
}
}
ul.checkout-types {
  margin: 0;
}
ul.checkout-types li {
  margin:0;
  padding:0;
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}

.checkout-types li:before {
	content: "";
}

.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
  list-style: none;
}

.checkout-types.top li:before {
	list-style: none;
	content: "" !important;
}

.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 a,
.cart-table h2 {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.cart-table thead th {
  font-family: "Oswald", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #b8b8b8;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 20px 5px;
}
.cart-table thead th {
  padding-top: 30px;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
  vertical-align: middle;
  width: 100%;
}
.cart-table tr {
  border-bottom: 1px solid #b8b8b8;
}
table.cart-table tfoot tr td {
  padding-top: 30px;
  padding-right: 0;
}
table.cart-table tfoot tr {
  background: none;
  border-bottom: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 20px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-links li:before{
	content: "";
}

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  width: 96px;
}
.cart-table .product-cart-image a {
  display: block;
  position: relative;
  margin: auto;
  padding: 0;
  text-align:center;
  width: 96px;
  height: 96px;
  text-decoration: none;
  border: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 96px;
  margin: auto;
  width: 96px;
  border: 0;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
  display: block;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  color: #e2231a;
  font-family: "Oswald", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
  list-style-type: none;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.products-listing .product-qty {
	vertical-align: top;
}
.products-listing .product-qty,
.cart-table .product-cart-quantity {
  padding-left: 20px;
  padding-right:20px;
  white-space: nowrap;
  position: relative;
}
.products-listing .product-qty .qty ,
.cart-table .product-cart-actions .qty {
  border-color: #b8b8b8;
  border-radius: 0;
  text-align: center;
  width: 3.2em;
  margin: 0;
  line-height: 30px;
}
.cart-table .product-cart-actions .qty ,
.cart-table .product-cart-actions .product-qty-adjustor ,
.products-listing .product-qty .qty ,
.products-listing .product-qty .product-qty-adjustor {
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cart-table .product-cart-actions .product-qty-adjustor ,
.products-listing .product-qty .product-qty-adjustor {
  border: none;
  text-align: center;
  color:#b4b4b4;
  margin:0 5px;
  padding:0;
  /* Use a ::before for the actual symbol. */
  font-size:0px;
  width:  20px;
  line-height: 30px;
  position: relative;
}
.cart-table .product-cart-actions .product-qty-minus::before ,
.products-listing .product-qty .product-qty-minus::before {
  content: '-';
}
.cart-table .product-cart-actions .product-qty-plus::before ,
.products-listing .product-qty .product-qty-plus::before {
  content: '+';
}
.cart-table .product-cart-actions .product-qty-adjustor::before ,
.products-listing .product-qty .product-qty-adjustor::before {
  display: block;
  height: 0px;
  line-height: 0px;
  margin-top:10px;
  font-size: 31px;
}
.cart-table .product-cart-actions .product-qty-adjustor:active ,
.cart-table .product-cart-actions .product-qty-adjustor:hover ,
.cart-table .product-cart-actions .product-qty-adjustor:focus ,
.products-listing .product-qty .product-qty-adjustor:active ,
.products-listing .product-qty .product-qty-adjustor:hover ,
.products-listing .product-qty .product-qty-adjustor:focus {
  background-color:transparent;
  color: #000;
  cursor: pointer;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table.data-table tbody td .item-options {
  margin:0;
  padding:0;
  padding-left: 0;
}
.cart-table .item-options dt ,
.cart-table .item-options dd {
  text-align: left;
  margin:0;
  padding:0;
  font-size: 14px;
  line-height: 1.5em;
  display: inline;
  text-indent:0;
}
.cart-table .product-cart-remove {
  vertical-align: middle;
}
.cart-table .product-cart-remove {
  padding: 0;
  margin: 0;
  /* Makes it so the cell does not grow larger than needed. */
  /* Using max-width does not work. */
  max-width: 25px;
  width: 3.3%;
}
.cart-table .btn-remove {
  font-size:0;
  background-color: #403636;
  color: #E4E4E4;
  width:  24px;
  height: 24px;
  display: block;
  overflow: hidden;
  position: relative;
}
.cart-table .btn-remove::before {
  content: '';
  display: block;
  top:0;
  right:0;
  width:  100%;
  height: 100%;
  background-image:url(../images/onestepcheckout/icon_delete.png);
  background-position: center center;
}
.cart-table .cart-footer-actions button.tricky-update-cart {
	width:0.1px;
	height:0.1px;
	position:relative;
	margin:0;
	padding:0;
}
.cart-table .cart-footer-actions button {
  font-size: 12px;
  font-weight: 400;
  border-width: 2px;
  padding: 10px 25px;
  letter-spacing: 1px;
  margin-left: 10px;
}
@media only screen and (max-width: 599px) {
.cart-table .cart-footer-actions button {
	width: 46%;
	display: inline-block;
	padding:0;
	margin:0;
	margin:auto;
}	
}
@media only screen and (max-width: 380px) {
	.cart-table .cart-footer-actions button {
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
}
.cart-table .cart-footer-actions button.btn-continue {
  border-color: #b4b4b4;
  color: #b4b4b4;

}
.cart-table .cart-footer-actions button.btn-update:focus ,
.cart-table .cart-footer-actions button.btn-update:active ,
.cart-table .cart-footer-actions button.btn-update:hover {
  border-color: #e2231a;
  color: #000;
}

@media only screen and (max-width: 599px) {
	.cart-aside {
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
	}
}
.cart-aside {
  background-color: #F9F9F9;
  float:right;
  margin-right:0;
  padding-top: 1em;
}

.cart-forms {
  margin-left: 10px;
  padding:0 20px;
}
div.cart-forms select ,
div.cart-forms input {
  display: inline-block;
  height: 60px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding:10px;
}
div.cart-forms select:focus ,
div.cart-forms input:focus {
  border: 1px solid #e2231a;
  outline:0;
}
.cart-forms .button-bgray {
  /* Use of !important because of previous use of !important. */
  color: #aaa !important;
  font-weight: 400;
  font-size: 13px;
}
.cart-forms .shipping-form #co-shipping-method-form {
  margin-top: 1em;
}
.cart-forms .shipping-form #co-shipping-method-form ul ,
.cart-forms .shipping-form #co-shipping-method-form li {
  margin:0;
  padding:0;
}
.cart-forms .shipping-form #co-shipping-method-form .sp-methods dd input,
.cart-forms .shipping-form #co-shipping-method-form .sp-methods dd label {
  margin:0;
  padding:0;
  display: inline-block;
  float: none;
  height: 1em;
}
.cart-forms .shipping-form #co-shipping-method-form .sp-methods dd label:hover ,
.cart-forms .shipping-form #co-shipping-method-form .sp-methods dd label {
  background:none;
}
.cart-forms .shipping-form #co-shipping-method-form .sp-methods dd input {
  position:relative;
  top:0px;
}
.cart-forms .shipping-form #co-shipping-method-form dt ,
.cart-forms .shipping-form #co-shipping-method-form dd ,
.cart-forms .shipping-form #co-shipping-method-form dl {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.cart-forms .shipping-form #co-shipping-method-form dl {
  margin-bottom: 1em;
}
.cart-forms .shipping-form #co-shipping-method-form dd {
  margin-left:1em;
}

/* Success and error messages pertaining to the cart. */
@keyframes hl-succ {
  0% {
    background-color: #ddffdd;
    border-color:#aaddaa;
  }
  100% {
    background-color: transparent;
    border-color:transparent;
  }
}
@keyframes hl-err {
  0% {
    background-color: #ffdddd;
    border-color:#ddaaaa;
  }
  100% {
    background-color: transparent;
    border-color:transparent;
  }
}

.cart .messages {
  /*margin-top: -2em;*/
  margin-bottom: 1em;
}
.cart .messages ul ,
.cart .messages ul li {
  margin:0;
  padding:0;
}
.cart .messages li {
  padding:2px 10px;
  margin-left: 0.6777%;
  margin-right: 0.6777%;
  border-bottom: 1px solid transparent;
}
.cart .messages li.error-msg {
  animation: hl-err 3s;
}
.cart .messages li.success-msg {
  animation: hl-succ 3s;
}
.cart .messages li.error-msg span {
  border-bottom:1px solid #e2231a;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    border-color: #b4b4b4;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    /* content: attr(data-rwd-label) ":"; */
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 96px;
    float: left;
    /* padding-bottom: 0; */
    border: 0;
    padding: 10px 0;
    padding-top: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: none;
    /* width: 75%; */
    border-bottom: 0;
    padding:0;
    padding-bottom: 10px;
    padding-left: 100px;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    position: absolute;
  }
  .cart-table .product-cart-remove {
  	top: 0;
  	right: 15px;
  }
  .cart-table .product-cart-total {
  	bottom: 0px;
  	right: 2px;
  	padding:0;
  }
  .cart-table td.product-cart-total {
    padding-left:0;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    /* display: block; */
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    /* float: left; */
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    /* display: none; */
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 15px;
  margin: 0;
  color: #b8b8b8;
}
.shipping select {
  max-width: 100%;
  display: block;
  border: 1px solid silver;
  margin-top: 11px;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}

#shipping-zip-form > ul {
  list-style: none;
  padding-left: 0px;
}

#co-shipping-method-form > dl > dd > ul {
  list-style: none;
}

.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
  padding: 0;
}

.shipping .form-list li:before {
	content: "" !important;
}

.shipping .form-list .shipping-country {
  width: 100%;
}
.shipping .form-list .shipping-region {
  width: 50%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 44%;
  float: right;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  margin-top: 4px;
}
.shipping .form-list label {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Helvetica", Arial, sans-serif;
  text-transform: none;
}
.shipping .form-list label.required em {
	display: inline;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: none;
  margin-left: 0;
  width: 100%;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  /*border: 1px solid #cccccc ;
  background-color: #ececec; */
  min-width: auto;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

#shipping-form {
	display: none;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 5px;
  color: #b8b8b8;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: block;
  position:absolute;
  bottom:-30px;
  right:30%;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}

#discount-coupon-form .field-wrapper,
      .cart .giftcard .field-wrapper {
  display: none;
  width: 100%;
  position: relative;
}
#discount-coupon-form .button-wrapper,
      .cart .giftcard .button-wrapper {
  display: block;
  margin:0;
  padding:0;
  font-size: 0;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  letter-spacing: 1px;
	font-size: 12px;
	font-weight: 400;
	border-width: 2px;
}
#discount-coupon-form .button-wrapper > button:last-child,
.cart .giftcard .button-wrapper > button:last-child {
	margin-right:0;
}
#discount-coupon-form .button-wrapper.one-button > button,
.cart .giftcard .button-wrapper.one-button > button {
	width:100%;
	margin-right:0;
}
#discount-coupon-form .button-wrapper button.cancel-coupon,
.cart .giftcard       .button-wrapper button.cancel-coupon {
	border-color:#b4b4b4;
	color:#b4b4b4;
}
#discount-coupon-form .button-wrapper button.cancel-coupon:active,
.cart .giftcard       .button-wrapper button.cancel-coupon:active,
#discount-coupon-form .button-wrapper button.cancel-coupon:focus,
.cart .giftcard       .button-wrapper button.cancel-coupon:focus,
#discount-coupon-form .button-wrapper button.cancel-coupon:hover,
.cart .giftcard       .button-wrapper button.cancel-coupon:hover {
	border-color: #e2231a;
}
#discount-coupon-form .button-wrapper > button:hover,
.cart .giftcard .button-wrapper > button:hover,
#discount-coupon-form .button-wrapper > button:active,
.cart .giftcard .button-wrapper > button:active ,
#discount-coupon-form .button-wrapper > button:focus,
.cart .giftcard .button-wrapper > button:focus {
  color: #000;
  cursor: pointer;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  margin: 4px 0 0 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 0.8em;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #222;
  margin-bottom: 1em;
}

.crosssell table {
  margin:0;
  padding:0;
  width: 100%;
}
.crosssell table td {
  margin:0;
  padding:0 15px;
}

.crosssell .product-info {
  width: 100%;
}
.crosssell .product-image {
  margin:0;
  padding:0;
}
.crosssell .product-image a {
  display: block;
  width: 96px;
  height: auto;
  text-align: left;
}

.crosssell #crosssell-products-list .item:last-child td {
  border-bottom: 1px solid transparent;
}

.crosssell .item td {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom:  1.5em;
  padding-top:     1.5em;
}

.crosssell h3,
.crosssell h3 a ,
.crosssell .price-box {
  	font-size: 14px;
  	font-weight: 400;
  	color: #222;
  	margin-top:0;
  	margin-bottom: 0;
}
.crosssell .price-box {
  color:#e2231a;
  font-family:"Oswald", Helvetica, Arial, sans-serif;
}
.crosssell .short-desc {
  margin-top: 1em;
  font-size: 13px;
  line-height: 12px;
}
.crosssell .product-info ,
.crosssell .product-actions {
  vertical-align: top;
  padding-right: 0;
}
.crosssell .product-actions .actions {
  white-space: nowrap;
}
.crosssell button.btn-add-to-cart {
  border: none;
  color: #222;
  font-weight: 400;
  font-size:13px;
  text-align: right;
  display:block;
  white-space: nowrap;
  margin:0;
  padding:0;
  position:relative;
}
.crosssell button.btn-add-to-cart:hover ,
.crosssell button.btn-add-to-cart:focus {
  background-color: transparent;
  color: #e2231a;
  cursor: pointer;
}
.crosssell button.btn-add-to-cart ,
.crosssell button.btn-add-to-cart:after {
  height: 24px;
  display: inline-block;
  line-height: 24px;
}
.crosssell button.btn-add-to-cart:after {
  color: #fff;
  font-family: "Helvetica", Arial, sans-serif;
  content: ' ';
  font-weight:600;
  font-size:18px;
  margin-left: 10px;
  background-color: #e2231a;
  text-align: center;
  position:relative;
  top: 5px;
  width:  24px;
  height: 24px;
  background-image:url('../images/assets/plus.png');
  background-position:center;
  background-repeat:no-repeat
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
	table#crosssell-products-list * {
			width: auto;
	}

	table#crosssell-products-list table ,
	table#crosssell-products-list tbody {
		display: block;
		position: relative;
	}
	table#crosssell-products-list tr {
		margin:0;
		padding:0;
		display: block;
		position: relative;
		clear:both;
		padding-bottom: 1em;
		margin-bottom: 1.6em;
		border-bottom:1px solid #b4b4b4;
	}
	table#crosssell-products-list tr:last-child {
		border-bottom:0;
	}
	table#crosssell-products-list tr td {
		margin:0;
		padding:0;
		display: block;
		border:0;
	}
	table#crosssell-products-list tr td.product-image {
		float:left;
	}
	table#crosssell-products-list tr td.product-qty {
		margin-left:110px;
		padding:10px 0;
	}
	table#crosssell-products-list tr td.product-info {
		margin-left:110px;
		margin-right:5px;
	}
	table#crosssell-products-list tr td.product-info .product-name {
		margin-right:22px;
	}
	table#crosssell-products-list tr td.product-info .short-desc {
		margin-top:1px;
		font-size:0.85em;
	}
	table#crosssell-products-list tr td.product-actions {
		display: block;
	}
	table#crosssell-products-list tr td .actions {
		position: absolute;
		top: -6px;
		right: 0;
	}
	table#crosssell-products-list tr td .actions .btn-add-to-cart {
		font-size:0;
	}

}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
 /* display: inline-block;
  font-size: 13px;
  font-weight: 600; */
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  /*content: ' *';*/
  color: #df280a;
  font-weight: normal;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
select:focus ,
.input-text:focus {
  border: 1px solid #e2231a;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  /*background-color: #f4f4f4;*/
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ececec;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table {
    border-collapse: collapse;
}
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #d7d7d7;
}

.data-table tbody td,
.data-table tfoot td {
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/*.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}
*/
/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}

/* Mark Add */
.text-opensans {
  font-family:"Open Sans", "Helvetica", sans-serif !important;
}
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

.no-border {
  border-bottom: none;
}

/* General Nav for My Account */
.myact-nav {

}
@media (max-width: 960px) {
    .myact-nav {
      padding: 10px 0px; } }
  .myact-nav ul {
    list-style-type: none;
    padding: 0px;
    font-family: "Oswald", "Helvetica", sans-serif;
    position: relative;
    z-index: 99;
    text-align: center; }
    .myact-nav ul li {
      margin: 0px;
      padding: 0px;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 70px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .myact-nav ul li {
          margin-right: 20px; } }
      .myact-nav ul li:last-child {
        margin-right: 0px; }
      .myact-nav ul li a {
        color: #b4b4b4;
        font-size: 16px;
        letter-spacing: .1em; }
        @media (max-width: 767px) {
          .myact-nav ul li a {
            font-size: 14px; } }
        .myact-nav ul li a:hover {
          color: #cb3852; }
    .myact-nav ul .active a {
      color: black; }
      .myact-nav ul li.current a{
        text-decoration: underline;
        color: black;
      }
}

#query2 {
  width: 100%;
  padding: 20px 15px;
  margin-top: 20px;
  margin-left: -15px;
  font-size: 16px;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  background-image: url(https://peakdesign.com/zd-assets/search.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: solid 1px #b4b4b4;
}

.yellowhighlight {
  background-color: yellow !important;
  text-color: black !important;
  border-style: solid;
  border-color: black;
  text-align: center;
}

.alert_message { padding:10px; border:1px solid #cdcdcd; background-image:url(../images/assets/global/bg-cartinfo-yellow.png); background-repeat:repeat; margin-bottom:15px; font-size:14px; text-align:center; }

.yellownotify {
/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(239, 206, 144);
    /* RGBa with 0.6 opacity */
    background-color: rgba(212, 206, 144, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

 .touch .category .cards .panel .hover-info {opacity:1; }

.touch .category .cards .panel {padding-top:25px;}

ul.redarrow { list-style:none; margin:0px; padding:0px; margin-top:10px; margin-bottom:30px; }

ul.redarrow li { background-image:url(../images/assets/global/bg-ul-arrow.png); background-repeat:no-repeat; background-position:0px 9px; padding-left:20px; line-height:30px; font-family:"Open Sans", "Helvetica", sans-serif;}

ul.tabs-list {
  font-size:18px;
  background: #eff0f0;
  margin: 0px;
  padding: 0px !important;
  border-top: solid 1px #d1d1d1;
  list-style: none;
  text-align: center; }

ul.tabs-list li {
  color:black;
  text-transform: initial;
  border: none;
  text-align: center;
  display: inline-block;
  padding: 0px 15px;
  cursor: pointer !important; }
  ul.tabs-list li a {
    color: inherit; }
  
  ul.tabs-list li:hover {
    color: #e2231a; }

ul.tabs-list li.current {
  border: none;
  color: #e2231a; }

.tab-nested-content {
  display: none; }

.tab-nested-content.current {
  display: inherit; }


#tab-3{
}


  .content .tab-nested-content h4 {
    margin-bottom: 0px; }
  .content .tab-nested-content h5 {
    margin: 8px 0px 5px 0px;
    float: left;
    width: 100%;
    display: block;
    text-align: left; }
    .content .tab-nested-content h5 span {
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-right: 3px;
      background: url(../images/assets/global/star.png);
      cursor: pointer; }
     .content .tab-nested-content h5 span.red {
        background: url(../images/assets/global/star-red.png); }


/* menuless design specifics */
.layout-menuless .content-wrapper {
	padding-top:0;
	margin-top:0;
}
.layout-menuless .container-1200 {
	margin-top: 0;
}

.layout-menuless #menuless-header {
	position: relative;
	background-color: #000;
	width: 100%;
	padding-top:26%;
	background-image:url('../images/assets/global/menuless-header.jpeg');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom:3%;
}
.layout-menuless #menuless-header .container-1200 {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}
.layout-menuless #menuless-header .menuless-logo {
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 10%;
	left:   3%;
	height: 66px;
	width: 160px;
	line-height:0;
	background: url("../images/assets/global/logo-wob.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
/* Fixes an unsightly margin on narrow layouts */
@media (max-width: 767px) {
	.layout-menuless .container-1200 > .span24 {
		margin: 0;
	}
}

.container-1200.ctex-no-margin {
	margin-top:0;
	margin-bottom:0;
}


/*
* Dropdown carets
*/

.category .toolbar select {
  border: none;
  background: transparent;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 16px;
  height: 38px;
  padding-right: 16px;
}


.modal-availability-status{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

span.availability-modal-link,
span.availability-modal-link a,
span.freegift-change-link,
span.freegift-change-link a{
	color: #e2231a;
	
}

/* The next media block is for the other gear we recommend block on mobile.
 * This is what makes the accordion work.
 */
@media (max-width: 767px) {
	.mobile-foldout-remote.mobile-foldout-remote::before {
		content: '+ ';
		font-family:'Open Sans', sans-serif;
		font-size:26px;
		line-height:20px;
		font-weight:600;
		position: relative;
		top: 2px;
	}

	.mobile-foldout-remote.mobile-foldout-remote.mobile-foldout-folded::before {
		content: '- ';
		font-family:'Open Sans', sans-serif;
		font-size:26px;
		line-height:20px;
		font-weight:600;
		position: relative;
		top: 0px;
	}

	.mobile-foldout-remote.mobile-foldout-remote {
		clear: both;
		cursor: pointer;
		background-color: #e2231a;
		color: #fff;
		margin:20px -5px;
		padding:0.5em;
	}
	.crosssell table.products-listing {
		opacity: 0;
		display: none;
		/*overflow: auto;*/
		transition: opacity 0.5s ease-in-out;
	}
	.crosssell table.products-listing.mobile-foldout {
		opacity: 1;
		display: block;
		-webkit-animation-duration: 0.5s;
		-webkit-animation-name: fadeInFromNone;
		-moz-animation-duration: 0.5s;
		-moz-animation-name: fadeInFromNone;
		animation-duration: 0.5s;
		animation-name: fadeInFromNone;

	}

	@-webkit-keyframes fadeInFromNone {
		0%   { display: none;  opacity: 0; }
		1%   { display: block; opacity: 0; }
		100% { display: block; opacity: 1; }
	}
	@-moz-keyframes fadeInFromNone {
		0%   { display: none;  opacity: 0; }
		1%   { display: block; opacity: 0; }
		100% { display: block; opacity: 1; }
	}
	@keyframes fadeInFromNone {
		0%   { display: none;  opacity: 0; }
		1%   { display: block; opacity: 0; }
		100% { display: block; opacity: 1; }
	}
}


button.giftguide  {
position:relative;
left:50%;
transform: translate(-50%, 0%);

}

p.giftguide  {
  text-transform: uppercase; 
  text-align:center; 
  margin-right: 15px;
  font-size: 13px;
  line-height: 18px;
}

span.giftguide {
  color: #000;
  text-transform: uppercase;
  font-size: 120%;
}

@media only screen and (max-width: 767px) {
  button.giftguide{ 
    width:100%;
    margin-bottom: 25px;
  }
  p.giftguide {
    display: none;
  }

}

/* Gift Specific Span24 */
.span24gift {
  width: 98.6111111111%;
  float: left;
  margin-left: 0%;
  margin-right: 0%; }
  @media (max-width: 960px) {
    .span24gift {
      float: none;
      width: 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .span24gift {
      float: none;
      margin: 0px 0px;
      width: 100%; } }

/* Bundle Styling for Options */
label.bundle {
  font-size: 14px;
}

label.selectionbox {
      height: 53px;
    background: white url(../images/assets/global/arrow-down.png) no-repeat;
    background-position: 90% center;
    color: #d1d1d1;
    border-color: #d1d1d1;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    border: 3px solid #d1d1d2;
    margin-left: 0px;
}

select.bundle-option-select {
      height: 53px;
    background: white url(../images/assets/global/arrow-down.png) no-repeat;
    background-position: 90% center;
    color: #d1d1d1;
    border-color: #d1d1d1;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    border: 3px solid #d1d1d2;
    margin-left: 0px;
}

@media (max-width: 767px) { 
  .journaltops {
    padding-top:100px; }
}

#grey-arrow img {
	width: 0.5em;
	height: auto;
	padding-top: 0.5em;
	position: relative;
	float: left;
	cursor: pointer;
}


/*
* Dropdown carets
*/

.category .toolbar select {
  border: none;
  background: transparent;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 16px;
  height: 38px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
      background: url('../images/assets/global/arrow-down.png') no-repeat right transparent;
}

/*
* Component : Toolbar
*/

.toolbar .sorter, 
.toolbar .pager {
  width: 31.94444%;
  margin-left: 0.69444%;
  float: left;
  display: block;
  min-width: 240px;
}

.toolbar .sorter {
  text-align: left;
  margin-top: 6px; }

@media (max-width: 960px) {
  .toolbar .sorter, 
  .toolbar .pager {
    min-width: 100%;
  }

  .toolbar .sorter {
    text-align: center; }
}

.toolbar .sorter .sort-by {
  float: left;
  margin-right: 20px; }
  @media (max-width: 960px) {
    .toolbar .sorter .sort-by {
      float: none; } }

/*
* Toolbar - List pager
*/

.pages {
  text-align: center; }
.pages ol {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .pages ol li {
    border: 1px solid #eeeeee;
    float: left;
    margin-left: -1px;
    list-style-type: none; }
    .pages ol li.current, .pages ol li.current:hover {
      background-color: #f9f9f9;
      color: #bebebe; }
    .pages ol li:last-child {
      border-radius: 0 3px 3px 0; }
    .pages ol li:first-child {
      border-radius: 3px 0 0 3px; }
    .pages ol li a,
    .pages ol li span {
      color: inherit;
      font-size: 12px;
      padding: 5px 12px; }

.feature-beta-hidden {
  display: none !important;
}

.paypal-button-tag-content {
  display: none;
}

#magestore-invalid-email {
    font-size: 20px;
    color: #e2231a;
    font-weight: bold;
}

.registration-container {
    text-align: center;
    color: #b4b4b4;
    
}

.registration-input {
    margin: 10px;
    height: 40px !important;
    font-size: 16px;
    width: 170px !important;
    border: 1px solid #b4b4b4;
   
}

 @media only screen and (max-width: 375px) {
     .registration-input {
        width: 315px !important;
     }
     
    }

/*.registration-input {
    margin: 10px;
    height: 40px !important;
    font-size: 16px;
    width: 40% !important;
}*/

.registration_dropdown {
    border: 1px solid #b4b4b4;
    height: 40px;
    border-radius: 0;
    width: 360px;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width: 375px) {
    .registration_dropdown {
        width: 315px;
    }
}



.registration-email {
    margin: 10px;
    font-size: 16px;
    height: 40px !important;
    width: 362px !important;
    margin-left: 10px;
    border: 1px solid #b4b4b4;

}

@media only screen and (max-width: 375px) {
    .registration-email {
         width: 315px !important;
     }
}

@media only screen and (max-width: 375px) {
    .responsive-qc {
        margin: 0 auto; 
    }
}


.registration-header {
    padding: 25px 1px 17px;
    text-align: center;
    width: 370px;
    font-weight: 400;
    font-size: 22px;
    color: #e2231a;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    letter-spacing: 1px;
}

.registration-category {
    /*margin-right: 280px;*/
    margin-bottom: 5px;
    margin-left: 5px
}

.registration-checkbox {
    -webkit-appearance: none;
    padding: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    /*left: 0;*/
    border: 1px solid #b4b4b4;
    width: 16px;
    height: 22px;
    vertical-align: bottom;
    /*float: none;*/
    margin-top: 20px;
    margin-right: 10px;
}

#registration_form input[type=checkbox]:checked {
    background-color: #C21735;
    border-color: #C21735;
}

#registration_form input[type=checkbox]:checked:before {
    content: '';
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    margin-left: -12px;
    margin-top: -12px;
    padding-top: 2px;
    font-size: 21px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background-image: url(../images/assets/global/checkbox-red1.png);
    background-position: center center;
}

.serialmodal {
   background: url("../images/assets/global/serial-capture-transparent.png") no-repeat center bottom!important;
   /*background-size: cover !important;*/
   /*padding-top: 40px !important;*/
   /*padding-bottom: 0px !important;*/
   height: 30em;
   
}

.registration-modal-header {
    position: absolute;
    z-index: 200;
    color: white;
    top: 450px;
}

.registration-description {
    color: white;
    z-index: 200;
    top: 500px;
    position: absolute;
    font-size: 16px;
    margin-right: 40px;
}

.qc-clip-modal {
   background: url("../images/assets/global/qc_locations-transparent.png") no-repeat center bottom!important;
   background-size: contain !important;
   /*padding-top: 40px !important;*/
   /*padding-bottom: 0px !important;*/
   height: 20em;
}

.registration-qc-header {
    position: absolute;
    z-index: 200;
    color: white;
    top: 300px;
}

.registration-qc-description {
    color: white;
    z-index: 200;
    top: 350px;
    position: absolute;
    font-size: 16px;
    margin-right: 40px;
}

.qc-bag-modal {
   background: url("../images/assets/global/qc_location_bag-1.jpg") no-repeat center bottom!important;
   background-size: cover !important;
   /*padding-top: 40px !important;*/
   /*padding-bottom: 0px !important;*/
   height: 41em;
}

.registration-qc-bag-header {
    position: absolute;
    z-index: 200;
    color: white;
    top: 660px;
}

.registration-qc-bag-description {
    color: white;
    z-index: 200;
    top: 710px;
    position: absolute;
    font-size: 16px;
    margin-right: 40px;
}

.registration-button {
    color: black; 
}

#success-registration {
    background: url("../images/assets/register/success.jpg");
    background-size: cover !important;
    background-position: center;
    font-weight: normal !important;
}

.text-bold {
    font-weight: bold;
}

.typeform-share.button {
    color: #ffffff !important;
    display: inline-block !important;
    background: transparent !important;
    border: 3px solid #e2231a !important;
    padding: 20px 40px !important;
    font-family: "Oswald", "Helvetica", sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: .14s !important;
    outline: 0 !important;
    cursor: pointer !important;
    float: none !important;
    letter-spacing: 2px;
}
.typeform-share.button:hover {
    background: #e2231a !important;
}
.align-checkbox {
    display: inline-block;
}

.buttons-box .typeform-share.button {
    display: inline-block !important;
    color: #000 !important;
    background: transparent !important;
    border: 2px solid #c4122f !important;
    padding: 10px 25px !important;
    font-family: "Oswald", "Helvetica", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: .14s !important;
    outline: 0 !important;
    cursor: pointer !important;
    letter-spacing: 1px !important;
    min-width: 120px !important;
    text-align: center !important;
    line-height: normal !important;
}

.less-space {
    margin-top: -25px; 
}

.normal-weight {
    font-weight: normal !important;
    letter-spacing: 2px;
}

.small-registration-header {
    font-size: 2em;
}

.more-line-space {
    letter-spacing: 2px;
}

.registration-label {
    display: block;
}

.registration-superscript {
    margin-top: 25px;
    margin-bottom: -5px;
}

.registration-head {
    font-family: 'Bryant', Oswald;
}


.category-bottom-space {
    margin-top: -30px !important;
}

a.herobutton {
  background:#e2231a;
}

.old-price {
  color: gray;
}

.button-category {
    display: inline-block;
    /*font-size: 15px;*/
    background: #e2231a;
    color: #fff;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica", sans-serif
}

.button-category:hover {background: #c4122f;}

.button-category.herobutton {
    font-family: Oswald;
}

.success-page {
    text-align: left;
    line-height: 15px;
    font-size: 16px;

}