/*@media only screen and (max-width: 719px) {
*/
  footer

  {
    overflow: hidden;
  }
/*}*/





html,body
{
/*    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;*/
 /*   overflow-x: hidden; */
}

#color-change {
  background-color: black; }
  @media only screen and (min-width: 720px) {
    #color-change {
      background-color: black; } }

.text-black {
  color: black; }

.italic {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic; }

h1.italic {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  margin-top: 45px !important; }
  @media only screen and (max-width: 719px) {
    h1.italic {
      font-size: 29px; } }

.italic.slideshow-header {
  margin-top: 20px;
  margin-bottom: 0px; }

.page-wrap {
  position: relative;
 z-index: 0 !important;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
/*overflow: hidden; */
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%; }

nav.push-menu {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 20;
  overflow-y: scroll; }

nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
  top: 0;
  width: 300px;
  height: 100%; }

nav.slide-menu-left,
nav.push-menu-left {
  left: -300px; }

nav.slide-menu-right,
nav.push-menu-right {
  right: -300px; }

body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
  left: 0; }

body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
  right: 0; }

body.pml-open .page-wrap {
  left: 300px; }

body.pmr-open .page-wrap {
  left: -300px; }

nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
  left: 0;
  width: 100%;
  height: 100%; }

nav.slide-menu-top,
nav.push-menu-top {
  top: -100%; }

nav.slide-menu-bottom,
nav.push-menu-bottom {
  bottom: -100%; }

body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
  top: 0; }

body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
  bottom: 0; }

body.pmt-open .page-wrap {
  top: 100%; }

body.pmb-open .page-wrap {
  top: -100%; }

body.smt-open nav.slide-menu-top, body.pmt-open nav.push-menu-top {
  /* top: 63px; */
margin-top: 63px;
  z-index: 99999;
  height: 100%;
  background: rgba(255, 255, 255, 0.95); }

/* --- framework.css --- */
#green-x {
  display: none; }

.smt-open #green-x {
  display: block !important; }
.smt-open .icon-burger {
  display: none !important; }
.smt-open .navbar-toggle {
  background: white !important; }
.smt-open .menu-label {
  color: black !important; }



.push-menu {
  text-align: left;
  background: #f8f8f8;
  overflow: hidden;
  overflow-y: scroll; }
  .push-menu::-webkit-scrollbar {
    display: none; }
  .push-menu__close-btn {
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #428bca;
    width: 30px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center; }
    .push-menu__close-btn:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: '';
      height: 100%;
      margin-right: -0.25em; }
    .push-menu__close-btn .close-menu__inner {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 90%;
      max-width: 30px; }
  .push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px; }
    .push-menu .vnav__item {
      position: static;
      background: none; }
    .push-menu .vnav__item:hover {
      color: black;
      background: none; }
    .push-menu .vnav__item:hover > a {
      color: black; }
    .push-menu .vnav__link {
      text-transform: uppercase;
      display: block;
      text-align: center;
      color: black;
      background: none;
      font-size: 16px; }
      @media only screen and (max-width: 1079px) {

        .push-menu .vnav__link {
          font-size: 22px;
          padding: 7px 25px;} }
    .push-menu .vnav__subnav {
      text-align: left;
      display: none;
      background: transparent;
      border: 0;
      position: relative; }
   /* .push-menu .vnav--level1 > .vnav__item:hover > .vnav__link, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
      color: gray; }*/
    /*.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:not(:only-child)::after, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active:not(:only-child)::after {
      content: "-";
      position: relative;
      margin-left: 5px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }*/
  /*.push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item:hover > .vnav__subnav {
    display: none;
    text-align: left; }*/
 /* @media only screen and (min-width: 1080px) {

  #divWaitModal + table {
    display:none;
  }}*/
  .push-menu .vnav__subnav .vnav__item {
    display: block; }
  .push-menu .vnav__subnav .vnav__link {
    display: none;
    background: transparent;
    color: black;
    font-size: 14px;
    white-space: nowrap;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 0; }
    @media only screen and (min-width: 400px) and (max-width: 600px){
.push-menu .vnav{padding-top: 10px;}
.push-menu .vnav__link {
font-size: 20px;
padding: 2px 25px;
}}
    @media only screen and (min-width: 720px) and (max-width: 1079px) {
      .push-menu .vnav__subnav .vnav__link {
        font-size: 18px; } }
    .push-menu .vnav__subnav .vnav__link:after {
      content: "" !important; }
  .push-menu .vnav--level1 {
    position: relative;
    display: block; }
  .push-menu .vnav--level1 > .vnav__item {
    padding: 0;
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

    /*.push-menu .vnav__link:not(:only-child)::after {
      content: "+";
      position: relative;
      margin-left: 5px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }*/
  .push-menu .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%;
    padding: 0; }
  .push-menu .vnav--horizontal .vnav--level3, .push-menu .vnav--horizontal .vnav--level4 {
    left: 0;
    top: 0; }
  .push-menu .vnav--vertical .vnav__item {
    display: block; }
  .push-menu .vnav--vertical .vnav__subnav {
    left: 0;
top: 100%;
padding: 0;
}

