/* GENERAL */

body
{
  line-height: 1.4285;
  font-family:'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.hero-container {
  position: relative;
}

.bell {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB3aWR0aD0iMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTEyIDE2OTZxMC0xNi0xNi0xNi01OSAwLTEwMS41LTQyLjV0LTQyLjUtMTAxLjVxMC0xNi0xNi0xNnQtMTYgMTZxMCA3MyA1MS41IDEyNC41dDEyNC41IDUxLjVxMTYgMCAxNi0xNnptODE2LTI4OHEwIDUyLTM4IDkwdC05MCAzOGgtNDQ4cTAgMTA2LTc1IDE4MXQtMTgxIDc1LTE4MS03NS03NS0xODFoLTQ0OHEtNTIgMC05MC0zOHQtMzgtOTBxNTAtNDIgOTEtODh0ODUtMTE5LjUgNzQuNS0xNTguNSA1MC0yMDYgMTkuNS0yNjBxMC0xNTIgMTE3LTI4Mi41dDMwNy0xNTguNXEtOC0xOS04LTM5IDAtNDAgMjgtNjh0NjgtMjggNjggMjggMjggNjhxMCAyMC04IDM5IDE5MCAyOCAzMDcgMTU4LjV0MTE3IDI4Mi41cTAgMTM5IDE5LjUgMjYwdDUwIDIwNiA3NC41IDE1OC41IDg1IDExOS41IDkxIDg4eiIvPjwvc3ZnPg==');
}

.title50y {
    font-size: 25px;
    color: #C3A872;
  }
  
  .subTitle50y {
    font-size: 16px;
    color: white;
  }

.hero-text-wrapper {
  position: absolute;
  top: 0;
  width: 35%;
  right: 0;
  text-align: justify;
  margin-right: 5%;
  height: 100%;
}

.spec-list-ox > div.spec-list-bullet > div.spec-list-bullet-copy > a {
  color: #e2c98d;
}

.spec-list-ox > div.spec-list-bullet > div.spec-list-bullet-copy > a:hover {
  color:  #c59949;
}

.but-div a.learn-more-btn {
  font-weight: 400;
  width: auto;
  white-space: nowrap;
}


.but-div a.learn-more-btn.btn-de{
  font-weight: 400;
  width: 300px;
}

.hero-text {
  color: #FFFFFF;
  position: relative;
  top: 47%;
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.hero-container img {
  width: 100%;
}

.hero-text h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.mobile-content {
  display: none !important;
}

.desktop-content {
  display: inherit;
}

.spec-list-ox a {
  display: contents !important;
}

.r-space {
  white-space: nowrap;
}

@media screen and (min-width:1000px) and (max-width: 991px) {
  .hero-text-wrapper {
    width: 45%;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  /*.hero-container img {
    display: none;
  }*/

  .hero-text-wrapper {
    position: relative;
    width: auto;
    text-align: left;
    margin: 0 10px;
  }

  .hero-text {
    color: #000000;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .hero-text p {
    text-align: justify;
  }

  .mobile-content {
    display: inherit !important;
  }

  .desktop-content {
    display: none !important;
    flex-direction: column;
  }

  .r-space {
  white-space: normal;
  }

}

p {
   margin: 0 0 10px;
}
.show-more {
  width: 30px;
  height: 30px;

  display: block;
  border-radius: 100%;
  margin: 10px auto;

  background-color: rgb(202,155,60);

  position: relative;
}

.show-more:before,
.show-more:after {
  content: "";
  background: #FFF;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.show-more:before {
  height: 2px;
  width: 15px;
}

.show-more:after {
  height: 15px;
  width: 2px;
}

.learn-more-btn {
  height: auto;
  text-transform: uppercase;
  color: white;
  background-color: rgb(202,155,60);
  padding: 7px 21px;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
  letter-spacing:1px;
}

.learn-more-btn:hover {
  text-decoration: none;
}

.dav-btn {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  /*box-shadow: 0 0 0 4px rgba(128,128,128,0.5);*/
  background-color: rgba(128,128,128,0.375);
}

.dav-btn.dav-btn-alt
{
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   SLIDER                                          */
/*************************************************************************************/
/*************************************************************************************/

.custom-hero .owl-nav {
  display: none;
}

.custom-hero .owl-nav .owl-prev,
.custom-hero .owl-nav .owl-next {
  display: block !important;  
}

.custom-hero .owl-dots {
  top: -50px;
}

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  padding-bottom: 60px;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
  width: 100%;
  max-width: 510px;
  padding: 0;
  margin: auto;
  margin-bottom: 0;
  left: -9999px;
  right: -9999px;
  height: auto;
  bottom: 55px;
  top: auto;
}

/*.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container {
  display: none;
}*/

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content {
  width: 100%;
  text-align: center;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid p {
  text-align: center;
  font-size: 1em;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid .genericheader {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
    padding: 0;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-right .container-fluid {
    padding-left: 30px;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
    position: absolute;
    top: 0;
    width: 35%;
    right: 0;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding-right: 70px;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content {
    width: 100%;
    position: relative;
  }

  /*.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content p {*/
  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p {
    width: 100%;
  }

  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p:first-of-type {
    margin-top: 15px;
  }

  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
  .custom-hero.hero-cms .genericheader-lvl-3 {
    font-size: 1.7rem;
  }

  .custom-hero .owl-nav .owl-prev {
    left: 20px;
  }

  .custom-hero .owl-nav .owl-next {
    right: 20px;
  }

  .custom-hero.hero-cms > a {
    position: absolute;
    left: -9999px;
    right: -9999px;
    z-index: 2;
    bottom: 100px;
  }
}


.custom-hero.hero-cms .cmsImageText__text {
  display: none;
}

.custom-hero.hero-cms .owl-controls .owl-dot {
  width: 15px;
  height: 15px;

  display: inline-block;
  border-radius: 100%;
  margin: 0 10px;

  box-shadow: 0 0 0 4px rgba(128,128,128,0.5);
  background-color: rgba(128,128,128,0.75);

  border: none;
}

.custom-hero.hero-cms .owl-controls .owl-dot.active,
.custom-hero.hero-cms .owl-controls .owl-dot:hover {
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);

  border: none;
}

.custom-hero.hero-cms > a,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  background-color: rgba(0,0,0,0.75);
  border: 2px solid rgba(255,255,255,0.75);
  text-transform: uppercase;
  text-align: center;
}

.custom-hero.hero-cms > a:hover,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a:hover {
  text-decoration: none;
}
  
.custom-hero.hero-cms > a,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
  max-width: 210px;
  margin: auto;
  display: block;
}

.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader,
.custom-hero.hero-cms .genericheader {
  margin: 0;
}

.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
.custom-hero.hero-cms .genericheader-lvl-3 {
  font-weight: lighter;
}

.custom-hero.hero-cms .cmsMediaWrapper {
  background-position: bottom;
}

.custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
.custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
  display: block;
}

@media screen and (max-width: 1000px) {
  .custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
  .custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
    display: flex;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 1000px){
  .custom-hero.hero-cms .bp-left .container-fluid {
    text-align: right;
  }

  .custom-hero .owl-nav .owl-prev {
    left: 10px;
  }

  .custom-hero .owl-nav .owl-next {
    right: 10px;
  }

}

@media screen and (max-width: 991px) {
  .custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText__text {
    display: block;
    padding-bottom: 0;
    margin-top: 0px;
  }
  
  .custom-hero.hero-cms .cmsImageText__text h2, 
  .custom-hero.hero-cms .cmsImageText__text h3 {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom-hero.hero-cms .cmsMediaWrapper.bp-left{
    background-position: left;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p, .hero-cms .cmsImageText__text .cmsImageText__text__container .lead {
    display: block;
    text-align: justify;
  }
  
  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p:first-of-type,
  .hero-cms .cmsImageText__text .cmsImageText__text__container .lead:first-of-type {
    margin-top: 15px;
  }

  .custom-hero.hero-cms .cmsImageText__text h2, 
  .custom-hero.hero-cms .cmsImageText__text h3 {
    display: block;
  }

  .custom-hero.hero-cms .owl-controls {
    top: auto;
    bottom: 25px;
    margin: 0;
  }

  .custom-hero.hero-cms .cmsMediaWrapper {
    background-position: center;
    padding-bottom: 100%;

  }

  .custom-hero.hero-cms .owl-controls {
    top: 0;
    bottom: initial;
    margin-top: 100%;
  }

  .custom-hero .owl-nav {
    display: none !important;
  }

  .custom-hero .owl-nav .owl-prev,
  .custom-hero .owl-nav .owl-next {
    display: none !important; 
  }

}

.custom-hero.hero-cms .cmsMediaWrapper {
  padding-bottom: 60%;
}

.custom-hero.hero-cms .owl-controls {
  margin-top: 60%;
}

.custom-hero ul {
  margin: 0;
}

.slide-logo {
  margin: 15px auto;
}


.slider-body  {
  position: relative;
}

/*************************************************************************************/
/*************************************************************************************/
/*                              SPECIAL SLIDER                                       */
/*************************************************************************************/
/*************************************************************************************/

.slider.special-slider {
  position: relative;
}

.slider.special-slider .slider-controls {
  position:  absolute;
  bottom: 15px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.slider.special-slider .slider-slide {
  position: relative;
  /*display: none;*/
  opacity: 0;
  height: 0;
}

.slider.special-slider .slider-slide.active {
  /*display: block;*/
  opacity: 1;
  height: auto;
  transition: opacity linear 0.1s;

  width: calc(100% - 100px);
  margin: auto;
}


.slider.special-slider .slider-img {
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider.special-slider.special-slider-small .slider-img {
  padding-bottom: 49%;
}

.slider.special-slider .slider-caption {
  position: absolute;
  bottom: 40px;
  left: 46.5%;
  right: 0px;
  margin: 15px 20px;
  max-width: 620px;

  text-align: center;
  text-shadow:1px 2px 7px #000;
  color: #FFFFFF;
}

.slider.special-slider .slider-caption img {
  margin-bottom: 15px;
}

.slider.special-slider .slider-img > img {
  max-height: 340px;
  margin: auto;
  display: block;

  position: relative;
}

.slider.special-slider .caption-title {
  font-size: 1.85rem;
  text-transform: uppercase;
}

.slider.special-slider .slider-controls {
  text-align: center;
}

.slider.special-slider .slider-controls.ext-slider-controls {
  bottom: calc(-20px - 1em);
}

.slider.special-slider .slider-controls > div {
  display: inline-block;
}

.slider.special-slider .slider-controls .dav-btn {
  cursor: pointer;
}

.slider.special-slider .slider-controls .dav-btn.active {
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

/* Next & previous buttons */
.slider.special-slider .prev,
.slider.special-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px;
  height: auto;
  background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.slider.special-slider .next {
  right: 0;
  border-radius: 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider.special-slider .prev:hover,
.slider.special-slider .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/********* CUSTOM ************/

@media screen and (max-width: 767px) {
  #dom .slider.special-slider .slider-slide {
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }

  #dom .slider.special-slider .slider-slide.active {
    margin: auto;
    width: 100%;
    justify-content: center;
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: opacity linear 0.25s;
  }

  #dom .slider.special-slider .slider-slide .st-teaser {
    margin: 0 2vw;
    width: calc(50% - 8vw);
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                 SPECIAL MOBILE SLIDER                             */
/*************************************************************************************/
/*************************************************************************************/

.slider.special-slider.mobile-content .slider-img {
  height: 0;
  padding-bottom: 120%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.slider.special-slider.mobile-content .slider-img > img {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.slider.special-slider.mobile-content .slider-caption {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 15px 10px;
  max-width: none;
  text-shadow: none;
  color: black;
}

.slider.special-slider.mobile-content .slider-controls {
  position: relative;
  margin: 15px 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider.special-slider.mobile-content .prev,
.slider.special-slider.mobile-content .next {
  top: 300px;
}

/******* CHEF SPECIAL ******/
/*
#chefs-slider .slider.special-slider.mobile-content .slider-caption {
  color: #FFFFFF;
  text-shadow: 1px 2px 7px #000000;
  width: 55%;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-info img {
  max-width: 100%;
  max-height: 100px;
  margin: 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-quote,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event {
  margin-left: 15px;
  margin-right: 15px;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event {
  margin-top: 10px;
  margin-bottom: 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-quote,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
  font-size: .8em;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-join,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-tickets {
  font-size: .9em;
  margin: 5px 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
  margin: 5px 0;
}
*/

/*************************************************************************************/
/*************************************************************************************/
/*                              CIGAR COMPOSITION                                    */
/*************************************************************************************/
/*************************************************************************************/

.cigar-showcase {
  padding: 50px 0;
}

.cigar-showcase > div {
  max-width: 980px;
  margin: auto;
}

.mobile-content .spec-title,
.mobile-content .spec-sub-title {
  text-align: center;
  text-transform: uppercase;
}

.cigar-info {
  position: relative;
}

.cigar-caption {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 40px;
  margin-left: 15px;
    margin-right: 15px;
}

.cigar-thirds {
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  padding-left: 50px;
}

.cigar-comp {
  width: 33%;
  border-left: 2px solid rgb(202,155,60);
  padding-left: 15px;
  padding-right: 10px;
}

.cigar-comp-third {
  font-size: 1.8em;
}

.cigar-flavors {
  position: relative;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin-bottom: 15px;
}

.cigar-flavor {
  width: 25%;
  text-align: center;
}

.flavor-icon {
  height: 60px;
  position: relative;
}

.flavor-icon > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60px;
  max-height: 60px;
}

.flavor-caption {
  text-transform: uppercase;
  font-size: .8em;
}

.cigar-comp-descr {
  text-align: justify;
}

.cigar-comp-descr p {
  margin-bottom: 0;
}

.cigar-img {
  position: relative;
  margin-top: 15px;
}

.cigar-img > img {
  width: 100%;
  display: block;
}

.cigar-img .cigar-marker {
  position: absolute;
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

.cigar-img .cigar-marker:nth-of-type(1) {
  top: 0%;
  left: 4%;
}

.cigar-img .cigar-marker:nth-of-type(2) {
  bottom: 95%;
  left: 35.83%;
}

.cigar-img .cigar-marker:nth-of-type(3) {
  bottom: 95%;
  left: 67.33%;
}

.cigar-spec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.cigar-spec-list > div > * {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.cigar-spec-label {
  text-align: right;
}

.cigar-spec-value {
  text-align: left;
}

.cigar-specs a.learn-more-btn {
  width: auto;
  color: #FFFFFF;
}

.mobile-content .cigarStrength .dot,
.cigar-showcase .cigarStrength .dot,
.cigarStrength .dot , .dot{
  position: relative;
  top: .1em;
  display: inline-block;
  margin: 0 .05em;
  width: .6em;
  height: .6em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.mobile-content .reverse.cigarStrength .dot,
.cigar-showcase .reverse.cigarStrength .dot,
.reverse.cigarStrength .dot, .dot {
  border-color: #000000;
}

.mobile-content .cigarStrength .dot.filled,
.cigar-showcase .cigarStrength .dot.filled,
.cigarStrength .dot.filled, .dot.filled{
  background: #ffffff;
}

.mobile-content .reverse.cigarStrength .dot.filled,
.cigar-showcase .reverse.cigarStrength .dot.filled,
.reverse.cigarStrength .dot.filled, .dot.filled {
  background: #000000;
}

.mobile-content .reverse.cigarStrength .dot.halved,
.cigar-showcase .reverse.cigarStrength .dot.halved,
.reverse.cigarStrength .dot.halved, .dot.halved {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

/************ MOBILE CONTENT ***********/

.mobile-content .cigar-info {
  display: flex;
  flex-direction: row;
}

.mobile-content .cigar-thirds {
  margin-top: 30px;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  justify-content: space-around;
  align-items: normal;

  padding-left: 0;
}

.mobile-content .cigar-flavors {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.mobile-content .cigar-flavor {
  width: 33%;
  text-align: center;
}
.mobile-content .flavor-icon {
  height: 50px;
}

.mobile-content .flavor-icon img {
  max-width: 50px;
  max-height: 50px;
}

.mobile-content .spec-title {
  font-size: 1.2em;
}

.mobile-content .spec-sub-title {
  font-size: 1.1em;
}

.mobile-content .spec-sub-title {
  text-transform: none;
}

.mobile-content .cigar-specs {
  margin-top: 30px;
}

.mobile-content .cigar-spec-title {
  font-size: 1em;
}

.cigar-mobile {
  background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/wsc_2019/img/WSC2019-cigar-mobile.png);
  background-size: cover;

  padding-top: 30px;
  padding-bottom: 30px;
}

/*************** CUSTOM **************/

#dom .cigar-specs {
  position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 12%;
    color: #FFFFFF;

    font-size: 1.35vw;
}

#dom .cigar-spec-list {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #dom .cigar-specs {
    position: relative;
    color: #000000;
    height: auto;
    width: auto;
    font-size: 12px;
    max-width: none;
    margin: 20px 45px;
  }
}
/*************************************************************************************/
/*************************************************************************************/
/*                                      STORY                                        */
/*************************************************************************************/
/*************************************************************************************/

.story
{
  position: relative;
}

.story img {
  width: 100%;
  display: block;
}

.story .story-copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 1.2em;
}

.story .story-copy .story-copy-main {
  max-width: 1000px;
  margin: 30px auto;
  align-self:center;
  color: #000000;
}

.story .story-copy .story-copy-main p {
  margin-bottom: 15px;
}

.story.story-product .story-copy,
.story.story-mood .story-copy {
  width: calc(50% - 4em);
    height: 100%;

    left: 0;

    margin-left: 2em;
    margin-right: 2em;
}

.story .story-copy.sc-left {
  left: 0;
  right: auto;
}

.story .story-copy.sc-right {
  left: auto;
  right: 0;
}

.story-header .story-copy h1 {
  margin-bottom: 1em;
}

.story-product .spec-copy,
.story-extra .extra-row.acc-description .spec-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-product .spec-list,
.story-extra .spec-list {
  text-align: left;
}

.story-product .spec-list .spec-list-bullet,
.story-extra .spec-list .spec-list-bullet {
  margin: 20px 0;
}

.story-product .spec-list .spec-list-bullet .spec-list-bullet-container,
.story-extra .spec-list .spec-list-bullet .spec-list-bullet-container {
  width: 0;
  display: inline-block;
}

.story-product .spec-list .spec-list-bullet .spec-list-bullet-copy,
.story-extra .spec-list .spec-list-bullet .spec-list-bullet-copy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.story-product .spec-list .spec-list-bullet .dav-btn,
.story-extra .spec-list .spec-list-bullet .dav-btn {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.75);
  background-color: rgba(255,255,255,1);
}

.story-extra {
  background-image: url(img/WSC2019-accessories-background.jpg);
  background-size: cover;
  color: #FFFFFF;
  padding: 5em 0;
}

.story-extra .extra-caption {
  max-width: 980px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.story-extra .extra-row.acc-description {
  display: flex;
  max-width: 980px;
  margin: auto;
  flex-direction: row;
  justify-content: space-around;
}

.story-extra .extra-row.acc-description:nth-child(odd) {
  flex-direction: row-reverse;
}

.story-product .spec-img,
.story-extra .extra-row.acc-description .spec-img {
  width: 55%;
  /*height: 100%;*/
}

.story-product .spec-img img,
.story-extra .extra-row.acc-description .spec-img img {
  width: 100%;
}

.story-extra .extra-row.acc-description .spec-copy {
  width: 35%;
  text-align: justify;
}

.story-product .spec-copy .section-title,
.story-extra .extra-row.acc-description .spec-copy .section-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
}

.story-extra .extra-row.acc-description {
  margin-bottom: 5em;
}

.story-extra .extra-row.acc-description img {
  width: 100%;
  margin: auto;
  display: block;
}

.story-extra .extra-separator {
  position: absolute;
  width: 100%;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 0 2px #000000;
}

.story-extra .extra-separator .extra-separator-copy {
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
}

.story-extra a.learn-more-btn {
  color: #FFFFFF;
  padding: 10px 30px;
  height: auto;
  font-weight: normal;
}

.story-teaser {
  padding-top: 4em;
  padding-bottom: 4em;
}

.story-teaser .st-heading {
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
}

.story-teaser .st-content-wrap {
  display: flex;
  margin: auto;
}

.story-teaser .st-teaser {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
}

.story-teaser .st-teaser .stt-copy {
  position: absolute;
  bottom: 0;
  width: 100%;

  height: 4em;

  background: -moz-linear-gradient(left, rgba(193,167,115,1) 0%, rgba(193,167,115,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a773', endColorstr='#00c1a773',GradientType=1 ); /* IE6-9 */

  transition: background-color ease 0.5s;
}

.story-teaser .st-teaser:hover .stt-copy {
  background-color: #C1A773;
}

.story-teaser .st-teaser .stt-copy p {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;

  margin: 0;
  left: 1.5em;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: auto;
}

.story.story-footer.story-teaser

/********* MOBILE *********/
@media screen and (max-width: 767px) {
  .story .story-copy {
    position: relative;
    left: auto;
    width: auto;
    max-width: 300px;
    margin: 15px auto;
    display: block;
    text-align: center;
    height: auto;
  }

  .story .story-copy .story-copy-main {
    margin: 0 15px;
  }

  .story .story-copy .story-copy-main p {
    font-size: .7em;
  }

  .story-extra {
    padding: 25px 0 35px;
  }

  .extra-row.acc-description {
    flex-direction: column;
  }

  .extra-row.acc-description:nth-child(even) {
    margin-bottom: 50px;
  }

  .extra-row.acc-description:nth-child(odd) {
    flex-direction: column;
  }

  .extra-row.acc-description .spec-img {
    width: 100%;
  }

  .extra-row.acc-description .spec-copy {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .extra-row.acc-description .spec-copy .section-title {
    font-size: 1.4em;
  }

  .extra-separator {
    top: 5%;
    padding: 0;
  }

  .extra-separator .extra-separator-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
  }

  .div_robusto {
  margin: auto;
    width: 100%;

  }

}

/************** CUSTOM *************/

.div_robusto {
  width: 33%;
}

.learn-more-btn.robusto:hover,
.learn-more-btn.robusto:active {
  background-color: #C59949;
  color: #FFF !important;
}


.learn-more-btn.robusto {
  display: inline-block;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px !important;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: #C59949;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: #C59949 !important;
  text-transform: uppercase !important;
  line-height: 36px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-align: center;
  background: 0 0;
}

#dom .story-copy * {
  color: rgba(0, 48, 57, 1);
}

#dom .story-header .story-copy h1 {
  font-size: 1.5em;
  color: #C3A872;
}

#dom .story-header .story-copy p {
  max-width: 550px;
}

#dom .story.story-extra {
  background-color: rgb(135,0,14);
}

#dom .story.story-footer.story-teaser {
  background-color: rgb(135,0,14);
}

#dom .story-teaser .st-heading {
  color: #C1A773;
}

#dom .story.story-mood:nth-of-type(4) .story-copy,
#dom .story.story-mood:nth-of-type(7) .story-copy {
  text-align: left;
  margin-right: 4em;
}

#dom .story.story-mood:nth-of-type(4) .story-copy {
  width: calc(40% - 8em);
}

#dom .story.story-mood:nth-of-type(7) .story-copy {
  width: calc(40% - 8em);
  margin-right: 3em;
}

