/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

@media only screen and (max-width: 770px) {
  .mobile-col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

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

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

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

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}


.bxslider {
  margin-left: 0;
  list-style: 0;
}
.std ul.bxslider li {
  margin-left: 0;
}
.cms-home .page {
  height: 100vh;
}
.cms-home .main-container {
  min-height: 100vh;
}


.nav-container #nav.default {
  display: block !important;
}

.nav-container .shop-container {
  margin-top: 0;
  margin-bottom: 22px;  
}

.nav-container ul.additional-menu > li {
  padding-right: 30px;
  position: relative;
  text-align: left;
}

.nav-container ul.additional-menu > li > a {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  line-height: 22px;
  text-decoration: none;
}

.nav-container ul.additional-menu > li > a:hover {
  color: #bbb7b5;
}


.additional-menu {
    margin-top: 18px;
}
#by-category {
    margin-top: 22px;
}
.image-row { text-align:center; }
.image-row .image-box {
  display: inline-block;
}
.image-row .image-box img {
  display: inline-block;
}
.image-row .image-box img.unselected {
  opacity: 0.4;
}
.image-row .image-box img.selected {
  opacity: 1;
}

.product-devider .product-display a{
  font-size: 12px;
  text-transform: uppercase;
  font-family: Futura;
  color: #000;
  letter-spacing: 1.5px;
}
@font-face {
    font-family: Futura;
    src: url('../fonts/futurastd-book-webfont.eot');
    src: url('../fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-book-webfont.woff') format('woff'),
         url('../fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-book-webfont.svg#futura_stdbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arnhem Blond';
    src: url('../fonts/arnhem-blond-webfont.eot');
    src: url('../fonts/arnhem-blond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arnhem-blond-webfont.woff') format('woff'),
         url('../fonts/arnhem-blond-webfont.ttf') format('truetype'),
         url('../fonts/arnhem-blond-webfont.svg#Arnhem Blond') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  background: transparent;
}

body, td {
  color: #000;
}

a {
  color: #000;
}

a:hover {
  color: #bbb7b5;
}

.header-main {
  width: 100%;
  position: relative;
/*  z-index: 40; */
  font-family: Futura;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
}

.header-main a {
  color: #000;
  letter-spacing: 1px;
}

.header-main-wrap {
  margin: 0 auto;
  /* border-bottom: 1px solid #1a1a1a; */
  height: 101px;
  position: relative;
  width: 1070px
}

.header-line {
  position: relative;
  width: 1070px;
  margin: 0 auto -101px auto;
  z-index: 25;
  border-bottom: 1px solid #1a1a1b;
  height: 101px;
}

.header-line:after {
    content:"";
    display:block;
    position:absolute;
    z-index: 101;
    top: 1px;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-bottom: 1px solid #b7b6ba;
}


h1.logo-main {
  width: 242px;
  height: 101px;
  background: url(../images/logo-main.png) 0 0 no-repeat transparent;
  margin: 0 auto;
  text-indent: -9999px;
  position: relative;
  z-index: 150;
}

.bigImage h1.logo-main {
  margin-top: 40px;
}

h1.logo-main a {
  text-indent: -9999px;
  display: block;
  width: 242px;
  height: 101px;
}

.top-search-box {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  z-index: 150;
}

.top-search-box .form-search {
  /* margin: 40px 0; */
}

.top-search-box .form-search label {
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none;
}


.top-search-box .form-search input.input-text {
  float: left;
  margin: 0;
  padding: 9px 10px 7px 0;
  border: 0px solid #c5c5c5;
  width: 138px;
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
}


.top-search-box .form-search input.input-text {
  color: #000;
  border-color: #c5c5c5;
}


.top-search-box .form-search button.button {
  width: 16px;
  height: 16px;
  background: url(../images/search-icon.png) no-repeat;
  float: left;
  margin: 7px 0 0 0;
}


.top-search-box .form-search button.button {
  width: 16px;
  height: 16px;
  background: url(../images/search-icon.png) no-repeat;
  float: left;
  margin: 7px 0 0 0;
}

.top-search-box .form-search .search-autocomplete {
  z-index: -999;
  left: 0 !important;
  top: 0 !important;
  display: none !important;
}

@media only screen and (max-height: 800px) and (min-width: 1025px) {
  .box-scroll {
    position: absolute;
  }
}


@media only screen and (max-height: 800px) and (min-width: 1025px) {
  .header div.social-icons {
    position: absolute;
    margin-left: 0;
  }
}

.header div.copyrights {
  position: relative !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  left: 0 !important;
  width: 220px !important;
  top: 0 !important;
  letter-spacing: 1px;
  font-family: Futura;
  z-index: 100;
}

#cartHeader span.for-desktop {
  display: none;
}

.my-account-top {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0;
  z-index: 150;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: block !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px !important;
  width: 100%;
  z-index: 110;
}

.cms-home .bx-controls-direction {
  display: none;
}

.bx-wrapper ul li div {
  display: none;
}

.cms-home .bx-wrapper ul li div {
  display: block;
}

.bx-wrapper ul li div {
  background: none !important;
}

.cms-home .bx-wrapper ul li div {
  width: 640px !important;
  height: 712px;
  position: fixed;
  left: auto !important;
  right: 30px !important;
  top: 0;
  z-index: 99;
}

.bx-wrapper ul li div h3 {
  font-family: Futura !important;
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: #000 !important;
  line-height: 20px !important;
  margin-top: 300px !important;
  margin-left: 245px !important;
  margin-right: 0 !important;
  text-align: center !important;
  width: 290px !important;
  padding: 0 25px !important;
  letter-spacing: 2px;
}

.bx-wrapper ul li div p {
  font-family: 'Arnhem Blond' !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #000 !important;
  padding: 20px 35px !important;
  width: 290px !important;
  margin: 0 0 0 245px !important;
}

ul.special_menu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: Futura;
  line-height: 42px;
  letter-spacing: 1.5px;
}

.catalog-product-view .header h1.page-title, .review-product-list .header h1.page-title {
  display: block !important;
}

.header .header-topbar {
  margin: 0 auto;
  display: block;
  width: 860px;
  border-bottom: 1px solid #d5d5d5;
  background: #f1f1f1;
  padding-top: 0px;
}


.cms-index-index .header-topbar {
  display: none !important;
}

.home-page-joint {
  display: none;
}

.cms-index-index .home-page-joint {
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  right: 50%;
  bottom: 30px;
  z-index: 60;
/*  width: 100%; */
}

.home-page-joint a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Futura;
  color: #000;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-right: -949px;
}

.top-login-box {
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 32px;
  width: 290px;
  z-index: 90;
  padding: 28px;
  border: 1px solid #b8b6b4;
}

