.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 {
  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 {
  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: 999px){
  #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;

}

.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 {
  background: #ffffff;
}

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

.reverse.cigarStrength .dot.halved,
.reverse.cigarStrength .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: 999px) {
  /*.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: 999px) {
  .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: 999px) {
  .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: 999px) {
  #yor .slider.special-slider .slider-slide {
    display: flex;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }

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

  #yor .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 {
  border-color: #000000;
}

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

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

.mobile-content .reverse.cigarStrength .dot.halved,
.cigar-showcase .reverse.cigarStrength .dot.halved,
.reverse.cigarStrength .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 **************/

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

    font-size: 1.35vw;
}

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

@media screen and (max-width: 999px) {
  #yor .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: 0 4em;
}

.story-teaser .st-teaser {
  position: relative;
  margin: 0 2em;

  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: 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: 999px) {
  .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 *************/

#yor .story-copy * {
  color: #FFFFFF; 
}

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

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

#yor .story.story-extra {
  background-color: #780C25;
}

#yor .story.story-footer.story-teaser {
  background-color: #7B1F2E;
}

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

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

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

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

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

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

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

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

#yor .story.story-product:nth-of-type(6) .story-copy .section-title,
#yor .story.story-product:nth-of-type(9) .story-copy .section-title {
  text-transform: uppercase;
  text-align: center;
}

#yor .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
#yor .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: 999px) {
  #yor .story .story-copy {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 0;
    height: auto;
  }

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

  #yor .story.story-product:nth-of-type(9) .story-copy {
    background-color: #790D25;
    position: relative;
  }

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

  #yor .story.story-header .story-copy p,
  #yor .story.story-product .story-copy p,
  #yor .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;
  }

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

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

  #yor .story.story-product:nth-of-type(6) .story-copy *,
  #yor .story.story-product:nth-of-type(9) .story-copy * {
    font-size: 2.35vw;
  }

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

  #yor .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet-copy,
  #yor .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet-copy {
    margin-left: 5vw;
  }

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

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

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

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

  #yor .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
  #yor .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;
  }
  
  #yor .story-extra a.learn-more-btn {
    padding: 2.5vw 7.5vw;
  }

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

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

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

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

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

  /**/

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

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

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

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

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

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

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

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

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

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

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

  /**/

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

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

  #yor .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: 999px) {
  .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: 999px) {
  .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: 999px) {
  #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: 999px) {
  .feature-list > div span {
    font-size: .9em;
  }
}

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

.unbreakable {
  white-space: nowrap;
}

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

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

#yor {
  background-color: #7B1F2E;
  color: #000000;

  margin: auto;
}

#yor > * {
  max-width: 1280px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

  margin: 2em 0;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #yor .story-header img {
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

#yor .story.story-promo {
  background-color: #780C25;
}

#yor .story.story-promo .sp-copy {
  max-width: 48em;
  width: 100%;
  padding: 2em;
  padding-top: 0;
  margin: auto;
}

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

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

#yor .story.story-promo .sp-copy p {
  color: #FFFFFF;
}

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

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

  #yor .story.story-promo .sp-copy a.learn-more-btn {
    font-size: 2.5vw;
    padding: 1.5vw 4.5vw;
    width: 38vw;
    margin: 1.5vw;
  }
}

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

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