/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../font/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Regular.otf") format("opentype"), url("../font/ProximaNova-Regular.woff") format("woff"), url("../font/ProximaNova-Regular.ttf") format("truetype"), url("../font/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../font/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Bold.otf") format("opentype"), url("../font/ProximaNova-Bold.woff") format("woff"), url("../font/ProximaNova-Bold.ttf") format("truetype"), url("../font/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../font/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Semibold.otf") format("opentype"), url("../font/ProximaNova-Semibold.woff") format("woff"), url("../font/ProximaNova-Semibold.ttf") format("truetype"), url("../font/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-ThinIt';
  src: url("../font/ProximaNova-ThinIt.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-ThinIt.otf") format("opentype"), url("../font/ProximaNova-ThinIt.woff") format("woff"), url("../font/ProximaNova-ThinIt.ttf") format("truetype"), url("../font/ProximaNova-ThinIt.svg#ProximaNova-ThinIt") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("../font/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../font/PlayfairDisplay-Regular.otf") format("opentype"), url("../font/PlayfairDisplay-Regular.woff") format("woff"), url("../font/PlayfairDisplay-Regular.ttf") format("truetype"), url("../font/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #444; }

/* default font size */
.fa {
  font-size: 14px; }

.fa-1 {
  font-size: 20px; }

.fa-2 {
  font-size: 32px; }

.fa-3 {
  font-size: 64px; }

.fa-4 {
  font-size: 112px; }

.fa-5 {
  font-size: 192px; }

.fa-6 {
  font-size: 320px; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #23a1d1; }

a:hover {
  text-decoration: none; }

.grey-bkground {
  background-color: #fafafa;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.well {
  background-color: #fff;
  border-radius: 0;
  padding: 30px;
   }
  .well h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'PlayfairDisplay-Regular', sans-serif; }
  .well .title {
    text-transform: uppercase;
    color: #471f19;
    letter-spacing: 2px; }
  .well .text {
    padding: 20px; }
  .well .form-group {
    margin-bottom: 10px; }
    .well .form-group a {
      color: #8a8a8a;
      text-decoration: underline; }
  .well .btn {
    position: absolute;
    bottom: 60px; }

fieldset {
  margin: 20px 0 40px 0; }

legend {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 0;
  background-color: #fafafa;
  color: #471f19; }

label {
  font-size: 12px;
  font-weight: normal; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
  border-color: #ebebeb;
  box-shadow: none; }

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

input[type=checkbox] {
  top: 3px;
  position: relative; }

.list-custom {
  -webkit-padding-start: 20px; }

.table thead {
  background-color: #fafafa;
  text-transform: uppercase;
  color: #471f19; }
.table a {
  color: #8a8a8a; }
.table a:hover {
  color: #471f19 !important; }
.table .img-thumbnail {
  border: none; }
.table .btn-primary, .table .btn-remove {
  min-width: 30px;
  box-shadow: none;
  padding: 6px;
  color: #fff !important;
  background: none #471f19 !important;
  border-color: #471f19 !important;
  border-radius: 30px !important; }

.home-div {
  background: url(../../../../../image/catalog/home/featured_products/Untitled.png) center center repeat; }

.specials-div, .latest-div, .featured-div {
  margin-top: 30px;
  margin-left: 15%;
  width: 70%; }
  .specials-div .heading-title, .latest-div .heading-title, .featured-div .heading-title {
    margin-top: 5%;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    color: #481f1a; }
    .specials-div .heading-title .title-1, .latest-div .heading-title .title-1, .featured-div .heading-title .title-1 {
      font-size: 18px; }
    .specials-div .heading-title .title-2, .latest-div .heading-title .title-2, .featured-div .heading-title .title-2 {
      font-size: 24px; }
    .specials-div .heading-title .title-underline, .latest-div .heading-title .title-underline, .featured-div .heading-title .title-underline {
      margin-top: 15px;
      border-bottom: 5px solid #481f1a;
      width: 70px; }

.latest-div [class^="col-"]:nth-child(odd), .featured-div [class^="col-"]:nth-child(odd) {
  padding-right: 5px; }
.latest-div [class^="col-"]:nth-child(even), .featured-div [class^="col-"]:nth-child(even) {
  padding-left: 5px; }

.title-div {
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  font-size: 24px;
  line-height: 28px;
  background: url(../../../../../image/catalog/home/featured_products/Vector-Smart-Object.png) center top no-repeat;
  padding: 20px 0;
  color: #252525; }

.featured-product-div .product-desc-div {
  background-color: #fff;
  padding: 0 10px 10px 30px;
  height: 500px; }
  .featured-product-div .product-desc-div .top-button-div {
    text-align: right;
    font-size: 24px;
    margin-top: 10px; }
    .featured-product-div .product-desc-div .top-button-div button {
      border: none;
      background-color: transparent;
      box-shadow: none; }
  .featured-product-div .product-desc-div .text-country {
    color: #8a8a8a;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px; }
  .featured-product-div .product-desc-div .text-name {
    color: #252525;
    font-size: 28px;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    line-height: 30px; }
  .featured-product-div .product-desc-div .text-rating {
    margin-bottom: 20px; }
  .featured-product-div .product-desc-div .text-attributes {
    color: #8a8a8a;
    font-size: 13px;
    margin-bottom: 20px; }
  .featured-product-div .product-desc-div .btn-wishlist {
    background-color: #a78420;
    color: #fff;
    padding: 9px 12px;
    border: none;
    border-radius: 2px; }
.featured-product-div .lSPager {
  background-color: #fff; }

.featured2-div {
  background: url(../../../../../image/catalog/home/deals/Rectangle-6-copy-3.jpg) center center no-repeat;
  height: 320px;
  margin-top: 10px;
  /*margin-bottom: 100px;*/
  position: relative; }
  .featured2-div .title-div {
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 24px;
    line-height: 28px;
    background: none;
    color: #fff; }

body.common-home .featured2-div {
  margin-bottom: 100px; }
body.common-home .home-div #content {
  padding-top: 145px; }

.featured-desc-div {
  width: 40%;
  padding: 40px 30px;
  background: url(../../../../../image/catalog/home/deals/shutterstock_154829456.jpg) left top no-repeat #fff;
  height: 290px;
  position: absolute;
  left: 30%;
  top: 30%;
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.75); }
  .featured-desc-div .title {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #481f1a;
    margin-top: 20px;
    margin-bottom: 10px; }
  .featured-desc-div .desc {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 10px; }
  .featured-desc-div .link {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 12px;
    text-transform: uppercase; }
    .featured-desc-div .link a {
      color: #000; }

.countdown .c-outer {
  display: inline-block;
  padding: 10px 5px;
  background-color: #a78420;
  color: #fff;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px;
  border-radius: 3px;
  width: 60px; }
  .countdown .c-outer .digit {
    font-size: 24px;
    margin-bottom: 5px; }

.home-promotions-div {
  height: 600px;
  
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  /*margin-left: calc(-100vw / 2 + 1140px / 2);
  margin-right: calc(-100vw / 2 + 1140px / 2);*/
  /*margin-top: 20px;*/ }
  
/*  
@media (max-width: 1199px) {
.home-promotions-div {  
  margin-left: calc(-100vw / 2 + 940px / 2);
  margin-right: calc(-100vw / 2 + 940px / 2);
}
}  
@media (max-width: 991px) {
.home-promotions-div {  
  margin-left: calc(-100vw / 2 + 720px / 2);
  margin-right: calc(-100vw / 2 + 720px / 2);
}
}
@media (max-width: 767px) {
.home-promotions-div {  
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
}
*/  

  .home-promotions-div .promotion-item-div {
    width: 50%;
    position: relative;
    cursor: pointer; }
  .home-promotions-div .item-left {
    /*height: 100%;*/
    float: left; }
  .home-promotions-div .item-right {
    /*height: 50%;*/
    float: right; }
  .home-promotions-div .design1 .item-text-div {
    width: 25%;
    text-align: right;
    position: absolute;
    top: 250px;
    right: 50px;
    /*
    .description {
    	font-family: 'ProximaNova-Regular', sans-serif;
    	font-size: 13px;
    	color: #8a8a8a;
    	margin-bottom: 30px;
    }
    */ }
    .home-promotions-div .design1 .item-text-div .name {
      font-family: 'PlayfairDisplay-Regular', sans-serif;
      font-size: 28px;
      line-height: 30px;
      color: #481f1a;
      margin-bottom: 20px; }
    .home-promotions-div .design1 .item-text-div .blog-button {
      margin-bottom: 20px; }
  .home-promotions-div .design1 img {
max-width: 100%;	}
  .home-promotions-div .design2 {
    /*padding: 50px 80px;*/ }
    .home-promotions-div .design2 .item-text-div {
      width: 40%;
      text-align: left;
      position: absolute;
      top: 50px;
      left: 45%;
      /*
      .description {
      	font-family: 'ProximaNova-Regular', sans-serif;
      	font-size: 13px;
      	color: #8a8a8a;
      	margin-bottom: 30px;
      }
      */ }
      .home-promotions-div .design2 .item-text-div .name {
        font-family: 'PlayfairDisplay-Regular', sans-serif;
        font-size: 28px;
        line-height: 30px;
        color: #481f1a;
        margin-bottom: 20px; }
      .home-promotions-div .design2 .item-text-div .blog-button {
        margin-bottom: 20px; }
    .home-promotions-div .design2 img {
max-width: 100%;	  }
  .home-promotions-div .design3 {
    /*padding: 50px 80px;*/ }
    .home-promotions-div .design3 .item-text-div {
      width: 30%;
      text-align: left;
      position: absolute;
      top: 50px;
      left: 80px;
      /*
      .description {
      	font-family: 'ProximaNova-Regular', sans-serif;
      	font-size: 13px;
      	color: #8a8a8a;
      	margin-bottom: 30px;
      }
      */ }
      .home-promotions-div .design3 .item-text-div .name {
        font-family: 'PlayfairDisplay-Regular', sans-serif;
        font-size: 28px;
        line-height: 30px;
        color: #481f1a;
        margin-bottom: 20px; }
      .home-promotions-div .design3 .item-text-div .blog-button {
        margin-bottom: 20px; }
    .home-promotions-div .design3 img {
	  max-width: 100%; }

.single-product-div {
  background-color: #eeeeee; }
  .single-product-div .container {
    width: 96%; }
  .single-product-div h1 {
    font-family: 'PlayfairDisplay-Regular', sans-serif; }
  .single-product-div .country-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 10px; }
  .single-product-div .btn-group {
    margin-bottom: 10px;
    width: 100%; }
    .single-product-div .btn-group .btn {
      width: 49%; }
  .single-product-div .short-desc-div {
    margin-bottom: 20px; }
    .single-product-div .short-desc-div .desc-title {
      font-size: 20px;
      text-transform: uppercase;
      color: #471f19;
      margin-bottom: 10px; }
    .single-product-div .short-desc-div .desc-text {
      color: #7c7c7c; }
  .single-product-div .table-attribute td {
    border-top: none;
    border-bottom: 2px dotted #ddd; }
  .single-product-div .table-attribute td + td {
    text-align: right; }
  .single-product-div .table-attribute .attr-name {
    color: #a78420; }
  .single-product-div .table-attribute .attr-text {
    color: #6d6d6d; }
  .single-product-div .price-div h2 {
    font-family: 'ProximaNova-Bold';
    color: #471f19; }
  .single-product-div #product {
    margin-bottom: 20px; }
    .single-product-div #product label {
      font-size: 20px;
      text-transform: uppercase;
      color: #471f19; }
    .single-product-div #product .btn-cart {
      color: #fff !important;
      background-color: #a78420 !important;
      border: none; }
    .single-product-div #product .btn-primary .fa {
      float: left; }
    .single-product-div #product .gift-info-div {
      display: none;
      background-color: #898989;
      color: #dedede;
      padding: 30px;
      width: 100%; }
      .single-product-div #product .gift-info-div [class^="col-"] {
        padding-bottom: 5px; }
      .single-product-div #product .gift-info-div .info-title {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .single-product-div #product .gift-info-div .control-label {
        color: #dedede;
        font-size: 12px;
        text-transform: none; }
      .single-product-div #product .gift-info-div .btn-send-gift {
        background-color: #471f19;
        color: #fff;
        border: none;
        box-shadow: none; }
  .single-product-div .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .single-product-div .panel-default > .panel-heading {
    border-color: transparent;
    background: #fff;
    padding: 0; }
  .single-product-div .panel-heading {
    background-color: #e1e1e1 !important;
    color: #471f19 !important; }
  .single-product-div .panel-heading a {
    display: block;
    padding: 10px 0;
    color: #471f19;
    font-size: 14px;
    font-family: 'ProximaNova-Bold', sans-serif;
    text-decoration: none;
    border-top: 1px solid #eeeeee;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
  .single-product-div .panel-heading a:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    color: #111111;
    text-align: center;
    line-height: 35px;
    transform: rotate(0deg);
    transition: none 0.5s ease;
    transition-property: transform; }
  .single-product-div .panel-heading a.collapsed:before {
    transform: rotate(-90deg); }
  .single-product-div .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 15px;
    background-color: #eeeeee;
    color: #7c7c7c; }
  .single-product-div .panel-group .panel + .panel {
    margin-top: 0; }
  .single-product-div #collapse-3 .panel-body {
    background-color: #898989;
    color: #dedede; }
  .single-product-div #collapse-3 #form-review {
    width: 50%;
    margin-left: 25%; }
  .single-product-div #collapse-3 .help-block {
    color: #dedede; }
  .single-product-div #collapse-3 #button-review {
    color: #fff !important;
    background-color: #a78420 !important;
    border: none;
    box-shadow: none; }

.product-product #content {
  margin-top: 145px; }

.prod-related-div .prod-related-text {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 16px;
  line-height: 28px;
  background: url(../../../../../image/catalog/home/featured_products/Vector-Smart-Object.png) center top no-repeat;
  padding: 20px 0;
  color: #a78420;
  text-transform: uppercase; }
  .prod-related-div .prod-related-text a {
    color: #a78420; }
.prod-related-div .product-thumb {
  background-color: transparent;
  height: 220px;
  box-shadow: none; }
  .prod-related-div .product-thumb .right-corner-div {
    display: none; }
  .prod-related-div .product-thumb .product-overlay .center-button-div {
    margin-top: 0; }
.prod-related-div .product-thumb .image img {
  height: 200px; }
.prod-related-div .product-thumb .caption {
  padding: 0 10px;
  max-height: 100px; }
.prod-related-div .go-prev-slide {
  display: inline-block;
  transform: translateX(-4500%) translateY(-700%); }
.prod-related-div .go-next-slide {
  display: inline-block;
  transform: translateX(4300%) translateY(-700%); }

/* Product comparison */
.product-compare-div {
  background-color: #f7f7f7; }
  .product-compare-div .prod-img {
    margin-bottom: 20px; }
  .product-compare-div .prod-name {
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 24px;
    color: #252525;
    margin-bottom: 20px; }
  .product-compare-div .prod-attrs {
    margin-bottom: 30px; }
    .product-compare-div .prod-attrs .table-attribute td {
      border-top: none;
      border-bottom: 2px dotted #ddd; }
    .product-compare-div .prod-attrs .table-attribute .attr-name {
      color: #a78420;
      width: 30%;
      text-align: left; }
    .product-compare-div .prod-attrs .table-attribute .attr-text {
      color: #6d6d6d;
      width: 70%;
      text-align: right; }
  .product-compare-div .prod-buttons {
    margin-bottom: 20px; }
  .product-compare-div .btn-cart {
    color: #fff !important;
    background-color: #a78420 !important;
    border: none; }
  .product-compare-div .btn-primary .fa {
    float: left; }

/* Agencies */
.agencies-agencies h2 {
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }
.agencies-agencies .agency-item-div {
  margin: 30px 0; }
  .agencies-agencies .agency-item-div [class^="col-"] {
    /*border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
    padding-top: 15px;
    padding-bottom: 15px; }
    .agencies-agencies .agency-item-div [class^="col-"] .agency-item {
      margin: 0 auto; }

/* Home page agencies slider */
.agencies-div {
  margin-top: 50px; }
  .agencies-div .lslide img {
    margin: 0 auto; }
  .agencies-div .go-prev-slide {
    display: inline-block;
    transform: translateX(-5100%) translateY(-200%); }
  .agencies-div .go-next-slide {
    display: inline-block;
    transform: translateX(5100%) translateY(-200%); }

/* Events */
.bnews-list .artblock a {
  color: #a78420; }

.article-div {
  /*margin-top: 10px;*/ }
  .article-div .blog-gallery {
    margin-bottom: 20px;
    color: #ccc; }
    .article-div .blog-gallery .go-prev-slide {
      display: inline-block;
      transform: translateX(-2200%) translateY(-800%); }
    .article-div .blog-gallery .go-next-slide {
      display: inline-block;
      transform: translateX(2200%) translateY(-800%); }
    .article-div .blog-gallery i.fa {
      font-size: 30px; }
  .article-div .title-div, .article-div .title-div a {
    color: #a78420;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 20px;
    text-transform: uppercase; }
  .article-div .title-div {
    margin-top: 10px; }
  .article-div .article-title-div {
    color: #252525;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px; }
  .article-div .title-divider-div {
    text-align: center;
    width: 150px;
    border-bottom: 1px solid #e7e7e7;
    margin-left: 43%;
    margin-bottom: 20px; }
  .article-div .article-content {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 18px;
    color: #8a8a8a;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10%; }
  .article-div .desc-divider-div {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px; }

.side-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  z-index: 999; }
  .side-menu .thin {
    position: fixed;
    width: 50px;
    top: 0;
    left: 0;
    background-color: #ffffff; }
    .side-menu .thin .toggle {
      position: fixed;
      /*height: 215px;*/
      /*height: 145px;*/
      height: 15%;
      background-color: #000;
      padding: 50px 20px;
      cursor: pointer; }
  .side-menu .events-menu {
    /*display: none;*/
    position: fixed;
    width: 252px;
    top: 0;
    left: 50px;
    height: 15%;
    background-color: #ffffff;
    z-index: 90;
    padding: 70px 0;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ebebeb; }
  .side-menu .thin-div {
    width: 51px;
    left: 0;
    height: 100%;
    /*margin-top: 215px;*/
    margin-top: 145px;
    background-color: #ffffff;
    z-index: 90;
    /*transform: translateX(-734%);*/ }
    .side-menu .thin-div .text {
      			/*margin-top: 1000%;
                  transform: rotate(-90deg);*/
      padding: 20px 5px;
      text-align: center; }
      .side-menu .thin-div .text a {
        color: #000; }
      .side-menu .thin-div .text .archive-yr-mth {
        transform: rotate(-90deg);
        display: inline-block;
        margin: 10px 0; }
      .side-menu .thin-div .text .dot-divider {
        margin-bottom: 10px;
        font-size: 30px; }
      .side-menu .thin-div .text .dot-divider:nth-last-child(1) {
        display: none; }
  .side-menu .events-menu-div {
    /*display: none;*/
    position: fixed;
    width: 252px;
    height: 810px;
    top: 15%;
    left: 50px;
    background-color: #ffffff;
    z-index: 90;
    overflow: auto;
    border-right: 1px solid #ebebeb;
    /*transform: translateX(-144%);*/ }
    .side-menu .events-menu-div .item {
      border: 1px solid #ebebeb;
      position: relative; }
      .side-menu .events-menu-div .item div img {
        width: 250px;
        height: 200px; }
      .side-menu .events-menu-div .item .img-overlay {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 50px 30px;
        text-align: center;
        font-family: 'PlayfairDisplay-Regular', sans-serif;
        font-size: 14px;
        text-transform: uppercase; }
        .side-menu .events-menu-div .item .img-overlay .date {
          color: #a78420; }
    .side-menu .events-menu-div .item:hover > .img-overlay {
      display: block; }
  .side-menu .scroll-down-text {
    /*display: none;*/
    position: fixed;
    top: 94%;
    left: 50px;
    text-align: center;
    width: 252px;
    height: 100px;
    background-color: #000;
    /*padding-top: 20px;*/
    padding-top: 1%; }

.right-side-menu-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 200px;
  background-color: #a78420;
  color: #fff;
  font-size: 30px;
  padding: 90px 0;
  text-align: center;
  cursor: pointer;
  z-index: 999; }

.right-side-menu {
  /*display: none;*/
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 999;
  border-left: 1px solid #ebebeb; }
  .right-side-menu .close-menu {
    padding-top: 50px;
    cursor: pointer; }
  .right-side-menu .info-box {
    height: 30%;
    margin: 20px 50px;
    position: relative; }
    .right-side-menu .info-box .outer {
      border: 1px solid #ebebeb;
      padding: 5px;
      height: 100%;
      overflow: auto; }
    .right-side-menu .info-box .inner {
      border: 1px solid #ebebeb;
      height: 100%;
      text-align: center;
      padding: 30px 10px; }
      .right-side-menu .info-box .inner .title {
        font-size: 14px;
        text-transform: uppercase;
        color: #a78420;
        margin-bottom: 10px; }
      .right-side-menu .info-box .inner .text {
        font-size: 14px;
        font-family: 'PlayfairDisplay-Regular', sans-serif;
        color: #471f19;
        margin-bottom: 20px; }
    .right-side-menu .info-box .top-ribbon-div {
      background: url(../../../../../image/catalog/events/Vector-Smart-Object-copy.png) top center no-repeat #fff;
      width: 62px;
      height: 18px;
      position: absolute;
      top: -5px;
      left: 38%; }
  .right-side-menu .desc {
    padding: 0 30px;
    color: #8a8a8a;
    font-size: 12px; }
  .right-side-menu .divider {
    margin: 30px 0;
    border-bottom: 1px solid #ebebeb; }
  .right-side-menu .agency-div {
    /*height: 440px;
    overflow: auto;*/ }
    .right-side-menu .agency-div .title {
      font-family: 'PlayfairDisplay-Regular', sans-serif;
      font-size: 24px;
      text-align: center;
      margin-bottom: 30px; }
    .right-side-menu .agency-div .item {
      padding: 10px 5px;
      border-right: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; }
    .right-side-menu .agency-div .item:nth-last-child(1), .right-side-menu .agency-div .item:nth-last-child(2) {
      border-bottom: none; }

/* Hide Scrollbar */
::-webkit-scrollbar {
  display: none; }

::-webkit-scrollbar-track {
  display: none; }

::-webkit-scrollbar-thumb {
  display: none; }

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

.nav-tabs {
  margin-bottom: 15px;
  margin-top: 30px; }

div.required .control-label:after {
  content: ' *';
  color: #999;
  font-size: 8px;
  font-weight: bold; }

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

/* top */
.top-div {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.smaller-top-div {
  padding: 0 !important; }

.top-left-div {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
  width: 43%; }

.top-center-div {
  display: inline-block;
  vertical-align: top;
  width: 13%; }

.top-right-div {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
  width: 43%; }

#top-bar {
  background-color: #000;
  padding: 5px 0;
  font-size: 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  #top-bar ul {
    margin-bottom: 0; }
    #top-bar ul li {
      border-right: 1px solid #fff;
      padding-right: 15px;
      padding-left: 10px; }
    #top-bar ul li:last-child {
      border-right: none; }
  #top-bar a {
    color: #c0c0c0; }

#top {
  background-color: #fff;
  padding: 4px 0px 3px 0;
  /*margin: 0 0 10px 0;*/
  margin: 15px 0 0 0;
  min-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.smaller-top {
  margin: 0 !important; }

#top .container {
  padding: 0 20px; }

#top #currency .currency-select {
  text-align: left; }

#top #currency .currency-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none; }

#top .btn-link:hover, #top-links a:hover {
  color: #444; }

#top-links .dropdown-menu a {
  text-shadow: none; }

#top-links .dropdown-menu a:hover {
  color: #FFF; }

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px; }

#top-links {
  /*padding-top: 6px;*/
  padding-top: 0; }

#top-links a + a {
  margin-left: 15px; }

#top-links .list-inline {
  margin-bottom: 5px; }

/* logo */
#logo {
  margin: 0 0 10px 0;
  text-align: center; }
  #logo img {
    margin: 0 auto;
    height: 84px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; }
  #logo .smaller {
    height: 60px; }

/* search */
#search {
  /*margin-bottom: 5px;*/ }
  #search input[type=text] {
    background-color: #f1f1f1;
    border: none;
    box-shadow: none; }
  #search .input-group-addon {
    width: 0%;
    background-color: #f1f1f1;
    border: none;
    box-shadow: none; }

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px; }

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF; }