.top-login-box .buttons-set button.button,
.top-cart .actions button.button {
  float: none;
  margin-left: 0;
  width: 100%;
}


.top-login-link {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
  width: 147px;
  z-index: 95;
}


.arrow-right {
  width: 0 !important;
  height: 0 !important; 
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-left: 4px solid #fff !important;
  position: absolute !important;
  top: 14px;
  right: 0;
}

.arrow-down-black {
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: absolute;
  top: 14px;
  right: 21px;
}

.block-contactform .selected .arrow-down-black {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  border-bottom: 4px solid #000;
}


.mini-login-layer-down .arrow-down-black,
.mini-cart-layer-down .arrow-down-black {
  border-top: 0;
  border-bottom: 4px solid #000;
}


.top-login-link .arrow-down-black {
  right: 5px;
}

.forgot-pass {
  text-transform: none;
  font-style: italic;
  border-bottom: 2px solid #7f7f7f;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

ul.special_menu li a {
  border-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  #nav.default > li > a {
    border-bottom: 0;
  }
}

#mobnav {
  font-family: Futura;
  letter-spacing: 1.5px;
}

#nav a,#seeAll {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px !important;
}

#nav a span {
font-family: "Arnhem Blond";
letter-spacing: 0px;
font-size: 15px;
text-transform: none;
line-height: 24px;
color: #4E4D49;
}


.header .header-sidebar {
  width: 219px;
  position: relative !important;
  left: 0;
  top: 0;
  text-align: center;
  background: url(../images/left-side-bg.png) repeat-y;
  height: 100%;
}

#nav.default {
  padding: 0 !important;
}

#mobnav {
  margin-left: 0 !important;
}

.box-scroll {
  top: 0;
  position: relative !important;
  margin-top: 40px;
}

ul.special_menu {
  padding: 0 !important;
  margin-bottom: 100px;
}

.header div.social-icons {
  position: relative !important;
  left: 0 !important;
  width: 220px !important;
  bottom: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header .header-bground {
  background: transparent;
}

.home-copy {
  display: none;
}

.cms-home .wrapper {
  min-height: 700px;
}
@media only screen and (max-width: 770px) {
  .sidebar {
    display: none;
  }
}

.cms-home .home-copy {
/*
  position: fixed;
  bottom: 30px;
  left: 50%;
*/
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  
  
}

/*
.header .home-copy div.social-icons,
.header .home-copy div.copyrights {
  display: inline-block !important;
  margin-left: -848px !important;
}
*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager.bx-default-pager a,
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-controls {
  z-index: 150; 
  position: relative;
}

.bx-controls { 
  height: 30px;
  margin-top: -30px;
}

.bx-wrapper .bx-pager {
  padding-top: 0 !important;
}
div.aboutbanner {
  opacity: 0.35;
  background-position:50% 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width:100%;
  bottom: 0;
  background-size: cover;
  height:70%;
  overflow:hidden;
}

.cms-style-guide .nav-container { margin-top:5%; }

img.aboutbanner {
  width: 100%;
  /*  min-width: 113%; */
  height: auto;
  margin-top:-11%;
}

.page-title-box {
  position: absolute;
  top: 1%;
  right: 12%;
  text-align: center;
  width: 287px;
  z-index: 1;
}

.page-title-box h1 {
  text-transform: uppercase;
  font-family: Futura;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.page-title-box p {
  font-size: 18px !important;
  font-family: 'Arnhem Blond';
}

.page-about {
  font-size: 15px;
  font-family: 'Arnhem Blond';
  color: #000;
}
.page-about .our-team {
  clear: both;
}
.page-about .our-team ul {
  list-style: none;
}
.page-about .our-team ul li {
  margin-left: 0;
  text-align: center;
  padding:0 20px;
}
.page-about .our-team ul li img {
  display: inline-block;
  width: 100%;
}
.page-about .our-team:after {
  content: '';
  clear: both;
  display: table;
}
.page-about .our-team .bx-wrapper p {
  font-size: 15px;
  font-family: 'Arnhem Blond';
  color: #000;
  margin: 50px 0;
  text-align: center;
}

.page-about h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Futura;
  color: #000;
  letter-spacing: 1.5px;
}

a.scrolldown {
  background: url(../images/scroll-down.png) 0 0  no-repeat transparent;
  display: inline-block;
  margin: 0 auto;
  width: 184px;
  height: 65px;
}

.page, .header, .header .header-topbar, .header h1.page-title {
  background: transparent;
}

#nav.megamenu li.level0 > a {
  border-bottom: 0 !important;
}

.cms-about-jennifer-behr .breadcrumbs,
.cms-press .breadcrumbs {
  display: none;
}

.page-about .main .left-col {
  float: left;
  width: 35%;
}
.page-about .main .left-col img {
  max-width: 100%;
}
.page-about .main .content {
  width: 60%;
  float: right;
}

.page-about .welcome-text p {
  color: #000;
}

.page-about .our-team .bx-wrapper .bx-controls-direction a,
.page-about .our-team2 .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 19px;
  height: 35px;
  text-indent: -9999px;
  z-index: 9;
}



.page-about .our-team .bx-wrapper .bx-prev {
  background: url(../images/pager_arrow_large.png) 0 0 no-repeat transparent;
  left: 0;
}

.page-about .our-team .bx-wrapper .bx-next {
  background: url(../images/pager_arrow_large.png) 0 -35px no-repeat transparent;
}

.our-team .bx-controls,
.our-team2 .bx-controls {
  height: 35px;
  margin-top: 0;
  /* margin-top: -30px; */
}

.our-team .bx-wrapper .bx-pager,
.our-team2 .bx-wrapper .bx-pager {
  margin-bottom: -27px;
}

.our-team {
  position: relative;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.our-team:after {
    content:"";
    display:block;
    position:absolute;
    top: 1px;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-bottom: 1px solid #b3b3b5;
}

.video-col {
  float: left;
  width: 30%;
}

.video-description {
  float: right;
  width: 68%;
  position: relative;
}

.video-description p {
  margin-bottom: 50px;
}

.video-description em {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Futura;
  font-size: 12px;
  color: #bbb7b5;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.5px;
}

.video-description em span {
  font-family: 'Arnhem Blond';
  letter-spacing: normal;
  text-transform: none;
  font-size: 15px;
}
/*
.footer-container {
  width: 1070px;
  margin: 50px auto 100px auto !important;
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  position: relative;
  z-index: 50;
  padding: 0;
}

.footer {
  width: auto;
  padding: 30px 0 25px 0;
}
*/

.megamenu {
  display: block !important;
}

#mobnav {
  display: none;
}

.page-press {
  overflow: hidden;
}

.page-press .bigImage {
  display: none;
}

