/* Text Logo Styling goes here */
meta[itemprop="name"] + a {
  word-break: break-all; /*make sure that text logos wrap, instead of overflowing the container.*/
  color: #fff;
  font-size: 46px;
}

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) {
  background-image: url('../images/template/header_bg.gif'); /*The admin logo tool updates this line.*/
  font-size: 0; /*Don't render text inside the anchor tag if using a graphic logo.*/
  background-size: 0; /*Hide the software-added background-image logo.*/
}

meta[itemprop="name"] + a:not(#homepage_title) img {
  max-height: 100%; /*Keep logo image constrained inside header.*/
}

/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.6em;
  padding: 20px 12px 29px;
  font-weight: 400;
  border-bottom: 1px solid #2f3840;
  margin: 0; }

.cbp-spmenu ul {
  padding: 0; }

.cbp-spmenu .vnav__link {
  display: block;
  text-transform: uppercase;
  color: #909090;
  font-size: 1.1em;
  font-weight: 400;
  border-bottom: 1px solid #2f3840; }

.cbp-spmenu .vnav__link:hover {
  background: #fff; }

.cbp-spmenu .vnav__link:active {
  background: #fff;
  color: #91cfcd; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }

.cbp-spmenu-vertical .vnav__link {
  border-bottom: 1px solid #2f3840;
  padding: 1em; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left; }

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #d0d0d0; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px; }

.cbp-spmenu-right {
  right: -240px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px; }

.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 240px; }

.cbp-spmenu-push-toleft {
  left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }

  .cbp-spmenu-top {
    top: -110px; }

  .cbp-spmenu-bottom {
    bottom: -110px; } }
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }

  .cbp-spmenu-right {
    right: -190px; }

  .cbp-spmenu-push-toright {
    left: 190px; } }
#main-nav {
  font-family: inherit; }
  #main-nav .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    #main-nav .vnav__item {
      background: transparent;
      position: relative; }
    #main-nav .vnav__item:hover {
      background: transparent; }
    #main-nav .vnav__link {
      color: #fff;
      background: transparent;
      display: block;
      padding: 26px 25px;
      text-decoration: none;
      text-align: center;
      font-size: 1vw;
      letter-spacing: 0.05em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #main-nav .vnav__link {
          font-size: 1.4vw;
          padding: 29px 20px; } }
      #main-nav .vnav__link:hover {
        color: #fff;
        background: #2e373e;
        text-decoration: none; }
      #main-nav .vnav__link--active {
        color: #fff;
        font-weight: 500;
        background: #2e373e; }
    #main-nav .vnav__item:hover > .vnav__subnav {
      display: block; }
    #main-nav .vnav__subnav {
      background: #2e373e;
      display: none;
      position: absolute;
      z-index: 1; }
    #main-nav .vnav__subnav .vnav__item {
      display: block; }
    #main-nav .vnav__subnav .vnav__link {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: transparent;
      color: #fff;
      white-space: nowrap;
      text-align: left;
      font-size: 1vw;
      padding: 11px 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #main-nav .vnav__subnav .vnav__link {
          font-size: 1.4vw; } }
      #main-nav .vnav__subnav .vnav__link:hover {
        color: #fff;
        background: #181d21;
        text-decoration: none; }
    #main-nav .vnav--level1 {
      position: relative;
      display: inline-table; }
    #main-nav .vnav--level1 > .vnav__item {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
    #main-nav .vnav--horizontal .vnav__subnav {
      left: 0;
      top: 100%; }
    #main-nav .vnav--horizontal .vnav--level3, #main-nav .vnav--horizontal .vnav--level4 {
      left: 100%;
      top: 0; }
    #main-nav .vnav--vertical .vnav__item {
      display: block; }
    #main-nav .vnav--vertical .vnav__subnav {
      left: 100%;
      top: 0px; }

