/* ****************************************************************** */
/* SECTION : HEADER */
/* ****************************************************************** */

div.header {
  height: 322px;
  background: url(../img/header.jpg) no-repeat center;
  margin: 0 0 20px 0;
}
.mobile-background {
  display: none;
}
@media screen and (max-width: 766px) {
  div.header {
    background: #2f0e07;
    position: relative;
  }
  .mobile-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mobile-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 0;
  }
}

div.header-content {
  width: 960px;
  height: 322px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
img.logo {
  position: absolute;
  bottom: 30px;
  left: 0;
}
p.tag {
  position: absolute;
  bottom: 65px;
  right: 20px;
  font-family: "Cardo", "Times New Roman", Times, serif;
  font-size: 120%;
  line-height: 120%;
  text-align: right;
}
p.tag span.type {
  color: #a5854a;
}
p.tag span.cover {
  color: #a5854a;
  font-size: 70%;
}

div.shadow {
  height: 20px;
  width: 100%;
  background: url(../img/content-gradient.gif) repeat-x 0 0;
}

/* ****************************************************************** */
/* SECTION : CONTENT */
/* ****************************************************************** */

div.content {
  width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

div.main {
  width: 570px;
  float: left;
}

ul.list1 {
  width: 250px;
  float: left;
  margin-left: 20px;
}
ul.list2 {
  width: 250px;
  float: right;
  margin-bottom: 10px;
}

div.cta {
  width: 250px;
  float: right;
  background: #a7884f url(../img/cta-bg-bottom.gif) no-repeat 0 bottom;
  background: rgb(167, 136, 79);
  /*background: linear-gradient(142deg, rgba(167,136,79,0.2497373949579832) 0%, rgba(167,136,79,1) 35%, rgba(167,136,79,0.25253851540616246) 100%);*/
  /*background: linear-gradient(142deg, rgba(161,77,21,1) 0%, rgba(252,155,58,1) 35%, rgba(161,77,21,1) 100%);*/
  background: linear-gradient(
    143deg,
    rgba(167, 136, 80, 1) 31%,
    rgba(218, 164, 66, 1) 35%,
    rgba(167, 136, 80, 1) 65%,
    rgba(215, 162, 67, 1) 100%
  );
  background: linear-gradient(
    143deg,
    rgba(111, 76, 18, 1) 0%,
    rgba(159, 124, 66, 1) 33%,
    rgba(167, 136, 80, 1) 66%,
    rgba(111, 76, 18, 1) 100%
  );
  border: 1px solid #a7884f;
  border-radius: 10px;
}

div.cta p {
  padding: 20px 10px 0 10px;
  color: #340319;
  font-weight: bold;
  line-height: 100%;
  /*background : #A7884F url(../img/cta-bg-top.gif) no-repeat 0 top;*/
  margin: 0;
}
div.cta .cta-request {
  text-align: center;
  margin-bottom: 14px;
}
div.cta p.number {
  font-family: "Cardo", "Times New Roman", Times, serif;
  font-weight: normal;
  padding: 0 10px 10px 10px;
  font-size: 32px;
  color: #0f100b;
  background: transparent none;

  text-align: center;
}
div.cta p.number a {
  font-size: 34px;
  color: #0f100b;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
}
div.cta p.email {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 0px 10px 15px 10px;
  background: transparent none;
  /*color : #0F100B;*/
  color: #340319;
}
div.cta p.email a:link,
div.cta p.email a:visited {
  color: #340319;
}

div.social {
  width: 250px;
  float: right;
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
/*.social > * {
	max-width: 50px;
	width: 100%;
}*/
/*div.social p {
	font-size: 75%;
}
div.social p.facebook {
	float: right;
}
div.social p.facebook a {
	background: url(../img/facebook-24.png) no-repeat right 0;
	padding: 0 30px 0 0;
	line-height: 24px;
	display: block;
}*/

.addthis_toolbox {
  float: right;
  margin-top: 5px;
}
#at16pf {
  height: 18px;
}

img.celia {
  float: left;
  margin: 0 20px 20px 0;
}

div.location {
  width: 250px;
  float: left;
  margin: 20px 0 0 0;
}

div.products {
  width: 250px;
  float: right;
  margin: 20px 0 0 0;
}

div.location p,
div.products p {
  font-size: 90%;
}

div.sidebar {
  width: 320px;
  float: right;
}

/* Gallery */

.gallery {
  width: 100%;
  height: 246px;
  /*overflow: hidden;*/
  position: relative;
}
.slide {
  width: 320px;
  height: 246px;
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #0f100b;
  color: #fff;
}

/* Arrows */

.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsMinW .rsArrowLeft {
  left: -30px;
  top: 98px;
  bottom: auto;
  right: auto;
}
.rsMinW .rsArrowRight {
  right: -30px;
  top: 98px;
  bottom: auto;
}

.rsMinW .rsArrowIcn {
  width: 14px;
  height: 35px;
  /*margin-top: 3px;
	margin-left: 3px;*/
  position: absolute;
  cursor: pointer;
  background: url("../img/nav-arrows.gif") transparent;

  border-radius: 0;
}
.rsMinW .rsArrowIcn:hover {
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -0px 0px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -14px 0px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
}

/* Images */

.gallery a {
  position: relative;
  display: block;
  float: left;
  z-index: 1;
  margin: 0 10px 10px 0;
  border: 1px solid #705648;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -mz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.gallery a:hover,
.gallery a:active {
  border-color: #a7884f;
}

.gallery a:hover span {
  background: url(../img/icon-zoom.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  cursor: pointer;
}

p.gal-instruction {
  text-align: right;
  font-size: 75%;
  margin: 10px 15px 0 0;
}

li.quote {
  padding: 0;
  background: none;
  font-size: 100%;
  list-style: none;
}

li.quote p {
  font-size: 90%;
}
li.quote p.quotee {
  font-size: 90%;
  text-align: right;
}

div.test-nav {
  background: url(../img/test-nav-bg.gif) no-repeat 0 0;
  height: 30px;
  margin: 0 0 20px 0;
}
div.test-nav p {
  font-size: 75%;
}
img.quote-mark {
  float: left;
  margin: 0 10px 5px 0;
}
div.test-nav a {
  display: block;
}
p.test-prev a:link,
p.test-prev a:visited {
  background: url(../img/test-arrow-prev.gif) no-repeat 0 2px;
  padding: 0 0 0 20px;
  float: left;
  width: 70px;
  margin: 6px 0 0 10px;
  color: #0f100b;
}
p.test-next a:link,
p.test-next a:visited {
  background: url(../img/test-arrow-next.gif) no-repeat right 2px;
  padding: 0 20px 0 0;
  float: right;
  width: 40px;
  text-align: right;
  margin: 6px 10px 0 0;
  color: #0f100b;
}
p.test-page {
  float: left;
  width: 130px;
  text-align: center;
  margin: 6px 0 0 0;
}

/* ****************************************************************** */
/* SECTION : FOOTER */
/* ****************************************************************** */

div.footer {
  background: #080807 url(../img/footer-bg.gif) repeat-x top;
  margin: 40px 0 0 0;
}

div.footer-content {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

div.footer-content h2 {
  border-bottom: 0;
  color: #340319;
  padding-top: 20px;
  padding-bottom: 5px;
  margin: 0;
}

div.footer-content p {
  color: #340319;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 90%;
  line-height: 120%;
  width: 570px;
  margin: 0;
}

img.van {
  position: absolute;
  right: 0;
  bottom: 0;
}

div.legals {
  background: #0f100b;
}

div.legals p {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  font-size: 70%;
  color: Gray;
}

div.legals p a:link,
div.legals p a:visited {
  color: Gray;
}

/* ****************************************************************** */
/* SECTION : VIDEO */
/* ****************************************************************** */

.video-box {
  position: relative;
  height: 0;
  background: #000;
}

.vid-ratio-1-1 {
  padding-bottom: 100%;
}
.vid-ratio-16-9 {
  padding-bottom: 56.25%;
}
.vid-ratio-4-3 {
  padding-bottom: 75%;
}
.vid-ratio-hero {
  padding-bottom: 31.545741325%;
}

.video-box div,
.video-box object,
.video-box embed {
  position: absolute !important;
}

/* ****************************************************************** */
/* MISC */
/* ****************************************************************** */

/* -- Force succeeding non-floated elements onto next line -- */
.clear {
  clear: both;
  /* :IE6 HACK: Ensure empty DIV has no height */
  font-size: 0;
  height: 0;
  /* :End HACK: */
}

/* ****************************************************************** */
/* SECTION : COOKIE BANNER */
/* ****************************************************************** */

.cky-audit-table .cky-cookie-des-table li div {
  font-size: 14px;
  color: #212121;
  line-height: 150%;
}