.page-press ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.page-press li {
  list-style: none;
  margin-right: 21px;
  max-width: 112px;
  overflow: hidden;
  text-align: center;
  height: 270px;
  display: inline-block;
}
.page-press #tab1{
}

.page-press #tab2{
}

.page-press h1 {
  font-family: Futura;
  font-size: 18px;
  text-align: center;
  margin: 43px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.page-press .menu {
}


.cms-press .main-container {
  padding-top: 0;
}

.cms-press .col-left { margin-top:35px; }

.menu {
  text-align: center;
} 

.menu a {
  display: inline-block;
  position: relative;
  height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Futura;
  letter-spacing: 1.5px;
  color: #bbb7b5;
  margin: 0px 13% 50px;
}

.menu a span {
  display: none;
}

.menu a.active {
  color: #000;
}

.menu a.active span {
  display: block;
}

.page-press .arrow-down-black {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  margin-left: -4px;
}

.press-img-wrap {
  height: 142px;
}

.page-press h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Futura;
  margin: 15px 0;
}

#nav span {
  padding: 3px 0 0 0;
}

.product-view .product-shop .product-name h1 {
  font-family: Futura;
  font-size: 18px;
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
}

.custom-product-descr {
  font-family: 'Arnhem Blond';
  color: #000;
  margin: 20px 0;
  font-size: 15px;
  text-align: center;
}

.catalog-product-view .price-box .price {
  text-align: center;
  font-family: Futura;
  font-size: 12px;
  margin: 20px 0;
  font-weight: normal;
  color: #000;
  display: block;
}

.link-compare {display: none;}

.product-options dt {
  text-align: center;
  float: none;
  
}

.product-options dd {
  text-align: center;
  float: none;
  margin: 0;
}

.add-to-box .add-to-cart {
  float: none;
  text-align: center;
}


.sbHolder {
  font-family: Futura;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  height: 36px;
  position: relative;
  width: 287px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.5px;
}

.sbToggle,
.sbToggle:hover {
  background: url(../images/arrow-top-down.png) 6px 16px no-repeat !important;
  border: 1px solid #b8b6b4;
  border-left: 0;
  display: block;
  height: 36px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
}

.sbToggleOpen,
.sbToggleOpen:hover {
  background: url(../images/arrow-top-down.png) 6px -8px no-repeat !important;
}

.sbSelector {
  display: block;
  height: 36px;
  left: 0;
  line-height: 36px;
  border: 1px solid #b8b6b4;
  border-right: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 252px;
}

.sbOptions {
  background-color: #f8f8f8;
  border: solid 1px #b8b6b4;
  color: #000;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  width: 285px;
  z-index: 150;
  overflow-y: auto;
}

.sbOptions li {
  position: relative;
  top: 0;
  left: 0;
  z-index: 150;
}

.sbOptions a:link, .sbOptions a:visited {
  color: #000;
  text-decoration: none;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #000;
  padding: 0 5px 0 12px;
}

.sbOptions li {
  padding: 0 5px 0 12px;
}

.catalog-product-view .qty-holder {
  display: none;
}

.product-view .add-to-box {
  margin: 0 0 13px 0;
}

.add-to-cart button.button span {
  font-family: Futura;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}

.add-to-cart button.button span {
  text-align: left;
  position: relative;
}

.add-to-cart .btn-cart {
  width: 287px;
}



.catalog-product-view .akordeon {
  display: none;
}

.product-view .product-img-box {
  float: left;
  position: relative;
  margin-bottom: 50px;
}

.catalog-product-view .product-view .product-img-box .etalage-control a.etalage-prev {
  /*top: -104px;*/
  left: -32px;
  background: url(../images/arrow-left-right.png) 10px 10px no-repeat transparent;
  z-index: 100;
  bottom: 28px !important;
}

.product-view .product-img-box .etalage-control a.etalage-next {
  right: -35px;
  /*top: -104px;*/
  bottom: 28px !important;
  background: url(../images/arrow-left-right.png) -36px 10px no-repeat transparent;
}

.etalage_small_thumbs {
/*  border-top: 1px solid #909090 !important; */
  padding-top: 40px !important;
}

#etalage {height:574px !important;}

/*
.etalage_small_thumbs:before {
    content:"";
    display:block;
    position:absolute;
    z-index: 101;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-top: 1px solid #b0b0b0;
}
*/

.col1-layout .product-view .product-shop {
  width: 291px;
}

.product-essential {
  margin-bottom: 30px;
}

.product-view .block-related {
  margin-top: -50px;
  position: relative;
  left: -55px;
  width: 1000px;
}

.product-view .block-related .block-title {
  border-bottom: 0;
  border-top: 1px solid #404040;
  padding: 40px 0 30px 0;
  text-align: center
}

.product-view .block-related .block-title span {
  font-family: Futura;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.catalog-product-view .bx-wrapper ul li div {
  display: block;
}


.catalog-product-view .block-related .bx-wrapper .bx-prev {
  right: 0;
  left: -50px;
  margin: 0;
  background: url(../images/arrow-big-left-right.png) 10px 7px no-repeat;
}

.catalog-product-view .block-related .bx-wrapper .bx-next {
  right: -50px;
  left: auto;
  margin: 0;
  background: url(../images/arrow-big-left-right.png) -78px 7px no-repeat;
}

.catalog-product-view .block-related .bx-wrapper .bx-controls-direction a {
  top: -215px;
}

.product-view .product-shop .product-name {
  margin: 14px 0 0 0;
}

.category-name {
  text-align: center;
  margin: 24px 0;
}

.category-name a {
  font-family: 'Arnhem Blond';
  color: #bbb7b5;
  text-decoration: none;
  font-size: 15px;
  font-style: italic;
}

li.etalage_thumb a {
  background: url(../images/pintit.png) 0 0 no-repeat transparent !important;
  width: 444px !important;
  height: 28px !important;
  z-index: 100;
}

#etalage .etalage_small_thumbs li {
  max-width: 76px;
}

#etalage .etalage_small_thumbs li .etalage_small_thumb {
  max-width: 76px;
  height: auto !important;
}

.products-grid .product-name {
  text-align: center;
}

.product-view .block-related .product-name a {
  font-size: 12px;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.products-grid .price-box {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.category-products .products-grid .item .price-box .regular-price .price {
  color: #000;
  font-size: 12px;
}

.catalog-product-view .footer-container {
  margin-top: 140px !important;
}

.product-share {
  font-family: Futura;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  height: 16px;
  line-height: 16px;
}

.product-share a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/social-sm.png) 0 0 no-repeat transparent;
  margin-left: 3px;
  
}

.product-share a.product-facebook {
  background-position: -19px 0;
}

.colm4-set {
  overflow: hidden;
}