#push-menu {
  font-family: inherit;
  text-align: left;
  background: #2e373e;
  overflow: hidden;
  overflow-y: scroll; }
  #push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
  #push-menu .vnav__item {
    position: static;
    background: transparent;
    border-bottom: 1px solid #1f252a; }
  #push-menu .vnav__item:hover {
    color: #fff;
    background: #1f252a; }
  #push-menu .vnav__item:hover > a {
    color: #fff;
    font-weight: 500; }
  #push-menu .vnav__link--active + .vnav__subnav/*, #push-menu .vnav__item:hover > .vnav__subnav*/ {
    display: block;
    text-align: left; }
  #push-menu .vnav__link {
    text-transform: none;
    display: block;
    text-align: left;
    padding: 12px 15px;
    color: #fff;
    background: transparent; }
  #push-menu .vnav__subnav {
    text-align: left;
    background: #1f252a;
    border: 0;
    position: relative; }
  #push-menu .vnav__subnav .vnav__item {
    display: block; }
  #push-menu .vnav__subnav .vnav__link {
    background: #1f252a;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 15px 8px 35px; }
  #push-menu .vnav--level3 .vnav__link {
    padding-left: 55px; }
  #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--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: 100%;
    top: 0px; }
  #push-menu .btn {
    margin: 1em 0 0 1em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 16px;
    color: #fff; }
  #push-menu .icon {
    fill: white;
    width: 2.6vw;
    height: 2.6vw;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      #push-menu .icon {
        width: 5.6vw;
        height: 5.6vw; } }

#showLeftPush.active {
  background: url("../images/template/X.png") no-repeat 0 0;
  width: 16px;
  height: 16px; }

