/* 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 15px;
      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 15px; } }
      #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%;
  background: #5da29a; }
  @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;
  background: #38615c; }
  @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;
      width: 100px;
      top: -8px; } }
  .logo img {
    width: 100%;
    height: 65px; }

.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;
  fill: #fff; }
.social .pinterest .icon {
fill: #fff;
}
  @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;}
}