.colm4-set .footer-title {
  font-family: Futura;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  color: #000;
}

.footer-col {
  float: left;
  position: relative;
  z-index: 100;
}

.footer-col li a {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  line-height: 25px;
  
}

.footer-col li a:hover {
  color: #bbb7b5;
}

.colm-1 {
  width: 215px;
  margin-right: 19px;
}

.colm-2 {
  width: 215px;
  margin-right: 19px;
}

.colm-3 {
  width: 215px;
  margin-right: 19px;
}

.colm-3 a {
  background: url(../images/share-footer.png) 0 0 no-repeat transparent;
  padding-left: 30px;
}

.colm-3 a.footer-tw {
  background-position: 0 0;
}

.colm-3 a.footer-fa {
  background-position: 0 -25px;
}

.colm-3 a.footer-pi {
  background-position: 0 -50px;
}

.colm-3 a.footer-in {
  background-position: 0 -75px;
}

.colm-3 a.footer-tu {
  background-position: 0 -100px;
}

.colm-4 {
  width: 290px;
  float: right;
}

.colm-4 .form-subscribe-header label {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  line-height: 25px;
}

.colm-4 .input-box {
  float: left;
  width: 80%;
  margin-top: 20px;
}

.bigImage .input-box {
  width: 300px;
  float: left;
  margin-left: 30px;
}

.colm-4 .actions {
  float: right;
  width: 20%;
  margin-top: 20px;
}

.bigImage .actions {
  float: left;
  width: 20%;
  margin-top: 0;
}


.colm-4 .input-box #newsletter,
.bigImage .input-box #newsletter {
  height: 36px;
  line-height: 36px;
  color: #000;
  font-family: Futura;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: 100%;
  border-top: 1px solid #c3c0be;
  border-right: 0 solid #c3c0be;
  border-bottom: 1px solid #c3c0be;
  border-left: 1px solid #c3c0be;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.bigImage .input-box #newsletter {
  width: 100%;
}

.bigImage button.button span,
.bigImage button.button:hover span {
  background: transparent;
  color: #000;  
}

.bigImage button.button {
  width: 100%;
}
/*
.footer button.button span {
  height: 36px;
  line-height: 36px;
  position: relative;
}*/


.bigImage button.button > span {
  border-top: 1px solid #c3c0be;
  border-left: 0 solid #c3c0be;
  border-bottom: 1px solid #c3c0be;
  border-right: 1px solid #c3c0be;
}

.colm-4 .arrow-right,
.bigImage .arrow-right {
  width: 0 !important;
  height: 0 !important; 
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-left: 4px solid #000 !important;
  position: absolute !important;
  top: 14px;
  right: 0;
}

.sbOptions .sbDisabled {
  border-bottom: 0;
  color: #999;
  display: block;
  padding: 3px;
}


ul.cart-button-set {
  display: none !important;
}

/*
.col1-layout .products-grid li.item {
  width: 280px;
  margin-right: 5px;
}
*/

.col1-layout .products-grid li.item {
  float: left;
  width: 280px;
  padding: 0 0px 17px 0;
  margin: 0 0 20px 0;
  position: relative;
  border-bottom: 1px solid #b7b7ba;
  height: 430px;
  overflow: hidden;
}

.catalog-product-view .bx-wrapper ul li div.product-image-area {
  height: 217px;
}

.products-grid .product-name a {
  font-family: Futura;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}