#dom .story.story-mood:nth-of-type(7) .story-copy h1 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}

#dom .story.story-mood:nth-of-type(4) .story-copy p,
#dom .story.story-mood:nth-of-type(7) .story-copy p {
  text-transform: none;
  /*font-size: 0.8em;*/
  font-size: 14px;
  margin-bottom: 1.5em;
}

/*#dom .story.story-product:nth-of-type(6) .story-copy,
#dom .story.story-product:nth-of-type(9) .story-copy {
  width: calc(35% - 2em);
  margin-right: calc(5% + 2em);
}*/

/*#dom .story.story-product:nth-of-type(6) .story-copy > *,
#dom .story.story-product:nth-of-type(9) .story-copy > *{
  text-transform: none;
  text-align: left;
}*/

/*#dom .story.story-product:nth-of-type(6) .story-copy .section-title{
  text-transform: uppercase;
  text-align: center;
}*/

/*#dom .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
#dom .story.story-product:nth-of-type(9) .story-copy .spec-copy a.learn-more-btn {
  color: #FFFFFF;
  padding: 10px 30px;
  height: auto;
  font-weight: normal;
}*/

#dom .story.story-product .spec-list-bullet-container {
  vertical-align: top;
}

.ox  {
    position: relative !important;
  }

#dom .story.story-header .story-copy {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #dom .story .story-copy  {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 0;
    height: auto;
    margin: 0;
    margin-bottom: 100px;
  }

  .story-copy span.dot.halved,
  .story-copy span.dot.filled,
  .story-copy span.dot {
    font-size: 14px;
  }
  .ox  {
    position: relative !important;
  }

  #dom .story.story-mood:nth-of-type(4) .story-copy,
  #dom .story.story-mood:nth-of-type(7) .story-copy,
  #dom .story.story-mood .story-copy,
  #dom .story.story-product:nth-of-type(6) .story-copy,
  #dom .story.story-products .story-copy {
    width: 100%;
    margin: 0;
    text-align: center;
  }


  #dom .story.story-header .story-copy {
    margin-bottom: 0.75em;
  }

  /*#dom .story.story-header .story-copy p,
  #dom .story.story-product .story-copy p,
  #dom .story.story-mood .story-copy p {
    margin-left: 6vw;
    margin-right: 6vw;
    max-width: none;

    font-size: 2.3vw;
  }*/

  .story .story-copy .story-copy-main p {
    margin-bottom: 0.75em;
  }

  #dom .story.story-mood:nth-of-type(4) .story-copy p,
  #dom .story.story-mood:nth-of-type(7) .story-copy p {
    font-size: 2.35vw;
    margin-bottom: 1em;
  }

  #dom .story.story-mood:nth-of-type(7) .story-copy h1 {
    font-size: 3.75vw;
  }

/*  #dom .story.story-product:nth-of-type(6) .story-copy *,
  #dom .story.story-product:nth-of-type(9) .story-copy *,
  .story-copy *{
    font-size: 2.35vw;
  }
*/
  .story-product .spec-list .spec-list-bullet,
  .story-extra .spec-list .spec-list-bullet {
    margin: 10px 0;
  }

/*  #dom .story.story-product:nth-of-type(6) .story-copy .dav-btn,
  #dom .story.story-product:nth-of-type(9) .story-copy .dav-btn {
    width: 1vw;
    height: 1vw;
  }*/
  
/*  #dom .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet,
  #dom .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet {
    margin: 1em 0;
  }
*/
/*  #dom .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet-copy,
  #dom .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet-copy {
    margin-left: 5vw;
  }*/

  #dom .story.story-mood:nth-of-type(4) .story-copy {
    margin-bottom: 2.5vw;
  }

  #dom .story.story-mood:nth-of-type(7) .story-copy {
    margin-bottom: 5vw;
  }

/*  #dom .story.story-product:nth-of-type(6) .story-copy .section-title {
    margin-bottom: 1.25em;
    font-size: 3.75vw;
  }

  #dom .story.story-product:nth-of-type(6) .story-copy .section-title {
    margin-bottom: .75em;
    line-height: 1.2em;
  }*/

  /*#dom .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
  #dom .story.story-product:nth-of-type(9) .story-copy .spec-copy a.learn-more-btn {
    margin-top: 0.5em;
    margin-bottom: 3em;
    padding: 2.5vw 7.5vw;
  }*/
  
  #dom .story-extra a.learn-more-btn {
    padding: 2.5vw 7.5vw;
  }

  /*#dom .story.story-product .story-copy .spec-copy > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }*/
  #dom .story.story-product .story-copy .spec-copy {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  
  #dom .story-product .spec-copy .section-title {
    margin-bottom: 1em;
  }

  #dom .story .story-copy .story-copy-main {
    margin: auto;
  }

  #dom .story-header .story-copy h1 {
    font-size: 3.75vw;
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }

  #dom .story-extra {
    padding-top: 1em;
    padding-bottom: 0;
  }

  #dom .story-extra .extra-row.acc-description {
    margin-bottom: 3em;
  }

  /**/

  #dom .extra {
    padding: 25px 0 35px;
  }

  #dom .extra-row.acc-description {
    flex-direction: column;
  }

  #dom .extra-row.acc-description:nth-child(even) {
    margin-bottom: 0;
  }

  #dom .extra-row.acc-description:nth-child(odd) {
    flex-direction: column;
  }

  #dom .extra-row.acc-description .spec-img,
  #dom .acc-description .spec-copy,
  #dom .extra-row.acc-description .spec-copy {
    width: auto;
    margin-right: 10vw;
    margin-left: 10vw;
  }
  
  #dom .extra-row.acc-description .spec-copy .spec-description,
  #dom .extra-row.acc-description .spec-copy .spec-list .spec-list-bullet {
    font-size: 2.35vw;
  }

  #dom .extra-row.acc-description .spec-copy .spec-list .spec-list-bullet-copy {
    font-size: 2.35vw;
    margin-left: 5vw;
  }

  #dom .extra-row.acc-description .spec-copy .dav-btn {
    width: 1vw;
    height: 1vw;
  }
  
  #dom .extra-row.acc-description .spec-copy .spec-list-bullet {
    margin: 1em 0;
  }

  #dom .extra-row.acc-description .spec-copy .section-title {
    font-size: 3.75vw;
    margin-bottom: 1.5em;
  }

  #dom .extra-row.acc-description .spec-copy a.learn-more-btn {
    margin-top: 0.5em;
    margin-bottom: 3em;
    font-size: 2.35vw;
  }

  #dom-accessories .extra-separator {
    top: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #dom-accessories .extra-separator .extra-separator-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
  }

  /**/

  #dom .story-teaser .st-heading {
    font-size: 3.75vw;
  }

  #dom .story-teaser .st-teaser .stt-copy {
    height: 10vw;
  }

  #dom .story-teaser .st-teaser .stt-copy p {
    left: 1em;
    font-size: 3vw;
  }

  .div_robusto {
    margin: auto;
      width: 100%;

  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   VIDEO CAROUSEL                                  */
/*************************************************************************************/
/*************************************************************************************/

.video-carousel .video-carousel-caption {
  margin: 0 10px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.video-carousel .video-carousel-caption-separator {
  margin: auto;
  width: 5px;
  border: 1px solid #000000;
}

.video-carousel .video-carousel-title {
  font-size: 20px;
}

.video-carousel .video-carousel-subtitle {
  font-size: 16px;
}

.video-carousel .video-carousel-main {
  position: relative;
  max-width: 1400px;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
}

.video-carousel .video-carousel-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-carousel .video-carousel-navigation {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;

  position: relative;
  display: flex;
  justify-content: space-between;
}

.video-carousel .video-carousel-mini {
  width: 15%;
  display: inline-block;
  min-width: 200px;

  margin: auto;

  cursor: pointer;
}

.video-carousel .video-carousel-mini img {
  width: 100%;
}

.video-carousel .video-carousel-mini .video-carousel-mini-caption {
  text-align: center;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow {
  padding-left: 30px;
  padding-right: 30px;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini {
  display: none;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini.active {
  display: block;
}

.vcn-nav {
  position: absolute;
  height: 100%;
  width: 30px;
  cursor: pointer;
  top: 0;
  display: none;
  background-color: rgba(0,0,0,0);
  transition: all 0.6s ease;
}

.vcn-nav:hover {
  background-color: rgba(0,0,0,0.1);
}

.video-carousel-navigation.video-carousel-navigation-narrow .vcn-nav {
  display: block;
}

.vcn-nav::after,
.vcn-nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #CCCCCC;
}
.vcn-nav::after {
  transform: translateY(-50%) translateY(6px) rotate(45deg);
}

.vcn-nav::before {
  transform: translateY(-50%) translateY(-6px) rotate(-45deg);
}

.vcn-nav.vcn-prev {
  transform: rotate(180deg);
  left: 0;
}

.vcn-nav.vcn-next {
  right: 0;
}

/********* MOBILE *********/
@media screen and (max-width: 767px) {
  .video-carousel .video-carousel-navigation {
    flex-wrap: wrap;
  }

  .video-carousel .video-carousel-mini {
    width: auto;
    max-width: 48%;
    min-width: auto;
    margin-top: 0;
  }
}


/*************************************************************************************/
/*************************************************************************************/
/*                                   PRODUCT HERO                                    */
/*************************************************************************************/
/*************************************************************************************/

.product-hero-spec {
  margin: auto;
  margin-top: 50px;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.product-hero-spec img {
  width: 100%;
}

.product-hero-spec-description {
  width: 40%;
}

.product-hero-spec-content {
  text-align: center;
}

.product-hero-spec-content .learn-more-btn {
  padding: 25px 40px;
}

/*********** MOBILE **********/

@media screen and (max-width: 767px) {
  .product-hero {
    flex-direction: column;
  }

  .product-hero-spec {
    max-width: none;
    margin: 0 2%;
    flex-wrap: wrap;
  }

  .product-hero-spec-description,
  .product-hero-spec-product {
    width: 100%;
  }
}


/*************************************************************************************/
/*************************************************************************************/
/*                                    PRODUCT MAP                                    */
/*************************************************************************************/
/*************************************************************************************/

.product-map .product-map-wrapper {
  position: relative;
}

.product-map .product-map-wrapper img {
  width: 100%;
}

.product-map .product-marker {
  position: absolute;
  height: auto;
}

#chef-about .product-map {
  width: 60%;
  max-width: 1400px;
  margin: auto;
}

#chef-about .product-map a.product-marker:nth-of-type(1) {
  left: 28%;
  top: 35%;
}

#chef-about .product-map a.product-marker:nth-of-type(2) {
  left: 11%;
  top: 62%;
}

#chef-about .product-map a.product-marker:nth-of-type(3) {
  left: 51%;
  top: 87%;
}

#chef-about .product-map a.product-marker:nth-of-type(4) {
  left: 74%;
  top: 80%;
}

/*********** MOBILE **********/
@media screen and (max-width: 767px) {
  #chef-about .product-map {
    width: 100%;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                    FEATURE LIST                                   */
/*************************************************************************************/
/*************************************************************************************/

.feature-list > div {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.feature-list .dav-btn {
  align-self: start;
  margin-top: 5px;
  margin-right: 10px;
}

/*********** MOBILE **********/
@media screen and (max-width: 767px) {
  .feature-list > div span {
    font-size: .9em;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                      HELPERS                                      */
/*************************************************************************************/
/*************************************************************************************/

.unbreakable {
  white-space: nowrap;
}

span.unbreakable {
  font-size: 1em;
}

/*************************************************************************************/
/*************************************************************************************/
/*                                    CUSTOM RULES                                   */
/*************************************************************************************/
/*************************************************************************************/

#dom {
  background-color: #FFFFFF;
  color: #000000;

  margin: auto;
}

#dom > * {
  max-width: 1280px;
}

#dom .dom-story-content,
#dom .dom-cigar-list,
#dom .dom-cigarillos,
#dom .dom-accessories,
#dom .story {
  margin: auto;
  text-align: center;
}

#dom .story.story-alt {
  max-width: none;
}

#dom .story.story-alt .breakdown-learn-more {
  position: absolute;
  width: 100%;
  bottom: 8%;
}

#dom .story.story-alt .breakdown-learn-more a.learn-more-btn {
  color: #FFFFFF;
  padding: 10px 30px;
  height: auto;
  font-weight: normal;
}

#dom .sbsc-logo {
  margin-top: 2em;
  margin-bottom: 4em;
}

#dom .sb-head,
#dom .sb-body {
  max-width: 640px;
  margin: auto;
}

#dom .sb-head-title,
#dom .sb-head-subtitle {
  font-size: 1.5em;
  text-transform: uppercase;
}

#dom .sb-head-subtitle {
  display: inline-block;
  border-top: 5px solid;
  padding: 0 2em;
}

#dom .sb-body {
  margin: 2em auto;
}

#dom .sb-body .sb-p {
  margin: 1.5em auto;
}

#dom .sb-body .sb-learn-more {
  text-transform: uppercase;
}

#dom .dom-story-content {
  margin-top: 4em;
  margin-bottom: 4em;
}

#dom .dcl-row {
  margin: 7.5em auto;
}

#dom .dcl-row a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}

.story a {
  text-decoration: none;
  color: #FFFFFF;
  /*display: inline-block;*/
}