/* cart */
.cart-empty-div {
  margin-top: 20px;
  margin-bottom: 10px; }
  .cart-empty-div img {
    margin: 0 auto; }

.qty-control .qty-plus, .qty-control .qty-minus {
  background-color: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 15px; }
.qty-control .qty-box {
  display: inline-block;
  vertical-align: middle; }
  .qty-control .qty-box .form-control[name^=quantity] {
    padding: 6px;
    text-align: center; }

#cart {
  /*margin-bottom: 10px;*/
  border-left: 1px solid #e2e2e2; }
  #cart a:hover {
    color: #471f19 !important; }

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-transform: none !important;
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  min-width: 50px; }

#cart > .btn:hover {
  background-color: transparent !important;
  background-image: none !important; }

#cart.open > .btn {
  background-image: none;
  background-color: transparent !important;
  border: none;
  color: #666;
  box-shadow: none;
  text-shadow: none; }

#cart .btn-danger {
  min-width: 30px;
  box-shadow: none;
  padding: 6px;
  color: #fff !important;
  background: none #471f19 !important;
  border-color: #471f19 !important;
  border-radius: 30px !important; }

#cart.open > .btn:hover {
  color: #444; }

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001; }

#cart .dropdown-menu {
  min-width: 100%; }

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%; } }
#cart .dropdown-menu table {
  margin-bottom: 10px; }

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px; }

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%; } }
#cart .dropdown-menu li p {
  margin: 20px 0; }