.elist {
  color: #fff; }
  @media only screen and (max-width: 991px) {
    .elist img {
      display: block;
      margin: 0 auto; } }
  .elist__title {
    font-size: 1.2vw;
    margin: 1em 0 0;
    letter-spacing: 0.1em;
    font-weight: 300; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .elist__title {
        font-size: 1.9vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elist__title {
        text-align: center;
        font-size: 2.5vw; } }
    @media only screen and (max-width: 767px) {
      .elist__title {
        text-align: center;
        font-size: 5.1vw; } }
  .elist__subtitle {
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    font-weight: 300; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .elist__subtitle {
        font-size: 1.2vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elist__subtitle {
        text-align: center;
        font-size: 1.9vw; } }
    @media only screen and (max-width: 767px) {
      .elist__subtitle {
        text-align: center;
        font-size: 3.7vw; } }
  .elist form {
    width: 100%;
    height: 35px;
    position: relative;
    margin: 1em 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elist form {
        margin: 1em auto 3em;
        width: 411px;
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      .elist form {
        width: 100%;
        margin: 1em auto 3em;
        height: 40px; } }
  .elist__input {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #fff;
    box-shadow: inset 1px 0 18px rgba(12, 13, 13, 0.5);
    padding: 0 10px;
    font-weight: 300;
    color: #222222;
    letter-spacing: 0.1em;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elist__input {
        width: 100%;
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      .elist__input {
        width: 100%;
        height: 40px; } }
  .elist__submit {
    position: absolute;
    background-color: #1d2935;
    right: 0;
    top: 0;
    height: 35px;
    width: 5vw;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 1vw;
    color: #fff;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elist__submit {
        height: 40px;
        width: 11vw;
        font-size: 1.7vw; } }
    @media only screen and (max-width: 767px) {
      .elist__submit {
        width: 18vw;
        font-size: 2.9vw;
        height: 40px; } }
  .elist__input:focus {
    box-shadow: inset 1px 0 18px rgba(12, 13, 13, 0.2), 0px 0px 10px 2px rgba(255, 255, 255, 0.4); }

footer .row {
  margin: 0; }

.footer-top {
  background: url("../images/template/texture.jpg") repeat 0 0;
  padding: 5vw 0 4vw;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top {
      padding: 5vw 1%; } }
  @media only screen and (max-width: 767px) {
    .footer-top {
      padding: 5vw 3%; } }
  .footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media only screen and (max-width: 991px) {
      .footer-top ul {
        padding: 0 0 0 2.8vw; } }
    .footer-top ul > li {
      color: #fff;
      font-size: 0.87vw;
      letter-spacing: 0.1em;
      line-height: 1.8; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-top ul > li {
          font-size: 1.2vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-top ul > li {
          font-size: 1.9vw;
          line-height: 1.7; } }
      @media only screen and (max-width: 767px) {
        .footer-top ul > li {
          font-size: 3.7vw; } }
    .footer-top ul > li > a {
      color: #fff; }
      .footer-top ul > li > a:hover {
        color: #abb7c0; }
    .footer-top ul .column__title {
      font-size: 1vw;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-top ul .column__title {
          font-size: 1.5vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-top ul .column__title {
          font-size: 3vw; } }
      @media only screen and (max-width: 767px) {
        .footer-top ul .column__title {
          font-size: 6vw; } }
  .footer-top .panel-group {
    margin-bottom: 0; }
  .footer-top .panel {
    border: none;
    background: transparent;
    border-bottom: 2px solid rgba(50, 58, 66, 0.5) !important; }
  .footer-top .panel-body {
    padding: 1% 0 5%; }
  .footer-top .panel-title {
    font-size: 3.4vw;
    letter-spacing: 0.1em;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .footer-top .panel-title {
        font-size: 7vw; } }
  .footer-top .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 3% 0; }
    .footer-top .panel-default > .panel-heading a:hover {
      color: #fff; }
  .footer-top .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    color: #fff; }
  .footer-top .panel-group .panel + .panel {
    margin-top: 0; }

.footer__bottom {
  padding: 1vw 0;
  color: #fff;
  font-size: 0.7vw; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__bottom {
      padding: 1vw 1%;
      font-size: 1.1vw;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .footer__bottom {
      padding: 3vw 5%;
      font-size: 3.1vw;
      text-align: center; } }
  .footer__bottom a {
    color: #fff;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .footer__bottom a:hover {
      color: #596b79; }
  .footer__bottom .icon {
    margin-top: -10px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (max-width: 991px) {
      .footer__bottom .icon {
        margin: 1em 0; } }
    .footer__bottom .icon:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.logo {
  margin: 10px 10px 0 0;
  float: left; }
  @media only screen and (max-width: 991px) {
    .logo {
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      max-width: 300px;
      text-align: center;
      top: -8px;
    }

    meta[itemprop="name"] + a {
      font-size: 40px;
    }
  }
  .logo img {
    width: 100%; }

.navbar-default {
  padding: 1vw;
  min-height: 5vw; }
  @media only screen and (max-width: 991px) {
    .navbar-default {
      min-height: 10vw; } }

.account-tools {
  color: #fff;
  font-size: 0.8vw;
  margin-top: 26px;
  float: right; }
  @media only screen and (max-width: 991px) {
    .account-tools {
      margin: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .account-tools {
      font-size: 1.4vw; } }
  .account-tools .account {
    display: inline-block;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .account-tools .account {
        display: none; } }
    .account-tools .account:hover {
      color: inherit; }
  .account-tools .cart-summary {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 20px; }
    .account-tools .cart-summary .icon {
      display: inline-block;
      vertical-align: middle;
      fill: white;
      width: 2vw;
      height: auto;
      height: 2vw; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .account-tools .cart-summary .icon {
          width: 3vw;
          height: 3vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .account-tools .cart-summary .icon {
          width: 4vw;
          height: 4vw; } }
      @media only screen and (max-width: 767px) {
        .account-tools .cart-summary .icon {
          width: 10vw;
          height: 10vw; } }
    .account-tools .cart-summary__count {
      color: white;
      font-size: 2vw;
      position: absolute;
      top: 8px;
      left: -15px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .account-tools .cart-summary__count {
          font-size: 4vw;
          top: 8px;
          left: -12px; } }

#content_area {
  padding: 30px; }

.search-mobile {
  margin: 1em; }
  .search-mobile form {
    width: 198px;
    height: 30px;
    position: relative; }
  .search-mobile__input {
    width: 198px;
    height: 30px;
    border-radius: 1px / 2px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: inset 1px 0 10px rgba(12, 13, 13, 0.3);
    font-style: italic;
    letter-spacing: 0.1em;
    padding: 0 0 0 25px;
    border: none;
    font-size: 12px; }
  .search-mobile__input:focus {
    box-shadow: inset 1px 0 10px rgba(12, 13, 13, 0.3), 0px 0px 10px 2px rgba(255, 255, 255, 0.4); }
  .search-mobile__submit {
    border: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: block;
    position: absolute;
    background: transparent;
    top: 9px;
    left: 5px;
    font-size: 0;
    padding: 0; }

#push-menu .search-mobile__submit .icon {
  width: 12px;
  height: 12px;
  fill: black; }

.site-search {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 1.6em 9px 0 12px;
  min-width: 60px;
  height: 40px;
  float: left;
  position: relative; }
  .site-search.active {
    background-image: none; }
  .site-search form {
    opacity: 0;
    position: relative;
    -webkit-transition: width 0.5s, opacity 0.5s;
    -moz-transition: width 0.5s, opacity 0.5s;
    -ms-transition: width 0.5s, opacity 0.5s;
    -o-transition: width 0.5s, opacity 0.5s;
    transition: width 0.5s, opacity 0.5s;
    width: 0;
    height: 0;
    display: block; }
  .site-search.active form {
    opacity: 1;
    width: 20vw;
    height: 30px;
    position: relative; }
  .site-search .site-search__icon {
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    display: inline-block;
    opacity: 1;
    top: 5px;
    left: 5px;
    fill: white;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .site-search .site-search__icon {
        width: 1.5vw;
        height: 1.5vw; } }
  .site-search.active .site-search__icon {
    opacity: 0;
    width: 0;
    height: 0; }
  .site-search__input {
    padding: 0 0 0 29px;
    display: inline-block;
    width: 20vw;
    height: 30px;
    background: transparent;
    border: none;
    box-shadow: inset 1px 0 10px rgba(12, 13, 13, 0.3);
    color: #000;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.1em;
    background: #fff; }
  .site-search__input:focus {
    box-shadow: inset 1px 0 10px rgba(12, 13, 13, 0.3), 0px 0px 10px 2px rgba(255, 255, 255, 0.4); }

.site-search .site-search__input::-webkit-input-placeholder {
  color: #4b4a4d;
  font-weight: normal; }

.site-search .site-search__input:-moz-placeholder {
  color: #4b4a4d;
  font-weight: normal; }

.site-search .site-search__input::-moz-placeholder {
  color: #4b4a4d;
  font-weight: normal; }

.site-search .site-search__input:-ms-input-placeholder {
  color: #4b4a4d;
  font-weight: normal; }

.site-search .site-search__submit {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0;
  width: 1vw;
  height: 1vw;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site-search .site-search__submit {
      width: 1.5vw;
      height: 1.5vw; } }
  .site-search .site-search__submit .icon {
    display: inline-block;
    fill: black;
    width: 100%; }

.site-search .site-search__submit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (max-width: 991px) {
  .social {
    padding: 5% 0; } }
.social a {
  color: #fff;
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .social a:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  @media only screen and (max-width: 991px) {
    .social a {
      display: inline-block;
      vertical-align: middle; } }
.social .icon {
  display: inline-block;
  vertical-align: middle;
  fill: white;
  width: 1.5vw;
  height: auto; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social .icon {
      width: 2.5vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .social .icon {
      width: 4.3vw;
      height: 4.3vw; } }
  @media only screen and (max-width: 767px) {
    .social .icon {
      width: 7vw;
      height: 7vw; } }
.social .facebook .icon {
  margin-right: 5px; }
  @media only screen and (max-width: 991px) {
    .social .facebook .icon {
      margin: 0; } }
.social .tags {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.8vw;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social .tags {
      font-size: 1.2vw; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social__icons {
    width: 14%;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .social__icons {
    width: 25%;
    margin: 0 auto; } }

#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -680px !important;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: url("../images/template/up-arrow.png") transparent center top no-repeat;
  z-index: 999;
  display: none;
  border: none;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out; }
  @media only screen and (min-width: 992px) {
    #toTop {
      display: none !important; } }

#toTop:active, #toTop:focus {
  outline: none; }

@media only screen and (max-width: 991px) {
  #toTop {
    display: block !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 10px 0 0 !important; }

  #toTop:active, #toTop:focus {
    outline: none;
    background-position: center top; } }


/*********** START FIXES *****************/

/* corrects display of review form */
#content_area img[src*="heading_WriteReview.gif"] + br + div + form {
    display: table;
}
/************ END FIXES ******************/

#content_area table.v65-productDisplay, .v-product-grid .v-product {
  text-align: center;
}

@media (max-width:768px) {
iframe, img[src*="/v/vspfiles/photos/categories/"] {width:100%!important;}
img[src*='/v/vspfiles/assets/images/']{width:100%!important;height:auto!important;padding:10%!important;}
}

.home .hero {
  text-align: center;
  color: #ddd;
  font-weight: 300;
  top: 0;
  left: 0;
  position: relative; }
  .home .hero img {
    width: 100%;
    z-index: 1;
    position: relative; }
  .home .hero__components {
    position: relative;
    text-align: center;
    z-index: 10; }
  .home .hero__subtitle {
    font-size: 2vw; }
    @media only screen and (max-width: 991px) {
      .home .hero__subtitle {
        font-size: 3vw; } }
  .home .hero__title {
    font-size: 4.37vw;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2.84vw 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home .hero__title {
        font-size: 5.5vw; } }
    @media only screen and (max-width: 767px) {
      .home .hero__title {
        font-size: 7.2vw; } }


.home .navbar-default {
  background-color: rgba(34, 34, 34, 0.35);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%; }

.home .components-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .home .components-wrapper:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: '';
    height: 100%;
    margin-right: -0.25em; }
  .home .components-wrapper > * {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 90%; }

.home .btn-lg {
  padding-left: 75px;
  padding-right: 75px;
  color: white;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .home .btn-lg:hover {
    background-color: rgba(34, 34, 34, 0.35); }

.home #content_area {
    background: #fff;
    padding: 0;
}

.home #content_area .row {
    margin: 0;
}


#fpslider {
    margin: 0 auto;
    padding: 16px 32px;
    position: relative;
}

#fpslider .wrap {
    overflow: hidden !important;
    height: 100%;
    width: 100%;
}

#fpslider .outerwrap {
    background-color: #fff;
    position: relative !important;
}

#fpslider .innerwrap {
    position: absolute !important;
}

#fpslider .item {
    display: block !important;
    float: left !important;
    font: normal 11px Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 15px;
    padding: 5px;
    text-align: center;
}

#fpslider .item a {
    text-decoration: none;
}

#fpslider .item .image {
    margin-bottom: 10px;
    text-align: center;
}