#dom .dom-cigarillos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#dom .dc-img-wrapper,
#dom .dc-links {
  width: 50%;
}

#dom .dc-img {
  width: 100%;
}

#dom .dc-links,
#dom .dc-links-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#dom .dc-links-copy {
  text-transform: uppercase;
  margin-bottom: 3em;
}


#dom .d-btn {
  display: inline-block;
  background-color: #C29A37;
  margin: 0.75em auto;
  padding: 1em 2em;
  
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

#dom .dclb-name {
  text-transform: uppercase;
}

#dom .da-title {
  text-transform: uppercase;
  margin: 2em 0;
  font-size: 1.5em;
}

#dom .da-img {
  width: 100%;
}

#dom .da-copy {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  margin: 2em 0;
}

#dom .dac-col {
  margin: auto 4em;
  width: 33.33%;
}

#dom .dac-col a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}


#dom .dacc-title {
  text-transform: uppercase;
  height: 2em;
}

#dom .dacc-copy {
  height: 8em;
}

#dom .dom-footer {
  margin-top: 5em;
}

#dom .sb-title {
  text-transform: uppercase;
  font-size: 1.5em;
}

#dom .sb-img-wrapper {
  position: relative;
}

#dom a.sb-link {
  display: inline-block;
  position: absolute;
  bottom: 45%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 50px 0px #000000;
  height: auto;
}

#dom a.sb-link .d-btn {
  margin: 0;
}

#dom .sb-link-esc {
  left: 22%;
}

#dom .sb-link-nic {
  left: 51%;
}

#dom .sb-link-yam {
  left: 79.5%;
}

#dom .sb-btn-esc {
  background-color: #00702F !important;
}

#dom .sb-btn-nic {
  background-color: #BD6226 !important;
}

#dom .sb-btn-yam {
  background-color: #B40032 !important;
}

@media screen and (max-width: 767px) {
  #dom .story.story-alt .breakdown-learn-more a.learn-more-btn {
    font-size: 2.35vw;
  }

  #dom .sb-head,
  #dom .da-title,
  #dom .sb-title {
    font-size: 1.25em;
  }

  #dom .sb-body .sb-p {
    font-size: 1em;
  }

  #dom .sb-head-title,
  #dom .sb-head-subtitle {
    font-size: 1em;
  }

  #dom .sb-head {
    padding: 0 1em;
  }

  #dom .sb-head-subtitle {
    padding: 0 2em;
  }

  #dom .story-header {
    overflow: hidden;
  }

  #dom .story-header img {
    width: 100%;
      margin auto;
      transform: none;
  }

  #dom .dom-cigar-list {
    padding: 0 2em;
  }

  #dom .dcl-row a {
    display: block;
    width: 100%;
  }

  #dom .dcl-img {
    width: 100%;
  }

  #dom .dom-cigarillos {
    flex-direction: column-reverse;
  }

  #dom .dc-img-wrapper,
  #dom .dc-links {
    width: 100%;
  }
  
  #dom .dc-links {
    margin: 2em 0;
  }
  
  #dom .dc-links-copy {
    margin-bottom: 2em;
  }

  #dom .dc-links-btns {
    flex-direction: row;
  }

  #dom .dc-links-btn {
    margin: 0.75em 1em;
    padding: 0.5em 0;
  }

  #dom .da-copy {
    flex-wrap: wrap;
  }

  #dom .dac-col {
    width: calc( 50% - 8vw );
    margin: auto 4vw;
    margin-bottom: 1em;
    margin-top: 1em;
  }

  #dom .dac-col:nth-child(3) .dacc-title {
    height: auto;
    margin-bottom: 1em;
  }

  #dom .dac-col:nth-child(3) .dacc-copy {
    height: auto;
    margin-bottom: 2em;
  }


  #dom .d-btn.dacc-learnmore {
    max-width: 10em;
    min-width: calc( 6em - 8vw);
    width: calc( 100% - 2em);
  }

  #dom .dacc-title {
    height: 3em;
  }
  
  #dom .dacc-copy {
    height: 12em;
  }

  #dom a.sb-link {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    box-shadow: none;
    margin: 1em 5%;
    margin-top: 45%;
  }

  #dom .sb-btn.d-btn {
    padding: 0.5em 1em;
  }

  #dom .sb-body {
    padding: 0 1em;
  }

  #dom .sbsc-logo {
    margin-top: 0;
    margin-bottom: 2em;
    max-width: 200px;
  }

  #dom .story.story-alt {
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
  }
  
  #dom .story.story-alt img {
    display: none;
  }
}

#dom .story.story-promo {
  background-image: url(https://odag-cf-prod.s3.amazonaws.com/sys-master/cdnimages/davidoff-brand/pages/davidoff-cigars/special-releases/dominicana/davidoff-dominicana-bg-wood.png
);
}

#dom .story.story-promo .sp-copy, .sp-copy.ox {
  max-width: 80em;
  width: 100%;
  padding: 2em;
  padding-top: 0;
  margin: auto;
}

#dom .story.story-promo .sp-copy h1, .sp-copy.ox h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.75em;
    font-size: 1.8em;
    font-weight: normal;
}

#dom .story.story-promo .sp-copy .sp-separator, .sp-copy.ox .sp-separator {
  border-top: 1px solid #C3A872;
    width: 50%;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 0.75em;
}

#dom .story.story-promo .sp-copy p, .sp-copy.ox p {
  color: #FFFFFF;
}

#dom .story.story-promo .sp-copy a.learn-more-btn, .sp-copy.ox a.learn-more-btn {
  font-weight: 400;
  width: 200px;
}

@media screen and (max-width: 767px) {
  #dom .story.story-promo .sp-copy h1, .sp-copy.ox h1 {
    font-size: 3.75vw;
  }
  
  #dom .story.story-promo .sp-copy p, .sp-copy.ox p {
    font-size: 2.35vw;
  }

  #dom .story.story-promo .sp-copy a.learn-more-btn, .sp-copy.ox a.learn-more-btn, .but-div a.learn-more-btn {
    font-size: 2.5vw;
    padding: 1.5vw 4.5vw;
    width: 45vw;
    margin: 1.5vw;
  }

  .but-div a.learn-more-btn.btn-de {
    font-size: 2.5vw;
    padding: 1.5vw 4.5vw;
    width: 45vw;
    margin: 1.5vw;
  }
}

.story .story-copy p {
  text-transform: none;
}

span.unbreakable {
  font-size: inherit;
  white-space: nowrap;
}



 .spec-list-ox .spec-list-bullet .dav-btn {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.75);
  background-color: rgba(255,255,255,1);
}

.spec-list-ox .spec-list-bullet .spec-list-bullet-copy {
  display: inline-block;
  vertical-align: middle;
  /*margin-left: 25px;*/
  margin: 0;
}

.spec-list-ox .spec-list-bullet .spec-list-bullet-container {
  width: 0;
  display: inline-block;
}

.spec-list-ox {
  text-align: left;
  align-content: center;
  text-align: center;
/*  margin-left: 25%;*/
/*  text-transform: uppercase;*/
}

.spec-list-ox .spec-list-bullet {
  margin: 5px 0;
}

.but-div {
  margin-bottom: 1em;
/*  margin-top: 1em;*/
  text-align:center;
}

.story-copy-main > h1{
  text-transform: uppercase;
}

/********* WEB PART ***********/


#webpart .wp-body-line {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin: 2em 0;
}

#webpart .wp-tile {
  position: relative;
  margin: 0 1em;

  height: auto;
  /*width: calc(42% - 4em);*/
}

#webpart .wp-tile .wp-img {
  width: 300px;
}

#webpart .wp-tile .wp-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  height: 4em;

  background: -moz-linear-gradient(left, rgba(193,167,115,1) 0%, rgba(193,167,115,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a773', endColorstr='#00c1a773',GradientType=1 ); /* IE6-9 */

  transition: background-color ease 0.5s;
}

#webpart .wp-tile:hover .wp-caption {
  background-color: #C1A773;
}

#webpart .wp-tile .wp-caption p {
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;

  margin: 0;
  left: 1.5em;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: auto;
}

#webpart .wp-header{
  margin-top: 2em;
  padding: 0 1em;
}

#webpart .wp-header h1 {
  font-size: 1.2em;
  text-align: center;
  color: rgb(202, 155, 60);
}

@media screen and (max-width: 799px) {
  #webpart .wp-body-line {
    margin: 0.5em 0;
  }

  #webpart .wp-tile {
    margin: 0 0.25em;
    width: calc(50% - 1em);
  }

  #webpart .wp-tile .wp-caption {
    /*height: 3em;*/
    height: 7vw;
  }

  #webpart .wp-tile .wp-caption p {
    /*font-size: 0.8em;*/
    font-size: 2vw;
    left: 0.5em;
  }

  #webpart .wp-header {
    margin: 1em 0;
    padding: 0 1em;
  }

  #webpart .wp-header h1 {
    font-size: 1em;
  }

  #webpart .wp-tile .wp-img {
    width: 100%;
  }

}







  .headerImg {
      margin: 0;
  }

body
  {
    line-height: 1.4285;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color:#333;
  }
  
  div.containerHeader {
    position:relative;
  }
  
  div.containerHeader .img50y {
    width: 100%;
    display: block;
  }
  
  .buttonFullvideo {
    background-color: rgb(195, 153, 72);
    color: white;
    padding: 10px 40px;

    text-decoration: none;
  }
  
  a .videoYear {
      width:250px;
      height: auto;
      margin-top: -20px;
  }
  
  #table50y, #th50y, #td50y {
      margin: 0 auto;
  }
  
  #th50y, #td50y {
      padding: 25px;
  }
  
  h3 + .paragraph {
    margin-top:0px;
    margin-bottom: -10px;
    color: rgb(195, 151, 72);
    font-size: 20px;
  }
  
  .years {
    color: rgb(195, 153, 72);
    font-size: 40px;
    margin: 0px;
  }
  
  .containerDiv {
      display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
      flex-direction: row;
      justify-content: center;
      /* align-items: center; */
  }
  
  .divTitle {
      position: absolute;
      bottom: 0px;
      /*left:-999px;
      right:-999px;*/
      width:100%;
      color: white;
  }
  
  #divLeft {
      float:left;
  }
  
  #divCenter {
      display: inline-block;
     /*  margin-left: 250px */
  }
  
  #divRight {
      /* float:right; */
      display: inline-block;
    vertical-align: top;
  }
  
  .timeline {
    height: 2680px;
    margin-top: 50px; 
  }
  
  .title50y {
    font-size: 25px;
  }
  
  .subTitle50y {
    font-size: 16px;
  }
  
  #table50y {
    margin-top: 25px;
  }
  
  .backgroundPage50y {
    background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/50-years-landing-page/milestones/50y-milestones-background.jpg");
    background-size: cover; 
  }
  
  .modalVideo {
    position: fixed;
    font-family: arial;
    font-size:80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  
  .modalHeaderVideo h2 { 
    color: #189CDA; 
    border-bottom: 2px groove #efefef; 
  }
  
  .modalVideo:target {
    opacity:1;
    pointer-events: auto;
  }
  
  .modalVideo > div {
    width: 700px;
    position: relative;
    margin: 10% auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .modalVideo .modalHeaderVideo { 
    padding: 5px 20px 0px 20px; 
  }
  
  .modalVideo .modalContent { 
    padding: 0px 20px 5px 20px; 
  }
  
  .modalVideo .modalFooter { 
    padding: 8px 20px 8px 20px; 
  }
  
  .modalFooter {
    background: #F1F1F1;
    border-top: 1px solid #999;
    -moz-box-shadow: inset 0px 13px 12px -14px #888;
    -webkit-box-shadow: inset 0px 13px 12px -14px #888;
    box-shadow: inset 0px 13px 12px -14px #888;
  }
  
  .modalFooter p {
    color:#D4482D;
    text-align:right;
    margin:0;
    padding: 5px;
  }
  
/*  .ok, .closeVideo, .cancel {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  } */
  
  .closeVideo {
    /* background: #606061; */
    /* color: #FFFFFF; */
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    width: 24px;
    text-decoration: none;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 20px;
    margin-right: 30px;
    margin-top: 25px;
    border: 1px solid white;
    color: white; 
  }

  .ok, .cancel {
    width:80px;
    float:right;
    margin-left:20px;
  }
  
  .iframeVideo {
    width: 640px;
    height: 480px;
  }
  
  .ok:hover { 
    background: #189CDA; 
  }
  
/*  .closeVideo:hover, .cancel:hover { 
    background: #D4482D; 
  } */
  
  .clear { 
    float:none; 
    clear: both; 
  }
  
  @media screen and (max-width: 768px){

      #divCenter {
          margin-left: 10px;
      }
      
      .title50y {
        font-size: 12px;
      }
      
      .subTitle50y {
        font-size: 9px;
      }
      
      .divTitle {
        margin-top: -150px;
        bottom: auto;
      }
      
      #td50y {
        display: block;
        margin: 0px !important;
        width: 100%;
        padding: 0px;
      }
      
      .timeline {
        height: 3800px;
        margin: 0px;
        margin-top: 40px;
        width: 100px;
      }
      
      .iframeVideo {
        width: 240px;
        height: 180px;
      }
      
      .modalVideo > div {
        width: auto;
        position: relative;
        margin: 10%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
      }
      
      .closeVideo {
        margin-top: 0px;
      }
      

      
  }


  .slider {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.slider.current-5 .slide {
  transform: translateX(-500%);
  -webkit-transform: translateX(-500%);
  -moz-transform: translateX(-500%);
  -o-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
}
.slider.current-5 .nav .current-5 {
  background: white;
}
.slider.current-4 .slide {
  transform: translateX(-400%);
  -webkit-transform: translateX(-400%);
  -moz-transform: translateX(-400%);
  -o-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
}
.slider.current-4 .nav .current-4 {
  background: white;
}
.slider.current-3 .slide {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
  -moz-transform: translateX(-300%);
  -o-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
}
.slider.current-3 .nav .current-3 {
  background: white;
}
.slider.current-2 .slide {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
}
.slider.current-2 .nav .current-2 {
  background: white;
}
.slider.current-1 .slide {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
.slider.current-1 .nav .current-1 {
  background: white;
}
.slider.current-0 .slide {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
.slider.current-0 .nav .current-0 {
  background: white;
}
.slider .slide {
  display: inline-block;
  -webkit-transition: -webkit-transform ease 0.4s;
  -moz-transition: -moz-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  transition: transform ease 0.4s;
}
.slider .slide header {
  opacity: 0;
  transform: translateY(2em);
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -o-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}
.slider .slide.current header {
  opacity: 1;
  transform: translateY(0em);
  -webkit-transform: translateY(0em);
  -moz-transform: translateY(0em);
  -o-transform: translateY(0em);
  -ms-transform: translateY(0em);
}
.slider .nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  margin: auto;
  font-size: 1rem;
  text-align: center;
}
.slider .nav .nav__current {
  cursor: pointer;
  display: none;
  margin: 0 .3em;
  width: .6em;
  height: .6em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  position: relative;
  bottom: 2em;
  border: solid 2px white;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 700px) {
  .slider .nav .nav__current {
    display: inline-block;
  }
}
.slider .nav .nav__prev,
.slider .nav .nav__next {
  width: 2em;
  height: 2em;
  position: absolute;
  bottom: calc(  50vw /  (382 / 150)  - 16px  );
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.slider .nav .nav__prev:before,
.slider .nav .nav__next:before,
.slider .nav .nav__prev:after,
.slider .nav .nav__next:after {
  content: "";
  display: block;
  width: 40%;
  border-top: solid 2px white;
}
.slider .nav .nav__prev.disabled,
.slider .nav .nav__next.disabled {
  display: none;
}
@media screen and (min-width: 1437px) {
  .slider .nav .nav__prev,
  .slider .nav .nav__next {
    bottom: 221px;
  }
}
.slider .nav .nav__prev {
  left: 8%;
}
.slider .nav .nav__prev:before {
  transform: rotate(45deg) translate(19px, 8px);
  -webkit-transform: rotate(45deg) translate(19px, 8px);
  -moz-transform: rotate(45deg) translate(19px, 8px);
  -o-transform: rotate(45deg) translate(19px, 8px);
  -ms-transform: rotate(45deg) translate(19px, 8px);
}
.slider .nav .nav__prev:after {
  transform: rotate(-45deg) translate(-1px, 12px);
  -webkit-transform: rotate(-45deg) translate(-1px, 12px);
  -moz-transform: rotate(-45deg) translate(-1px, 12px);
  -o-transform: rotate(-45deg) translate(-1px, 12px);
  -ms-transform: rotate(-45deg) translate(-1px, 12px);
}
.slider .nav .nav__next {
  right: 8%;
}
.slider .nav .nav__next:before {
  transform: rotate(45deg) translate(16px, 1px);
  -webkit-transform: rotate(45deg) translate(16px, 1px);
  -moz-transform: rotate(45deg) translate(16px, 1px);
  -o-transform: rotate(45deg) translate(16px, 1px);
  -ms-transform: rotate(45deg) translate(16px, 1px);
}
.slider .nav .nav__next:after {
  transform: rotate(-45deg) translate(-5px, 20.5px);
  -webkit-transform: rotate(-45deg) translate(-5px, 20.5px);
  -moz-transform: rotate(-45deg) translate(-5px, 20.5px);
  -o-transform: rotate(-45deg) translate(-5px, 20.5px);
  -ms-transform: rotate(-45deg) translate(-5px, 20.5px);
}
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
._text-shadow {
  text-shadow: 0 0 1.25em rgba(0, 0, 0, 0.5);
}
body {
  margin: 0;
}
#royal-release {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 100!important;
  overflow-x: hidden;
  color: #0a0500;
  background: #FFFFFF;
}
#royal-release h1 {
  line-height: 1.4em;
  font-size: 1.8em;
  margin-bottom: 1.5em;
  font-weight: 100;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  #royal-release h1 {
    font-size: 2.4em;
  }
}
#royal-release h2 {
  line-height: 1.3em;
  font-size: 1.3em;
  margin-bottom: 1.8em;
  font-weight: 100;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  #royal-release h2 {
    font-size: 1.3em;
  }
}
#royal-release p {
  line-height: 1.4em;
  font-weight: 100;
  text-align: justify;
}
@media screen and (min-width: 480px) {
  #royal-release p {
    font-size: 1em;
  }
}
#royal-release header {
  white-space: normal;
  position: absolute;
  left: 8%;
  width: auto;
  text-align: center;
  bottom: 1em;
  top: auto;
}
@media screen and (min-width: 480px) {
  #royal-release header {
    left: calc(8% + 5em);
  }
}
@media screen and (min-width: 700px) {
  #royal-release header {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  #royal-release header {
    width: 28%;
  }
}
#royal-release header h2 {
  margin: 16px 0;
}
#royal-release header p {
  margin: 16px 0;
  padding: 0;
  opacity: 1;
  position: static;
  text-shadow: 0 0 1.25em rgba(0, 0, 0, 0.5);
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  display: none;
}
@media screen and (min-width: 700px) {
  #royal-release header p {
    display: block;
  }
}
#royal-release .nobreak {
  /* Silbentrennung */
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
#royal-release .button.button--open,
#royal-release .button.button--external {
  text-transform: uppercase;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  padding: .7em 3em .6em 3em;
  color: #f6ad4f;
  background: #ffffff;
  border: solid 2px #f6ad4f;
  font-size: .8em;
  text-decoration: none;
  font-weight: 400;
  min-width: 8em;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#royal-release .button.button--open:hover,
