/* Text Logo Styling goes here */
meta[itemprop="name"] + a {
  word-break: break-all; /*make sure that text logos wrap, instead of overflowing the container.*/
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2em;
}

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) {
  background-image: url('../images/template/header_bg.png'); /*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.*/
}

/*The following code may resolve a browser-specific line-height bug. Uncomment if you run into strange line-height issues with text logos.*/
/*.logo:not(.text-hide),
.logo:not(.text-hide) span {
  line-height: normal;
}*/

/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  border-right: 1px solid #d0d0d0; }

.cbp-spmenu h3 {
  color: #909090;
  font-size: 1.6em;
  padding: 20px 12px 29px;
  font-weight: 400;
  border-bottom: 1px solid #d0d0d0;
  margin: 0; }

.cbp-spmenu ul {
  padding: 0; }

.cbp-spmenu a {
  display: block;
  text-transform: uppercase;
  color: #909090;
  font-size: 1.1em;
  font-weight: 400; }

.cbp-spmenu a:hover {
  background: #fff; }

.cbp-spmenu a: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 a {
  border-bottom: 1px solid #d0d0d0;
  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 .vnav {
  list-style: none;
  padding: 0;
  margin: 0; }
  #main-nav .vnav__item {
    background: #333;
    position: relative;
    border-top: 1px solid #484848; }
    #main-nav .vnav__item:first-child {
      border-top: none; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav__item {
        display: inline-block;
        background: transparent;
        border: none; } }
  #main-nav .vnav.vnav--level1 > .vnav__item:before {
    content: "";
    display: block;
    position: absolute;
    right: 04.6875%;
    /* 15/320 = .046875 */
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../images/sprites/icons/nav-arrow.png) no-repeat 0 0; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav.vnav--level1 > .vnav__item:before {
        display: none; } }
  #main-nav .vnav__item:hover {
    background: #484848; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav__item:hover {
        background-color: transparent; } }
  #main-nav .vnav__link {
    color: #fff;
    background: #333;
    display: block;
    padding: 14px 15px 14px;
    text-decoration: none;
    text-align: left;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav__link {
        display: inline-block;
        background: transparent;
        color: #333;
        font-size: 14px;
        font-weight: bold; } }
    #main-nav .vnav__link:hover {
      color: #fff;
      background: #484848;
      text-decoration: none; }
      @media only screen and (min-width: 992px) {
        #main-nav .vnav__link:hover {
          background: transparent;
          color: gray; } }
    #main-nav .vnav__link--active {
      color: #fff;
      background: #484848; }
      @media only screen and (min-width: 992px) {
        #main-nav .vnav__link--active {
          background: transparent;
          color: #333; } }
  #main-nav .vnav__item:hover > .vnav__subnav {
    display: block;
    margin: 0; }
  #main-nav .vnav__subnav {
    background: #484848;
    display: none;
    position: relative;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav__subnav {
        position: absolute;
        background: transparent;
        border: 1px solid #ccc; } }
  #main-nav .vnav__subnav .vnav__item {
    display: block;
    border-top: 1px solid #666; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav__subnav .vnav__item {
        border-top: none; } }
  #main-nav .vnav__subnav .vnav__link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #484848;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    padding: 10px 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: lowercase; }
    #main-nav .vnav__subnav .vnav__link:hover {
      color: #fff;
      background: #666;
      text-decoration: none; }
      @media only screen and (min-width: 992px) {
        #main-nav .vnav__subnav .vnav__link:hover {
          background-color: #484848; } }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav__subnav .vnav__link {
        background: #fff;
        display: block;
        color: #999; }
        #main-nav .vnav__subnav .vnav__link:hover {
          color: #333;
          background: #fff; } }
  #main-nav .vnav--level1 {
    position: relative;
    display: inline-table;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav--level1 {
        text-align: right;
        float: right; } }
  #main-nav .vnav--level1 > .vnav__item {
    display: block; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav--level1 > .vnav__item {
        display: inline-block; } }
  #main-nav .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%; }
  #main-nav .vnav--horizontal .vnav--level2 {
    text-indent: 5%; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav--horizontal .vnav--level2 {
        text-indent: 0; } }
  #main-nav .vnav--horizontal .vnav--level3, #main-nav .vnav--horizontal .vnav--level4 {
    top: 0;
    text-indent: 10%; }
    @media only screen and (min-width: 992px) {
      #main-nav .vnav--horizontal .vnav--level3, #main-nav .vnav--horizontal .vnav--level4 {
        left: 100%;
        text-indent: 0; } }
  #main-nav .vnav--vertical .vnav__item {
    display: block; }
  #main-nav .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px; }