/* Checkout */
#quickcheckoutconfirm {
  color: #8a8a8a; }
  #quickcheckoutconfirm [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  #quickcheckoutconfirm .input-group-btn .btn {
    margin-left: 10px; }
  #quickcheckoutconfirm .quickcheckout-heading {
    color: #471f19;
    background-color: #fafafa;
    text-transform: uppercase; }
    #quickcheckoutconfirm .quickcheckout-heading i {
      display: none; }
  #quickcheckoutconfirm .quickcheckout-content {
    border: none; }
    #quickcheckoutconfirm .quickcheckout-content .input-group-addon {
      border: none; }
    #quickcheckoutconfirm .quickcheckout-content .table tbody tr td {
      border-top: none; }
    #quickcheckoutconfirm .quickcheckout-content #create_account a {
      color: red;
      text-decoration: underline; }
    #quickcheckoutconfirm .quickcheckout-content #coupon-heading {
      color: #471f19;
      background-color: #fafafa;
      text-transform: uppercase; }
    #quickcheckoutconfirm .quickcheckout-content #coupon-content #button-coupon {
      background-color: #a78420;
      color: #fff;
      border: none; }
  #quickcheckoutconfirm .quickcheckout-cart {
    border: none; }
    #quickcheckoutconfirm .quickcheckout-cart a {
      color: #8a8a8a; }
    #quickcheckoutconfirm .quickcheckout-cart a:hover {
      color: #471f19 !important; }
    #quickcheckoutconfirm .quickcheckout-cart td.image img {
      border: none; }
    #quickcheckoutconfirm .quickcheckout-cart td.quantity {
      min-width: 50px !important; }
  #quickcheckoutconfirm .shipping-duration-text {
    color: #a78420; }
  #quickcheckoutconfirm #terms a {
    color: red;
    text-decoration: underline; }