#royal-release .button.button--external:hover {
  color: #ffffff;
  background: #f6ad4f;
  border: solid 2px #f6ad4f;
}
#royal-release .button.button--close {
  position: absolute;
  right: 1em;
  top: 2em;
  width: 30px;
  height: 30px;
  background: #c29a37;
  color: white;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#royal-release .button.button--close:hover {
  color: #c29a37;
  background: white;
}
#royal-release .row {
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#royal-release .row.outer {
  max-width: 100%;
  width: 1437px;
}

#royal-release .row.outer.mobile {
  display: none;
}

#royal-release .row.outer.mobile {
  display: block;
}

#royal-release .row.inner {
  max-width: 1160px;
  padding-top: .1px;
  padding-bottom: .1px;
}
#royal-release .row.inner.hspace {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
}
#royal-release .row.inner.hspace.hread {
  max-width: 48em;
  width: 100%;
  padding-bottom: 2em;
}
@media screen and (min-width: 700px) {
  #royal-release .row.inner.hspace .col-1-3 {
    width: calc((100% / 3) - 2em);
  }
}
@media screen and (min-width: 700px) {
  #royal-release .row.inner.hspace .col-2-3 {
    width: calc((100% / 3 * 2) - 2em);
  }
}
#royal-release .row .col-flip {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  #royal-release .row .col-flip {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
#royal-release .row .col-flip .col {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  #royal-release .row .col-flip .col {
    display: inline-block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
#royal-release .row .post-text--inline {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
#royal-release .row .post-text--inline.toggled {
  opacity: 1;
}
#royal-release .row .post-text--inline p:first-child {
  margin-top: 0!important;
}
#royal-release .col {
  vertical-align: top;
  white-space: normal;
  width: 100%;
  display: block;
}
@media screen and (min-width: 700px) {
  #royal-release .col.col-1-3 {
    display: inline-block;
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 700px) {
  #royal-release .col.col-2-3 {
    display: inline-block;
    width: calc(100% / 3 * 2);
  }
}
#royal-release .post-text {
  background: #02070d;
  overflow: hidden;
  height: 0;
  -webkit-transition: height ease 0.4s;
  -moz-transition: height ease 0.4s;
  -o-transition: height ease 0.4s;
  transition: height ease 0.4s;
}
#royal-release .post-text .inner {
  position: relative;
  padding-top: .1px;
  padding-bottom: .1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#royal-release .post-text .inner p {
  width: calc(100% - 6em);
}
#royal-release .post-text .inner p:first-of-type {
  margin-top: 2em;
}
#royal-release .post-text .inner p:last-of-type {
  margin-bottom: 2em;
}
#royal-release .product img {
  display: block;
}
@media screen and (min-width: 700px) {
  #royal-release .product .row.outer:first-of-type {
    background-size: 100% auto;
    min-height: 0;
  }
}

@media screen and (min-width: 700px) {
  #royal-release .product .row.outer:first-of-type .row.inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
}
#royal-release .product .inner h2 {
  text-align: center;
}
@media screen and (min-width: 700px) {
  #royal-release .product .inner h2 {
    text-align: left;
  }
}
#royal-release .product .inner p {
  margin: 1em 0;
  /* Silbentrennung */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#royal-release .product .inner h2 {
  margin-top: 2em;
  margin-bottom: 1em;

  color: rgb(202,155,60);
  text-align: center;
}

@media screen and (min-width: 700px) {
  #royal-release .product .inner h2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#royal-release .product .inner .col-1-3 {
  padding-top: .1px;
  text-align: center;
}
#royal-release .product .inner .col-1-3 .button--open {
  margin-top: 2em;
  margin-bottom: 4em;
}
#royal-release .product .inner .col-2-3 {
  text-align: center;
  position: relative;
}
#royal-release .product .inner .col-2-3 img,
#royal-release .product .inner .col-2-3 picture {
  margin-top: -1em;
  width: 100%;
}
#royal-release #main {
  background-image: url("../images/web-specials/img-damajagua-hero-1437x10.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  font-size: 0;
}
#royal-release #submain {
  background-image: url("../images/web-specials/img-damajagua-subhero-1437x10.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  font-size: 0;
}
#royal-release #intro {
  text-align: center;
  background-image: url("../images/web-specials/img-damajagua-intro-2876x408.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
#royal-release #subintro {
  text-align: center;
  background-image: url("../images/web-specials/img-damajagua-subintro-2876x226.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  height:220px;
}
#royal-release #intro .inner {
  padding-bottom: 2em;
}
#royal-release #royal-birth .row.outer {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
#royal-release #royal-birth .row.slider .slide {
  font-size: 16px;
  width: 100%;
  color: #eeeeee!important;
}
#royal-release #royal-birth .row.slider .slide img {
  display: block;
}
#royal-release #royal-birth .row.slider .slide p {
  /* Silbentrennung */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#royal-release #royal-birth .row.slider .nav {
  display: none;
}
@media screen and (min-width: 480px) {
  #royal-release #royal-birth .row.slider .nav {
    display: block;
  }
}
#royal-release #royal-birth .row.slider .nav .nav__current {
  display: none;
}
#royal-release #royal-birth .row.slider .nav .nav__prev,
#royal-release #royal-birth .row.slider .nav .nav__next {
  padding: .5em;
  border: solid 1px white;
  bottom: calc(  50vw / (1437 / 572) - 16px);
}
@media screen and (min-width: 1437px) {
  #royal-release #royal-birth .row.slider .nav .nav__prev,
  #royal-release #royal-birth .row.slider .nav .nav__next {
    bottom: 266px;
  }
}
#royal-release #royal-birth .row.slider .nav .nav__prev:before,
#royal-release #royal-birth .row.slider .nav .nav__next:before,
#royal-release #royal-birth .row.slider .nav .nav__prev:after,
#royal-release #royal-birth .row.slider .nav .nav__next:after {
  border-top-width: 1px;
}
#royal-release #royal-birth .row.slider .nav .nav__next:before {
  transform: rotate(45deg) translate(15px, 0px);
  -webkit-transform: rotate(45deg) translate(15px, 0px);
  -moz-transform: rotate(45deg) translate(15px, 0px);
  -o-transform: rotate(45deg) translate(15px, 0px);
  -ms-transform: rotate(45deg) translate(15px, 0px);
  width: 41%;
}
#royal-release .quote {
  font-size: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
#royal-release .quote img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  #royal-release .quote img[src$="748x553.jpg"] {
    width: 52.05288796%;
  }
  #royal-release .quote img[src$="689x553.jpg"] {
    width: 47.94711204%;
  }
}
#royal-release #cigars1,
#royal-release #cigars2 {
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding-top: 5em;
  padding-bottom: 2em;
  text-align: center;
}
#royal-release #cigars1 h2,
#royal-release #cigars2 h2 {
  margin-top: .2em;
  margin-bottom: .5em;
}
#royal-release #cigars1 .size,
#royal-release #cigars2 .size {
  margin: 0;
  text-align: center;
}
#royal-release #cigars1 .size .upper,
#royal-release #cigars2 .size .upper {
  font-variant: super;
  position: relative;
  font-size: 80%;
}
#royal-release #cigars1 .strength,
#royal-release #cigars2 .strength {
  margin-top: 0;
  margin-bottom: 2em;
  text-align: center;
}
#royal-release #cigars1 .strength .dot,
#royal-release #cigars2 .strength .dot, .dot {
  position: relative;
  top: .1em;
  display: inline-block;
  margin: 0 .05em;
  width: .6em;
  height: .6em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  border: solid 2px #0a0500;
  background: #ffffff;
}
 #cigars1 .strength .dot.filled,
#cigars2 .strength .dot.filled, .dot.filled {
  background: #0a0500;
}
#royal-release #cigars1 img[src$="img-royalrelease5-cigar2-626x112.jpg"],
#royal-release #cigars2 img[src$="img-royalrelease5-cigar2-626x112.jpg"] {
  margin-bottom: 1em;
}
#royal-release #cigars1 img {
  max-width: 90%;
}
#royal-release #cigars2 {
  padding-bottom: 4em;
}
#royal-release #cigars2 img {
  max-width: 64%;
}
@media screen and (min-width: 700px) {
  #royal-release #lighter img {
    width: 90%;
  }
}
#royal-release #lighter {
  background: url("../images/web-specials/bg-damajagua-1437x949.jpg");
  background-size: cover;
  background-position: center top;
}
#royal-release #ashtray {
  background: url("https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/2020/masterpiece-royal-release/background-masterpiece-royal-release.jpg");
  background-size: cover;
  background-position: center top;
}
#royal-release #ashtray .inner {
  white-space: nowrap;
}
#royal-release #ashtray {
  overflow: hidden;
}
#royal-release #ashtray .col-flip {
  position: relative;
  top: -20vw;
  margin-bottom: -20vw;
  margin-top:-10%;
}  
#royal-release #lighter .col-flip {
  margin-top:10%;
}
@media screen and (min-width: 700px) {
  #royal-release #ashtray .col-flip {
    position: static;
    margin-bottom: inherit;
  }
}

@media screen and (max-width: 700px) {
  #royal-release #ashtray .col-flip {
  margin-top:30%;
  margin-bottom:10px;
  }
}
#royal-release #ashtray img {
  position: relative;
  width: 110%;
  margin-top: -3em;
}
@media screen and (min-width: 700px) {
  #royal-release #ashtray img {
    left: 2em;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #royal-release #ashtray img {
    left: 5em;
    width: 100%;
  }
}
#royal-release #outro {
  position: relative;
  text-align: center;
  background-image: url("../images/web-specials/img-damajagua-outro-1437x10.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  font-size: 0;
}
#royal-release #outro img {
  display: block;
}
#royal-release #outro .button--external {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: none;
  white-space: nowrap;
}
@media screen and (min-width: 700px) {
  #royal-release #outro .button--external {
    bottom: 4vw;
  }
}
@media screen and (min-width: 1437px) {
  #royal-release #outro .button--external {
    bottom: 50px;
  }
}

.floatleftdamajagua {
float: left;
overflow: auto;

}

#royal-release a {
  color: #CA9B3C;
}

#royal-release p a {
  font-size: 1em;
}

#royal-release #main img {
  display: blocK;
}

#royal-release #intro .inner p {
  text-align: center;
}

#royal-release .quote .row.outer {
  display:flex;
  flex-direction:row;
}

#royal-release .quote img {
  flex-grow: 0;
  flex-shrink: 0;
}

#royal-release .quote .quote-img-wrapper {
  width: 100%;
  height: 100%;
}

#royal-release #ashtray .col-flip {
  display: block;
}

#royal-release #ashtray img {
  left: 0;
  width: 100%;
}

#royal-release #cigars1 .row.outer:nth-of-type(2) {
  margin: 3em auto;
}

@media screen and (min-width: 1000px)
{
  #royal-release #ashtray img {
    left: -5em;
  }
}

@media screen and (min-width: 700px)
{
  #royal-release #quote1.quote .quote-img-wrapper:nth-of-type(1) {
    width: 52.43682%;
  }
  
  #royal-release #quote1.quote .quote-img-wrapper:nth-of-type(2) {
    width: 47.56317%;
  }
  
  #royal-release #quote2.quote .quote-img-wrapper:nth-of-type(1) {
    width: 47.88097385%;
  }
  
  #royal-release #quote2.quote .quote-img-wrapper:nth-of-type(2) {
    width: 52.11902615%;
  }
  
  #royal-release #ashtray .col-flip {
    top: 0;
    position: relative;
    
    display: flex;
    flex-direction: row-reverse;
  }
  
  #royal-release #ashtray img {
    left: -2em;
  }
  
  #royal-release .row.inner.hspace .col-1-3 {
    margin-top: -5%;
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 700px)
{
  #royal-release .quote img {
    display:block;
  }
  
  #royal-release .quote .row.outer {
    flex-direction: column;
  }
}


#royal-release #intro,
#royal-release #lighter,
#royal-release .quote  {
  background: none;
}

#royal-release #outro {
  background: none;
}

#royal-release .row .col-flip .col.tti-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#royal-release #lighter .col-flip {
  margin-top: 8%;
  margin-bottom: 5%;
}

#royal-release #lighter .col-flip .col {
  vertical-align: middle;
}

#royal-release .acc-spec {
  margin-top: 3em;
}

#royal-release .acc-spec > * {
  margin: 1em auto;
}

#royal-release .quote .row.outer {
  font-size: 16px;
  text-align: center;
}

#royal-release .quote .row.outer .row.inner p {
  text-align: center;
}

#royal-release a.learn-more-btn {
  display: inline-block;

  background-color: rgb(202, 155, 60);
  color: #FFFFFF;
  font-size: 1em;
  padding: 1em 3em;
  margin: 1em 0;

  width: auto;
  height: auto;

  text-transform: uppercase;
  text-decoration: none;
}

#quote1 img {
  width: 100%;
}

#quote1 .row.outer .row.inner p {
  text-align: center;
}

#royal-release .inner p {
  margin: 1em 0;
}

/********* WEB PART ***********/


#webpart .wp-body-line {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin: 2em 0;
}

#webpart .wp-tile {
  position: relative;
  margin: 0 1em;

  height: auto;
  /*width: calc(42% - 4em);*/
}

#webpart .wp-tile .wp-img {
  width: 300px;
}

#webpart .wp-tile .wp-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  height: 4em;

  background: -moz-linear-gradient(left, rgba(193,167,115,1) 0%, rgba(193,167,115,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a773', endColorstr='#00c1a773',GradientType=1 ); /* IE6-9 */

  transition: background-color ease 0.5s;
}

#webpart .wp-tile:hover .wp-caption {
  background-color: #C1A773;
}

#webpart .wp-tile .wp-caption p {
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;

  margin: 0;
  left: 1.5em;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: auto;
}

#webpart .wp-header {
  margin-top: 2em;
  padding: 0 1em;
}

#webpart .wp-header h1 {
  font-size: 1.2em;
  text-align: center;
  color: rgb(202, 155, 60);
}

@media screen and (max-width: 799px) {
  #webpart .wp-body-line {
    margin: 0.5em 0;
  }

  #webpart .wp-tile {
    margin: 0 0.25em;
    width: calc(50% - 1em);
  }

  #webpart .wp-tile .wp-caption {
    /*height: 3em;*/
    height: 7vw;
  }

  #webpart .wp-tile .wp-caption p {
    /*font-size: 0.8em;*/
    font-size: 2vw;
    left: 0.5em;
  }

  #webpart .wp-header {
    margin: 1em 0;
    padding: 0 1em;
  }

  #webpart .wp-header h1 {
    font-size: 1em;
  }

  #webpart .wp-tile .wp-img {
    width: 100%;
  }

}

#humidor .row.outer {
/*  background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/2020/masterpiece-royal-release/background-masterpiece-royal-release.jpg");*/
  background-size: cover;
    background-position: center top;

    padding-top: 5em;
    padding-bottom: 2em;
}

#humidor .col-sc {
  top: 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#humidor .col-text {
  display: flex;
  flex-basis: calc( (80% / 3) - 2em );
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 1em;
  font-size: 16px;
}

#humidor .col-text h2 {
  margin-top: 0px;
  margin-bottom: 16px;

  font-weight: bold;
  color: rgb(202,155,60);
}

#humidor .col-text p {
  margin: 1em 0;
    font-size: 1em;
    line-height: 1.4em;
    font-size: .8em;
    font-weight: 100;
    text-align: center;
}

#humidor .col-img {
  flex-basis: calc( (80% / 3 * 2) - 2em );
  margin-right: 1em;
}

#humidor .col-img img {
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 700px) {
  #humidor .col-sc {
    flex-direction: column-reverse;
    width: 80%;
    margin: auto;
  }

  #humidor .col-img {
    flex-basis: auto;
  }

  #humidor .col-text {
    flex-basis: auto;
    margin-left: 0;
  }
}

#video {
  margin: auto;
}




@media screen and (min-width: 1437px) {
  #video {
    width: 1437px;
    height: 809px;
  }
}

@media screen and (min-width: 1000px and max-width: 1436px) {
  #video {
    width: 1000px;
    height: 563px;
  }
}

@media screen and (min-width:480px and max-width: 767px){
  #video {
    width: 700px;
    height: 394px;
  }
}

@media screen and (max-width: 480px) {
  #video {
    width: 100%;
    height: 270px;
    margin-top: -4em;
    margin-bottom: 0em;
  }
}

/* GENERAL */

body
{
  line-height: 1.4285;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #333;

}

.hero-container {
  position: relative;
}

.hero-text-wrapper {
  position: absolute;
  top: 0;
  width: 35%;
  right: 0;
  text-align: justify;
  margin-right: 5%;
  height: 100%;
}

.hero-text {
  color: #FFFFFF;
  position: relative;
  top: 47%;
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.hero-container img {
  width: 100%;
}

.hero-text h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.mobile-content {
  display: none !important;
}

.desktop-content {
  display: inherit;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .hero-text-wrapper {
    width: 45%;
    line-height: 15px;
  }

  #humidor .col-sc {
    flex-direction : column-reverse;
  }

  #humidor .col-text{
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /*.hero-container img {
    display: none;
  }*/

  .hero-text-wrapper {
    position: relative;
    width: auto;
    text-align: left;
    margin: 0 10px;
  }

  .hero-text {
    color: #000000;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .hero-text p {
    text-align: justify;
  }

  .mobile-content {
    display: inherit !important;
  }

  .desktop-content {
    display: none !important;
    flex-direction: column;
  }

  .cigar-spec-value {
    margin-left: 2px !important;
  }
}