@media only screen and (min-width: 992px) {
  .navbar-default #main-nav .vnav--level1 {
    width: 65.4358974%;
    /* 1110/2340 = .474358974*/
    margin: 60px 0; } }

@media only screen and (min-width: 992px) {
  .navbar-fixed #main-nav .vnav--level1 {
    width: 69.4358974%;
    /* 1110/2340 = .474358974*/
    margin: 19px 0; } }

.home main {
    padding-top: 0;
}
.home img[src$="FeaturedProducts.gif"] {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .home main {
        padding-top: 0;
    }
}
.home .hero {
    background: url(../images/homepage/hero-mobile.jpg) 50% 100% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 8.571428571em 0;
    position: relative;
    margin-top: 0;
}
.home .hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 76px;
    height: 14px;
    background: url(../images/homepage/curve.png);
}
@media only screen and (min-width: 768px) {
    .home .hero {
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .home .hero {
        background: url(../images/homepage/hero-medium.jpg) 50% 100% no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 13.928571429em 0;
    }
}
@media only screen and (min-width: 992px) {
    .home .hero {
        max-width: 2000px;
        background: url(../images/homepage/hero-desktop.jpg) 60% 100% no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        margin: 0 auto;
        padding: 17.5em 0;
    }
}
.home .hero .title {
    display: block;
    color: #dbc632;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 3.071428571em;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .home .hero .title {
        font-size: 5.142857143em;
        line-height: 64px;
    }
}
@media only screen and (min-width: 992px) {
    .home .hero .title {
        font-size: 5.857142857em;
        line-height: 74px;
    }
}
.home .hero .sub {
    display: block;
    font-size: 1.071428571em;
    margin-bottom: 15px;
    font-weight: 300;
    text-shadow: 1px 1px 0px #fff;
}
@media only screen and (min-width: 768px) {
    .home .hero .sub {
        font-size: 1.714285714em;
    }
}
@media only screen and (min-width: 992px) {
    .home .hero .sub {
        font-size: 1.928571429em;
    }
}
.home .hero .shop {
    display: block;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #dbc632;
    width: 44.82759%;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .928571429em;
    padding: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .home .hero .shop {
        width: 20%;
    }
}
@media only screen and (min-width: 992px) {
    .home .hero .shop {
        width: 15.38462%;
    }
}
.home .hero .shop:hover {
    background: #dbc632;
    color: #fff;
}