/* Slider */
.master-slider .ms-slide-title {
  display: none; }
.master-slider .ms-slide-desc {
  margin-top: 20%;
  width: 60%;
  margin-left: 20%; }
  .master-slider .ms-slide-desc h1 {
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 60px;
    color: #fff; }
  .master-slider .ms-slide-desc h3 {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 22px;
    color: #fff; }

/* menu */
#menu {
  /*background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;*/
  min-height: 40px;
  /*margin: 8px 0;*/
  margin: 20px 0 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }

.smaller-menu {
  margin: 5px 0 0 0 !important; }

#menu .nav > li > a {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  min-height: 15px;
  background-color: transparent; }

#menu .nav > li > a.active {
  color: #a78420; }

#menu .nav > li > a:hover, #menu .nav > li.open > a {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  color: #a78420; }

#menu .dropdown-menu {
  padding-bottom: 0; }

#menu .dropdown-inner {
  display: table; }

#menu .dropdown-inner ul {
  display: table-cell; }

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px; }

#menu .dropdown-inner li a:hover {
  color: #FFFFFF; }

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px; }

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  /*background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  */
  background-color: #a78420;
  border: none; }

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8; }

@media (min-width: 768px) {
  #menu .dropdown:hover > .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }

  #menu .dropdown-inner {
    display: block; }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff; }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } }
/* content */
#content {
  min-height: 600px;
  padding-bottom: 15px; }

/* Privacy Policy, Terms & Conditions */
body.iid-3 #content, body.iid-5 #content {
  color: #8a8a8a; }
  body.iid-3 #content strong, body.iid-5 #content strong {
    color: #471f19;
    font-size: 14px;
    text-transform: uppercase; }

body.account-order .btn-info {
  min-width: 20px; }

/* footer */
footer {
  padding-top: 30px;
  background-color: #383838;
  border-top: 1px solid #ddd;
  color: #cdcdcd; }

footer hr {
  border-top: none;
  border-bottom: 1px solid #666; }

footer a {
  color: #ccc; }

footer a:hover {
  color: #fff; }

footer h5 {
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  font-size: 15px;
  color: #aeaeae;
  margin-bottom: 20px; }

footer .socials a {
  color: #fff;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 16px; }

footer .socials a i {
  vertical-align: middle;
  font-size: 16px; }

.mailchimp-integration .box-content .mi-block {
  min-width: 30px;
  margin: 0; }
  .mailchimp-integration .box-content .mi-block h4 {
    display: none; }
  .mailchimp-integration .box-content .mi-block input[type=text] {
    height: 30px;
    padding: 3px 5px; }
  .mailchimp-integration .box-content .mi-block a.button {
    min-width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: -5px;
    background-color: #a78420;
    border: 2px solid #a78420;
    border-radius: 0;
    color: #fff;
    box-shadow: none; }
  .mailchimp-integration .box-content .mi-block a.button:after {
    content: '\f0e0';
    font-family: 'FontAwesome'; }
  .mailchimp-integration .box-content .mi-block a.button:hover {
    color: #000 !important;
    background-color: #a78420 !important;
    opacity: 0.8; }

.company-info-div li:first-child {
  margin-bottom: 10px; }

.powered-div {
  padding: 15px 0 30px 0;
  background-color: #252525;
  color: #808080; }
  .powered-div #firstcom::before {
    content: url(../image/fcs-logo.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

/* alert */
.alert {
  padding: 8px 14px 8px 14px; }

/* breadcrumb */
.breadcrumb {
  margin: 30px 0 10px 0;
  padding: 0;
  /*background-color: #fff;*/
  background-color: transparent;
  padding-top: 145px; }

.breadcrumb i {
  font-size: 15px; }

.breadcrumb > li {
  position: relative;
  white-space: nowrap; }

.breadcrumb > li a {
  color: #a78420; }

.breadcrumb > li:first-child a {
  color: #000; }

/*
.breadcrumb > li:last-child a {
	color: #a78420;
}
.breadcrumb > li:nth-child(2) a {
	color: #a78420;
}
*/
.breadcrumb > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #000;
  padding-right: 10px; }

/*
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
.pagination-div {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb; }

.pagination {
  margin: 0; }

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: none;
  color: #471f19;
  margin: 0 5px; }

.pagination > .active > span {
  background-color: #471f19;
  border-color: #471f19;
  border-radius: 30px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #471f19;
  border-color: #471f19; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #471f19;
  border-color: #471f19;
  color: #fff;
  border-radius: 30px; }

/* buttons */
.buttons {
  margin: 1em 0; }
  .buttons div {
    margin-top: 15px; }

.buttons-divider {
  border-bottom: 1px solid #e5e5e5; }

.btn {
  padding: 9px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  min-width: 150px;
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-color: #000; }

.btn:hover, .btn:active, .btn:target, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #000 !important;
  color: #fff; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn-default {
  /*
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  */ }

.btn-primary {
  color: #000;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*background-color: #fff;*/
  background-color: transparent;
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; */
  border-color: #000; }

.btn-danger {
  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background: none transparent !important;
  border-color: #000 !important; }

.btn-info {
  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background: none #fff !important;
  border-color: #000 !important; }

.btn-primary:hover, .btn-primary:active, .btn-primary:target, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {
  background-color: #000 !important;
  color: #fff; }

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704; }

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420; }

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038; }

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a; }

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000; }

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111); }

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF; }

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome; }

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome; }

/* product list */
body.product-category .product-category-div {
  padding-top: 120px; }

#mfilter-content-container {
  /* Product list - list style */ }
  #mfilter-content-container [class^="col-"]:nth-child(odd) {
    padding-right: 0; }
  #mfilter-content-container [class^="col-"]:nth-child(even) {
    padding-left: 0; }
  #mfilter-content-container .product-list-div {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    #mfilter-content-container .product-list-div [class^="col-"]:nth-child(odd) {
      padding-right: 10px !important; }
    #mfilter-content-container .product-list-div [class^="col-"]:nth-child(even) {
      padding-left: 10px !important; }
    #mfilter-content-container .product-list-div .product-thumb {
      height: 100%; }
      #mfilter-content-container .product-list-div .product-thumb button {
        background-color: transparent;
        border: none; }
      #mfilter-content-container .product-list-div .product-thumb img {
        height: 100%; }
    #mfilter-content-container .product-list-div .caption h4 a {
      color: #471f19;
      font-size: 13px; }
    #mfilter-content-container .product-list-div .caption .price {
      color: #a78420;
      font-size: 18px; }
      #mfilter-content-container .product-list-div .caption .price .price-old {
        text-decoration: line-through; }
    #mfilter-content-container .product-list-div .btn-wishlist {
      background-color: #a78420;
      color: #fff;
      padding: 9px 12px;
      border: none;
      border-radius: 2px; }
    #mfilter-content-container .product-list-div .product-info-list .active {
      border: 1px solid #a78420;
      border-radius: 3px;
      padding: 5px 0; }
    #mfilter-content-container .product-list-div .product-info-list .product-thumb img {
      max-height: 250px; }
    #mfilter-content-container .product-list-div .vertical-pagination-div {
      text-align: center;
      color: #471f19; }
      #mfilter-content-container .product-list-div .vertical-pagination-div .item-num {
        padding: 5px;
        margin: 10px 30px;
        width: 40px;
        height: 40px;
        cursor: pointer; }
      #mfilter-content-container .product-list-div .vertical-pagination-div .active {
        border: 1px solid  #a78420;
        border-radius: 40px; }