#fpslider .item .image img {
    display: inline-block;
    *display: inline;
    max-height: 100%;
    max-width: 90%;
    vertical-align: middle;
    zoom: 1;
}

#fpslider .item .name a {
    color: #000;
    height: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis-word;
    -ms-text-overflow: ellipsis-word;
    text-overflow: ellipsis-word;
    font-size: 1.2vw;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #fpslider .item .name a {
        font-size: 1.7vw;
    }
}

@media only screen and (max-width: 767px) {
    #fpslider .item .name a {
        font-size: 3vw;
    }
}

#fpslider .item .price {
    color: #2e373e;
    font-size: 1vw;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #fpslider .item .price {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    #fpslider .item .price {
        font-size: 2.9vw;
    }
}

#fpslider .item .pricetext {
    color: #2e373e;
    font-size: 1vw;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #fpslider .item .pricetext {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    #fpslider .item .pricetext {
        font-size: 2.9vw;
    }
}

#fpslider .item .sale {
    color: #2e373e;
    font-size: 1vw;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #fpslider .item .sale {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    #fpslider .item .sale {
        font-size: 2.9vw;
    }
}

#fpslider .item .saletext {
    color: #2e373e;
    font-size: 1vw;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #fpslider .item .saletext {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    #fpslider .item .saletext {
        font-size: 2.9vw;
    }
}