footer {
  color: #fff;
  background: #333; }
  @media only screen and (min-width: 992px) {
    footer .row {
      border-bottom: 1px solid #484848; } }
  footer .navbar {
    border-bottom: 1px solid #484848; }
    @media only screen and (min-width: 768px) {
      footer .navbar {
        height: auto;
        border-bottom: none;
        min-height: 315px;
        padding: 5em 3.5em 3.5em;
        border-right: 1px solid #484848;
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      footer .navbar {
        border-right: none;
        padding-left: 0; } }
    footer .navbar .nav {
      margin: 0px; }
      @media only screen and (min-width: 768px) {
        footer .navbar .nav {
          float: left; }
          footer .navbar .nav:nth-child(3) {
            margin-left: 2em;
            /* 30/14 = */ }
          footer .navbar .nav a {
            padding: .7em 0; }
            footer .navbar .nav a:hover {
              background: transparent;
              text-decoration: underline; } }
    footer .navbar .navbar-toggle {
      float: none;
      width: 100%;
      color: #fff;
      text-align: left;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 17px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 13px 0;
      padding: 10px 0; }
      @media only screen and (min-width: 768px) {
        footer .navbar .navbar-toggle {
          display: none; } }
      footer .navbar .navbar-toggle .icon-arrow-down {
        width: 25px;
        height: 25px; }
    @media only screen and (min-width: 768px) {
      footer .navbar .collapse {
        display: block; } }
  footer .title, footer .elist__title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1em; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #666; }
  footer .icon {
    display: block; }
  footer .contact {
    padding-bottom: 2em; }
    @media only screen and (min-width: 768px) {
      footer .contact {
        border-bottom: none;
        min-height: 315px;
        padding: 5em 3.5em 3.5em; } }
    @media only screen and (min-width: 992px) {
      footer .contact {
        padding-right: 0; } }
    footer .contact ul {
      padding: 0;
      margin: 0 0 1.5em;
      /* 30/14 = */
      list-style-type: none; }
      footer .contact ul li {
        line-height: 1.5em; }
        @media only screen and (min-width: 768px) {
          footer .contact ul li {
            padding: .3em 0; } }
    footer .contact .social a {
      display: block;
      float: left;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media only screen and (min-width: 992px) {
        footer .contact .social a {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
          opacity: 0.3; }
          footer .contact .social a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; } }
      footer .contact .social a [class*="icon-"] {
        width: 45px;
        height: 40px;
        fill: #fff; }
  footer .elist {
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    padding-bottom: 3.5em;
    padding-top: 2.8em; }
    @media only screen and (min-width: 992px) {
      footer .elist {
        min-height: 315px;
        padding: 5em 3.5em 3.5em;
        border-left: 1px solid #484848;
        border-right: 1px solid #484848;
        border-bottom: none; } }
    footer .elist form {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      font-size: 0; }
    footer .elist__input {
      font-size: 12px;
      font-family: inherit;
      padding: 6px 1.7em;
      /* 22/290 = .075862069*/
      margin-bottom: 1em;
      border: none;
      display: block;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      width: 100%;
      height: 60px;
      background: #484848;
      /* Firefox 18- */
      /* Firefox 19+ */
      /* Firefox 18- */
      /* Firefox 19+ */ }
      footer .elist__input::-webkit-input-placeholder {
        color: #8e8e8e;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input:-moz-placeholder {
        color: #8e8e8e;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input::-moz-placeholder {
        color: #8e8e8e;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input:-ms-input-placeholder {
        color: #8e8e8e;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input:focus::-webkit-input-placeholder {
        color: #a8a8a8;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input:focus:-moz-placeholder {
        color: #a8a8a8;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input:focus::-moz-placeholder {
        color: #a8a8a8;
        font-style: normal;
        font-weight: normal; }
      footer .elist__input:focus:-ms-input-placeholder {
        color: #a8a8a8;
        font-style: normal;
        font-weight: normal; }
      @media only screen and (min-width: 768px) {
        footer .elist__input {
          display: inline-block;
          width: 70%; } }
      @media only screen and (min-width: 992px) {
        footer .elist__input {
          display: block;
          width: 74.2268%; } }
    footer .elist__input:focus {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-color: #666;
      box-shadow: inset 0 0 3px #666;
      background: #fff;
      color: #333; }
    footer .elist__submit {
      font-size: 17px;
      font-family: inherit;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff;
      border: 2px solid #fff;
      background-color: transparent;
      text-decoration: none;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      display: block;
      width: 100%;
      cursor: pointer;
      height: 60px;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: bold;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      @media only screen and (min-width: 768px) {
        footer .elist__submit {
          display: inline-block;
          width: 25%;
          margin-left: 2%; } }
      @media only screen and (min-width: 992px) {
        footer .elist__submit {
          display: block;
          margin-left: 0;
          width: 32.98969%; } }
    footer .elist__submit:hover {
      background-color: #4d4d4d; }
  footer .credit {
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #484848; }
    @media only screen and (min-width: 768px) {
      footer .credit {
        border-bottom: none;
        border-right: 1px solid #484848; } }
    @media only screen and (min-width: 992px) {
      footer .credit {
        padding-top: 0;
        padding-bottom: 0; } }
    footer .credit .icons-credit {
      margin-bottom: .714285714em; }
      @media only screen and (min-width: 992px) {
        footer .credit .icons-credit {
          display: inline-block;
          vertical-align: middle;
          margin-top: 2em;
          margin-bottom: 2em;
          float: left; } }
    footer .credit .copyright {
      font-weight: 300; }
      @media only screen and (min-width: 992px) {
        footer .credit .copyright {
          border-left: 1px solid #484848;
          display: inline-block;
          width: 60.119658%;
          padding-left: 4.029412%;
          padding-top: 2em;
          padding-bottom: 2em;
          float: right; } }
  footer .top {
    text-align: center; }
    footer .top a {
      display: block;
      padding: 2em 0;
      font-weight: bold;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 25px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media only screen and (min-width: 992px) {
        footer .top a {
          font-size: 16px;
          color: #666; }
          footer .top a:hover {
            color: #fff; } }
    footer .top .icon-arrow-up {
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 35px; }
      @media only screen and (min-width: 992px) {
        footer .top .icon-arrow-up {
          width: 25px;
          height: 25px; } }

.navbar-default {
  position: absolute;
  width: 100%;
  background: transparent;
  border: none;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .navbar-default {
      height: 115px; } }
  @media only screen and (min-width: 992px) {
    .navbar-default {
      height: 160px; } }
  .navbar-default .container {
    position: relative; }
  .navbar-default .logo {
    display: block;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .navbar-default .logo {
        margin-top: 37px;
        margin-bottom: 37px; } }
    @media only screen and (min-width: 992px) {
      .navbar-default .logo {
        margin-top: 56px;
        margin-bottom: 56px; } }
    .navbar-default .logo img {
      display: block;
      margin-left: 15px;
      /* 15/320 = .046875 */ }
      @media only screen and (max-width: 767px) {
        .navbar-default .logo img {
          max-width: 120px; } }
      @media only screen and (min-width: 768px) {
        .navbar-default .logo img {
          max-width: 170px; } }
      @media only screen and (min-width: 992px) {
        .navbar-default .logo img {
          max-width: 200px; } }
  .navbar-default .navbar-collapse {
    background: #333;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .navbar-default .navbar-collapse {
        padding-right: 09.1880342%;
        /* 215/2340 = .091880342 */
        background: transparent; } }
    .navbar-default .navbar-collapse a {
      color: #fff; }
  .navbar-default .navbar-toggle {
    background: #333;
    margin-left: 12px; }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-toggle {
        margin-top: 40px;
        margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) {
    .navbar-default .cart-summary {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .navbar-default .cart-summary {
      margin-top: 62px;
      margin-bottom: 62px; } }
  @media only screen and (min-width: 992px) {
    .navbar-default .site-search {
      margin: 62px 0; } }
  @media only screen and (min-width: 992px) {
    .navbar-default .navbar-collapse a.account {
      margin: 62px 0; } }

.navbar-fixed {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
  -webkit-animation: slidedown 1s;
  /* Safari 4+ */
  -moz-animation: slidedown 1s;
  /* Fx 5+ */
  -o-animation: slidedown 1s;
  /* Opera 12+ */
  animation: slidedown 1s;
  /* IE 10+, Fx 29+ */
  border-bottom: 2px solid #d7d7d9; }
  @media only screen and (min-width: 768px) {
    .navbar-fixed {
      height: 80px; } }
  .navbar-fixed .container {
    position: relative; }
  .navbar-fixed .logo {
    margin: 0;
    margin-top: 23px;
    margin-bottom: 23px; }
    .navbar-fixed .logo img {
      display: block;
      margin-left: 15px;
      /* 15/320 = .046875 */ }
      @media only screen and (max-width: 767px) {
        .navbar-fixed .logo img {
          max-width: 120px; } }
      @media only screen and (min-width: 768px) {
        .navbar-fixed .logo img {
          max-width: 140px; } }
      @media only screen and (min-width: 992px) {
        .navbar-fixed .logo img {
          max-width: 130px; } }
  .navbar-fixed .navbar-collapse {
    background: #333;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .navbar-fixed .navbar-collapse {
        padding-right: 09.1880342%;
        /* 215/2340 = .091880342 */
        background: transparent; } }
    .navbar-fixed .navbar-collapse a {
      color: #fff; }
  .navbar-fixed .navbar-toggle {
    background: #333;
    margin-left: 12px;
    margin-top: 18px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .navbar-fixed .navbar-toggle {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .navbar-fixed .cart-summary {
    margin-top: 18px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .navbar-fixed .cart-summary {
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .navbar-fixed .site-search {
      margin: 21px 0; } }
  @media only screen and (min-width: 992px) {
    .navbar-fixed .navbar-collapse a.account {
      margin: 19px 0; } }

@-webkit-keyframes slidedown {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }
@-moz-keyframes slidedown {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }
@-o-keyframes slidedown {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }
@keyframes slidedown {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }
.cart-summary {
  background: #e8e8e1;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: block;
  float: right;
  margin-top: 13px;
  margin-bottom: 13px; }
  @media only screen and (min-width: 768px) {
    .cart-summary {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .cart-summary {
      position: absolute;
      right: 15px; } }
  .cart-summary a {
    color: #000;
    display: block; }
    .cart-summary a .icon-cart {
      width: 30px;
      height: 30px;
      margin: 2px 0px 2px 5px; }
    .cart-summary a .cart-summary__count {
      border-left: 1px solid #fff;
      padding: 8px 15px 8px 10px; }

.navbar-utilities {
  border-bottom: 1px solid #484848; }
  @media only screen and (min-width: 992px) {
    .navbar-utilities {
      float: right;
      position: relative;
      width: 08.8119658%;
      /* 136/2340 = .058119658 */
      border-bottom: none; } }

/* ========== SEARCH BOX ============ */
.site-search {
  width: 78.125%;
  /* 250/320= .78125 */
  border-right: 1px solid #484848; }
  .site-search form {
    margin: 20px auto;
    padding: 0;
    width: 89.2%;
    /* 223/250 = .892*/
    background: #484848;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative; }
  .site-search .site-search__input {
    padding: 21px 20px;
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #adadad;
    box-shadow: none;
    width: 78.4753363%;
    /* 175/223 = .784753363*/
    font-weight: bold;
    letter-spacing: 0px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .site-search .site-search__input.placeholder {
      font-weight: bold; }
    .site-search .site-search__input:-moz-placeholder {
      font-weight: bold; }
    .site-search .site-search__input::-moz-placeholder {
      font-weight: bold; }
    .site-search .site-search__input:-ms-input-placeholder {
      font-weight: bold; }
    .site-search .site-search__input::-webkit-input-placeholder {
      font-weight: bold; }
  .site-search .site-search__input:focus {
    border-color: #777; }
  .site-search .site-search__submit {
    font-size: 0%;
    text-indent: -9999px;
    padding: 6px 10px;
    border: none;
    background-color: transparent;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 22.4215247%;
    /* 50/223 = .224215247 */ }
  .site-search .site-search__submit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  @media only screen and (min-width: 992px) {
    .site-search {
      width: 35px;
      height: 35px;
      margin: 20px 0;
      border-right: none;
      position: relative; }
      .site-search form {
        position: relative;
        background: transparent;
        margin: 0;
        padding: 0;
        font-size: 0;
        width: 35px;
        height: 35px; }
      .site-search .site-search__input {
        display: none; }
      .site-search .glyphicon {
        height: 35px;
        width: auto;
        position: absolute;
        top: 0;
        color: #dbc632;
        padding: 7px; }
      .site-search .site-search__submit {
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 35px;
        height: 35px;
        font: 0/0 serif;
        text-shadow: none;
        color: transparent; }
      .site-search .site-search__submit:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); } }

.navbar .icon-search {
  position: absolute;
  right: 0;
  margin: 12px 12px 12px 0;
  fill: #fff; }
  @media only screen and (min-width: 992px) {
    .navbar .icon-search {
      margin: 0;
      cursor: pointer;
      position: relative;
      fill: #dbc632; } }

.navbar .icon-lock {
  width: 40px;
  height: 40px;
  fill: #fff; }
  @media only screen and (min-width: 992px) {
    .navbar .icon-lock {
      width: 35px;
      height: 35px;
      fill: #dbc632; } }

.navbar .collapse.in .icon-search,
.navbar .collapse.in .icon-lock {
  display: inline-block; }

.navbar-collapse a.account {
  padding: 27px 0;
  display: block;
  width: 21.875%;
  /* 70/320 = .21875 */
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .navbar-collapse a.account {
      padding: 0;
      width: auto;
      margin: 24px 0; } }

.desk-search {
  display: none; }
  @media only screen and (min-width: 992px) {
    .desk-search {
      position: absolute;
      top: 100%;
      background: #fff;
      background: rgba(255, 255, 255, 0.7);
      width: 100%;
      height: 115px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 27px 0; } }
  .desk-search form {
    border-bottom: 1px solid #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .desk-search .desk-search__submit {
    border: none;
    display: block;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
    height: 26px;
    background: url(../images/sprites/icons/search-dropdown.png);
    background-size: 25px;
    float: left;
    margin: 15px 35px 0 0; }
  .desk-search .desk-search__input {
    line-height: normal;
    font-weight: 300;
    font-size: 35px;
    background: none;
    border: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
    float: left;
    color: #333;
    display: block;
    width: 90%;
    /* Firefox 18- */
    /* Firefox 19+ */ }
    .desk-search .desk-search__input.placeholder {
      line-height: normal;
      color: #333;
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .desk-search .desk-search__input:-moz-placeholder {
      line-height: normal;
      color: #333;
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .desk-search .desk-search__input::-moz-placeholder {
      line-height: normal;
      color: #333;
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .desk-search .desk-search__input:-ms-input-placeholder {
      line-height: normal;
      color: #333;
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .desk-search .desk-search__input::-webkit-input-placeholder {
      line-height: normal;
      color: #333;
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .desk-search .desk-search__input:focus::-webkit-input-placeholder {
      color: #000;
      font-style: normal;
      font-weight: 300; }
    .desk-search .desk-search__input:focus:-moz-placeholder {
      color: #000;
      font-style: normal;
      font-weight: 300; }
    .desk-search .desk-search__input:focus::-moz-placeholder {
      color: #000;
      font-style: normal;
      font-weight: 300; }
    .desk-search .desk-search__input:focus:-ms-input-placeholder {
      color: #000;
      font-style: normal;
      font-weight: 300; }

main {
  padding-top: 64px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    main {
      padding-top: 120px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    main {
      padding-top: 160px;
      padding-bottom: 50px; } }

[class^="icon-"], [class*=" icon-"] {
  height: 35px;
  width: 35px;
  display: inline-block;
  fill: currentColor; }

.icons-sprite, .icons-arrow-down, .icons-arrow-up, .icons-arrow, .icons-cart, .icons-credit, .icons-fb, .icons-fps-next, .icons-fps-prev, .icons-fw, .icons-insta, .icons-lock-yellow, .icons-lock, .icons-nav-arrow, .icons-pin, .icons-search-dropdown, .icons-search-yellow, .icons-search, .icons-tw {
  background-image: url('../images/sprites/icons-s20a4d8c3b3.png');
  background-repeat: no-repeat; }

.icons-arrow-down {
  background-position: 0 0;
  height: 16px;
  width: 16px; }

.icons-arrow-up {
  background-position: 0 -16px;
  height: 24px;
  width: 25px; }

.icons-arrow {
  background-position: 0 -40px;
  height: 39px;
  width: 39px; }

.icons-cart {
  background-position: 0 -79px;
  height: 17px;
  width: 17px; }

.icons-credit {
  background-position: 0 -96px;
  height: 34px;
  width: 290px; }

.icons-fb {
  background-position: 0 -130px;
  height: 36px;
  width: 36px; }

.icons-fps-next {
  background-position: 0 -166px;
  height: 41px;
  width: 41px; }

.icons-fps-prev {
  background-position: 0 -207px;
  height: 41px;
  width: 41px; }

.icons-fw {
  background-position: 0 -248px;
  height: 36px;
  width: 36px; }

.icons-insta {
  background-position: 0 -284px;
  height: 37px;
  width: 37px; }

.icons-lock-yellow {
  background-position: 0 -321px;
  height: 36px;
  width: 27px; }

.icons-lock {
  background-position: 0 -357px;
  height: 26px;
  width: 19px; }

.icons-nav-arrow {
  background-position: 0 -383px;
  height: 20px;
  width: 20px; }

.icons-pin {
  background-position: 0 -403px;
  height: 37px;
  width: 37px; }

.icons-search-dropdown {
  background-position: 0 -440px;
  height: 52px;
  width: 50px; }

.icons-search-yellow {
  background-position: 0 -492px;
  height: 32px;
  width: 30px; }

.icons-search {
  background-position: 0 -524px;
  height: 46px;
  width: 43px; }

.icons-tw {
  background-position: 0 -570px;
  height: 37px;
  width: 37px; }
#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 .abode {
    /* CONVERTS ALL IMAGES IN ARTICLE 2 (HOMEPAGE) TO BE RESPONSIVE */
    /* HOMEPAGE FEATURED PRODUCTS */
    /* FEATURED PRODUCTS */
    /* Product Title */
    /* List Price */
    /* Our Price */
    /* Sale Price */
    /* Deal Price */
}
.home #div_articleid_2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}
.home #content_area table.v65-productDisplay {
    table-layout: fixed;
    text-align: center;
}
.home #content_area table[width*="96%"] > tbody > tr > td > table.v65-productDisplay:before {
    /*content: "Favorite Decor Choices";*/

    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    padding: 2.857142857em 0;
}
@media only screen and (min-width: 768px) {
    .home #content_area table[width*="96%"] > tbody > tr > td > table.v65-productDisplay:before {
        font-size: 32px;
    }
}
.home #div_articleid_2 img[src$="/FeaturedProducts.gif"],
.home #div_articleid_2 img[src$="/clear1x1.gif"],
.home #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;
}
.home #div_articleid_2 img[src="/clearfix1x1.gif"] {
    display: inline;
    width: auto;
    height: auto;
}
.home .v65-productDisplay .productnamecolor.colors_productname,
.home a.productnamecolor.colors_productname {
    color: #333;
    font: 700 16px 'Montserrat', Arial, Sans-Serif;
    line-height: 1.5em;
}
.home .v65-productDisplay .productnamecolor.colors_productname:hover,
.home a.productnamecolor.colors_productname:hover {
    color: #666;
    text-decoration: none;
}
.home table.v65-productDisplay font.text.colors_text,
.home table.v65-productDisplay font.text.colors_text b {
    color: #333;
    // font: 400 12px 'Montserrat', Arial, Sans-Serif;
}
.home #content_area .v65-productDisplay img[src$="nophoto.gif"],
.home #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;
}
.home table.v65-productDisplay .productnamecolor {
    font-size: 14px;
    font-weight: normal;
}
.home table.v65-productDisplay .product_listprice,
.home table.v65-productDisplay .product_listprice b {
    font-size: 16px;
    font-weight: normal;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.home table.v65-productDisplay .product_productprice,
.home table.v65-productDisplay .product_productprice b {
    font-size: 16px;
    font-weight: normal;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.home table.v65-productDisplay .product_saleprice,
.home table.v65-productDisplay .product_saleprice b {
    font-size: 16px;
    font-weight: normal;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #333;
}
.home table.v65-productDisplay .product_dealprice {
    font-size: 16px;
    font-weight: normal;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #333;
}

@media (max-width: 480px) {
    .home {
        /* Product Title */
        /* List Price */
        /* Our Price */
        /* Sale Price */
        /* Deal Price */
    }
    .home table.v65-productDisplay .productnamecolor {
        font-size: 12px;
    }
    .home table.v65-productDisplay .product_listprice,
    .home table.v65-productDisplay .product_listprice b {
        font-size: 14px;
    }
    .home table.v65-productDisplay .product_productprice,
    .home table.v65-productDisplay .product_productprice b {
        font-size: 14px;
    }
    .home table.v65-productDisplay .product_saleprice,
    .home table.v65-productDisplay .product_saleprice b {
        font-size: 14px;
    }
    .home table.v65-productDisplay .product_dealprice {
        font-size: 14px;
    }
}


.shoppingcart #content_area input.btn_checkout_guest { /* Dan R | 10/13/2017 | Put image on that button */
background: url("/v/vspfiles/assets/images/pay_with_cc.png") no-repeat right;
color: transparent;
border: 0;
border-radius: 0;
width: 147px;
height: 55px;
}