.product-filter-div {
  text-transform: uppercase; }
  .product-filter-div .control-label {
    color: #481f1a !important; }
  .product-filter-div .dropdown-div {
    display: inline-block;
    margin-left: 10px; }
  .product-filter-div #input-sort {
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular', sans-serif !important;
    letter-spacing: 2px !important;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 2px; }

#list-view {
  padding: 0;
  min-width: 20px;
  border: none;
  box-shadow: none;
  background-color: transparent; }

#grid-view {
  padding: 0;
  min-width: 20px;
  border: none;
  box-shadow: none;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent; }

#list-view:hover, #grid-view:hover {
  background-color: transparent !important; }

#list-view:hover > .fa, #grid-view:hover > .fa {
  color: #a78420 !important; }

#message-div {
  margin-top: 10px; }

#productModal, #compareModal {
  overflow: auto;
  z-index: 99999; }
  #productModal .modal-backdrop.in, #compareModal .modal-backdrop.in {
    opacity: 0.8; }
  #productModal .modal-dialog, #compareModal .modal-dialog {
    width: 80%;
    height: 100%;
    margin: 0 0 0 20%;
    padding: 0; }
  #productModal .modal-header, #compareModal .modal-header {
    background-color: #eeeeee !important;
    border-bottom: none !important; }
  #productModal .modal-content, #compareModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0; }
    #productModal .modal-content #content, #compareModal .modal-content #content {
      background-color: #f7f7f7; }
      #productModal .modal-content #content .prod-info-div, #compareModal .modal-content #content .prod-info-div {
        padding: 40px 30px; }
        #productModal .modal-content #content .prod-info-div .prod-img, #compareModal .modal-content #content .prod-info-div .prod-img {
          margin-bottom: 20px; }
        #productModal .modal-content #content .prod-info-div .prod-name, #compareModal .modal-content #content .prod-info-div .prod-name {
          font-family: 'PlayfairDisplay-Regular', sans-serif;
          font-size: 24px;
          color: #252525;
          margin-bottom: 20px; }
        #productModal .modal-content #content .prod-info-div .prod-attrs, #compareModal .modal-content #content .prod-info-div .prod-attrs {
          margin-bottom: 30px; }
          #productModal .modal-content #content .prod-info-div .prod-attrs .table-attribute td, #compareModal .modal-content #content .prod-info-div .prod-attrs .table-attribute td {
            border-top: none;
            border-bottom: 2px dotted #ddd; }
          #productModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-name, #compareModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-name {
            color: #a78420;
            width: 30%;
            text-align: left; }
          #productModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-text, #compareModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-text {
            color: #6d6d6d;
            width: 70%;
            text-align: right; }
        #productModal .modal-content #content .prod-info-div .prod-buttons, #compareModal .modal-content #content .prod-info-div .prod-buttons {
          margin-bottom: 20px; }
        #productModal .modal-content #content .prod-info-div .btn-cart, #compareModal .modal-content #content .prod-info-div .btn-cart {
          color: #fff !important;
          background-color: #a78420 !important;
          border: none; }
        #productModal .modal-content #content .prod-info-div .btn-primary .fa, #compareModal .modal-content #content .prod-info-div .btn-primary .fa {
          float: left; }
      #productModal .modal-content #content .prod-info-div:nth-child(2), #compareModal .modal-content #content .prod-info-div:nth-child(2) {
        background-color: #f0f0f0; }
  #productModal .modal-body, #compareModal .modal-body {
    padding: 0; }
    #productModal .modal-body .btn-cart, #compareModal .modal-body .btn-cart {
      color: #fff !important;
      background-color: #a78420 !important;
      border: none; }

.product-thumb {
  background-color: #fff;
  margin-bottom: 20px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.35);
  position: relative;
  height: 220px;
  /*
  .product-overlay:after {
  	content: '';
  	position: absolute;
  	top: 0; left: 0;
  	border-top: 50px solid #481f1a;
  	border-right: 50px solid transparent;
  	width: 0;
  }
  */ }
  .product-thumb .right-corner-div {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 16px;
    font-size: 24px !important; }
    .product-thumb .right-corner-div .fa-check {
      color: #a78420 !important;
      cursor: pointer; }
  .product-thumb .product-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
    .product-thumb .product-overlay .top-button-div button {
      border: none;
      font-size: 16px !important;
      background-color: transparent;
      color: #fff;
      padding: 10px 30px 30px 10px; }
      .product-thumb .product-overlay .top-button-div button .fa {
        font-size: 16px !important; }
      .product-thumb .product-overlay .top-button-div button span {
        font-size: 24px !important; }
      .product-thumb .product-overlay .top-button-div button i {
        position: relative; }
    .product-thumb .product-overlay .top-button-div .wishlist-button {
      position: relative; }
    .product-thumb .product-overlay .top-button-div .wishlist-button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 30px solid #481f1a;
      border-right-color: transparent;
      border-bottom-color: transparent;
      width: 0;
      height: 0;
      z-index: 0; }
    .product-thumb .product-overlay .top-button-div .corner-div button {
      padding: 12px 15px;
      float: right;
      background-color: transparent !important;
      color: #a78420; }
    .product-thumb .product-overlay .top-button-div label {
      float: right;
      padding: 12px 15px;
      color: #a78420; }
      .product-thumb .product-overlay .top-button-div label .fa-check {
        cursor: pointer; }
    .product-thumb .product-overlay .center-button-div {
      margin-top: 20%;
      text-align: center; }
      .product-thumb .product-overlay .center-button-div button {
        background-color: #000;
        color: #fff;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        margin: 0 5px; }
      .product-thumb .product-overlay .center-button-div button + button {
        background-color: #a78420; }

.product-thumb:hover > .product-overlay {
  display: block; }

.product-thumb .image {
  text-align: center;
  padding: 10px;
  position: relative; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  height: 110px; }

.product-grid {
  padding-left: 10px;
  padding-right: 10px; }

.product-grid .product-thumb .image {
  float: none; }

.product-thumb .sale-logo {
  width: 40px;
  height: 40px;
  background-color: #9e0b0f;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 40px;
  padding-top: 10px; }

.product-thumb-big {
  height: 460px; }
  .product-thumb-big .image img {
    height: 360px; }

.selected-compare {
  border: 2px solid #a78420; }

#compare-total {
  color: #a78420; }

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px; } }
.product-thumb h4 {
  font-size: 13px;
  text-align: center; }
  .product-thumb h4 a {
    color: #471f19; }

.product-thumb .caption {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 20px;
  /* fallback */
  max-height: 80px; }

.product-thumb-big .caption {
  /* padding: 0 20px; */
  height: 70px; }

.product-list .product-thumb .caption {
  margin-left: 230px; }

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px; } }
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }

  .product-grid .product-thumb .caption {
    min-height: 0; } }
