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

.hero-container {
    position: relative;
}

#gift-2018-story .story-p h1 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.25em;
    color: rgb(202, 155, 60);
    font-weight: normal;
}

.desktop-content.story-copy {
    padding-right: 25%;
    padding-left: 25%;
}

@media screen and (min-width:1500px) {
    #gifting-wrapper {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (min-width:1000px) and (max-width:1499px) {
    #gifting-wrapper {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (min-width:600px) and (max-width:999px) {
    #gifting-wrapper {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (min-width:1500px) and (max-width:1690px) {
    .travelhumidorid {
        height: 500px;
        margin-left: 50px;
        margin-bottom: -100px;
    }
}

@media screen and (min-width:1100px) and (max-width:1499px) {
    .travelhumidorid {
        height: 500px;
        margin-left: 50px;
        margin-bottom: -0px;
    }
}

@media screen and (min-width:600px) and (max-width: 1099px) {
    .travelhumidorid {
        height: 300px;
        margin-left: 0px;
        margin-bottom: -300px;
    }
}

@media screen and (max-width:599px) {
    .travelhumidorid {
        height: 100px;
        margin-left: 0px;
    }
}

.cave-main {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    justify-content: center;
}

.cave-specs.spec-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cave-main>* {
    width: 50%;
}

.column-center .cigar-spec-label {
    background-color: black;
    text-align: center;
    height: 100px;
    padding-bottom: 5%;
}

.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;
}

.heightWidth {
    width: 100%;
    height: 100%;
}

#gift-2018-story .story-season p {
    margin: 0px;
    color: white;
    padding-top: 20px;
    background-color: black;
}

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

@media screen and (max-width: 767px) {

    .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 {
    text-transform: uppercase;
    color: white;
    background-color: rgb(202, 155, 60);
    padding: 10px 22px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    height: auto;
}

.gift-btn {
    text-transform: uppercase;
    color: rgb(202, 155, 60);
    background-color: white;
    padding: 10px 23px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    border: 2px solid rgb(202, 155, 60);
}

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

.gift-btn:hover {
    text-decoration: none;
    color: rgb(202, 155, 60);
}

.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);
}





.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 .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 .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;
}





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

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

.acc-description {
    left: 50%;
}

.acc-description {
    width: 50%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 15px;
}

.acc-description {
    position: absolute;
    top: 0;
    bottom: 0;
}

.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: 0px;
    height: 100%;
    left: 46.5%;
    right: 0px;
    margin: 15px 20px;
    text-align: center;
    color: black;
}

.slider.special-slider .slider-caption img {
    margin-bottom: auto;
    height: 100%;
    width: 100%;
}

.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);
}

.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);
}

.slider.special-slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slider.special-slider .prev:hover,
.slider.special-slider .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#gift-intro.slider.special-slider .slider-img {
    padding-bottom: 65%;
}

#gift-intro.slider.special-slider .slider-caption {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

#gift-intro.slider.special-slider .slider-slide:nth-of-type(6) .slider-caption {
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gift-intro.slider.special-slider .slider-slide:nth-of-type(6) .cave-main {
    max-width: none;
    justify-content: center;
}

#gift-intro.slider.special-slider .slider-slide:nth-of-type(6) .cave-main {
    max-width: none;
    justify-content: center;
}

#gift-intro.slider.special-slider .slider-slide:nth-of-type(6) .column-center {
    width: 40%;
}

#gift-intro.slider.special-slider .slider-slide:nth-of-type(6) .column-center>div {
    max-height: 50%;
}

#gift-intro.slider.special-slider .slider-slide .column-center>div {
    max-height: 100%;
}

.desc-torpedo {
    background: black;
    text-align: center;
    padding-bottom: 25px;
}

.gift-box-img {
    display: block;
    margin-right: 0;
    margin-left: auto;
    height: 100%;
}

.gift-box-div {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

#gifts-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;
}

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

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

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

#gifts-slider .slider.special-slider .slider-caption .gift-quote {
    text-align: justify;
}

#gifts-slider .slider.special-slider .slider-caption .gift-quote::before {}

#gifts-slider .slider.special-slider .slider-caption .gift-quote::after {}

#gifts-slider .slider.special-slider .slider-caption .gift-event {
    margin: 20px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

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

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

#gifts-slider .slider.special-slider .slider-caption .gift-event .gift-event-tickets {
    text-shadow: none;
}

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

#gifts-slider .slider.special-slider .slider-caption .gift-event .gift-event-tickets a {
    color: #FFFFFF;
}

.cave-specs-list {
    margin-top: 0;
}





.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 {

    right: auto;
    top: auto;
    margin: 15px 10px;
    max-width: none;
    text-shadow: none;
    color: black;
}

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

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

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

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

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

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

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

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

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





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

#gift-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;

    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;
}

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

.cigarStrength .dot,
#gift-2018-cigar .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;
}

.reverse.cigarStrength .dot,
#gift-2018-cigar .reverse.cigarStrength .dot {
    border-color: #ffffff;
}

.cigarStrength .dot.filled,
#gift-2018-cigar .cigarStrength .dot.filled {
    background: #ffffff;
}

.reverse.cigarStrength .dot.filled,
#gift-2018-cigar .reverse.cigarStrength .dot.filled {
    background: #ffffff;
}

.reverse.cigarStrength .dot.halved,
#gift-2018-cigar .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%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 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 .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 .cigar-box p {
    margin: 0;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

#gift-2018-cigar .mobile-content .cigar-img {
    margin-left: 10px;
    margin-right: 5%;
}

#gift-2018-cigar .mobile-content .cigar-img>img {
    height: 400px;
    width: auto;
}

.cigar-box {
    margin-top: 50px;
    text-transform: none;
    line-height: 1.100;
    font-size: 12px;
}

.cigar-specs {
    position: absolute;
    width: 100%;
    bottom: -100px;
}





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

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

#gift-2018-story.story .story-copy {
    position: absolute;
    top: 5%;
    left: 10%;
    height: 20%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.0em;
}

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

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

#gift-2018-story .story-p p {
    margin: 0;
}

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

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

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

    #gift-2018-story .story-p p {
        margin-bottom: 10px;
    }

    #gift-2018-story .story-season p {
        margin: auto;
        color: white;
        padding-top: 20px;
        max-width: 350px;

    }

    .cigar-specs {
        bottom: auto;
        background-color: black;
        position: relative;
    }

    .cigar-img {
        margin-top: 0;
    }

    .slider.special-slider .slider-slide.active {
        display: flex;
        height: 370px;
    }

    .slider.special-slider .slider-slide .gift-box {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .slider.special-slider.gift-torpedo .slider-slide.active {
        display: block;
        height: auto;
    }

    .mobile-content.slider.special-slider.gift-torpedo .cigar-specs {
        margin-top: -6px;
    }
}






.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;
}

#gift-video-carousel {
    margin-top: 40px;
}

@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;
    }
}





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

.gift-about-list {
    margin-top: 8%;
    margin-left: -16%;
    max-width: 40%;
    z-index: 1;
    flex-grow: 1;
}

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

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

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

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





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

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

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

.product-map .product-marker .product-marker-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;
    border: 1px rgba(0, 0, 0, 0) solid;
    -webkit-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    transform: translateX(-38%);
    transition: all 0.3s;
}

.product-map .product-marker .product-marker-btn:hover {
    text-decoration: none;
    background: none;
    color: rgb(202, 155, 60);
    border: 1px solid rgb(202, 155, 60);
}

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

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

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

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

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

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





.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;
}

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