p {
   margin: 0 0 10px;
}
.show-more {
  width: 30px;
  height: 30px;

  display: block;
  border-radius: 100%;
  margin: 10px auto;

  background-color: rgb(202,155,60);

  position: relative;
}

.show-more:before,
.show-more:after {
  content: "";
  background: #FFF;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.show-more:before {
  height: 2px;
  width: 15px;
}

.show-more:after {
  height: 15px;
  width: 2px;
}

.learn-more-btn {
  text-transform: uppercase;
  color: white;
  background-color: rgb(202,155,60);
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
}

.learn-more-btn:hover {
  text-decoration: none;
}

.dav-btn {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  box-shadow: 0 0 0 4px rgba(128,128,128,0.5);
  background-color: rgba(128,128,128,0.75);
}

.dav-btn.dav-btn-alt
{
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   SLIDER                                          */
/*************************************************************************************/
/*************************************************************************************/

.custom-hero .owl-nav {
  display: none;
}

.custom-hero .owl-nav .owl-prev,
.custom-hero .owl-nav .owl-next {
  display: block !important;  
}

.custom-hero .owl-dots {
  top: -50px;
}

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  padding-bottom: 60px;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
  width: 100%;
  max-width: 510px;
  padding: 0;
  margin: auto;
  margin-bottom: 0;
  left: -9999px;
  right: -9999px;
  height: auto;
  bottom: 55px;
  top: auto;
}

/*.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container {
  display: none;
}*/

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content {
  width: 100%;
  text-align: center;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid p {
  text-align: center;
  font-size: 1em;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid .genericheader {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
    padding: 0;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-right .container-fluid {
    padding-left: 30px;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
    position: absolute;
    top: 0;
    width: 35%;
    right: 0;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding-right: 70px;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content {
    width: 100%;
    position: relative;
  }

  /*.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content p {*/
  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p {
    width: 100%;
  }

  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p:first-of-type {
    margin-top: 15px;
  }

  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
  .custom-hero.hero-cms .genericheader-lvl-3 {
    font-size: 1.7rem;
  }

  .custom-hero .owl-nav .owl-prev {
    left: 20px;
  }

  .custom-hero .owl-nav .owl-next {
    right: 20px;
  }

  .custom-hero.hero-cms > a {
    position: absolute;
    left: -9999px;
    right: -9999px;
    z-index: 2;
    bottom: 100px;
  }
}


.custom-hero.hero-cms .cmsImageText__text {
  display: none;
}

.custom-hero.hero-cms .owl-controls .owl-dot {
  width: 15px;
  height: 15px;

  display: inline-block;
  border-radius: 100%;
  margin: 0 10px;

  box-shadow: 0 0 0 4px rgba(128,128,128,0.5);
  background-color: rgba(128,128,128,0.75);

  border: none;
}

.custom-hero.hero-cms .owl-controls .owl-dot.active,
.custom-hero.hero-cms .owl-controls .owl-dot:hover {
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);

  border: none;
}

.custom-hero.hero-cms > a,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  background-color: rgba(0,0,0,0.75);
  border: 2px solid rgba(255,255,255,0.75);
  text-transform: uppercase;
  text-align: center;
}

.custom-hero.hero-cms > a:hover,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a:hover {
  text-decoration: none;
}
  
.custom-hero.hero-cms > a,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
  max-width: 210px;
  margin: auto;
  display: block;
}

.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader,
.custom-hero.hero-cms .genericheader {
  margin: 0;
}

.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
.custom-hero.hero-cms .genericheader-lvl-3 {
  font-weight: lighter;
}

.custom-hero.hero-cms .cmsMediaWrapper {
  background-position: bottom;
}

.custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
.custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
  display: block;
}

@media screen and (max-width: 768px) {
  .custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
  .custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
    display: flex;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .custom-hero.hero-cms .bp-left .container-fluid {
    text-align: right;
  }

  .custom-hero .owl-nav .owl-prev {
    left: 10px;
  }

  .custom-hero .owl-nav .owl-next {
    right: 10px;
  }

}

@media screen and (max-width: 991px) {
  .custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText__text {
    display: block;
    padding-bottom: 0;
    margin-top: 0px;
  }
  
  .custom-hero.hero-cms .cmsImageText__text h2, 
  .custom-hero.hero-cms .cmsImageText__text h3 {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom-hero.hero-cms .cmsMediaWrapper.bp-left{
    background-position: left;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p, .hero-cms .cmsImageText__text .cmsImageText__text__container .lead {
    display: block;
    text-align: justify;
  }
  
  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p:first-of-type,
  .hero-cms .cmsImageText__text .cmsImageText__text__container .lead:first-of-type {
    margin-top: 15px;
  }

  .custom-hero.hero-cms .cmsImageText__text h2, 
  .custom-hero.hero-cms .cmsImageText__text h3 {
    display: block;
  }

  .custom-hero.hero-cms .owl-controls {
    top: auto;
    bottom: 25px;
    margin: 0;
  }

  .custom-hero.hero-cms .cmsMediaWrapper {
    background-position: center;
    padding-bottom: 100%;

  }

  .custom-hero.hero-cms .owl-controls {
    top: 0;
    bottom: initial;
    margin-top: 100%;
  }

  .custom-hero .owl-nav {
    display: none !important;
  }

  .custom-hero .owl-nav .owl-prev,
  .custom-hero .owl-nav .owl-next {
    display: none !important; 
  }

}

.custom-hero.hero-cms .cmsMediaWrapper {
  padding-bottom: 60%;
}

.custom-hero.hero-cms .owl-controls {
  margin-top: 60%;
}

.custom-hero ul {
  margin: 0;
}

.slide-logo {
  margin: 15px auto;
}


.slider-body  {
  position: relative;
}

/*************************************************************************************/
/*************************************************************************************/
/*                              SPECIAL SLIDER                                       */
/*************************************************************************************/
/*************************************************************************************/

.slider.special-slider {
  position: relative;
}

.slider.special-slider .slider-controls {
  position:  absolute;
  bottom: 15px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.slider.special-slider .slider-slide {
  position: relative;
  display: none;
}

.slider.special-slider .slider-slide.active {
  display: block;
}


.slider.special-slider .slider-img {
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider.special-slider.special-slider-small .slider-img {
  padding-bottom: 49%;
}

.slider.special-slider .slider-caption {
  position: absolute;
  bottom: 40px;
  left: 46.5%;
  right: 0px;
  margin: 15px 20px;
  max-width: 620px;

  text-align: center;
  text-shadow:1px 2px 7px #000;
  color: #FFFFFF;
}

.slider.special-slider .slider-caption img {
  margin-bottom: 15px;
}

.slider.special-slider .slider-img > img {
  max-height: 340px;
  margin: auto;
  display: block;

  position: relative;
}

.slider.special-slider .caption-title {
  font-size: 1.85rem;
  text-transform: uppercase;
}

.slider.special-slider .slider-controls {
  text-align: center;
}

.slider.special-slider .slider-controls > div {
  display: inline-block;
}

.slider.special-slider .slider-controls .dav-btn {
  cursor: pointer;
}

.slider.special-slider .slider-controls .dav-btn.active {
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

/* Next & previous buttons */
.slider.special-slider .prev,
.slider.special-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  height: auto;
  background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.slider.special-slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider.special-slider .prev:hover,
.slider.special-slider .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/********* CHEF INTRO **************/

#chef-intro.slider.special-slider .slider-caption {
  position: absolute;
  margin: 0;
  height: 100%;

  text-transform: uppercase;
}

#chef-intro.slider.special-slider .slider-slide:nth-of-type(2) .slider-caption {
  width: 35%;
  top: 0;
  right: 0;
  left: auto;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#chef-intro.slider.special-slider .slider-slide:nth-of-type(3) .slider-caption {
  width: 30%;
  top: 40%;
  left: 0;
  margin-left: 5%;
}

/********* CHEF SPECIAL ************/

#chefs-slider .slider.special-slider .slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#chefs-slider .slider.special-slider .slider-slide-alt .slider-caption {
  left: auto;
  right: 0;
}

#chefs-slider .slider.special-slider .slider-caption > * {
  max-width: 300px;
  align-self: center;
  line-height: 1.2em;
}

#chefs-slider .slider.special-slider .slider-caption .chef-info img {
  max-width: 300px;
  max-height: 150px;
}

#chefs-slider .slider.special-slider .slider-caption .chef-quote {
  text-align: justify;
}

#chefs-slider .slider.special-slider .slider-caption .chef-quote::before {
  /*content: "\201C";*/
}

#chefs-slider .slider.special-slider .slider-caption .chef-quote::after {
  /*content: "\201D";*/
}

#chefs-slider .slider.special-slider .slider-caption .chef-event {
  margin: 20px 0;

  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#chefs-slider .slider.special-slider .slider-caption .chef-event > * {
  margin: 10px 0;
}

#chefs-slider .slider.special-slider .slider-caption .chef-event .chef-event-join {
  font-size: 16px;
  text-transform: uppercase;
}

#chefs-slider .slider.special-slider .slider-caption .chef-event .chef-event-tickets {
  text-shadow: none;
}

#chefs-slider .slider.special-slider .slider-caption .chef-event .chef-event-chef-name {
  display: inline-block;
  font-size: 1em;
}

/*************************************************************************************/
/*************************************************************************************/
/*                                 SPECIAL MOBILE SLIDER                             */
/*************************************************************************************/
/*************************************************************************************/

.slider.special-slider.mobile-content .slider-img {
  height: 0;
  padding-bottom: 120%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.slider.special-slider.mobile-content .slider-img > img {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.slider.special-slider.mobile-content .slider-caption {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 15px 10px;
  max-width: none;
  text-shadow: none;
  color: black;
}

.slider.special-slider.mobile-content .slider-controls {
  position: relative;
  margin: 15px 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider.special-slider.mobile-content .prev,
.slider.special-slider.mobile-content .next {
  top: 300px;
}

/******* CHEF SPECIAL ******/
#chefs-slider .slider.special-slider.mobile-content .slider-caption {
  color: #FFFFFF;
  text-shadow: 1px 2px 7px #000000;
  width: 55%;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-info img {
  max-width: 100%;
  max-height: 100px;
  margin: 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-quote,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event {
  margin-left: 15px;
  margin-right: 15px;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event {
  margin-top: 10px;
  margin-bottom: 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-quote,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
  font-size: .8em;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-join,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-tickets {
  font-size: .9em;
  margin: 5px 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
  margin: 5px 0;
}


/*************************************************************************************/
/*************************************************************************************/
/*                              CIGAR COMPOSITION                                    */
/*************************************************************************************/
/*************************************************************************************/


#chef-2018-cigar {
  background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/50-years-landing-page/products/50th-cigar-background.jpg);
  background-size: cover;
}

#chef-2018-cigar > div {
  max-width: 980px;
  margin: auto;
}

.mobile-content .spec-title,
.mobile-content .spec-sub-title {
  text-align: center;
  text-transform: uppercase;
}

.cigar-info {
  position: relative;
}

.cigar-thirds {
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  padding-left: 50px;
}

.cigar-comp {
  width: 33%;
  border-left: 2px solid rgb(202,155,60);
  padding-left: 15px;
  padding-right: 10px;
}

.cigar-comp-third {
  font-size: 1.8em;
}

.cigar-flavors {
  position: relative;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin-bottom: 15px;
}

.cigar-flavor {
  width: 25%;
  text-align: center;
}

.flavor-icon {
  height: 60px;
  position: relative;
}

.flavor-icon > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60px;
  max-height: 60px;
}

.flavor-caption {
  text-transform: uppercase;
  font-size: .8em;
}

.cigar-comp-descr {
  text-align: justify;
}

.cigar-comp-descr p {
  margin-bottom: 0;
}

.cigar-img {
  position: relative;
  margin-top: 15px;
}

.cigar-img > img {
  width: 100%;
}

.cigar-img .cigar-marker {
  position: absolute;
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

.cigar-img .cigar-marker:nth-of-type(1) {
  top: 0%;
  left: 4%;
}

.cigar-img .cigar-marker:nth-of-type(2) {
  bottom: 95%;
  left: 35.83%;
}

.cigar-img .cigar-marker:nth-of-type(3) {
  bottom: 95%;
  left: 67.33%;
}

.cigar-spec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.cigar-spec-list > div > * {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.cigar-spec-label {
  text-align: right;
  font-weight: bold;
  color: rgb(202,155,60);
}

.cigar-spec-value {
  text-align: left;
   margin-left: 1%;
}

.mobile-content .cigarStrength .dot,
.cigarStrength .dot {
  position: relative;
  top: .1em;
  display: inline-block;
  margin: 0 .05em;
  width: .6em;
  height: .6em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.mobile-content .reverse.cigarStrength .dot,
.reverse.cigarStrength .dot {
  border-color: #000000;
}

.cigarStrength .dot.filled,
 .cigarStrength .dot.filled, .dot.filled {
  background: #ffffff;
}

.reverse.cigarStrength .dot.filled,
.reverse.cigarStrength .dot.filled, .dot.filled {
  background: #000000;
}

.reverse.cigarStrength .dot.halved,
.reverse.cigarStrength .dot.halved, .dot.halved {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

/************ MOBILE CONTENT ***********/

.mobile-content .cigar-info {
  display: flex;
  flex-direction: row;
}

.mobile-content .cigar-thirds {
  margin-top: 30px;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  justify-content: space-around;
  align-items: normal;

  padding-left: 0;
}

.mobile-content .cigar-flavors {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.mobile-content .cigar-flavor {
  width: 33%;
  text-align: center;
}
.mobile-content .flavor-icon {
  height: 50px;
}

.mobile-content .flavor-icon img {
  max-width: 50px;
  max-height: 50px;
}

.mobile-content .spec-title {
  font-size: 1.2em;
}

.mobile-content .spec-sub-title {
  font-size: 1.1em;
}

.mobile-content .spec-sub-title {
  text-transform: none;
}

.mobile-content .cigar-specs {
  margin-top: 30px;
}

.mobile-content .cigar-spec-title {
  font-size: 1em;
}

.cigar-mobile {
  background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/50-years-landing-page/products/50th-cigar-background.jpg);
  background-size: cover;

  padding-top: 30px;
  padding-bottom: 30px;
}

/*************** CHEF SPECIAL **************/

#chef-2018-cigar .spec-title,
#chef-2018-cigar .spec-sub-title {
  text-align: center;
  text-transform: uppercase;
}

#chef-2018-cigar .spec-title {
  font-size: 2em
}

#chef-2018-cigar .spec-sub-title {
  font-size: 1.2em;
  margin-bottom: 15px;
}

#chef-2018-cigar .desktop-content {
  padding: 80px 0;
}

#chef-2018-cigar .mobile-content {
  background: none;
  padding: 50px 0;
}

#chef-2018-cigar .mobile-content .cigar-specs {
  margin: 0;
}

#chef-2018-cigar .mobile-content .cigar-flavors {
  border-right: 2px solid rgb(202,155,60);
  margin-right: 15px;
}

#chef-2018-cigar .mobile-content .cigar-flavor-row {
  width: 100%;
  text-align: center;
}

#chef-2018-cigar .mobile-content .cigar-flavor {
  width: 25%;
  display: inline-block;
  margin: 0 15px;
}

#chef-2018-cigar .mobile-content .cigar-flavors .dav-btn {
  position: absolute;
  right: -14px;
  top: calc(50% - 7px);
}

#chef-2018-cigar .mobile-content .cigar-img {
  margin-left: 10px;
  margin-right: 5%;
}
#chef-2018-cigar .mobile-content .cigar-img > img {
  height: 400px;
  width: auto;
}


/*************************************************************************************/
/*************************************************************************************/
/*                                      STORY                                        */
/*************************************************************************************/
/*************************************************************************************/

#chef-2018-story
{
  position: relative;
}

#chef-2018-story.story img {
  width: 100%;
}

#chef-2018-story.story img.mobile-content {

}

#chef-2018-story.story .story-copy {
  position: absolute;
  top: 25%;
  left: 50%;
  height: 75%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

#chef-2018-story.story .story-copy .story-copy-main {
  min-width: 150px;
  max-width: 450px;
  margin: 0 auto;
  align-self:center;
}

#chef-2018-story.story .story-copy .story-copy-main p {
  margin-bottom: 15px;
}

/********* MOBILE *********/
@media screen and (max-width: 767px) {
  #chef-2018-story.story .story-copy {
    position: relative;
    left: auto;
    width: auto;
    max-width: 300px;
    margin: 15px auto;
    display: block;
    text-align: center;
    height: auto;
  }

  #chef-2018-story.story .story-copy .story-copy-main {
    margin: 0 15px;
  }

  #chef-2018-story.story .story-copy .story-copy-main p {
    font-size: .7em;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   VIDEO CAROUSEL                                  */
/*************************************************************************************/
/*************************************************************************************/