.product-thumb .rating {
  padding-bottom: 10px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }

.rating .fa-star {
  color: #FC0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #E69500; }

.rating a {
  color: #471f19; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #8a8a8a;
  text-align: center; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none; } }
.product-thumb .button-group button {
  width: 20%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

/*
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd; }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

.checkbox-inline, .radio-inline {
  position: relative; }

.compare-basket {
  width: 100%;
  padding: 10px 30px;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  background: #212227;
  z-index: 100000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1); }

.compare-basket--active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.action--compare {
  margin: 0 0 0 4px;
  opacity: 0;
  background-color: #a78420;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.compare-basket--active .action--compare {
  opacity: 1; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
			<div class="dropdown-inner">
				<ul class="list-unstyled">
					<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
							<div class="dropdown-inner">
							</div>
						</div>
					</li>
				</ul>
			</div>
		</div>
	</li>
</ul>
**/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu:after {
  position: absolute;
  right: 8px;
  top: 0;
  content: '\f0da';
  font-family: FontAwesome;
  height: 100%;
  vertical-align: middle;
  line-height: 28px;
  font-size: 14px;
  color: inherit; }

.dropdown-submenu:hover:after {
  color: #fff; }

@media (max-width: 768px) {
  .dropdown-submenu:after {
    content: '\f0d7'; } }
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%; }

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px; }

.clear {
  clear: both; }

:focus {
  outline: none !important; }

.account-content-div .row {
  border: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 50px; }
  .account-content-div .row h2 {
    margin-top: 0;
    font-family: 'PlayfairDisplay-Regular', sans-serif; }
  .account-content-div .row a {
    color: #8a8a8a; }
  .account-content-div .row a:hover {
    color: #471f19 !important; }

.register-content-div p a {
  color: #a78420; }
.register-content-div .form-group {
  margin-bottom: 5px; }
.register-content-div .text-agree {
  margin-right: 30px; }
  .register-content-div .text-agree a {
    color: red;
    text-decoration: underline; }

.login-content-div [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.iid-4 h2 {
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }
.iid-4 p {
  padding: 20px 0; }

#PopupBgOverlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999998;
  background-color: #000;
  opacity: 0.9;
  display: none; }

#PopupShell {
  position: fixed;
  display: none;
  z-index: 999999999;
  box-sizing: content-box;
  animation-duration: 1s; }
  #PopupShell .fa {
    font-size: 33px; }
  #PopupShell h1 {
    text-align: center; }
  #PopupShell a {
    color: #fff; }