#fpslider .button {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 5px auto;
    padding: 5px 10px;
    text-decoration: none;
    width: 50%;
}

#fpslider .button:hover {
    background-color: gray;
}

#fpslider .item .desc {
    display: none;
}

.owl-pagination .active {
    background: none;
}

/* *   Owl Carousel Owl Demo Theme
*   v1.3.3 */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next {
    display: block;
    text-indent: -9999px;
    right: -10px;
    font-size: 0;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 60px;
    z-index: 999;
    background: url(../images/homepage/right.png) no-repeat 0 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: auto;
    left: -10px;
    background: url(../images/homepage/left.png) no-repeat 0 0;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
/* IE7 fix */
    opacity: 1;
    text-decoration: none;
}

/* *  Core Owl Carousel CSS File
*  v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* *  Owl Carousel CSS3 Transitions
*  v1.3.2 */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/* empty */
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* CONVERTS ALL IMAGES IN ARTICLE 2 (HOMEPAGE) TO BE RESPONSIVE */
#div_articleid_2 img {
    display: block;
    max-width: 100%;
    height: auto;
}

#content_area table.v65-productDisplay {
    table-layout: fixed;
}

#div_articleid_2 img[src$="/FeaturedProducts.gif"],#div_articleid_2 img[src$="/clear1x1.gif"],#div_articleid_2 .v65-productDisplay img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    max-width: 100%;
    height: auto;
    min-width: 25px;
}