#showLeftPush.active {
  background: none; }

.footer {
  color: black;
  background-color: #eeedeb;
  width: 100%;
  padding-top: 20px; }
  .footer a.collapsed + svg {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .footer .icon-right_arrow {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media only screen and (max-width: 719px) {
    .footer .spacing {
      height: 61px !important; } }
  .footer .logos {
    text-align: center;
    padding: 0px;
    height: 73px;
    vertical-align: middle;
    display: inline-block; }
    .footer .logos:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .footer .logos img {
      display: inline-block;
      vertical-align: middle; }
  .footer .disclaimer a {
    color: #111;
    /* text color */
    font-family: "Montserrat";
    font-size: 18px;
    text-decoration: none; }
  .footer .disclaimer .disclaimer-text {
    margin-top: 30px;
    color: #666666;
    font-size: 12px;
    /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 22px; }
    @media only screen and (min-width: 1080px) {
      .footer .disclaimer .disclaimer-text {
        margin-top: 0px; } }
  .footer .center {
    text-align: center; }
  @media only screen and (min-width: 1080px) {
    .footer .newsletter {
      padding-left: 40px; } }
  @media only screen and (min-width: 720px) and (max-width: 1079px) {
    .footer .newsletter {
      margin-top: 35px; } }
  @media only screen and (max-width: 1079px) {
    .footer .full-width {
      padding: 0; } }
  @media only screen and (min-width: 720px) {
    .footer .copyright-small {
      display: none; } }
  .footer .credit-cards {
    text-align: center;
    padding-bottom: 50px; }
    @media only screen and (min-width: 1080px) {
      .footer .credit-cards {
        text-align: right;
        float: right;
        margin-top: 20px;
        padding-bottom: 0px; } }
    @media only screen and (max-width: 719px) {
      .footer .credit-cards {
        margin-top: 23px; } }
    @media only screen and (min-width: 720px) and (max-width: 1079px) {
      .footer .credit-cards {
        margin-top: 23px; } }
  .footer .copyright-big {
    text-align: center;
    padding-bottom: 20px; }
    .footer .copyright-big a {
      color: black; }
    @media only screen and (min-width: 1080px) {
      .footer .copyright-big {
        text-align: left;
        float: left;
        margin-top: 20px; } }
    .footer .copyright-big p {
      font-size: 12px; }
  .footer .white-line {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 25px;
    margin-bottom: 25px; }
  .footer .elist__input {
    -webkit-appearance: none;
    border-radius: 0;
    width: 55%;
    display: inline-block !important;
    border: 2px solid black;
    background: transparent;
    height: 38px;
    padding: 12px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Firefox 18- */
    /* Firefox 19+ */ }
    @media only screen and (min-width: 1080px) {
      .footer .elist__input {
        width: 64%; } }
    @media only screen and (min-width: 720px) and (max-width: 1079px) {
      .footer .elist__input {
        width: 50%; } }
    .footer .elist__input.placeholder {
      color: black;
      font-size: 12px;
      font-style: italic; }
    .footer .elist__input:-moz-placeholder {
      color: black;
      font-size: 12px;
      font-style: italic; }
    .footer .elist__input::-moz-placeholder {
      color: black;
      font-size: 12px;
      font-style: italic; }
    .footer .elist__input:-ms-input-placeholder {
      color: black;
      font-size: 12px;
      font-style: italic; }
    .footer .elist__input::-webkit-input-placeholder {
      color: black;
      font-size: 12px;
      font-style: italic; }
    .footer .elist__input:focus::-webkit-input-placeholder {
      color: black;
      font-style: italic;
      font-weight: normal; }
    .footer .elist__input:focus:-moz-placeholder {
      color: black;
      font-style: italic;
      font-weight: normal; }
    .footer .elist__input:focus::-moz-placeholder {
      color: black;
      font-style: italic;
      font-weight: normal; }
    .footer .elist__input:focus:-ms-input-placeholder {
      color: black;
      font-style: italic;
      font-weight: normal; }
  .footer .elist__input:focus {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .footer .elist__submit {
    margin-left: -5px;
    display: inline-block !important;
    height: 38px;
    background: black;
    color: white;
    border: 1px solid transparent;
    letter-spacing: 1px;
    padding: 0 19px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0; }
  .footer h4 {
    font-size: 16px;
    margin-bottom: 20px; }
  .footer .special-p {
    font-size: 12px;
    margin-bottom: 20px; }
  .footer h6 {
    font-size: 12px; }
  .footer .top-break {
    margin-top: 20px; }
    .footer .top-break a:hover {
      color: inherit; }
  .footer .section-break {
    margin-top: 10px; }
    @media only screen and (min-width: 720px) {
      .footer .section-break {
        margin-top: 0px; } }
  .footer .contact-us a {
    color: black; }
  @media only screen and (min-width: 1080px) {
    .footer .customer-service {
      padding-left: 45px; } }
  .footer .customer-service ul {
    width: 50%;
    float: left;
    margin-left: 0px;
    padding-left: 0px; }
    .footer .customer-service ul li {
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 7px; }
      .footer .customer-service ul li a {
        color: black;
        font-size: 12px; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  color: #000000;
  fill: currentColor; }

.icon-iconmonstr-facebook-4-icon {
  width: 40px;
  height: 40px;
  color: black !important; }

.icon-iconmonstr-instagram-9-icon {
  width: 40px;
  height: 40px;
  color: black !important; }

.icon-iconmonstr-twitter-4-icon {
  width: 40px;
  height: 40px;
  color: black !important; }

.icon-face {
  width: 40px;
  height: 40px;
  color: black !important; }

.icon-vaspo {
  width: 32px;
  height: 40px;
  color: black !important; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 25px;
  fill: white;
  margin-right: 5px; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.icon-down_arrow {
  width: 17px;
  height: 15px;
  float: right; }

.icon-right_arrow {
  width: 13px;
  height: 15px;
  float: right; }

.icon.fill {
  background: #fff;
  border-radius: 3px; }

#visa .orange {
  fill: #D97B16; }

#visa .blue {
  fill: #265697; }

#amex .path1 {
  fill: #306FC5; }

#discover .orange {
  fill: #D97B16; }

#discover .slate {
  fill: #444444; }

#paypal .drkblue {
  fill: #265697; }

#mastercard .path1 {
  fill: #DFAC16; }

#mastercard .path2 {
  fill: #BF3126; }

#paypal .lightblue {
  fill: #306FC5; }

.site-name.logo {
  margin: 0; }
  .site-name.logo .text-hide {
    height: 0;
    width: 0; }
  .site-name.logo a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .site-name.logo a#homepage_title {
      color: #333333;
      font-size: 18px;
      line-height: 1.1;
      text-indent: 0; }

.logo {
  margin: 0;
  color: white;
  background: #6bceb1;
  text-align: center;
  font-size: 23px;
  vertical-align: middle; }

.menu-label {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }
  @media only screen and (max-width: 719px) {
    .menu-label {
      font-size: 10px;
      margin-left: 1px; } }

.main-menu {
  position: relative;
  text-align: right; }

.ghost__content {
  display: inline-block;
  vertical-align: middle; }

[class^="icon-"], [class*=" icon-"] {
  color: #000000;
  fill: currentColor; }

.icon-Close {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  color: black; }
  @media only screen and (max-width: 719px) {
    .icon-Close {
      margin-top: 0px; } }

.icon-burger {
  width: 20px;
  height: 20px; }

.icon-cart1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px; }
  @media only screen and (min-width: 720px) {
    .icon-cart1 {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; } }

@media only screen and (max-width: 719px) {
  .xs-display-none {
    display: none; } }

.icon-search, .icon-search-1 {
  margin-top: 20px;
  width: 24px;
  cursor: pointer;
  height: 24px; }

@media only screen and (min-width: 720px) and (max-width: 1079px) {
  .header-container {
    width: 100%; } }
@media only screen and (min-width: 1080px) and (max-width: 1199px) {
  .header-container {
    -webkit-box-shadow: inset 0px -4px 10px -5px #bdbdbd;
    -moz-box-shadow: inset 0px -4px 10px -5px #bdbdbd;
    box-shadow: inset 0px -4px 10px -5px #bdbdbd; } }

.site-search__input {
  height: 65px;
  border: none;
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */ }
  .site-search__input::-webkit-input-placeholder {
    color: black;
    font-style: italic;
    font-weight: normal; }
  .site-search__input:-moz-placeholder {
    color: black;
    font-style: italic;
    font-weight: normal; }
  .site-search__input::-moz-placeholder {
    color: black;
    font-style: italic;
    font-weight: normal; }
  .site-search__input:-ms-input-placeholder {
    color: black;
    font-style: italic;
    font-weight: normal; }
  .site-search__input:focus::-webkit-input-placeholder {
    color: gray;
    font-style: italic;
    font-weight: normal; }
  .site-search__input:focus:-moz-placeholder {
    color: gray;
    font-style: italic;
    font-weight: normal; }
  .site-search__input:focus::-moz-placeholder {
    color: gray;
    font-style: italic;
    font-weight: normal; }
  .site-search__input:focus:-ms-input-placeholder {
    color: gray;
    font-style: italic;
    font-weight: normal; }

.drop-shadow {
  -webkit-box-shadow: 0px 0px 25px -3px #bdbdbd;
  -moz-box-shadow: 0px 0px 25px -3px #bdbdbd;
  box-shadow: 0px 0px 25px -3px #bdbdbd;
  margin: 0;
  background: white; }

.site-search__submit {
  border: none;
  display: block;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 17px;
  margin-top: 21px;
  background: blue;
  position: relative;
  background: url('../images/template/Search.png?1422331478'); }

.cart-wrapper {
  height: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }

@media only screen and (min-width: 720px) and (max-width: 1079px) {
  #green-x {
    margin-top: 0px; } }

.search-x {
  color: black; }
  @media only screen and (max-width: 719px) {
    .search-x {
      width: 20px !important;
      height: 20px !important;
      margin-top: 22px; } }

.smt-open .dissapear {
  background: white; }

.icon-account {
  width: 17px;
  height: 17px;
  margin-top: 22px; }

.no-padding {
  padding: 0px; }

.home a.collapsed + svg {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.home .icon-right_arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.home .paragraph-break {
  height: 20px;
  display: inline-block;
  width: 100%; }
.home h1 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (min-width: 720px) and (max-width: 1079px) {
    .home h1 {
      font-size: 16px;
      font-weight: bold; } }
  @media only screen and (min-width: 1080px) {
    .home h1 {
      font-size: 26px; } }
.home .latest-news {
  text-align: left; }
  @media only screen and (min-width: 1080px) {
    .home .latest-news {
      margin-bottom: 100px; } }
  .home .latest-news h1 {
    text-align: center; }
  .home .latest-news .news-text-area {
    width: 87%; }
  .home .latest-news img {
    display: block;
    width: 100%;
    height: auto; }
  .home .latest-news a {
    color: black; }
  .home .latest-news .news-column {
    padding-bottom: 35px; }
    @media only screen and (min-width: 1080px) {
      .home .latest-news .news-column {
        padding: 0; }
        .home .latest-news .news-column h1 {
          font-size: 16px; } }
  .home .latest-news h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px; }
  .home .latest-news p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px; }
.home .promo__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }
.home .line {
  width: 61px;
  height: 4px;
  background-color: white;
  margin-top: 17px;
  margin-bottom: 16px;
  display: block; }
.home .shop-link {
  font-family: 'Crimson Text';
  font-style: italic;
  font-size: 18px; }
  @media only screen and (max-width: 719px) {
    .home .shop-link {
      font-size: 14px; } }
.home .philosophy {
  position: relative; }
  .home .philosophy img {
    display: block;
    width: 100%;
    height: auto; }
.home .philosophy-header {
  background: #f3f3f3; }
  @media only screen and (min-width: 1080px) {
    .home .philosophy-header {
      padding-left: 30px; } }
  .home .philosophy-header a .shop-link {
    color: black;
    margin: 0px 0 30px 0; }
    @media only screen and (min-width: 720px) {
      .home .philosophy-header a .shop-link {
        color: black; } }
  @media only screen and (min-width: 720px) {
    .home .philosophy-header {
      position: absolute;
      top: 0%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      color: black !important; } }
  .home .philosophy-header .white-line {
    margin-top: 5px;
    margin-bottom: 7px; }
  .home .philosophy-header h4 {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .home .philosophy-header h1 {
    font-size: 24px;
    margin-top: 25px;
    letter-spacing: 4px;
    display: inline-block; }
    @media only screen and (min-width: 720px) {
      .home .philosophy-header h1 {
        width: 200px;
        font-weight: bold; } }
.home #fpslider {
  margin-bottom: 35px; }
.home .skinny-line {
  width: 15vw;
  height: 1px;
  margin: 4vw auto;
  background-color: white; }
  @media only screen and (min-width: 720px) {
    .home .skinny-line {
      margin: 2vw auto;
      width: 7vw; } }
  @media only screen and (min-width: 1080px) {
    .home .skinny-line {
      margin: 19px auto 27px; } }
.home .team {
  margin: 0px 10px; }
  @media only screen and (min-width: 1080px) {
    .home .team {
      margin: 0px; } }
  .home .team .team-top {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px; }
  .home .team .team-member-1 {
    border-left: 5px solid white; }
    @media only screen and (max-width: 719px) {
      .home .team .team-member-1 {
        border-bottom: 10px solid white; } }
    @media only screen and (min-width: 720px) {
      .home .team .team-member-1 {
        border-left: none; } }
  .home .team .team-member-2 {
    border-right: 5px solid white; }
    @media only screen and (min-width: 720px) {
      .home .team .team-member-2 {
        border-right: none; } }
  .home .team .team-member-3 {
    border-left: 5px solid white; }
    @media only screen and (min-width: 720px) {
      .home .team .team-member-3 {
        border-left: none; } }
  .home .team img {
    display: block;
    width: 100%;
    height: auto; }
.home .intro-team-box {
  border-right: 5px solid white;
  text-align: center;
  font-size: 14px;
  height: 100%; }
  @media only screen and (max-width: 719px) {
    .home .intro-team-box {
      border-bottom: 10px solid white; } }
  @media only screen and (min-width: 720px) {
    .home .intro-team-box {
      border-right: none; } }
  .home .intro-team-box .seperator-line {
    width: 40px;
    height: 2px;
    margin: 11px auto;
    background-color: white; }
  .home .intro-team-box h1 {
    font-size: 4vw;
    margin-top: 19%;
    font-weight: bold;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    color: black; }
  .home .intro-team-box .skinny-line {
    background-color: black; }
  .home .intro-team-box .subtext {
    font-style: italic;
    font-family: "Crimson Text";
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    color: black; }
  @media only screen and (min-width: 720px) {
    .home .intro-team-box h1 {
      font-size: 26px;
      color: black;
      font-weight: bold;
      padding: 0px 10px; }
    .home .intro-team-box .subtext {
      font-size: 18px; } }
.home .shop-now {
  padding: 2vw 5vw;
  font-size: 2vw;
  border: 2px solid white;
  background: transparent;
  color: white;
  /* margin: 37px 0; */
  display: inline-block;
  transition: all .2s ease;
  letter-spacing: 1px; }
  .home .shop-now a {
    color: white; }
  @media only screen and (min-width: 720px) {
    .home .shop-now {
      padding: 1vw 2.5vw;
      font-size: 1vw; } }
      @media only screen and (min-width: 1080px) {
    .home .shop-now {
      padding: 11px 30px ;
      font-size: 12px; } }
.home .shop-now:hover{
  background:white;
  color: black;
}
.home .accessories {
  border: 10px solid white;
  text-align: center;
  padding-left: 51%;
  color: white;
  background-size: cover;
  height: 54vw;
  border: 10px solid white;
  background-image: url('../images/homepage/batteries.png?1421971965');
  background-repeat: no-repeat; }
  .home .accessories .acc-text {
    position: relative;
    top: 20%; }
  .home .accessories h6 {
    color: #ffffff;
    font-size: 3vw;
    /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 17px;
    font-size: 2vw;
    letter-spacing: 0.3vw;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px; }
  .home .accessories h1 {
    text-transform: uppercase;
    font-size: 6vw;
    font-weight: 700px;
    margin: 0px; }
  @media only screen and (min-width: 720px) {
    .home .accessories {
      border-right: 5px solid white;
      height: 29vw;
      padding-left: 25%; }
      .home .accessories h6 {
        font-size: 1.5vw;
        /* Approximation due to font substitution */
        font-weight: 700;
        line-height: 12px;
        font-size: 1vw;
        letter-spacing: 0.15vw;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin: 0px;
        margin-top: 1vw; }
      .home .accessories h1 {
        font-size: 3vw; } }
  @media only screen and (min-width: 1080px) {
    .home .accessories {
      border-top: 20px solid white;
      border-bottom: 20px solid white;
      border-left: none;
      height: 310px;
      border-right: 10px solid white;
      padding-left: 230px; }
      .home .accessories h1 {
        font-size: 36px; }
      .home .accessories h6 {
        font-size: 12px; } }
.home .shopping {
  text-align: center;
  color: white;
  background-size: cover;
  background-size: cover;
  height: 54vw;
  background: #dedcdd;
  position: relative;
  border: 10px solid white;
  background-repeat: no-repeat; }
  .home .shopping .hero-wrap {
    position: relative;
    top: 9%; }
    .home .shopping .hero-wrap img {
      height: 40%;
      width: 40%; }
  .home .shopping h6 {
    color: black;
    text-transform: uppercase;
    font-size: 3vw;
    letter-spacing: 0.3px;
    font-weight: bold;
    margin-top: 5%; }
  @media only screen and (max-width: 719px) {
    .home .shopping {
      border-top: none; } }
  @media only screen and (min-width: 1080px) {
    .home .shopping {
      height: 310px;
      border-left: 10px solid white;
      border-right: none;
      border-bottom: 20px solid white;
      border-top: 20px solid white; }
      .home .shopping .hero-wrap {
        top: 7%; }
      .home .shopping h6 {
        font-size: 14px;
        margin-top: 3%; } }
  @media only screen and (min-width: 720px) and (max-width: 1079px) {
    .home .shopping {
      border-left: 5px solid white;
      height: 29vw; }
      .home .shopping h6 {
        font-size: 1.1vw; } }
  .home .shopping a {
    color: white; }
.home .circle-section {
  background-repeat: no-repeat;
  height: 220px;
  width: 220px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -110px;
  text-align: center; }
  .home .circle-section a {
    color: white; }
  .home .circle-section .learn-more {
    color: #f2a96f;
    /* text color */
    font-family: "Montserrat";
    font-size: 10px;
    letter-spacing: 1px; }
  .home .circle-section h1 {
    margin: 0 auto;
    text-align: center;
    width: 141px;
    padding-top: 59px; }
  @media only screen and (max-width: 719px) {
    .home .circle-section h1 {
      padding-top: 58px; }
    .home .circle-section .skinny-line {
      margin: 17px auto; } }
  @media only screen and (min-width: 1080px) {
    .home .circle-section .sinny-line {
      margin-bottom: 25px;
      margin: 2vw auto; }
    .home .circle-section h1 {
      padding-top: 40px; } }
@media only screen and (min-width: 720px) and (max-width: 1079px) {
  .home .container {
    width: 100%; } }
.home .hero img {
  display: block;
  max-width: 100%;
  height: auto; }
.home .hero .hero-text {
  float: right;
  padding-top: 40px;
  width: 173px; }
  .home .hero .hero-text h1 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    letter-spacing: 2px;
    line-height: 1.4; }
  @media only screen and (min-width: 720px) and (max-width: 1079px) {
    .home .hero .hero-text {
      width: 220px; } }
  @media only screen and (min-width: 1080px) {
    .home .hero .hero-text {
      width: 300px;
      margin-right: 6%; } }
  @media only screen and (min-width: 720px) {
    .home .hero .hero-text h1 {
      font-size: 24px; } }
  .home .hero .hero-text .white-line {
    width: 45px;
    height: 3px;
    background-color: white;
    margin-top: 17px;
    margin-bottom: 34px; }
.home .disclaimer a {
  color: #111;
  /* text color */
  font-family: "Montserrat";
  font-size: 18px;
  text-decoration: none; }
.home .disclaimer .disclaimer-text {
  color: #666666;
  font-size: 12px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 22px; }
  @media only screen and (min-width: 1080px) {
    .home .disclaimer .disclaimer-text {
      margin-top: 0px; } }
  .home .disclaimer .disclaimer-text .text-row:nth-child(even) {
    background: #eeedeb; }
    .home .disclaimer .disclaimer-text a:nth-child(even) {
    background: #eeedeb; }
.home .black-line {
  width: 100%;
  height: 1px;
  background: black;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0; }
.home .text-row {
  height: 100px;
  text-align: center;
  padding-top: 6px; }
  .home .text-row h1 {
    text-transform: uppercase;
    color: #111;
    font-family: "Montserrat";
    font-size: 37px;
    margin: 0; }
  .home .text-row h5 {
    margin: 0;
    text-transform: uppercase;
    color: #111;
    font-family: "Montserrat";
    font-size: 20px; }
.home .categories {
  overflow: hidden;
  margin-top: 20px; }
  .home .categories .categories-row {
    width: 256.5px;
    height: 316px;
    float: left;
    border: 1px solid #e1e1e1;
    margin-right: 18px; }
    .home .categories .categories-row .text-row {
      text-align: center; }
    .home .categories .categories-row:last-child {
      margin-right: 0px; }
    .home .categories .categories-row h1 {
      color: black;
      font-family: "Raleway";
      text-transform: uppercase;
      letter-spacing: -1.2px;
      font-size: 33px; }
    .home .categories .categories-row h6 {
      font-size: 14px;
      color: black;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 28px;
      margin-bottom: 0px; }
    .home .categories .categories-row .skinny-line {
      width: 180px;
      height: 1px;
      background: #cccccc; }
.home .hero {
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }
  .home .hero .shop-now {
    position: absolute;
    left: 41%;
    top: 12%;
    color: black;
    border: 2px solid black;
    top: 39%;
    padding: 12px 39px;
    font-size: 15px; }
    @media only screen and (max-width: 719px) {
      .home .hero .shop-now {
        display: none; } }
    @media only screen and (min-width: 1080px) {
      .home .hero .shop-now {
        left: 25%;
        top: 63%; } }
  .home .hero .hero-image {
    width: 100%;
    height: auto;
    z-index: -9999; }
    @media only screen and (min-width: 720px) {
      .home .hero .hero-image {
        max-height: 320px; } }
    @media only screen and (min-width: 1080px) {
      .home .hero .hero-image {
        max-height: 538px !important; } }
  .home .hero .mutation {
    position: absolute;
    top: 28%;
    left: 5%;
    width: 85%; }
    @media only screen and (min-width: 720px) {
      .home .hero .mutation {
        left: 31%;
        width: 297px;
        top: 12%; } }
    @media only screen and (min-width: 1080px) {
      .home .hero .mutation {
        left: 25%;
        width: 425px;
        top: 40%; } }
  .home .hero .project {
    position: absolute;
    top: 21%;
    left: 37%;
    width: 53%; }
    @media only screen and (min-width: 720px) and (max-width: 1079px) {
      .home .hero .project {
        display: none; } }
    @media only screen and (min-width: 1080px) {
      .home .hero .project {
        top: 4%;
        left: 71%;
        width: 281px; } }
.home #content_area {
  position: relative;
  /*z-index: -99999;*/
  top: 63px; }
  @media only screen and (min-width: 1080px) {
    .home #content_area {
      top: 0px; } }

@media only screen and (max-width: 719px) {

  #works {
    overflow: hidden;
    top: 0px;
    position: relative; } }
@media only screen and (min-width: 720px) and (max-width: 1079px) {
  #works {
    top: 0px;
    position: relative; } }