.PopupTxt {
  color: #fff;
  text-shadow: 1px 1px 1px #000000; }

/* Default Breakpoint */
@media only screen and (max-width: 1536px) {
  .article-div .article-title-div {
    padding: 0 20%; }
  .article-div .article-content {
    padding: 0 20%; } }
@media only screen and (max-width: 1366px) {
  .countdown .c-outer {
    padding: 5px;
    font-size: 12px;
    margin: 2.5px;
    width: 52px; }
    .countdown .c-outer .digit {
      font-size: 14px;
      margin-bottom: 0px; } }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .right-side-menu {
    display: none; } }
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .top-right-div {
    width: 42%;
    margin-left: 5px; }

  #top-links li:first-child {
    width: 40%;
    margin-left: 10px; }

  .master-slider .ms-slide-desc {
    margin-top: 15%; }
    .master-slider .ms-slide-desc h1 {
      font-size: 24px; }
    .master-slider .ms-slide-desc h3 {
      font-size: 14px; }

  h1 {
    font-size: 18px; }

  h3 {
    font-size: 14px; }

  .title-div {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0; }

  .company-info-div {
    text-align: center; }

  .powered-div {
    padding-bottom: 60px; }

  #content {
    min-height: 900px; }

  .btn {
    min-width: 100px; }

  .featured-desc-div {
    width: 50%;
    left: 25%; }

  .home-promotions-div {
    /*margin-top: 20px;*/ }
    .home-promotions-div .promotion-item-div {
      width: 100%;
      position: relative; }
    .home-promotions-div .design1 .item-text-div {
      width: 80%;
      position: absolute;
      top: 30px;
      left: 10%; }
      .home-promotions-div .design1 .item-text-div .name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px; }
      .home-promotions-div .design1 .item-text-div .description {
        font-size: 12px;
        margin-bottom: 10px; }
      .home-promotions-div .design1 .item-text-div .blog-button {
        margin-bottom: 10px; }
    .home-promotions-div .design2 .item-text-div {
      width: 80%;
      position: absolute;
      top: 30px;
      left: 10%; }
      .home-promotions-div .design2 .item-text-div .name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px; }
      .home-promotions-div .design2 .item-text-div .description {
        font-size: 12px;
        margin-bottom: 10px; }
      .home-promotions-div .design2 .item-text-div .blog-button {
        margin-bottom: 10px; }
    .home-promotions-div .design3 .item-text-div {
      width: 80%;
      position: absolute;
      top: 30px;
      left: 10%; }
      .home-promotions-div .design3 .item-text-div .name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px; }
      .home-promotions-div .design3 .item-text-div .description {
        font-size: 12px;
        margin-bottom: 10px; }
      .home-promotions-div .design3 .item-text-div .blog-button {
        margin-bottom: 10px; }

  .featured-product-div .product-image-div {
    height: 100%;
    padding-top: 20%; }
  .featured-product-div .product-desc-div .text-name {
    font-size: 16px;
    line-height: 18px; }

  .agencies-div .lslide img {
    margin: 0 auto; }
  .agencies-div .go-prev-slide {
    display: inline-block;
    transform: translateX(0%) translateY(0%); }
  .agencies-div .go-next-slide {
    display: inline-block;
    transform: translateX(0%) translateY(0%); } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }

  .btn {
    margin-bottom: 10px; }

  .modal .modal-header .close {
    opacity: 1 !important; }

  .navbar-nav {
    margin: 0;
    text-align: center; }

  .navbar-header {
    text-align: center; }

  .navbar-toggle {
    margin-right: 0; }

  #menu .btn-navbar {
    float: none; }

  #menu #category {
    display: none; }

  .top-left-div {
    display: block;
    width: 100%;
    border-bottom: none; }

  .top-center-div {
    display: block;
    width: 100%; }

  .top-right-div {
    display: block;
    width: 100%;
    border-bottom: none; }

  .top-div {
    padding-bottom: 0; }

  #top-links {
    float: none !important; }
    #top-links .list-inline {
      margin-left: 0; }
    #top-links li {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    #top-links #search {
      width: 100%; }
    #top-links #cart {
      border-left: none; }
    #top-links #cart > .btn {
      padding: 0 5px; }

  .master-slider .ms-slide-desc {
    margin-top: 0%; }
    .master-slider .ms-slide-desc h1 {
      font-size: 20px; }
    .master-slider .ms-slide-desc h3 {
      font-size: 12px; }

  h1 {
    font-size: 18px; }

  h3 {
    font-size: 14px; }

  .title-div {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0; }

  .company-info-div {
    text-align: center; }

  .powered-div {
    padding-bottom: 60px; }

  #content {
    min-height: 0;
    padding-top: 325px !important; }

  .home-promotions-div {
    height: 900px;
    /*margin-top: 20px;*/ }
    .home-promotions-div .promotion-item-div {
      width: 100%;
      position: relative; }
    .home-promotions-div .item-left {
      height: 100%;
      float: none; }
    .home-promotions-div .item-right {
      height: 100%;
      float: none; }
    .home-promotions-div .design1 {
      height: 300px; }
      .home-promotions-div .design1 .item-text-div {
        width: 80%;
        position: absolute;
        top: 30px;
        left: 10%; }
        .home-promotions-div .design1 .item-text-div .name {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 10px; }
        .home-promotions-div .design1 .item-text-div .description {
          font-size: 12px;
          margin-bottom: 10px; }
        .home-promotions-div .design1 .item-text-div .blog-button {
          margin-bottom: 10px; }
    .home-promotions-div .design2 {
      height: 300px; }
      .home-promotions-div .design2 .item-text-div {
        width: 80%;
        position: absolute;
        top: 30px;
        left: 10%; }
        .home-promotions-div .design2 .item-text-div .name {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 10px; }
        .home-promotions-div .design2 .item-text-div .description {
          font-size: 12px;
          margin-bottom: 10px; }
        .home-promotions-div .design2 .item-text-div .blog-button {
          margin-bottom: 10px; }
    .home-promotions-div .design3 {
      height: 300px; }
      .home-promotions-div .design3 .item-text-div {
        width: 80%;
        position: absolute;
        top: 30px;
        left: 10%; }
        .home-promotions-div .design3 .item-text-div .name {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 10px; }
        .home-promotions-div .design3 .item-text-div .description {
          font-size: 12px;
          margin-bottom: 10px; }
        .home-promotions-div .design3 .item-text-div .blog-button {
          margin-bottom: 10px; }

  .lSSlideOuter {
    margin-bottom: 20px; }

  #vertical-list li img {
    width: 355px; }

  #mfilter-content-container [class^="col-"]:nth-child(odd) {
    padding-right: 15px; }
  #mfilter-content-container [class^="col-"]:nth-child(even) {
    padding-left: 15px; }

  .well .btn {
    position: inherit; }

  .specials-div, .latest-div, .featured-div {
    margin-top: 0;
    margin-left: 10%;
    width: 80%; }
    .specials-div .heading-title, .latest-div .heading-title, .featured-div .heading-title {
      margin-top: 5%; }
      .specials-div .heading-title .title-1, .latest-div .heading-title .title-1, .featured-div .heading-title .title-1 {
        font-size: 14px; }
      .specials-div .heading-title .title-2, .latest-div .heading-title .title-2, .featured-div .heading-title .title-2 {
        font-size: 16px; }
      .specials-div .heading-title .title-underline, .latest-div .heading-title .title-underline, .featured-div .heading-title .title-underline {
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 3px solid #481f1a;
        width: 70px; }

  .latest-div [class^="col-"]:nth-child(odd), .featured-div [class^="col-"]:nth-child(odd) {
    padding-right: 10px; }
  .latest-div [class^="col-"]:nth-child(even), .featured-div [class^="col-"]:nth-child(even) {
    padding-left: 25px;
    padding-right: 20px; }

  .featured-product-div .product-desc-div {
    padding: 10px 15px;
    height: 400px; }
    .featured-product-div .product-desc-div .top-button-div {
      text-align: right;
      font-size: 24px;
      margin-top: 10px; }
      .featured-product-div .product-desc-div .top-button-div button {
        border: none;
        background-color: transparent;
        box-shadow: none; }
    .featured-product-div .product-desc-div .text-country {
      font-size: 12px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .featured-product-div .product-desc-div .text-name {
      font-size: 14px;
      line-height: 16px; }
    .featured-product-div .product-desc-div .text-rating {
      margin-bottom: 10px; }
    .featured-product-div .product-desc-div .text-attributes {
      font-size: 12px;
      margin-bottom: 10px; }
    .featured-product-div .product-desc-div .btn {
      margin-bottom: 0;
      min-width: 100px; }
    .featured-product-div .product-desc-div .btn-wishlist {
      background-color: #a78420;
      color: #fff;
      padding: 9px 12px;
      border: none;
      border-radius: 2px; }
  .featured-product-div .lSPager {
    background-color: #fff; }

  .featured2-div {
    height: 320px; }
    .featured2-div .title-div {
      font-size: 18px;
      line-height: 22px; }

  .featured-desc-div {
    width: 80%;
    padding: 10px;
    left: 10%;
    top: 20%; }
    .featured-desc-div .title {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .featured-desc-div .desc {
      font-size: 10px;
      color: #8a8a8a;
      margin-bottom: 10px; }
    .featured-desc-div .link {
      font-size: 10px; }

  .countdown .c-outer {
    padding: 0;
    font-size: 10px;
    margin: 5px;
    width: 45px; }
    .countdown .c-outer .digit {
      font-size: 14px;
      margin-bottom: 0px; }

  /* Home page agencies slider */
  .agencies-div {
    margin-top: 50px; }
    .agencies-div .lslide img {
      margin: 0 auto; }
    .agencies-div .go-prev-slide {
      display: inline-block;
      transform: translateX(0%) translateY(0%); }
    .agencies-div .go-next-slide {
      display: inline-block;
      transform: translateX(0%) translateY(0%); }

  #productModal, #compareModal {
    overflow: auto; }
    #productModal .modal-backdrop.in, #compareModal .modal-backdrop.in {
      opacity: 0.8; }
    #productModal .modal-dialog, #compareModal .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    #productModal .modal-header, #compareModal .modal-header {
      background-color: #eeeeee !important;
      border-bottom: none !important; }
    #productModal .modal-content, #compareModal .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0; }
      #productModal .modal-content #content, #compareModal .modal-content #content {
        background-color: #eeeeee; }
        #productModal .modal-content #content .prod-info-div, #compareModal .modal-content #content .prod-info-div {
          padding: 20px 15px; }
          #productModal .modal-content #content .prod-info-div .prod-img, #compareModal .modal-content #content .prod-info-div .prod-img {
            margin-bottom: 10px; }
          #productModal .modal-content #content .prod-info-div .prod-name, #compareModal .modal-content #content .prod-info-div .prod-name {
            font-family: 'PlayfairDisplay-Regular', sans-serif;
            font-size: 14px;
            color: #252525;
            margin-bottom: 10px; }
          #productModal .modal-content #content .prod-info-div .prod-attrs, #compareModal .modal-content #content .prod-info-div .prod-attrs {
            margin-bottom: 10px; }
            #productModal .modal-content #content .prod-info-div .prod-attrs .table-attribute td, #compareModal .modal-content #content .prod-info-div .prod-attrs .table-attribute td {
              border-top: none;
              border-bottom: 2px dotted #ddd; }
            #productModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-name, #compareModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-name {
              color: #a78420;
              width: 30%;
              text-align: left; }
            #productModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-text, #compareModal .modal-content #content .prod-info-div .prod-attrs .table-attribute .attr-text {
              color: #6d6d6d;
              width: 70%;
              text-align: right; }
          #productModal .modal-content #content .prod-info-div .prod-buttons, #compareModal .modal-content #content .prod-info-div .prod-buttons {
            margin-bottom: 10px; }
          #productModal .modal-content #content .prod-info-div .btn-cart, #compareModal .modal-content #content .prod-info-div .btn-cart {
            color: #fff !important;
            background-color: #a78420 !important;
            border: none; }
          #productModal .modal-content #content .prod-info-div .btn-primary .fa, #compareModal .modal-content #content .prod-info-div .btn-primary .fa {
            float: left; }
        #productModal .modal-content #content .prod-info-div:nth-child(2), #compareModal .modal-content #content .prod-info-div:nth-child(2) {
          background-color: #f0f0f0; }
    #productModal .modal-body, #compareModal .modal-body {
      padding: 0; }
      #productModal .modal-body .btn-cart, #compareModal .modal-body .btn-cart {
        color: #fff !important;
        background-color: #a78420 !important;
        border: none; }

  .product-thumb {
    width: 80%;
    margin-left: 10%; }

  .product-thumb-big {
    height: 220px; }
    .product-thumb-big .image img {
      height: 110px; }

  .single-product-div {
    background-color: #eeeeee; }
    .single-product-div h1 {
      font-family: 'PlayfairDisplay-Regular', sans-serif; }
    .single-product-div .country-text {
      font-family: 'ProximaNova-Regular', sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: #8a8a8a;
      margin-bottom: 10px; }
    .single-product-div .btn-group {
      margin-bottom: 10px;
      width: 100%; }
      .single-product-div .btn-group .btn {
        width: 49%; }
    .single-product-div .short-desc-div {
      margin-bottom: 10px; }
      .single-product-div .short-desc-div .desc-title {
        font-size: 12px;
        text-transform: uppercase;
        color: #471f19;
        margin-bottom: 10px; }
      .single-product-div .short-desc-div .desc-text {
        color: #7c7c7c; }
    .single-product-div .table-attribute td {
      border-top: none;
      border-bottom: 2px dotted #ddd; }
    .single-product-div .table-attribute td + td {
      text-align: right; }
    .single-product-div .table-attribute .attr-name {
      color: #a78420; }
    .single-product-div .table-attribute .attr-text {
      color: #6d6d6d; }
    .single-product-div .price-div h2 {
      font-family: 'ProximaNova-Bold';
      color: #471f19; }
    .single-product-div #product {
      margin-bottom: 10px; }
      .single-product-div #product label {
        font-size: 12px;
        text-transform: uppercase;
        color: #471f19; }
      .single-product-div #product .btn-cart {
        color: #fff !important;
        background-color: #a78420 !important;
        border: none; }
      .single-product-div #product .btn-primary .fa {
        float: left; }
      .single-product-div #product .gift-info-div {
        display: none;
        background-color: #898989;
        color: #dedede;
        padding: 15px;
        width: 100%; }
        .single-product-div #product .gift-info-div [class^="col-"] {
          padding-bottom: 5px; }
        .single-product-div #product .gift-info-div .info-title {
          color: #fff;
          font-size: 14px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .single-product-div #product .gift-info-div .control-label {
          color: #dedede;
          font-size: 12px;
          text-transform: none; }
        .single-product-div #product .gift-info-div .btn-send-gift {
          background-color: #471f19;
          color: #fff;
          border: none;
          box-shadow: none; }
    .single-product-div .panel-default {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .single-product-div .panel-default > .panel-heading {
      border-color: transparent;
      background: #fff;
      padding: 0; }
    .single-product-div .panel-heading {
      background-color: #e1e1e1 !important;
      color: #471f19 !important; }
    .single-product-div .panel-heading a {
      display: block;
      padding: 10px 0;
      color: #471f19;
      font-size: 14px;
      font-family: 'ProximaNova-Bold', sans-serif;
      text-decoration: none;
      border-top: 1px solid #eeeeee;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
    .single-product-div .panel-heading a:before {
      content: '\f0d7';
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 20px;
      color: #111111;
      text-align: center;
      line-height: 35px;
      transform: rotate(0deg);
      transition: none 0.5s ease;
      transition-property: transform; }
    .single-product-div .panel-heading a.collapsed:before {
      transform: rotate(-90deg); }
    .single-product-div .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border: none;
      padding: 15px;
      background-color: #eeeeee;
      color: #7c7c7c; }
    .single-product-div .panel-group .panel + .panel {
      margin-top: 0; }
    .single-product-div #collapse-3 .panel-body {
      background-color: #898989;
      color: #dedede; }
    .single-product-div #collapse-3 #form-review {
      width: 50%;
      margin-left: 25%; }
    .single-product-div #collapse-3 .help-block {
      color: #dedede; }
    .single-product-div #collapse-3 #button-review {
      color: #fff !important;
      background-color: #a78420 !important;
      border: none;
      box-shadow: none; }

  .account-address table .btn:nth-child(1) {
    margin-right: -12px; }

  .mobile-menu-toggle {
    text-align: center;
    margin: 10px 0; }

  .mobile-view-div .events-menu {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .mobile-view-div .archive-div .text {
    padding: 10px 5px;
    text-align: center; }
    .mobile-view-div .archive-div .text a {
      color: #000; }
  .mobile-view-div .events-menu-div {
    /*display: none;*/
    background-color: #ffffff; }
    .mobile-view-div .events-menu-div .item {
      border: 1px solid #ebebeb;
      position: relative; }
      .mobile-view-div .events-menu-div .item div img {
        width: 250px;
        height: 200px; }
      .mobile-view-div .events-menu-div .item .img-overlay {
        /*display: none;*/
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 50px 30px;
        text-align: center;
        font-family: 'PlayfairDisplay-Regular', sans-serif;
        font-size: 14px;
        text-transform: uppercase; }
        .mobile-view-div .events-menu-div .item .img-overlay .date {
          color: #a78420; }

  .bnews-list .artblock a {
    color: #a78420; }

  .article-div {
    margin-top: 10px; }
    .article-div .blog-gallery {
      margin-bottom: 20px;
      color: #ccc; }
      .article-div .blog-gallery li {
        text-align: center; }
        .article-div .blog-gallery li img {
          width: 300px; }
      .article-div .blog-gallery .go-prev-slide {
        display: inline-block;
        transform: translateX(0%) translateY(0%); }
      .article-div .blog-gallery .go-next-slide {
        display: inline-block;
        transform: translateX(0%) translateY(0%); }
      .article-div .blog-gallery i.fa {
        font-size: 30px; }
    .article-div .title-div, .article-div .title-div a {
      color: #a78420;
      font-size: 14px;
      text-transform: uppercase; }
    .article-div .article-title-div {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px; }
    .article-div .title-divider-div {
      text-align: center;
      width: 150px;
      border-bottom: 1px solid #e7e7e7;
      margin-left: 43%;
      margin-bottom: 20px; }
    .article-div .article-content {
      font-size: 12px;
      color: #8a8a8a;
      margin-bottom: 20px; }
    .article-div .desc-divider-div {
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 20px; }

  .event-details-div .info-box {
    height: 30%;
    margin: 20px 50px;
    position: relative; }
    .event-details-div .info-box .outer {
      border: 1px solid #ebebeb;
      padding: 5px;
      height: 100%; }
    .event-details-div .info-box .inner {
      border: 1px solid #ebebeb;
      height: 100%;
      text-align: center;
      padding: 30px 10px; }
      .event-details-div .info-box .inner .title {
        font-size: 14px;
        text-transform: uppercase;
        color: #a78420;
        margin-bottom: 10px; }
      .event-details-div .info-box .inner .text {
        font-size: 14px;
        font-family: 'PlayfairDisplay-Regular', sans-serif;
        color: #471f19;
        margin-bottom: 20px; }
    .event-details-div .info-box .top-ribbon-div {
      background: url(../../../../../image/catalog/events/Vector-Smart-Object-copy.png) top center no-repeat #fff;
      width: 62px;
      height: 18px;
      position: absolute;
      top: -5px;
      left: 38%; }
  .event-details-div .desc {
    padding: 0 30px;
    color: #8a8a8a;
    font-size: 12px; }
  .event-details-div .divider {
    margin: 30px 0;
    border-bottom: 1px solid #ebebeb; }
  .event-details-div .agency-div {
    height: 440px;
    overflow: auto; }
    .event-details-div .agency-div .title {
      font-family: 'PlayfairDisplay-Regular', sans-serif;
      font-size: 16px;
      text-align: center;
      margin-bottom: 30px; }
    .event-details-div .agency-div .item {
      padding: 10px 5px;
      border-right: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; }
    .event-details-div .agency-div .item:nth-last-child(1), .event-details-div .agency-div .item:nth-last-child(2) {
      border-bottom: none; }

  .prod-related-div .prod-related-text {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0; }
  .prod-related-div .product-thumb {
    background-color: transparent;
    height: 220px;
    box-shadow: none; }
    .prod-related-div .product-thumb .right-corner-div {
      display: none; }
    .prod-related-div .product-thumb .product-overlay .center-button-div {
      margin-top: 0; }
  .prod-related-div .product-thumb .image img {
    height: 200px; }
  .prod-related-div .product-thumb .caption {
    padding: 0 10px;
    max-height: 100px; }
  .prod-related-div li {
    text-align: center; }
    .prod-related-div li img {
      width: 300px; }
  .prod-related-div .go-prev-slide {
    display: inline-block;
    transform: translateX(0%) translateY(0%); }
  .prod-related-div .go-next-slide {
    display: inline-block;
    transform: translateX(0%) translateY(0%); } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  #vertical-list li img {
    width: 300px; } }

/*# sourceMappingURL=stylesheet.css.map */