.video-carousel .video-carousel-caption {
  margin: 0 10px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.video-carousel .video-carousel-caption-separator {
  margin: auto;
  width: 5px;
  border: 1px solid #000000;
}

.video-carousel .video-carousel-title {
  font-size: 20px;
}

.video-carousel .video-carousel-subtitle {
  font-size: 16px;
}

.video-carousel .video-carousel-main {
  position: relative;
  max-width: 1400px;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
}

.video-carousel .video-carousel-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-carousel .video-carousel-navigation {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;

  position: relative;
  display: flex;
  justify-content: space-between;
}

.video-carousel .video-carousel-mini {
  width: 15%;
  display: inline-block;
  min-width: 200px;

  margin: auto;

  cursor: pointer;
}

.video-carousel .video-carousel-mini img {
  width: 100%;
}

.video-carousel .video-carousel-mini .video-carousel-mini-caption {
  text-align: center;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow {
  padding-left: 30px;
  padding-right: 30px;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini {
  display: none;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini.active {
  display: block;
}

.vcn-nav {
  position: absolute;
  height: 100%;
  width: 30px;
  cursor: pointer;
  top: 0;
  display: none;
  background-color: rgba(0,0,0,0);
  transition: all 0.6s ease;
}

.vcn-nav:hover {
  background-color: rgba(0,0,0,0.1);
}

.video-carousel-navigation.video-carousel-navigation-narrow .vcn-nav {
  display: block;
}

.vcn-nav::after,
.vcn-nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #CCCCCC;
}
.vcn-nav::after {
  transform: translateY(-50%) translateY(6px) rotate(45deg);
}

.vcn-nav::before {
  transform: translateY(-50%) translateY(-6px) rotate(-45deg);
}

.vcn-nav.vcn-prev {
  transform: rotate(180deg);
  left: 0;
}

.vcn-nav.vcn-next {
  right: 0;
}

/********* CHEF ***********/
#chef-video-carousel {
  margin-top: 40px;
}

/********* MOBILE *********/
@media screen and (max-width: 767px) {
  .video-carousel .video-carousel-navigation {
    flex-wrap: wrap;
  }

  .video-carousel .video-carousel-mini {
    width: auto;
    max-width: 48%;
    min-width: auto;
    margin-top: 0;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                     ABOUT CHEF                                    */
/*************************************************************************************/
/*************************************************************************************/

#chef-about {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.chef-about-list {
  margin-top: 8%;
  margin-left: -16%;
  max-width: 40%;
  
  z-index: 1;

  flex-grow: 1;
}

.chef-about-title {
  text-transform: uppercase;
}

/*********** MOBILE **********/

@media screen and (max-width: 767px) {
  #chef-about {
    flex-direction: column;
  }

  .chef-about-list {
    max-width: none;
    margin: 0 12%;
  }

  .chef-about-title {
    text-align: center;
  }
}


/*************************************************************************************/
/*************************************************************************************/
/*                                    PRODUCT MAP                                    */
/*************************************************************************************/
/*************************************************************************************/

.product-map .product-map-wrapper {
  position: relative;
}

.product-map .product-map-wrapper img {
  width: 100%;
}

.product-map .product-marker {
  position: absolute;
  height: auto;
}

#chef-about .product-map {
  width: 60%;
  max-width: 1400px;
  margin: auto;
}

#chef-about .product-map a.product-marker:nth-of-type(1) {
  left: 28%;
  top: 35%;
}

#chef-about .product-map a.product-marker:nth-of-type(2) {
  left: 11%;
  top: 62%;
}

#chef-about .product-map a.product-marker:nth-of-type(3) {
  left: 51%;
  top: 87%;
}

#chef-about .product-map a.product-marker:nth-of-type(4) {
  left: 74%;
  top: 80%;
}

/*********** MOBILE **********/
@media screen and (max-width: 767px) {
  #chef-about .product-map {
    width: 100%;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                    FEATURE LIST                                   */
/*************************************************************************************/
/*************************************************************************************/

.feature-list > div {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.feature-list .dav-btn {
  align-self: start;
  margin-top: 5px;
  margin-right: 10px;
}

/*********** MOBILE **********/
@media screen and (max-width: 767px) {
  .feature-list > div span {
    font-size: .9em;
  }
}

/* GENERAL */

body
{
  line-height: 1.4285;
  /*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-size: 14px;

}

.hero-container {
  position: relative;
}

.hero-text-wrapper {
  position: absolute;
  top: 0;
  width: 35%;
  right: 0;
  text-align: justify;
  margin-right: 5%;
  height: 100%;
}

.hero-text {
  color: #FFFFFF;
  position: relative;
  top: 47%;
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.hero-container img {
  width: 100%;
}

.hero-text h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.mobile-content {
  display: none !important;
}

.desktop-content {
  display: inherit;
}

@media screen and (min-width:1000px) and (max-width: 991px) {
  .hero-text-wrapper {
    width: 45%;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  /*.hero-container img {
    display: none;
  }*/

  .hero-text-wrapper {
    position: relative;
    width: auto;
    text-align: left;
    margin: 0 10px;
  }

  .hero-text {
    color: #000000;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .hero-text p {
    text-align: justify;
  }

  .mobile-content {
    display: inherit !important;
  }

  .desktop-content {
    display: none !important;
    flex-direction: column;
  }
}

p {
   margin: 0 0 10px;
}
.show-more {
  width: 30px;
  height: 30px;

  display: block;
  border-radius: 100%;
  margin: 10px auto;

  background-color: rgb(202,155,60);

  position: relative;
}

.show-more:before,
.show-more:after {
  content: "";
  background: #FFF;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.show-more:before {
  height: 2px;
  width: 15px;
}

.show-more:after {
  height: 15px;
  width: 2px;
}

.learn-more-btn {
  height: auto;
  text-transform: uppercase;
  color: white;
  background-color: rgb(202,155,60);
  padding: 7px 21px;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0;
  text-decoration: none;
}

.learn-more-btn:hover {
  text-decoration: none;
}

.dav-btn {
width: 10px;
height: 10px;
margin-right: 12px;
box-shadow: 0 0 0 2px rgb(202,155,60);
background-color: rgb(202,155,60);
}

.dav-btn.dav-btn-alt
{
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   SLIDER                                          */
/*************************************************************************************/
/*************************************************************************************/

.custom-hero .owl-nav {
  display: none;
}

.custom-hero .owl-nav .owl-prev,
.custom-hero .owl-nav .owl-next {
  display: block !important;  
}

.custom-hero .owl-dots {
  top: -50px;
}

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  padding-bottom: 60px;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
  width: 100%;
  max-width: 510px;
  padding: 0;
  margin: auto;
  margin-bottom: 0;
  left: -9999px;
  right: -9999px;
  height: auto;
  bottom: 55px;
  top: auto;
}

/*.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container {
  display: none;
}*/

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content {
  width: 100%;
  text-align: center;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid p {
  text-align: center;
  font-size: 1em;
}

.custom-hero.hero-cms .cmsMediaWrapper .container-fluid .genericheader {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
    padding: 0;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-right .container-fluid {
    padding-left: 30px;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
    position: absolute;
    top: 0;
    width: 35%;
    right: 0;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding-right: 70px;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content {
    width: 100%;
    position: relative;
  }

  /*.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content p {*/
  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p {
    width: 100%;
  }

  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p:first-of-type {
    margin-top: 15px;
  }

  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
  .custom-hero.hero-cms .genericheader-lvl-3 {
    font-size: 1.7rem;
  }

  .custom-hero .owl-nav .owl-prev {
    left: 20px;
  }

  .custom-hero .owl-nav .owl-next {
    right: 20px;
  }

  .custom-hero.hero-cms > a {
    position: absolute;
    left: -9999px;
    right: -9999px;
    z-index: 2;
    bottom: 100px;
  }
}


.custom-hero.hero-cms .cmsImageText__text {
  display: none;
}

.custom-hero.hero-cms .owl-controls .owl-dot {
  width: 15px;
  height: 15px;

  display: inline-block;
  border-radius: 100%;
  margin: 0 10px;

  box-shadow: 0 0 0 4px rgba(128,128,128,0.5);
  background-color: rgba(128,128,128,0.75);

  border: none;
}

.custom-hero.hero-cms .owl-controls .owl-dot.active,
.custom-hero.hero-cms .owl-controls .owl-dot:hover {
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);

  border: none;
}

.custom-hero.hero-cms > a,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  background-color: rgba(0,0,0,0.75);
  border: 2px solid rgba(255,255,255,0.75);
  text-transform: uppercase;
  text-align: center;
}

.custom-hero.hero-cms > a:hover,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a:hover {
  text-decoration: none;
}
  
.custom-hero.hero-cms > a,
.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
  max-width: 210px;
  margin: auto;
  display: block;
}

.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader,
.custom-hero.hero-cms .genericheader {
  margin: 0;
}

.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
.custom-hero.hero-cms .genericheader-lvl-3 {
  font-weight: lighter;
}

.custom-hero.hero-cms .cmsMediaWrapper {
  background-position: bottom;
}

.custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
.custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
  display: block;
}

@media screen and (max-width: 1000px) {
  .custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
  .custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
    display: flex;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 1000px){
  .custom-hero.hero-cms .bp-left .container-fluid {
    text-align: right;
  }

  .custom-hero .owl-nav .owl-prev {
    left: 10px;
  }

  .custom-hero .owl-nav .owl-next {
    right: 10px;
  }

}

@media screen and (max-width: 991px) {
  .custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText__text {
    display: block;
    padding-bottom: 0;
    margin-top: 0px;
  }
  
  .custom-hero.hero-cms .cmsImageText__text h2, 
  .custom-hero.hero-cms .cmsImageText__text h3 {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom-hero.hero-cms .cmsMediaWrapper.bp-left{
    background-position: left;
  }

  .custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
    display: none;
  }

  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p, .hero-cms .cmsImageText__text .cmsImageText__text__container .lead {
    display: block;
    text-align: justify;
  }
  
  .custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p:first-of-type,
  .hero-cms .cmsImageText__text .cmsImageText__text__container .lead:first-of-type {
    margin-top: 15px;
  }

  .custom-hero.hero-cms .cmsImageText__text h2, 
  .custom-hero.hero-cms .cmsImageText__text h3 {
    display: block;
  }

  .custom-hero.hero-cms .owl-controls {
    top: auto;
    bottom: 25px;
    margin: 0;
  }

  .custom-hero.hero-cms .cmsMediaWrapper {
    background-position: center;
    padding-bottom: 100%;

  }

  .custom-hero.hero-cms .owl-controls {
    top: 0;
    bottom: initial;
    margin-top: 100%;
  }

  .custom-hero .owl-nav {
    display: none !important;
  }

  .custom-hero .owl-nav .owl-prev,
  .custom-hero .owl-nav .owl-next {
    display: none !important; 
  }

}

.custom-hero.hero-cms .cmsMediaWrapper {
  padding-bottom: 60%;
}

.custom-hero.hero-cms .owl-controls {
  margin-top: 60%;
}

.custom-hero ul {
  margin: 0;
}

.slide-logo {
  margin: 15px auto;
}


.slider-body  {
  position: relative;
}

/*************************************************************************************/
/*************************************************************************************/
/*                              SPECIAL SLIDER                                       */
/*************************************************************************************/
/*************************************************************************************/

.slider.special-slider {
  position: relative;
}

.slider.special-slider .slider-controls {
  position:  absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.slider.special-slider .slider-slide {
  position: relative;
  /*display: none;*/
  opacity: 0;
  height: 0;
}

.slider.special-slider .slider-slide.active {
  /*display: block;*/
  opacity: 1;
  height: auto;
  transition: opacity linear 0.1s;

  width: calc(100% - 100px);
  margin: auto;
}


.slider.special-slider .slider-img {
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider.special-slider.special-slider-small .slider-img {
  padding-bottom: 49%;
}

.slider.special-slider .slider-caption {
  position: absolute;
  bottom: 40px;
  left: 46.5%;
  right: 0px;
  margin: 15px 20px;
  max-width: 620px;

  text-align: center;
  text-shadow:1px 2px 7px #000;
  color: #FFFFFF;
}

.slider.special-slider .slider-caption img {
  margin-bottom: 15px;
}

.slider.special-slider .slider-img > img {
  max-height: 340px;
  margin: auto;
  display: block;

  position: relative;
}

.slider.special-slider .caption-title {
  font-size: 1.85rem;
  text-transform: uppercase;
}

.slider.special-slider .slider-controls {
  text-align: center;
}

.slider.special-slider .slider-controls.ext-slider-controls {
  bottom: calc(-20px - 1em);
}

.slider.special-slider .slider-controls > div {
  display: inline-block;
}

.slider.special-slider .slider-controls .dav-btn {
  cursor: pointer;
}

.slider.special-slider .slider-controls .dav-btn.active {
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

/* Next & previous buttons */
.slider.special-slider .prev,
.slider.special-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px;
  height: auto;
  background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.slider.special-slider .next {
  right: 0;
  border-radius: 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider.special-slider .prev:hover,
.slider.special-slider .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/********* CUSTOM ************/

@media screen and (max-width: 767px) {
  #dom .slider.special-slider .slider-slide {
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }

  #dom .slider.special-slider .slider-slide.active {
    margin: auto;
    width: 100%;
    justify-content: center;
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: opacity linear 0.25s;
  }

  #dom .slider.special-slider .slider-slide .st-teaser {
    margin: 0 2vw;
    width: calc(50% - 8vw);
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                 SPECIAL MOBILE SLIDER                             */
/*************************************************************************************/
/*************************************************************************************/

.slider.special-slider.mobile-content .slider-img {
  height: 0;
  padding-bottom: 120%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.slider.special-slider.mobile-content .slider-img > img {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.slider.special-slider.mobile-content .slider-caption {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 15px 10px;
  max-width: none;
  text-shadow: none;
  color: black;
}

.slider.special-slider.mobile-content .slider-controls {
  position: relative;
  margin: 15px 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider.special-slider.mobile-content .prev,
.slider.special-slider.mobile-content .next {
  top: 300px;
}

/******* CHEF SPECIAL ******/
/*
#chefs-slider .slider.special-slider.mobile-content .slider-caption {
  color: #FFFFFF;
  text-shadow: 1px 2px 7px #000000;
  width: 55%;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-info img {
  max-width: 100%;
  max-height: 100px;
  margin: 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-quote,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event {
  margin-left: 15px;
  margin-right: 15px;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event {
  margin-top: 10px;
  margin-bottom: 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-quote,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
  font-size: .8em;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-join,
#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-tickets {
  font-size: .9em;
  margin: 5px 0;
}

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
  margin: 5px 0;
}
*/

/*************************************************************************************/
/*************************************************************************************/
/*                              CIGAR COMPOSITION                                    */
/*************************************************************************************/
/*************************************************************************************/

.cigar-showcase {
  padding: 50px 0;
}

.cigar-showcase > div {
  max-width: 980px;
  margin: auto;
}

.mobile-content .spec-title,
.mobile-content .spec-sub-title {
  text-align: center;
  text-transform: uppercase;
}

.cigar-info {
  position: relative;
}

.cigar-caption {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 40px;
  margin-left: 15px;
    margin-right: 15px;
}

.cigar-thirds {
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  padding-left: 50px;
}

.cigar-comp {
  width: 33%;
  border-left: 2px solid rgb(202,155,60);
  padding-left: 15px;
  padding-right: 10px;
}

.cigar-comp-third {
  font-size: 1.8em;
}

.cigar-flavors {
  position: relative;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin-bottom: 15px;
}

.cigar-flavor {
  width: 25%;
  text-align: center;
}

.flavor-icon {
  height: 60px;
  position: relative;
}

.flavor-icon > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60px;
  max-height: 60px;
}

.flavor-caption {
  text-transform: uppercase;
  font-size: .8em;
}

.cigar-comp-descr {
  text-align: justify;
}

.cigar-comp-descr p {
  margin-bottom: 0;
}

.cigar-img {
  position: relative;
  margin-top: 15px;
}

.cigar-img > img {
  width: 100%;
  display: block;
}

.cigar-img .cigar-marker {
  position: absolute;
  box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
  background-color: rgba(202,155,60,0.75);
}

.cigar-img .cigar-marker:nth-of-type(1) {
  top: 0%;
  left: 4%;
}

.cigar-img .cigar-marker:nth-of-type(2) {
  bottom: 95%;
  left: 35.83%;
}

.cigar-img .cigar-marker:nth-of-type(3) {
  bottom: 95%;
  left: 67.33%;
}

.cigar-spec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.cigar-spec-list > div > * {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.cigar-spec-label {
  text-align: right;
}

.cigar-spec-value {
  text-align: left;
}

.cigar-specs a.learn-more-btn {
  width: auto;
  color: #FFFFFF;
}

.mobile-content .cigarStrength .dot,
.cigar-showcase .cigarStrength .dot,
.cigarStrength .dot {
  position: relative;
  top: .1em;
  display: inline-block;
  margin: 0 .05em;
  width: .6em;
  height: .6em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.mobile-content .reverse.cigarStrength .dot,
.cigar-showcase .reverse.cigarStrength .dot,
.reverse.cigarStrength .dot , .dot{
  border-color: #000000;
}

.mobile-content .cigarStrength .dot.filled,
.cigar-showcase .cigarStrength .dot.filled,
.cigarStrength .dot.filled, .dot.filled {
  background: #ffffff;
}

.mobile-content .reverse.cigarStrength .dot.filled,
.cigar-showcase .reverse.cigarStrength .dot.filled,
.reverse.cigarStrength .dot.filled, .dot.filled {
  background: #000000;
}

.mobile-content .reverse.cigarStrength .dot.halved,
.cigar-showcase .reverse.cigarStrength .dot.halved,
.reverse.cigarStrength .dot.halved, .dot.halved {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

/************ MOBILE CONTENT ***********/

.mobile-content .cigar-info {
  display: flex;
  flex-direction: row;
}

.mobile-content .cigar-thirds {
  margin-top: 30px;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  justify-content: space-around;
  align-items: normal;

  padding-left: 0;
}

.mobile-content .cigar-flavors {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.mobile-content .cigar-flavor {
  width: 33%;
  text-align: center;
}
.mobile-content .flavor-icon {
  height: 50px;
}

.mobile-content .flavor-icon img {
  max-width: 50px;
  max-height: 50px;
}

.mobile-content .spec-title {
  font-size: 1.2em;
}

.mobile-content .spec-sub-title {
  font-size: 1.1em;
}

.mobile-content .spec-sub-title {
  text-transform: none;
}

.mobile-content .cigar-specs {
  margin-top: 30px;
}

.mobile-content .cigar-spec-title {
  font-size: 1em;
}

.cigar-mobile {
  background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/wsc_2019/img/WSC2019-cigar-mobile.png);
  background-size: cover;

  padding-top: 30px;
  padding-bottom: 30px;
}

/*************** CUSTOM **************/

#dom .cigar-specs {
  position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 12%;
    color: #FFFFFF;

    font-size: 1.35vw;
}

#dom .cigar-spec-list {
  text-align: center;
}

.cigar-slide {
  display: flex; 
  align-items: stretch;
  /*max-width: 1400px !important;*/
}

.cigar-slide2 {
  display: flex; 
  align-items: stretch;
  max-width: 1400px !important;
}

@media screen and (max-width: 767px) {
  #dom .cigar-specs {
    position: relative;
    color: #000000;
    height: auto;
    width: auto;
    font-size: 12px;
    max-width: none;
    margin: 20px 45px;
  }
}
/*************************************************************************************/
/*************************************************************************************/
/*                                      STORY                                        */
/*************************************************************************************/
/*************************************************************************************/

.story
{
  position: relative;
}

.story img {
  width: 100%;
  display: block;
}

.story .story-copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

.story .story-copy .story-copy-main {
  max-width: 1000px;
  margin: 30px auto;
  align-self:center;
  color: #000000;
}

.story .story-copy .story-copy-main p {
  margin-bottom: 15px;
}

.story.story-product .story-copy,
.story.story-mood .story-copy {
  width: calc(50% - 4em);
    height: 100%;

    left: 0;

    margin-left: 2em;
    margin-right: 2em;
}

.story .story-copy.sc-left {
  left: 0;
  right: auto;
}

.story .story-copy.sc-right {
  left: auto;
  right: 0;
}

.story-header .story-copy h1 {
  margin-bottom: 1em;
}

.story-product .spec-copy,
.story-extra .extra-row.acc-description .spec-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spec-list,
.story-extra .spec-list {
  text-align: left;
}

.spec-list .spec-list-bullet,
.story-extra .spec-list .spec-list-bullet {
  margin: 20px 0;
}

.spec-list .spec-list-bullet .spec-list-bullet-container,
.story-extra .spec-list .spec-list-bullet .spec-list-bullet-container {
  width: 0;
  display: inline-block;
}

.story-product .spec-list .spec-list-bullet .spec-list-bullet-copy,
.spec-list .spec-list-bullet .spec-list-bullet-copy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.spec-list .spec-list-bullet .dav-btn,
.story-extra .spec-list .spec-list-bullet .dav-btn {
width: 10px;
height: 10px;
margin-right: 12px;
/*box-shadow: 0 0 0 2px rgb(202,155,60);
background-color: rgb(202,155,60);*/
box-shadow: 0 0 0 2px #e2c98d;
background-color: #c59949;
margin-top: 4px;
}

.story-extra {
  background-image: url(img/WSC2019-accessories-background.jpg);
  background-size: cover;
  color: #FFFFFF;
  padding: 5em 0;
}

.story-extra .extra-caption {
  max-width: 980px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.story-extra .extra-row.acc-description {
  display: flex;
  max-width: 980px;
  margin: auto;
  flex-direction: row;
  justify-content: space-around;
}

.story-extra .extra-row.acc-description:nth-child(odd) {
  flex-direction: row-reverse;
}

.story-product .spec-img,
.story-extra .extra-row.acc-description .spec-img {
  width: 55%;
  /*height: 100%;*/
}

.story-product .spec-img img,
.story-extra .extra-row.acc-description .spec-img img {
  width: 100%;
}

.story-extra .extra-row.acc-description .spec-copy {
  width: 35%;
  text-align: justify;
}

.story-product .spec-copy .section-title,
.story-extra .extra-row.acc-description .spec-copy .section-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
}

.story-extra .extra-row.acc-description {
  margin-bottom: 5em;
}

.story-extra .extra-row.acc-description img {
  width: 100%;
  margin: auto;
  display: block;
}

.story-extra .extra-separator {
  position: absolute;
  width: 100%;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 0 2px #000000;
}

.story-extra .extra-separator .extra-separator-copy {
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
}

.story-extra a.learn-more-btn {
  color: #FFFFFF;
  padding: 10px 30px;
  height: auto;
  font-weight: normal;
}

.story-teaser {
  padding-top: 4em;
  padding-bottom: 4em;
}

.story-teaser .st-heading {
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
}

.story-teaser .st-content-wrap {
  display: flex;
  margin: auto;
}

.story-teaser .st-teaser {
  position: relative;
  margin: 0 2em;
  z-index: 3;
  height: auto;
}

.story-teaser .st-teaser .stt-copy {
  position: relative;
  bottom: 0;
  width: 100%;

  height: 4em;

  background: -moz-linear-gradient(left, rgba(193,167,115,1) 0%, rgba(193,167,115,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(193,167,115,1) 0%,rgba(193,167,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a773', endColorstr='#00c1a773',GradientType=1 ); /* IE6-9 */

  transition: background-color ease 0.5s;
}

.story-teaser .st-teaser:hover .stt-copy {
  background-color: #C1A773;
}

.story-teaser .st-teaser .stt-copy p {
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;

  margin: 0;
  left: 1.5em;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: auto;
}

.story.story-footer.story-teaser

/********* MOBILE *********/
@media screen and (max-width: 767px) {
  .story .story-copy {
    position: relative;
    left: auto;
    width: auto;
    max-width: 300px;
    margin: 15px auto;
    display: block;
    text-align: center;
    height: auto;
  }

  .story .story-copy .story-copy-main {
    margin: 0 15px;
  }

  .story .story-copy .story-copy-main p {
    font-size: .7em;
  }

  .story-extra {
    padding: 25px 0 35px;
  }

  .extra-row.acc-description {
    flex-direction: column;
  }

  .extra-row.acc-description:nth-child(even) {
    margin-bottom: 50px;
  }

  .extra-row.acc-description:nth-child(odd) {
    flex-direction: column;
  }

  .extra-row.acc-description .spec-img {
    width: 100%;
  }

  .extra-row.acc-description .spec-copy {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .extra-row.acc-description .spec-copy .section-title {
    font-size: 1.4em;
  }

  .extra-separator {
    top: 5%;
    padding: 0;
  }

  .extra-separator .extra-separator-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
  }

  
}

/************** CUSTOM *************/

#dom .story-copy * {
  color: rgba(0, 48, 57, 1);
}

#dom .story-header .story-copy h1 {
  font-size: 1.5em;
  color: #C3A872;
}

#dom .story-header .story-copy p {
  max-width: 550px;
}

#dom .story.story-extra {
  background-color: #000;
}

#dom .story.story-footer.story-teaser {
  background-color: #7B1F2E;
}

#dom .story-teaser .st-heading {
  color: #C1A773;
}

#dom .story.story-mood:nth-of-type(4) .story-copy,
#dom .story.story-mood:nth-of-type(7) .story-copy {
  text-align: left;
  margin-right: 4em;
}

#dom .story.story-mood:nth-of-type(4) .story-copy {
  width: calc(40% - 8em);
}