.catalog-category-view .products-grid .price-box,
.cms-all-products .products-grid .price-box {
  margin: 8px 0 0 0 !important;
  text-align: center;
  font-family: Futura;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.catalog-category-view .products-grid .price-box .price,
.cms-all-products .products-grid .price-box .price {
  font-family: Futura;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.cms-page-view .page-title {
  display:none;
}

.contacts-index-index .page-title {
  display: block;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 10;
  margin: 0;
  border-bottom: 1px solid #1a1a1a;
}

.contacts-index-index .page-title h1 {
  display: block;
  font-family: Futura;
  font-size: 18px;
  letter-spacing: 1.5px;
  padding: 10px 0 43px;
  color: #000;
  text-transform: uppercase;
}

.contacts-index-index .page-title h1:after {
    content:"";
    display:block;
    position:absolute;
    z-index: 1;
    top: 1px;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-bottom: 1px solid #b3b3b5;
}
/*


.contacts-index-index .main-container {
  margin-left: 220px;
  width: 600px;
  padding: 0;
}
*/
.contacts-index-index .block .block-content {
  margin-top: 0;
}

.contacts-index-index .form-list label {
  font-family: Futura;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contacts-index-index .form-list input.input-text {
  border: 1px solid #bbb7b5;
}

.contacts-index-index .form-list li {
  margin: 5px 0;
}

.contacts-index-index .form-list li.contact-btn {
  margin-top: 0;
  margin-bottom: 27px;
}

.contacts-index-index .form-list li.wide textarea {
  max-width: 565px !important;
  width: 565px !important;
  margin-top: 5px;
  margin-bottom: 23px;
  padding: 10px;
}

.block.block-contactform .fields .field input[type=text] {
width: 91%;
margin: 0;
margin: 5px 0;
}

.customer-questions {
  overflow: hidden;
  /* margin-bottom: 23px; */
  padding: 23px 0;
}

.contact-box {
  border-bottom: 2px solid #979797;
}

.left-block {
  float: left;
  font-family: Futura;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  height: 23px;
  line-height: 23px;
}

.right-block {
  color: #000;
  font-size: 15px;
  font-family: 'Arnhem Blond';
  float: right;
  font-style: italic;
  position: relative;
  padding-right: 20px;
}

.right-block a {
  color: #000;
}

.right-block .arrow-down-black {
  top: 10px;
  right: 0;
}

.guide-box-right h2.selected .arrow-down-black {
  border-top: 0 solid transparent;
  border-bottom: 4px solid #000;
}


.contacts-area {
  width: 100%;
  float: none;
  padding: 0;
  margin-right: 0;
/*  margin-top: 23px; */
  margin-top: 0;
}

.contacts-area .block {
  margin-bottom: 0;
}

.block.block-contactform .fields .field {
  width: 100%;
  margin: 0;
  margin-left: 0;
  float: none;
}

.contacts-index-index .form-list li.form-button {
  float: none;
}

.contact-btn button.button span {
  font-family: Futura;
  font-size: 12px !important;
  color: #fff;
  letter-spacing: 1px;
}

.contact-btn button.button:hover span {
  background: #2f3538;
  color: #ffffff;
}

.contact-btn button.button span {
  text-align: left;
  position: relative;
}

.contact-btn button {
  width: 208px !important;
}

.bottom-contact {
/*
  overflow: hidden;
  height: 58px;
*/
  position: relative;
  z-index: 10;
  border-top: 1px solid #808080;
  top: 0;
  left: 0;
  
}

.bottom-contact.last-block {
  border-bottom: 1px solid #b3b3b5;
}

.bottom-contact-box:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #b3b3b5;
}

.bottom-contact.last-block .bottom-contact-box:after {
  border-bottom: 1px solid #808080;
}


.bottom-contact-box .left-block,
.bottom-contact-box .right-block {
  position: relative;
  z-index: 50;
  line-height: 58px;
}

.bottom-contact-box .right-block .arrow-down-black {
  top: 25px;
}

.col-main {
  padding: 0;
}

.contacts-index-index .footer-container {
  margin-top: 120px !important;
}

.cms-style-guide .main-container,
.cms-no-route .main-container {
  padding: 0;
}

.guide-content h2 {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 35px 0;
  border-bottom: 1px solid #404040;
  position: relative;
  margin-bottom: 0;
  margin-top: -102px;
  font-size: 20px;
  letter-spacing: 1.5px;
  z-index: 20;
}

.std dl dt {
  display: block;
  font-family: 'Arnhem Blond';
  color: #000;
  font-size: 15px;
  margin: 0;
  border-bottom: 0;
}

.cms-no-route .std h3 {
  display: block;
  font-family: Futura;
  font-size: 18px;
  letter-spacing: 1.5px;
  padding: 43px 0;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 0;
}

.guide-content h2:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #808080;
}

.guide-box {
  overflow: hidden;
  border-bottom: 1px solid #404040;
  padding: 35px 0;
  z-index: 20;
}

/*
.guide-box:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #808080;
}
*/

.guide-box-left,
.guide-box-right {
  position: relative;
  z-index: 50;
}

.guide-box-left {
  float: left;
  width: 40%;
}

.guide-box-left img {
  width: 100%;
}

.guide-box-left li {
  margin-bottom: 33px;
  margin-left: 0;
}

.guide-box-left li:first-child {
  margin-bottom: 0;
}

.guide-box-left ul {
  margin-bottom: 0 !important;
  list-style-type: none;
}

.guide-box-right {
  float: right;
  width: 58%;
  font-family: 'Arnhem Blond';
  color: #000;
  font-size: 15px;  
}

@media only screen and (max-width: 499px) {
.page-title-box { top:0.3%; }
.product-view .sharing-links { width:100%; }
.customer-questions .left-block,.customer-questions .right-block  { float:none; text-align:center; }

.guide-box-right {
  width: 100%;
  font-family: 'Arnhem Blond';
  color: #000;
  font-size: 15px;  
  padding:4%;
}

.guide-box-left { width:100%; }

.bigImageBorder {
left: 0 !important
}

.guide-box-left li { margin-left:0 !important; }

.video-description,.video-col { width:100%; float:none; margin-bottom:2%; }

}

.product-devider {
  margin: 35px 0;
}

.guide-box-right h2 {
  position: relative;
  padding-right: 10px;
  margin-bottom: 35px;
}

.guide-box-right .arrow-down-black {
  top: 7px;
}

.guide-box-right strong {
  font-family: Futura;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  padding-right: 20px;
  letter-spacing: 1.5px;
}

.style-guide-product .arrow-right {
  width: 0 !important;
  height: 0 !important; 
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-left: 4px solid #000 !important;
  position: absolute !important;
  top: 4px;
  right: 0;
}

.style-guide-product {
  overflow: hidden;
  border-bottom: 1px solid #404040;
  border-top: 1px solid #404040;
  padding: 35px 0;
  z-index: 20;
  margin: 0;
  position: relative;
}

.style-guide-product:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
}

.style-guide-product div {
  position: relative;
  z-index: 50;
}

.style-guide-product .product-img-box {
  width: 95px;
  float: left;
}

.style-guide-product .product-img-box img {
  max-width: 75px;
}

.style-guide-product-center {
  width: 160px;
  float: left;
}



.style-guide-product-view {
  float: right;
}

.style-guide-product .category-name {
  margin: 7px 0;
  text-align: left;
}

.style-guide-product-view a,
.style-guide-product h3,
.style-guide-product .price {
  display: inline-block;
  position: relative;
  letter-spacing: 1.5px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Futura;
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
}


.right-ul-collapse li {
  margin-bottom: 10px;
}

.right-ul-collapse {
  color: #bbb7b5;
  font-family: 'Arnhem Blond';
  font-size: 15px;
}

ul.right-ul-collapse,
.right-ul-collapse li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.right-ul-collapse span {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Futura;
  text-transform: uppercase;
}

.guide-box-right h2 {
  cursor: pointer;
}