#div_articleid_2 img[src="/clearfix1x1.gif"] {
    display: inline;
    width: auto;
    height: auto;
}

/* HOMEPAGE FEATURED PRODUCTS */
.v65-productDisplay .productnamecolor.colors_productname,a.productnamecolor.colors_productname {
    color: #909090;
    font: 700 12px Montserrat,Arial,Sans-Serif;
    text-transform: uppercase;
    line-height: 1.5em;
}

.v65-productDisplay .productnamecolor.colors_productname:hover,a.productnamecolor.colors_productname:hover {
    color: #7fc7c5;
    text-decoration: none;
}

table.v65-productDisplay font.text.colors_text,table.v65-productDisplay font.text.colors_text b {
    color: #909090;
    font: 400 12px Montserrat,Arial,Sans-Serif !important;
}

/* FEATURED PRODUCTS */
#content_area .v65-productDisplay img[src$="nophoto.gif"],#content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 0 !important;
}

/* Product Title */
table.v65-productDisplay .productnamecolor {
    font-size: 12px;
    font-weight: 400;
}

/* List Price */
table.v65-productDisplay .product_listprice,table.v65-productDisplay .product_listprice b {
    font-size: 12px;
    font-weight: 400;
}

/* Our Price */
table.v65-productDisplay .product_productprice,table.v65-productDisplay .product_productprice b {
    font-size: 12px;
    font-weight: 400;
}

/* Sale Price */
table.v65-productDisplay .product_saleprice,table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
    font-weight: 400;
    color: #7fc7c5;
}

/* Deal Price */
table.v65-productDisplay .product_dealprice {
    font-size: 12px;
    font-weight: 400;
    color: #7fc7c5;
}

@media (max-width: 480px) {
    /* Product Title */
    table.v65-productDisplay .productnamecolor {
        font-size: 12px;
    }

    /* List Price */
    table.v65-productDisplay .product_listprice,table.v65-productDisplay .product_listprice b {
        font-size: 12px;
    }

    /* Our Price */
    table.v65-productDisplay .product_productprice,table.v65-productDisplay .product_productprice b {
        font-size: 12px;
    }

    /* Sale Price */
    table.v65-productDisplay .product_saleprice,table.v65-productDisplay .product_saleprice b {
        font-size: 12px;
    }

    /* Deal Price */
    table.v65-productDisplay .product_dealprice {
        font-size: 12px;
    }
}