#dom .story.story-mood:nth-of-type(7) .story-copy {
  width: calc(40% - 8em);
  margin-right: 3em;
}

#dom .story.story-mood:nth-of-type(7) .story-copy h1 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}

#dom .story.story-mood:nth-of-type(4) .story-copy p,
#dom .story.story-mood:nth-of-type(7) .story-copy p {
  text-transform: none;
  /*font-size: 0.8em;*/
  font-size: 14px;
  margin-bottom: 1.5em;
}

/*#dom .story.story-product:nth-of-type(6) .story-copy,
#dom .story.story-product:nth-of-type(9) .story-copy {
  width: calc(35% - 2em);
  margin-right: calc(5% + 2em);
}*/

/*#dom .story.story-product:nth-of-type(6) .story-copy > *,
#dom .story.story-product:nth-of-type(9) .story-copy > * {
  text-transform: none;
  text-align: left;
}*/

/*#dom .story.story-product:nth-of-type(6) .story-copy .section-title,
#dom .story.story-product:nth-of-type(9) .story-copy .section-title {
  text-transform: uppercase;
  text-align: center;
}*/

/*#dom .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
#dom .story.story-product:nth-of-type(9) .story-copy .spec-copy a.learn-more-btn {
  color: #FFFFFF;
  padding: 10px 30px;
  height: auto;
  font-weight: normal;
}*/

.spec-list-bullet-container {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #dom .story .story-copy {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 0;
    height: auto;
  }

  #dom .story.story-mood:nth-of-type(4) .story-copy,
  #dom .story.story-mood:nth-of-type(7) .story-copy,
  #dom .story.story-mood .story-copy,
  #dom .story.story-product:nth-of-type(6) .story-copy,
  #dom .story.story-product:nth-of-type(9) .story-copy,
  #dom .story.story-products .story-copy {
    width: 100%;
    margin: 0;
    text-align: center;
  }

/*  #dom .story.story-product:nth-of-type(9) .story-copy {
    background-color: #000;
    position: relative;
  }*/

  #dom .story.story-header .story-copy {
    margin-bottom: 0.75em;
  }

/*  #dom .story.story-header .story-copy p,
  #dom .story.story-product .story-copy p,
  #dom .story.story-mood .story-copy p {
    margin-left: 6vw;
    margin-right: 6vw;
    max-width: none;

    font-size: 2.3vw;
  }
*/
  .story .story-copy .story-copy-main p {
    margin-bottom: 0.75em;
  }

  #dom .story.story-mood:nth-of-type(4) .story-copy p,
  #dom .story.story-mood:nth-of-type(7) .story-copy p {
    font-size: 2.35vw;
    margin-bottom: 1em;
  }

  #dom .story.story-mood:nth-of-type(7) .story-copy h1 {
    font-size: 3.75vw;
  }

 /* #dom .story.story-product:nth-of-type(6) .story-copy *,
  #dom .story.story-product:nth-of-type(9) .story-copy * {
    font-size: 2.35vw;
  }
*/
  
/*  #dom .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet,
  #dom .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet {
    margin: 1em 0;
  }*/

/*  #dom .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet-copy,
  #dom .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet-copy {
    margin-left: 5vw;
  }*/

  #dom .story.story-mood:nth-of-type(4) .story-copy {
    margin-bottom: 2.5vw;
  }

  #dom .story.story-mood:nth-of-type(7) .story-copy {
    margin-bottom: 5vw;
  }

 /* #dom .story.story-product:nth-of-type(6) .story-copy .section-title,
  #dom .story.story-product:nth-of-type(9) .story-copy .section-title {
    margin-bottom: 1.25em;
    font-size: 3.75vw;
  }*/
/*
  #dom .story.story-product:nth-of-type(6) .story-copy .section-title {
    margin-bottom: .75em;
    line-height: 1.2em;
  }
*/
 /* #dom .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
  #dom .story.story-product:nth-of-type(9) .story-copy .spec-copy a.learn-more-btn {
    margin-top: 0.5em;
    margin-bottom: 3em;
    padding: 2.5vw 7.5vw;
  }*/
  
  #dom .story-extra a.learn-more-btn {
    padding: 2.5vw 7.5vw;
  }

  /*#dom .story.story-product .story-copy .spec-copy > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }*/
  #dom .story.story-product .story-copy .spec-copy {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  
  #dom .story-product .spec-copy .section-title {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }

  #dom .story .story-copy .story-copy-main {
    margin: auto;
  }

  #dom .story-header .story-copy h1 {
    font-size: 3.75vw;
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }

  #dom .story-extra {
    padding-top: 1em;
    padding-bottom: 0;
  }

  #dom .story-extra .extra-row.acc-description {
    margin-bottom: 3em;
  }

  /**/

  #dom .extra {
    padding: 25px 0 35px;
  }

  #dom .extra-row.acc-description {
    flex-direction: column;
  }

  #dom .extra-row.acc-description:nth-child(even) {
    margin-bottom: 0;
  }

  #dom .extra-row.acc-description:nth-child(odd) {
    flex-direction: column;
  }

  #dom .extra-row.acc-description .spec-img,
  #dom .acc-description .spec-copy,
  #dom .extra-row.acc-description .spec-copy {
    width: auto;
    margin-right: 10vw;
    margin-left: 10vw;
  }
  
  #dom .extra-row.acc-description .spec-copy .spec-description,
  #dom .extra-row.acc-description .spec-copy .spec-list .spec-list-bullet {
    font-size: 2.35vw;
  }

  #dom .extra-row.acc-description .spec-copy .spec-list .spec-list-bullet-copy {
    font-size: 2.35vw;
    margin-left: 5vw;
  }

  #dom .extra-row.acc-description .spec-copy .dav-btn {
    width: 1vw;
    height: 1vw;
  }
  
  #dom .extra-row.acc-description .spec-copy .spec-list-bullet {
    margin: 1em 0;
  }

  #dom .extra-row.acc-description .spec-copy .section-title {
    font-size: 3.75vw;
    margin-bottom: 1.5em;
  }

  #dom .extra-row.acc-description .spec-copy a.learn-more-btn {
    margin-top: 0.5em;
    margin-bottom: 3em;
    font-size: 2.35vw;
  }

  #dom-accessories .extra-separator {
    top: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #dom-accessories .extra-separator .extra-separator-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
  }

  /**/

  #dom .story-teaser .st-heading {
    font-size: 3.75vw;
  }

  #dom .story-teaser .st-teaser .stt-copy {
    height: 10vw;
  }

  #dom .story-teaser .st-teaser .stt-copy p {
    left: 1em;
    font-size: 3vw;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   VIDEO CAROUSEL                                  */
/*************************************************************************************/
/*************************************************************************************/

.video-carousel .video-carousel-caption {
  margin: 0 10px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.video-carousel .video-carousel-caption-separator {
  margin: auto;
  width: 5px;
  border: 1px solid #000000;
}

.video-carousel .video-carousel-title {
  font-size: 20px;
}

.video-carousel .video-carousel-subtitle {
  font-size: 16px;
}

.video-carousel .video-carousel-main {
  position: relative;
  max-width: 1400px;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
}

.video-carousel .video-carousel-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-carousel .video-carousel-navigation {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;

  position: relative;
  display: flex;
  justify-content: space-between;
}

.video-carousel .video-carousel-mini {
  width: 15%;
  display: inline-block;
  min-width: 200px;

  margin: auto;

  cursor: pointer;
}

.video-carousel .video-carousel-mini img {
  width: 100%;
}

.video-carousel .video-carousel-mini .video-carousel-mini-caption {
  text-align: center;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow {
  padding-left: 30px;
  padding-right: 30px;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini {
  display: none;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini.active {
  display: block;
}

.vcn-nav {
  position: absolute;
  height: 100%;
  width: 30px;
  cursor: pointer;
  top: 0;
  display: none;
  background-color: rgba(0,0,0,0);
  transition: all 0.6s ease;
}

.vcn-nav:hover {
  background-color: rgba(0,0,0,0.1);
}

.video-carousel-navigation.video-carousel-navigation-narrow .vcn-nav {
  display: block;
}

.vcn-nav::after,
.vcn-nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #CCCCCC;
}
.vcn-nav::after {
  transform: translateY(-50%) translateY(6px) rotate(45deg);
}

.vcn-nav::before {
  transform: translateY(-50%) translateY(-6px) rotate(-45deg);
}

.vcn-nav.vcn-prev {
  transform: rotate(180deg);
  left: 0;
}

.vcn-nav.vcn-next {
  right: 0;
}

/********* MOBILE *********/
@media screen and (max-width: 767px) {
  .video-carousel .video-carousel-navigation {
    flex-wrap: wrap;
  }

  .video-carousel .video-carousel-mini {
    width: auto;
    max-width: 48%;
    min-width: auto;
    margin-top: 0;
  }

  .cigar-slide {
    flex-direction: column;
  }

  .cigar-slide2 {
    flex-direction: column-reverse;
  }
}


/*************************************************************************************/
/*************************************************************************************/
/*                                   PRODUCT HERO                                    */
/*************************************************************************************/
/*************************************************************************************/

.product-hero-spec {
  margin: auto;
  margin-top: 50px;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.product-hero-spec img {
  width: 100%;
}

.product-hero-spec-description {
  width: 40%;
}

.product-hero-spec-content {
  text-align: center;
}

.product-hero-spec-content .learn-more-btn {
  padding: 25px 40px;
}

/*********** MOBILE **********/

@media screen and (max-width: 767px) {
  .product-hero {
    flex-direction: column;
  }

  .product-hero-spec {
    max-width: none;
    margin: 0 2%;
    flex-wrap: wrap;
  }

  .product-hero-spec-description,
  .product-hero-spec-product {
    width: 100%;
  }
}


/*************************************************************************************/
/*************************************************************************************/
/*                                    PRODUCT MAP                                    */
/*************************************************************************************/
/*************************************************************************************/

.product-map .product-map-wrapper {
  position: relative;
}

.product-map .product-map-wrapper img {
  width: 100%;
}

.product-map .product-marker {
  position: absolute;
  height: auto;
}

#chef-about .product-map {
  width: 60%;
  max-width: 1400px;
  margin: auto;
}

#chef-about .product-map a.product-marker:nth-of-type(1) {
  left: 28%;
  top: 35%;
}

#chef-about .product-map a.product-marker:nth-of-type(2) {
  left: 11%;
  top: 62%;
}

#chef-about .product-map a.product-marker:nth-of-type(3) {
  left: 51%;
  top: 87%;
}

#chef-about .product-map a.product-marker:nth-of-type(4) {
  left: 74%;
  top: 80%;
}

/*********** MOBILE **********/
@media screen and (max-width: 767px) {
  #chef-about .product-map {
    width: 100%;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                    FEATURE LIST                                   */
/*************************************************************************************/
/*************************************************************************************/

.feature-list > div {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.feature-list .dav-btn {
  align-self: start;
  margin-top: 5px;
  margin-right: 10px;
}

/*********** MOBILE **********/
@media screen and (max-width: 767px) {
  .feature-list > div span {
    font-size: .9em;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*                                      HELPERS                                      */
/*************************************************************************************/
/*************************************************************************************/

.unbreakable {
  white-space: nowrap;
}

span.unbreakable {
  font-size: 1em;
}

/*************************************************************************************/
/*************************************************************************************/
/*                                    CUSTOM RULES                                   */
/*************************************************************************************/
/*************************************************************************************/

#dom {
  background-color: #FFFFFF;
  color: #000000;

  margin: auto;
}

#dom > * {
  max-width: 1280px;
}

#dom .dom-story-content,
#dom .dom-cigar-list,
#dom .dom-cigarillos,
#dom .dom-accessories,
#dom .story {
  margin: auto;
  text-align: center;
}

#dom .story.story-alt {
  max-width: none;
}

#dom .story.story-alt .breakdown-learn-more {
  position: absolute;
  width: 100%;
  bottom: 8%;
}

#dom .story.story-alt .breakdown-learn-more a.learn-more-btn {
  color: #FFFFFF;
  padding: 10px 30px;
  height: auto;
  font-weight: normal;
}