.fixed-trigger #works {
  position: relative;
  top: 133px; }

.fixed-trigger .footer {
  position: relative;
  top: 133px; }

.no-padding {
  padding: 0px; }

.home #content_area {
  padding: 0; }

@media only screen and (max-width: 719px) {
  .footer {
    top: 50px;
    position: relative; } }
@media only screen and (min-width: 720px) and (max-width: 1079px) {
  .footer {
    top: 50px;
    position: relative; } }

.top-disclaimer {
  margin-top: 12px; }
  .top-disclaimer .black-line {
    margin-top: 18px; }
  .top-disclaimer .container > a {
    text-transform: uppercase;
    font-size: 15px; }

/*# sourceMappingURL=template.css.map */

.main-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.main-menu .vnav__item {
    position: static;
    display: inline-block;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

}
.main-menu .vnav--level1{
  display: block;
}
.main-menu .vnav__item:hover{
  background: none;
}
.main-menu .vnav__link{
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  font-weight: bold;
  color:#333333;
  padding:0 30px;
  text-transform: uppercase;
  position: relative;
}

.main-menu .vnav__item:hover{
  box-shadow: 0 0 5px rgba(0,0,0,.16);
  background: #fff;
}
.main-menu .vnav__item:hover .vnav__link:after,
.main-menu .vnav__item .vnav__link--active:after{
  content: '';
  background: rgb(255, 255, 255);
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 10;
}
.main-menu .vnav__item:hover .vnav__link,
.main-menu .vnav__item .vnav__link--active {
    /*color: #0057af;*/
    background:#fff;
}