.guide-style-main .our-team {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.slider-2cols-box {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider-2cols-box {
  overflow: hidden;
}

.slider-col-1 {
  width: 49%;
  float: left;
  /*border: 2px solid #808080;*/
}

.slider-col-2 {
  width: 49%;
  float: right;
  /*border: 2px solid #808080;*/
}

.slider-2cols-box h4 {
  text-align: center;
  color: #000;
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;  
  /*margin-top: 60px;*/
  margin-bottom: 10px;
}

.slider-2cols-box p {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  margin: 0 auto;
  text-align: center;
}

.slider-2cols-box a.share-icons {
  background: url(../images/share-footer.png) 0 0 no-repeat transparent;
  display: block;
  width: 16px;
  height: 16px;
  margin: 25px auto 50px auto;
}

.slider-2cols-box  a.footer-pi {
  background-position: 0 -50px;
}

.slider-2cols-box a.footer-in {
  background-position: 0 -75px;
}

.more-style-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #000;
  font-family: Futura;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
}

.cms-style-guide .page-about .our-team .bx-wrapper img,
.cms-style-guide .page-about .our-team2 .bx-wrapper img {
  width: 100px !important;
}

.cms-style-guide .page-about .our-team .bx-wrapper li,
.cms-style-guide .page-about .our-team2 .bx-wrapper li {
  width: 100px !important;
  margin-right: 20px !important;
}

.cms-style-guide .our-team,
.cms-style-guide .our-team2 {
  width: 320px;
  margin: 0 auto;
  border: 0 !important;
  position: relative;
  
}
 
.cms-style-guide .page-about .our-team2 .bx-wrapper {
  position: relative;
}

.cms-style-guide .our-team:after {
  border: none !important;
}

.cms-style-guide .our-team li a,
.cms-style-guide .our-team2 li a {
  position: relative !important;
  display: block;
  top: 0;
  left: 0;
  z-index: 150 !important;
}

.cms-style-guide .page-about .our-team .bx-wrapper .bx-prev,
.cms-style-guide .page-about .our-team2 .bx-wrapper .bx-prev {
  top: -13px;
  left: -29px;
  background: url(../images/arrow-left-right.png) 10px 10px no-repeat transparent;
}

.cms-style-guide .page-about .our-team .bx-wrapper .bx-next,
.cms-style-guide .page-about .our-team2 .bx-wrapper .bx-next {
  right: -23px;
  top: -13px;
  background: url(../images/arrow-left-right.png) -36px 10px no-repeat transparent;
}

.cms-style-guide .page-about .our-team2 .bx-wrapper .bx-next,
.cms-style-guide .page-about .our-team2 .bx-wrapper .bx-prev {
  top: 0;
}

.cms-style-guide .our-team .bx-controls,
.cms-style-guide .our-team2 .bx-controls {
  margin-top: -50px;
  border: 0;
}

.our-team2 .bx-wrapper .bx-prev {
  margin-left: 0;
}

.our-team2 .bx-wrapper .bx-next {
  left: auto;
  right: 0;
}

.page-about .our-team2 .bx-wrapper {
  margin-bottom: 30px !important;
}

.page-about .our-team2 .bx-wrapper .bx-controls-direction a:hover {
background-color: #ccc;
}

.user-account-title {
  font-size: 18px;
  font-family: Futura;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
  text-align: center;
}

.input-with-label label,
.form-list label {
  font-size: 12px;
  font-family: Futura;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
  font-weight: normal;
}

.account-create .form-list input.input-text {
  background: #fff;
  color: #000;
  font-family: 'Arnhem Blond';
  font-size: 15px;
  
}

.form-list li.wide input.input-text {
  border: 1px solid #bbb7b5;
}

.contact-info,
.block .block-title strong {
  text-align: center;
  font-size: 12px;
  font-family: Futura;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
  font-weight: normal;
}

.block .block-title {
  border-top: 2px solid #c0c0c0;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}


/*button.button span {
  font-family: Futura;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}

button.button:hover span {
  background: #2f3538;
  color: #ffffff;
}
*/
button.button {
  position: relative;
}

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


.buttons-set  .button {
  width: 287px;
}

.buttons-set button.button {
  float: none;
  margin-left: 0;
}

.buttons-set {
  clear: both;
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #404040;
  text-align: left;
}

.clr {
  clear: both;
}


.opc .allow .step-title,
.opc .active .step-title,
.opc .step-title {
  background: transparent;
  border: 0;
  border-top: 1px solid #a0a0a0 !important;
}

.opc .active .step-title h2,
.opc .step-title h2,
.opc .active .step-title .number,
.opc .step-title .number {
  float: left;
  font-size: 12px;
  font-family: Futura;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 10px;
}

#opc-login h3 {
font-size: 12px;
  font-family: Futura;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 0;
  margin-bottom: 20px;
}

#opc-login .buttons-set button.button span {
  padding: 0;
}

#opc-login .buttons-set button.button > span {
  padding: 0 15px;
}

.opc .step {
  padding: 0 0 0 0;
  position: relative;
  font-size: 13px;
  color: #6d6c67;
}

.opc .form-list input.input-text {
  background: transparent;
}

.form-list input.input-text {
  border: 2px solid #ccc9c7;
}

#checkout-step-shipping .form-list .fields input.input-text, #checkout-step-billing .form-list .fields input.input-text {
  font-family: Futura;
  color: #000;
  letter-spacing: 1.5px;  
}

.form-list .wide input.input-text, #checkout-step-billing .form-list .wide input.input-text {
  font-family: Futura;
  color: #000;
  letter-spacing: 1.5px;  
  font-size: 12oxl
}

.opc#checkoutSteps .sbHolder {
  width: 400px;
}

.checkout-onepage-index .opc#checkoutSteps .sbSelector {
  width: 345px;
  padding: 0 15px;
}

.opc#checkoutSteps .sbOptions {
  width: 400px;
  top: 35px !important;
  height: 110px;
}

.checkout-onepage-index .opc#checkoutSteps .sbToggle {
  padding: 0;
  background-position: 13px -26px;
}

.checkout-onepage-index .opc#checkoutSteps .sbSelector {
  width: 345px;
  padding: 0 15px;
}

#checkout-shipping-method-load,
#checkout-shipping-method-load .sp-methods dt {
  font-family: 'Arnhem Blond';
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

#checkout-shipping-method-load .sp-methods label {
  font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
}

.sp-methods .price {
  font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
}

.sp-methods label {
  font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
}

#opc-review .step {
  padding: 0;
}

#opc-review .step thead {
  display: none;
}

#opc-review .data-table {
  border: none;
  margin-bottom: 0;
}

#opc-review .data-table tbody td {
  border-bottom: none;
  border-right: none;
}

#opc-review .data-table tbody td {
  padding: 15px 10px;
  font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
  vertical-align: middle;
}

#opc-review .item-options dt {
  font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
  float: left;
}

#opc-review .item-options dd {
  text-transform: none;
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  line-height: 25px;
}

#opc-review .a-right {
  text-align: left !important;
}

#opc-review .product-name {
  font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
  text-align: left;
}

#opc-review .price {
font-weight: normal;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
}

#opc-review .item-options {
  float: none;
}

#opc-review .data-table tfoot tr.first td,
#opc-review .data-table tfoot td {
  border: none;
}

#opc-review .data-table tfoot tr.first td {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  text-transform: none;
}

#opc-review .data-table tfoot td {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  text-transform: none;
}

#opc-review .data-table tfoot td.last .price {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  text-transform: none;
}

#opc-review .data-table tfoot tr.last td,
#opc-review .data-table tfoot tr.last td.last,
#opc-review .data-table tfoot tr.last td.last strong .price, 
#opc-review tr.last td.last .price {
  font-weight: normal !important;
  color: #000 !important;
  font-family: Futura !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important; 
  font-size: 12px !important;
  text-align: left !important;
}

#review-buttons-container .f-left {
  display: none !important;
}

#opc-review .data-table tfoot tr.first td {
  border-top: 1px solid #a0a0a0;
}

.subtitle, .sub-title {
  clear: both;
  padding: 0;
  color: #000;
  font-family: Futura;
  text-transform: uppercase;
  letter-spacing: 1.5px;  
  font-size: 12px;
  
}

#shipping-buttons-container .required {
  display: none;
}

#nav.default li > a:hover, 
#nav.default li.over > a,
.additional-menu li > a:hover, 
.additional-menu li.over > a {
        color: #bbb7b5 !important;
        background: transparent !important;
}

.customer-questions .left-block {
  cursor: pointer;
}

.bigImageBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/wrapper-bg.png) 0 0 repeat transparent;
/*  opacity: 0.8; */
  z-index: 150;
  top: 0;
  left: 0;
}