#dom .sbsc-logo {
  margin-top: 2em;
  margin-bottom: 4em;
}

#dom .sb-head,
#dom .sb-body {
  max-width: 640px;
  margin: auto;
}

#dom .sb-head-title,
#dom .sb-head-subtitle {
  font-size: 1.5em;
  text-transform: uppercase;
}

#dom .sb-head-subtitle {
  display: inline-block;
  border-top: 5px solid;
  padding: 0 2em;
}

#dom .sb-body {
  margin: 2em auto;
}

#dom .sb-body .sb-p {
  margin: 1.5em auto;
}

#dom .sb-body .sb-learn-more {
  text-transform: uppercase;
}

#dom .dom-story-content {
  margin-top: 4em;
  margin-bottom: 4em;
}

#dom .dcl-row {
  margin: 7.5em auto;
}

#dom .dcl-row a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}

#dom .dom-cigarillos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#dom .dc-img-wrapper,
#dom .dc-links {
  width: 50%;
}

#dom .dc-img {
  width: 100%;
}

#dom .dc-links,
#dom .dc-links-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#dom .dc-links-copy {
  text-transform: uppercase;
  margin-bottom: 3em;
}


#dom .d-btn {
  display: inline-block;
  background-color: #C29A37;
  margin: 0.75em auto;
  padding: 1em 2em;
  
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

#dom .dclb-name {
  text-transform: uppercase;
}

#dom .da-title {
  text-transform: uppercase;
  margin: 2em 0;
  font-size: 1.5em;
}

#dom .da-img {
  width: 100%;
}

#dom .da-copy {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  margin: 2em 0;
}

#dom .dac-col {
  margin: auto 4em;
  width: 33.33%;
}

#dom .dac-col a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}


#dom .dacc-title {
  text-transform: uppercase;
  height: 2em;
}

#dom .dacc-copy {
  height: 8em;
}

#dom .dom-footer {
  margin-top: 5em;
}

#dom .sb-title {
  text-transform: uppercase;
  font-size: 1.5em;
}

#dom .sb-img-wrapper {
  position: relative;
}

#dom a.sb-link {
  display: inline-block;
  position: absolute;
  bottom: 45%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 50px 0px #000000;
  height: auto;
}

#dom a.sb-link .d-btn {
  margin: 0;
}

#dom .sb-link-esc {
  left: 22%;
}

#dom .sb-link-nic {
  left: 51%;
}

#dom .sb-link-yam {
  left: 79.5%;
}

#dom .sb-btn-esc {
  background-color: #00702F !important;
}

#dom .sb-btn-nic {
  background-color: #BD6226 !important;
}

#dom .sb-btn-yam {
  background-color: #B40032 !important;
}

@media screen and (max-width: 767px) {
  #dom .story.story-alt .breakdown-learn-more a.learn-more-btn {
    font-size: 2.35vw;
  }

  #dom .sb-head,
  #dom .da-title,
  #dom .sb-title {
    font-size: 1.25em;
  }

  #dom .sb-body .sb-p {
    font-size: 1em;
  }

  #dom .sb-head-title,
  #dom .sb-head-subtitle {
    font-size: 1em;
  }

  #dom .sb-head {
    padding: 0 1em;
  }

  #dom .sb-head-subtitle {
    padding: 0 2em;
  }

  #dom .story-header {
    overflow: hidden;
  }

  #dom .story-header img {
    width: 100%;
    margin: auto;
    transform: none;
  }

  #dom .dom-cigar-list {
    padding: 0 2em;
  }

  #dom .dcl-row a {
    display: block;
    width: 100%;
  }

  #dom .dcl-img {
    width: 100%;
  }

  #dom .dom-cigarillos {
    flex-direction: column-reverse;
  }

  #dom .dc-img-wrapper,
  #dom .dc-links {
    width: 100%;
  }
  
  #dom .dc-links {
    margin: 2em 0;
  }
  
  #dom .dc-links-copy {
    margin-bottom: 2em;
  }

  #dom .dc-links-btns {
    flex-direction: row;
  }

  #dom .dc-links-btn {
    margin: 0.75em 1em;
    padding: 0.5em 0;
  }

  #dom .da-copy {
    flex-wrap: wrap;
  }

  #dom .dac-col {
    width: calc( 50% - 8vw );
    margin: auto 4vw;
    margin-bottom: 1em;
    margin-top: 1em;
  }

  #dom .dac-col:nth-child(3) .dacc-title {
    height: auto;
    margin-bottom: 1em;
  }

  #dom .dac-col:nth-child(3) .dacc-copy {
    height: auto;
    margin-bottom: 2em;
  }


  #dom .d-btn.dacc-learnmore {
    max-width: 10em;
    min-width: calc( 6em - 8vw);
    width: calc( 100% - 2em);
  }

  #dom .dacc-title {
    height: 3em;
  }
  
  #dom .dacc-copy {
    height: 12em;
  }

  #dom a.sb-link {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    box-shadow: none;
    margin: 1em 5%;
    margin-top: 45%;
  }

  #dom .sb-btn.d-btn {
    padding: 0.5em 1em;
  }

  #dom .sb-body {
    padding: 0 1em;
  }

  #dom .sbsc-logo {
    margin-top: 0;
    margin-bottom: 2em;
    max-width: 200px;
  }

  #dom .story.story-alt {
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
  }
  
  #dom .story.story-alt img {
    display: none;
  }
}

#dom .story.story-promo {
  background-color: #FFFFFF;
}

#dom .story.story-promo .sp-copy {
  max-width: 48em;
  width: 100%;
  padding: 2em;
  padding-top: 0;
  margin: auto;
}

#dom .story.story-promo .sp-copy h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.75em;
    font-size: 1.8em;
    font-weight: normal;
}

#dom .story.story-promo .sp-copy .sp-separator {
  border-top: 1px solid #C3A872;
    width: 50%;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 0.75em;
}

#dom .story.story-promo .sp-copy p {
  color: #FFFFFF;
}

#dom .story.story-promo .sp-copy a.learn-more-btn {
  font-weight: 400;
  width: 200px;
}

.hr_dom {
  height: 2px; 
  width: 364px; 
  border: none; 
  color: #c59949; 
  background-color:#c59949; 
  text-align: center;
  margin: 1rem auto;
}

.hr_dom.highlights {
  width: 50%;
}

.p_dom {
  font-size: 18px;
  line-height: 36px;
  font-weight: 240;
  letter-spacing: 1px;
}

.hr_dom.highlights {
  padding-left: 27%;
  padding-right: 27%;
}

.learn-more-btn.taby {
  font-size: 14px;  
  color: #ffffff !important; 
  background-color: #c49735; 
  padding: 15px 20px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block;
  cursor: pointer;
}

.learn-more-btn.taby:hover {
  background-image: url(none) !important;
  background-repeat: no-repeat !important;
  background-color: rgba(0, 48, 57, 1) !important;
  text-decoration: none !important;
}

.dom_h2 {
  font-weight: normal;
  color: rgba(0, 48, 57, 1);
  font-size: 2em;
  letter-spacing: 3px;
  text-transform: uppercase !important;
  
}

.dom_h2.head {
  margin:0; 
  color: #c59949; 
  color: rgb(197, 153, 73) !important;
  font-size: 2em;
  line-height: ;
  letter-spacing: 3px; 
  font-weight: normal;
}

.dom_h3.head {
  font-weight: normal; 
  color: rgba(0, 48, 57, 1); 
  font-size: 2em; 
  letter-spacing: 3px;
}

.highlights_h2 {
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
    color: rgba(0, 48, 57, 1);
}

.learn-more-h3 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  color:rgba(0, 48, 57, 1);
  font-size: 1.3em;
}

.dom_banner {
  background-color: #c49735;
  max-width: 100%; 
  align-content: center;
  display: flex; 
  height: 4em;
}

.dom_span_bell {
  margin:15px 5px auto auto;
}

.dom_banner_p {
  color: #000000; 
  font-size: 18px; 
  letter-spacing: 1px;
  font-weight:bold;
}

.desktop-content.dom-vintage {
  width: auto ;
  height: 100%;
  margin: auto 0 auto auto;
}

.dom_sec_8 {
    padding-bottom: 80px; 
    padding-top: 80px;
  }

.dom_sec_8_img {
  position: absolute; 
  height: 100%;
}

.dom_banner_p {
  color: #000000; 
  font-size: 18px; 
  letter-spacing: 1px;
}

.dom_sec_1_img {
  width: 50%; 
  height: 100%; 
  margin: auto auto 20px;
}

.tasteex_img {
  position: absolute; 
  height: 525px; 
  top: 0; 
  z-index: 5;
}

.desktop-content.dom_sec_1_img {
  width: auto;
}

.desktop-content.story.story-mood.story-promo {
  height: 700px; 
  z-index: 4;  
}

#white_back_Davidoff_dom {
  position: absolute;
  width: 915px;
  height: 721px;
  right: 0px;
  bottom: 100px;
  z-index: 0;
  background-position-x: 80px;
  z-index: 5;
  }

#des_2_story {
  white-space: nowrap;
}



@media screen and (min-width:768px) and (max-width: 1024px) {

.but-div a.learn-more-btn {
  width: auto;
}

#dom > div:nth-child(1) > div.desktop-content.story-copy.sc-right {
  right: 2em !important;
  top: 0px !important;

}

body {
  line-height: normal;
}

#dom > div.story.story-teaser > div.st-content.desktop-content > div > img {
  top: 250px !important;
}

#des_2_story {
  white-space: inherit;
  margin: 0 15%;
}

#white_back_Davidoff_dom {
  width: 100%;
  height: 800px;
  bottom: 0;
  background-position-x: 189px;
  z-index: 5;
  background-position-y: 80px;
  background-repeat: no-repeat;
  top: -151px;

}

  #dancing-artwork {
    height: 100% !important;
    z-index: 0;
    margin-top: -5px !important;
  }

  #dom > div.story.story-product.cigar-slide.dom_sec_4 > div:nth-child(1) > div.desktop-content.spec-copy > div:nth-child(3) > a {
    display: inline-block;
    width: 200px!important;
    height: 40px!important;
    padding: 0!important;
  }

  .hr_dom {
    width: 200px;
  }

  

  #dom > div.story.story-product.cigar-slide.dom_sec_8 {
    height: 100%;
  }

  #dom > div.story.story-product.cigar-slide.dom_sec_4 {
   padding-top : 400px
  }

  #dom > div.story.story-mood.story-promo.dom_sec_5 {
    display: contents;
  }



  .tasteex_img {
    height: 500px;
  }

  .desktop-content.dom-vintage {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 18px;
    max-width: 70px;
}

.p_dom {
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif!important;
    font-size: 15px!important;
    line-height: 24px!important;
    font-weight: 400!important;
    letter-spacing: 1px;
    text-align: center;
}


.dom_h2.head {
  font-size: 1.5em;
  letter-spacing: 2px;
  }

  .dom_h3.head {
  font-size: 1.5em; 
  letter-spacing: 2px;
}

.dom_h2 {
  font-size: 1.6em;
  letter-spacing: 2px;
}

.spec-description.head{
  z-index: 5;
}


  .dom_banner_p {
  color: #000000; 
  font-size: 18px; 
  letter-spacing: 1px;
}

.dom_sec_1_img {
  width: 100% !important;
  margin: auto auto 5px;
  max-width: 70%;
  height: auto;
}

  .dom_banner_p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif!important;
    font-size: 15px!important;
    line-height: 24px!important;
    font-weight: 400!important;
    letter-spacing: 1px;
}


  .dom_sec_8_img {
    height: 31%;
  }

  .dom_sec_3 {
    margin-top: -550px !important;
  }

  .dom_sec_4 {
    margin-top: -350px !important;
  }

  .dom_sec_5 {
    margin-top: -150px !important;
  }

  .dom_sec_7 {
    z-index: 60
  }

  .dom_sec_8 {
    margin-top: -200px !important;
    padding-bottom: 0px; 
    padding-top: 0px;
  }

   .dom_sec_9 {
    margin-top: -200px !important;
  }

}



@media screen and (max-width: 767px) {

.dom_banner {
  height: 3em;
}

.dom_span_bell {
  margin:10px 5px auto auto;
}

.dom_banner_p {
  margin-bottom: 5px;
}

  .hr_dom {
    width: auto;
  }

  .learn-more-btn.taby {
    font-size: 14px;
    white-space: nowrap;

  }

  .learn-more-btn.robusto {
  padding: 0 !important;
  height: 40px;
  }

  .hr_dom.highlights {
    margin: 1rem auto;
  }

  .story.story-product.cigars {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }



  .p_dom {
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  }

  .dom_h2.head {
  font-size: 1.6em;
  letter-spacing: 2px; 
  }

  .dom_h2.highlights {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .hr_dom {
    margin-left: 60px;
    margin-right: 60px
  }

  .dom_h3.head {
    font-size: 1.6em;
    letter-spacing: 2px; 
  }

  .dom_h2 {
    font-size: 1.5em;
    letter-spacing: 2px;
  }

  .learn-more-h3 {
    font-size: 1em;
  }

  .learn-more-btn.taby {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 2px;  
  }



  .row.outer.dom_rel {
    position: relative;
  }

  #dom .story.story-promo .sp-copy h1 {
    font-size: 3.75vw;
  }
  
  #dom .story.story-promo .sp-copy p {
    font-size: 2.35vw;
  }

  #dom .story.story-promo .sp-copy a.learn-more-btn {
    font-size: 2.5vw;
    padding: 1.5vw 4.5vw;
    width: 38vw;
    margin: 1.5vw;
  }

  .mobile-content.section-title.sel-div-header {
    margin-bottom: 0px
  }

  .mobile-content.section-title.sel-div-header .sel-h1 {
    font-family: gotham; 
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 5px;
    color: #c49735;
    text-transform: uppercase;
    text-align: center;
  }

  .mobile-content.section-title.sel-div-header .sel-h2 {
    font-family: gotham; 
    font-weight: 350; 
    font-size: 15px; 
    line-height: 24px; 
    letter-spacing: 5px; 
    color: #ffffff; 
    text-transform: uppercase; 
    text-align: center; 
    margin:auto;
  }

  .mobile-content.story-copy.sc-left.sel-mob-div-2 {
    top: 0;
  }

  .sel-mob-hr-2 {
    height: 1px; 
    width: 100%; 
    border:none; 
    color: #c49735; 
    padding-left: 20px; 
    padding-right: 20px; 
    background-color:#c49735; 
    text-align: center;
  }

.sel-mob-div-2-p {
    font-family: gotham; 
    font-weight: 100; 
    font-size: 15px; 
    line-height: 24px; 
    letter-spacing: 1px; 
    color: #ffffff; 
    text-align: center; 
    margin:auto;
  }

  div.mobile-content.story-copy.sc-left.sel-mob-div-2 > div > div.div-learn-more-btn {
    margin-bottom: 5%; 
    display: inline-grid;
  }

  body
  {
    line-height: normal;
  }

}

.story .story-copy p {
  text-transform: none;
}

span.unbreakable {
  font-size: inherit;
  white-space: nowrap;
}




#dom .explore {
  max-width: 1440px;
  margin: auto;
  margin-bottom: 5vw;
}

#dom .explore-head {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 60px;
}

#dom .explore-title {
  text-transform: uppercase;
  border-bottom: 3px solid #C59948;
  border-top: 3px solid #C59948;
  width: auto;
  display: inline-block;

  font-size: 1.5em;
  margin-bottom: 2em;
}

#dom .explore-subtitle {
  font-size: 1.25vw;
}

#dom .explore-showcase {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#dom .explore-showcase .es-slide {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#dom .explore-showcase .es-slide .es-col {
  width: 50%;
  max-width: 250px;
  margin: 0 2%;
}

#dom .explore-showcase .es-slide .es-col-title {
  text-align: center;
  margin: 15px 0;
  border-bottom: 2px solid;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}

#dom .explore-showcase .es-slide .es-col-img {
  max-height: 300px;
  text-align: center;
  margin: 20px 0;
}

#dom .explore-showcase .es-slide .es-col-img img {
  height: auto;
  max-width: 220px;
}

#dom .explore-showcase .es-slide .es-col-lm {
  text-align: center;
}

#dom .explore-showcase .es-slide .es-col-lm .learn-more-btn {
  width: auto;
  font-size: 14px;
  /*padding: 10px 30px;*/
  padding: 8px 24px;
  font-weight: normal;
  /*height: 100%;*/
}

#dom .explore-showcase .es-slide .es-col-copy {
  text-align: justify;
}

#dom .explore-showcase .es-slide .es-col-copy .es-col-copy-bullet {
  margin: 20px 0;
  text-align: justify;
  margin-left: 15px;
}

#dom .explore-showcase .es-slide .es-col-copy .es-col-copy-bullet-container {
  position: absolute;
}

#dom .explore-showcase .es-slide .signature .es-col-title {
  border-color: #9E8564;
}

#dom .explore-showcase .es-slide .grand-cru .es-col-title {
  border-color: #F1753F;
}

#dom .explore-showcase .es-slide .aniversario .es-col-title {
  border-color: #921E1A;
}

#dom .explore-showcase .es-slide .millennium .es-col-title {
  border-color: #432F26;
}

#dom .explore-foot {
  max-width: 768px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px auto 80px;
}



@media screen and (max-width: 997px) {
  #dom .explore-showcase {
    flex-direction: column;
  }

  #dom .explore-showcase .es-slide.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    transition-property: opacity, visibility;
  }

  #dom .explore-showcase .es-slide {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  
  #dom .explore-showcase .es-slide .es-col {
    width: 100%;
    max-width: 380px;
  }

  #dom .explore-foot {
    margin-right: 5%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {

  #dom .explore-title {
    font-size: 4.75vw;
  }

  #dom .explore-subtitle {
    font-size: 14px;
    /*font-size: 1em;*/
    margin: 0 10%;
  }

  #dom .explore-showcase .es-slide .es-col{
    width: 46%;
  }

  #dom .explore-showcase .es-slide .es-col-img {
    min-height: 260px;
  }
  
  #dom .explore-showcase .es-slide .es-col-img img {
    max-width: 100%;
    height: auto;
  }
  
  #dom .explore-showcase .es-slide .es-col-copy {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {

  #dom .explore-subtitle {
    /*font-size: 1.25em;*/
    font-size: 14px;
  }
}