.main-menu .vnav__item:hover > .vnav__subnav {
    display: block;
    background: white;
}

.main-menu .vnav__subnav {
  visibility: hidden;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
    position: absolute;
    text-align: left;
    z-index: 1;
    left:0;
    opacity: 0;
}
.main-menu .vnav__item:hover > .vnav__subnav{
  opacity: 1;
  visibility: visible;
}
.main-menu__subnav{
/*  min-width: 900px; */
}
.main-menu__subnav--1{

}
.main-menu .main-menu__inner{
  padding:20px 0;
  display: table;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.main-menu__col{
  display: table-cell;
  padding:0 90px 0 30px;
  border-left:1px solid #e1e1e1;
}
.main-menu__col--first{
  border-left: none;
}
.main-menu__list-group{
  list-style: none;
  padding:0;
  margin:0 0 20px 0;
}
.main-menu__list-group a{
  color: #333333;
}
.main-menu__list-link{
  color:#333333;
  font-family: "Source Sans Pro", sans-serif;

}

.main-menu__list-link--title{
  font-weight: bold;
  display: block;
  margin-bottom:5px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.main-menu__list-link--subtitle{
  text-transform: uppercase;
  border-bottom:1px solid #e1e1e1;
  display: block;
}

.main-menu__list-link--image{
  margin-top:40px;
  display: block;
}


.visible-cat{
  display: none;
}
#content_area{
  padding:20px;
}
.category .main{
  margin-top: 20px;
}
@media only screen and (min-width: 1080px) {
  .category .visible-cat{
    display: block;
    float: left;
    width: 30%;

  }
  .category #content_area{
    width: 70%;
    float:right;
  }
}
/*@media only screen and (max-width: 1080px) {
  .category .visible-cat{
    border-bottom:3px solid #e0e0e0;
    display: block;
    width: 100%;
    padding:0;
    margin-top: 70px;
    text-align: center;

  }
  .category #content_area{
    width: 100%;
    display: block;
  }
}*/
.side-bar{
  padding-right: 30px;
}
.side-bar__title{
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.side-bar__menu ul{
  padding:0;
  margin:0;
}

.side-bar__menu a{
  color:#333;
  display: block;
  padding:15px 0;
  font-size: 14px;
  border-bottom:1px solid #e0e0e0;
}
.side-bar__menu li:last-child a{
  border-bottom: none;
}

@media only screen and (min-width: 1080px) {
.page-wrap{
  padding-top:175px;
}
header{
  background: #fff;
  z-index: 999;
  left:0;
  top:0;
  position: fixed;
  width: 100%;
}
.static-header {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 10px transparent; }
.static-header .nav-bar-top{
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  height: auto;
  visibility: visible;
}

.navbar-default{
  overflow:auto !important;
}
.navbar .header-wrapper{
  overflow:auto;
}
.fixed-header .nav-bar-top{
  opacity:0;
  height:0;
  visibility: collapse;
   line-height: 0;
}
.fixed-header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.fixed-header .row:before,
.fixed-header .row:after {
  content: none; /* CHROME FIX */
}
}


 img[src="/v/vspfiles/templates/vaporDNA/images/Icon_FreeShipping_Small.gif"] {
    display:none;
}
img[src="/v/vspfiles/templates/vaporDNA/images/Icon_FreeShipping_Small.gif"] + br{
    display:none;
}

#divWaitModal + table {
  margin-top: 40px;
}