.cms-home .bigImageBorder {
  top: 10%;
  padding-bottom: 60px;
}


.close-btn {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 170;
  width: 16px;
  height: 16px;
  background: url(../images/close-btn.png) 0 0 no-repeat transparent;
}

.bigImage h2 {
  font-size: 12px;
  margin: 10px 0;
}

.cms-home .bigImage h2 {
  margin: 10px 0 30px 0;
}

.bigImage h3 {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  margin-bottom: 50px;
  font-style: italic;
}

.page-press .bigImage img {
  max-width: 100%;
  margin: 0 auto;
}



.page-press .bigImage .style-guide-product {
  overflow: hidden;
  border-top: 1px solid #404040;
  border-bottom: 0;
  padding: 35px 0;
  z-index: 20;
  margin: 0;
  position: relative;
}

.page-press .bigImage .style-guide-product:after {
    content: "";
    border-bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #808080;
}

.style-guide-product div {
  position: relative;
  z-index: 50;
}

.style-guide-product .product-img-box {
  width: 95px;
  float: left;
}

.page-press .bigImage .style-guide-product .product-img-box img {
  max-width: 100px;
}

.page-press .bigImage .style-guide-product .product-img-box {
  width: 120px;
  float: left;
}

.style-guide-product-center {
  width: 160px;
  float: left;
}



.style-guide-product-view {
  float: right;
}

.style-guide-product .category-name {
  margin: 7px 0;
  text-align: left;
}

.page-press .bigImage .style-guide-product-view a,
.page-press .bigImage .style-guide-product h3,
.page-press .bigImage .style-guide-product .price {
  display: block;
  position: relative;
  letter-spacing: 1.5px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Futura;
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

li.image-box > img {
  cursor: pointer;
}

.stockists-box .main {
  overflow: hidden;
  font-family: 'Arnhem Blond';
  color: #000;
  font-size: 15px;
  
}

.stockists-left {
  float: left;
  width: 290px;
}

.stockists-right {
  float: right;
  width: 460px;
}

.stockists-box h2 {
  font-family: Futura;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 30px 0;
  letter-spacing: 1.5px;
}

.std p.stockists-subtitle {
  margin:  0 0 30px 0;
}

.stockists-box .menu a {
  margin: 0 0 50px 0;
  position: absolute;
}

.stockists-box .menu a:first-child {
  top: 0;
  left: 0;
}

.stockists-box .menu a:last-child {
  top: 0;
  right: 0;
}


.stockists-box .menu {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100px;
}

.stockists-box .menu .arrow-down-black {
  top: 35px;
  right: 50%;
  margin-right: -2px;
}

.stockists-box .form-search {
  overflow: hidden;
}

input.stockists-search {
  float: left;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #ccc9c7;
  border-right: 0 solid #ccc9c7 !important;
  width: 222px;
  height: 38px;
  line-height: 38px;
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
}

.stockists-search-btn {
  border: 1px solid #ccc9c7;
  border-left: 0 solid #ccc9c7 !important;
  width: 38px;
  height: 40px;
  background: url(../images/search-icon.png) no-repeat 10px 10px transparent;
  float: left;
  margin: 0;
  cursor: pointer;
}

.std p.orselect {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 25px 0;
  text-align: center;
}

.domestic-select {
  margin-bottom: 10px;
}

.international-select {
  padding-bottom: 300px;
}

h3.city-mame {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #bbb7b5;
  text-transform: uppercase;
  margin-bottom: 35px;
}
h3.city-mame.intl {
  margin-top: 70px;
}
h3.city-mame-content {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #bbb7b5;
  text-transform: uppercase;
  margin: 70px 0 35px 0;
}

.city-address {
  margin-bottom: 35px;
}

.city-address .street {
  font-style: italic;
}

.announcement {
  position: relative;
  width: 1070px;
  margin: 0 auto;
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
/*  z-index: 150; */
  z-index: 50;
  height: 73px;
  line-height: 73px;
  border-bottom: 1px solid #1a1a1b;
  margin-bottom: 3px;
}

.announcement:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 101;
  top: 1px;
  left: 0px;
  right: 0px;
  bottom: 0;
  border-bottom: 1px solid #b7b7ba;
}

.announcement a {
  width: 16px;
  height: 16px;
  background: url(../images/close-btn.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 200;
}


.product-image-set {
  width:300px;
  max-width: 100%;
  margin:0px auto;
  padding-bottom: 20px;
}

.catalog-product-view .paypal-logo {
  text-align: center;
}

.catalog-product-view .paypal-logo span {
  margin: 0 !important;
  margin-bottom: 20px !important;
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.buying-guide .main {
  overflow: hidden;
}

.buying-guide-left {
  width: 230px;
  float: left;
}

.buying-guide-right {
}

.buing-guide-menu li {
  margin-bottom: 10px;
}

.buing-guide-menu a {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.buing-guide-menu a.active {
  color: #bbb7b5;
}

.buying-guide-right {
  font-size: 15px;
  font-family: 'Arnhem Blond';
  color: #000;
}

.buying-guide-right p {
  margin-bottom: 25px;
}

.buying-guide-right h2 {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
/*
.col-left {
  width: 230px;
}

.col2-left-layout .col-main {
  width: 580px;
}

.col2-left-layout .col-left .block-title {
  display: none;
}

.col2-left-layout .col-left .block-content {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.col2-left-layout .col-left .block-content .current strong {
  font-weight: normal;
  color: #bbb7b5;
}
*/
.block-account .block-content li.current,
.block-account .block-content li a {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.col2-left-layout .col-left .block-content {
  margin-top: 0;
}

.welcome-msg {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
}

.main-container {
  /* padding: 52px 0 0 0; */
  padding-top: 35px;
}

.cms-stockists .main-container {
  padding: 0;
}


.block .block-title {
  background: transparent;
}

.view-all-link {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.price,
.dashboard .box .box-title h3, 
.dashboard .box .box-title h4 {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
}

.addresses-list h2 {
  text-align: left;
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  background: transparent;
  padding: 15px 0;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.addresses-list h3 {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
}

.dashboard,
.my-account {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
}

.back-link {
  display: none;
}



.cms-about-jennifer-behr .our-team .bx-wrapper {
  position: relative;
  margin: 0; padding: 0; width: 100%; margin-bottom: 30px !important;
}

.addresses-list li.item {
  border: 0px solid black;
  border-top: 1px solid #ccc;
}

.fieldset {
  border: 0;
  background: transparent;
  padding: 22px 0;
  margin: 28px 0;
}

.my-account .page-title {
  border-bottom: 1px solid #ccc;
  display: block;
}

.additional-menu {
  margin-top: 18px;
}

.nav-container .additional-menu span {
  line-height: 23px;
}

.additional-menu li {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
}

.my-account .page-title h1 {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.shopblock {
  margin-bottom: 11px;
}

.box-scroll #nav {
  
}

#by-category {
  margin-top: 22px;
}

.box-scroll #nav a {
  font-family: 'Arnhem Blond';
  letter-spacing: 0;
  font-size: 15px !important;
  text-transform: none !important;
  line-height: 24px !important;
  color: #4e4d49 !important;
  background: transparent !important;
}

.box-scroll #nav a#seeAll,
.menu-title {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin-top:19px;
  display:block;
}

.nav-container.seeall ul.additional-menu > li > a {
  line-height: 23px !important;
}

.seeall {
  margin-bottom: 18px;
}

.staticpages ul.additional-menu > li > a {
  line-height: 23px !important;
}

.product-image-area {
  width: 272px;
  height: 299px;
  overflow: hidden;
  text-align: center;
}

#nav li {
  border-bottom: none !important;
}


.filter-wrap h4 {
  font-family: Futura;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
}

.filter-wrap .material_item,
.filter-wrap .order_item {
  font-family: 'Arnhem Blond';
  letter-spacing: 0;
  font-size: 15px !important;
  text-transform: none !important;
}

.submitBtn {
  font-family: Futura;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.5px;
  border-style: none;
  border-radius: 0;
  width: 250px;
  height: 35px;
  float: right;
  text-transform: uppercase;
  margin: 3% 5%;
  background: #2f3538;
  cursor: pointer;
}

.filter-wrap .clearall {
  background: #2f3538;
  font-family: Futura;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.5px;
  border-style: none;
  border-radius: 0;
  width: 250px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  text-transform: uppercase;
  margin: 3% 5%;
  display: block;
  cursor: pointer;

}


.filter-title {
  width: 126px;
  line-height: 38px;
  height: 38px;
  font-family: Futura;
  font-size: 12px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  border: 1px solid #b8b6b4;
  background-color: #fff;
  z-index: 11;
}

.filter-title .arrow-down-black {
  top: 16px;
}

.filter-title.opened .arrow-down-black {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  border-bottom: 4px solid #000;
}

.cms-stockists .customer-questions {
border-bottom: 2px solid #979797;
}

.cms-stockists .contact-box {
  border-bottom: 0;
}


.cms-careers .guide-content h2,.cms-careers .guide-content h3 {
  display: block;
  font-family: Futura;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 43px 0 5px 0;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 0;
  text-align: left;
}

.cms-careers .guide-content p {
  font-family: 'Arnhem Blond';
  font-size: 15px;
  color: #000;
  line-height: 25px;
}

.cms-careers .guide-content h2:after {
  border-bottom: 0;
}



/* .guide-content h3 {
  font-family: 'Arnhem Blond';
  letter-spacing: 0;
  font-size: 15px;
} */

.other-color-link a {
  color: #bbb7b5;
  font-style: italic; 
  font-family: 'Arnhem Blond';
  font-size: 15px;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
  border-style: solid !important;
  border-width: 0 !important;
  background-position: 15px 15px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 25px 0 16px 0 !important;
  font-family: Futura !important;
  font-size: 12px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000 !important;
}

.error-msg { 
    background-color: transparent !important;
    background-image: none !important;
}
.success-msg { 
    background-color: transparent !important;
    background-image: none !important;
}
.note-msg,
.notice-msg { 
    background-color: transparent !important;
    background-image: none !important;
}

.col1-layout .products-grid {
  margin-top: 35px !important;
}

.cms-all-products .col-main .std {
  display: none;
}




@media screen and (max-height: 495px) {
  .home-page-joint a {
    display: none;
  }
}

@media screen and (max-height: 780px) {
  .cms-press .bigImageBorder {
    top:10px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-main-wrap {
    width: 934px;
  }

}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .nav-container {
  position: relative;
  top: auto;
  right: auto;
  max-width: none;
  }
  img.aboutbanner {
  width: auto;
  height: 100vh;
  }

}
@media only screen and (max-width: 768px) {
  img.aboutbanner {
  width: auto;
  height: 100vh;
  }
  div.aboutbanner { height:80%; }
  
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #nav li {
  float: none;
  }
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #nav.default > li {
  padding: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .filterproducts-link {
  display: none;
}
}

.product-devider .product-display a{
font-size: 12px;
text-transform: uppercase;
font-family: Futura;
color: #000;
letter-spacing: 1.5px;
}

.overlay-top {
    width: 100%;
    height: 3px;
    background: url(../images/top_overlay.png) repeat;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
}
.cms-index-index .overlay-top {
    display: none;
}
.tp-caption.small_text a {
    color: #fff;
    background: url(../images/a_right_arrow.png) right no-repeat;
    padding-right: 15px;
}
.tp-caption.small_text a:hover {
    color: #fff;
}
.cms-index-index .footer-container {
  display: none;
}
@media only screen and (min-width: 771px) {
  .leftside-background {
    width:16.5%;
    max-width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    background:rgba(255,255,255, 0.4);
    z-index: 52;
    display:none;
  }
}
.cms-home .leftside-background {
  display: block;
}
.cms-home .page-header {
  border-bottom: 0;
}

.bigImageBg {
  width: 100%;
  height: 100%;
  background: url(../images/wrapper-bg.png) 0 0 repeat transparent;
/*  opacity: 0.8; */
  z-index: 150;
  top: 0;
  left: 0;
}

.bigImageBorder {
    background: #ffffff;
    z-index: 160;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 27%;
    top: 0%;
    padding: 2% 5%;
    margin: 0 auto;
}

.cms-home .bigImageBorder {
  top: 150px;
  padding-bottom: 60px;
}

.home-copy {
  display: none;
}
.cms-home .home-copy {
  display: block;
  margin-top:30px;
  font-family: Futura;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;;
}
.cms-home .home-copy + .home-copy {
  margin-top: 10px;
}
.about-us-home li {
  display: inline-block;
  font-size: 18px;
    margin: 0 5px;
}
.homepage-only {
  display: none;
}
.cms-home .homepage-only {
  display: block;
}

.faq-index-index .contact-box p strong { font-weight:bold; font-family:"Futura"; letter-spacing:1.5px; }
.faq-index-index .page-press li { display:block; width:auto; height:auto; max-width:100%; text-align:left; }
.faq-index-index .page-press ul { margin-bottom: 3%; } 
.home-copy > .homepage-only { border:1px solid #000; }
.newsletter-popup-link { padding:2% 4%; margin:1% 0;  }
.home-copy .copyrights { margin-top: 6%; }

@media only screen and (max-width: 480px) {
  .newsletter-popup-link { padding:0; margin:1% 0; border:none; }
}