/* GENERAL */

body
{
	line-height: 1.4285;
	font-family:'Gotham A', 'Gotham B', sans-serif;
	font-size: 14px;
	color:#666666;

}

.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: 991px) {
	.hero-text-wrapper {
		width: 45%;
		line-height: 15px;
	}
}

@media screen and (max-width: 991px) {
	/*.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 {
	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;
	background-color: rgba(192,192,192,0.75);
}

.dav-btn.dav-btn-alt
{
	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: 991px) {
	.custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
	.custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.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: 991px) {
	.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;
}

.box-title {
	font-size: 1.5vw;
}

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

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

.slider.special-slider .slider-controls {
	padding-top: 1em;
	line-height: 2em;
}

.slider.special-slider .slider-counter {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	text-align: center;

	color: #FFFFFF;
}

.slider.special-slider .slider-counter .cc {
	color: #C59949;
}


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

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


.slider.special-slider .slider-img {
	padding-bottom: 45.44%;
	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;
	color: #666666;
}

.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(252,193,75,0.5);
	background-color: rgba(252,193,75,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);
}


/*************************************************************************************/
/*************************************************************************************/
/*                                 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: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	top: auto;
	margin: 5px 10px;
	max-width: none;
	color: white;
	margin-left: 10%;
	margin-right: 10%;
}

.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                                    */
/*************************************************************************************/
/*************************************************************************************/


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

#exclusive-2021-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;
}

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

.mobile-content .cigarStrength .dot,
#exclusive-2021-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;
}

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

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

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

.mobile-content .reverse.cigarStrength .dot.halved,
#exclusive-2021-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%);
	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 **************/

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

#exclusive-2021-cigar .spec-title {
	font-size: 2em
}

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

#exclusive-2021-cigar .desktop-content {
	padding: 80px 0;
}

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

#exclusive-2021-cigar .mobile-content .cigar-specs {
	margin: 0;
}

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

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

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

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

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

.es-col-copy-bullet {
	margin: 7px 0; 
	margin-left: 0px; 
	text-align: justify; 
	margin-left: 15px;
	font-size: 1.2vw;
}

.es-col-copy-bullet-container {
	display: inline-block;
	width: 3%;
	vertical-align: top;
	font-size: 20px;
	margin-top: -4px;
}

.es-col-copy-bullet-inside {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

.mobile-content .es-col-copy-bullet-container {
	font-size: 3vw;
	margin-top: 0%;
}

.mobile-content .es-col-copy-bullet-inside {
	font-size: 2.75vw;
	width: 90%; 
}

.mobile-content .es-col-copy-bullet {
	margin: 2%;
}

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

#chef-edition-2021
{
	position: relative;
}

.story {
	margin: auto;
	display: block;
}

.story-sm {
	max-width: 1437px;
}

.story img {
	width: 100%;
}

.story img.mobile-content {

}

.story h1 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #C59949;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.story .story-copy {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 3em;
}


.story .story-copy p {
	font-family:'Gotham A', 'Gotham B', sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	text-align: center;
}

.story .sc-absolute {
	position: absolute;
}

/*
.story .story-copy h2 {
	font-family:'Gotham A', 'Gotham B', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #C59949;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
*/

.story .story-copy .sc-lead {
	text-transform: uppercase;
}

.story .story-copy .sc-bold {
	font-weight: bold;
}

.story .sc-btn,
.story .story-copy .sc-btn {
	font-size: 14px;
	border: none;
	color: #000000;
	background-color: #C59949;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	height: auto;
	box-shadow: 0px 30px 46.5px 3.5px rgb(0 0 0 / 20%);
	font-weight: 500;
}

.story .story-copy .sc-btn:hover {
	color: #FFFFFF;
	background-color: #000000;
	transition: all 0.3s ease;
}

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

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

/********* MOBILE *********/
@media screen and (max-width: 991px) {
	.story h1 {
		font-size: 24px;
		line-height: 30px; 
	}

	.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 p {
		font-size: 15px;
		line-height: 24px;
	}

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

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

/*************************************************************************************/
/*************************************************************************************/
/*                                      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;
	text-align: center;
}

#webpart .wp-header h2 {
	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%;
	}

}

/*************************************************************************************/
/*************************************************************************************/
/*                                   CUSTOMIZATION                                   */
/*************************************************************************************/
/*************************************************************************************/


.slider img.img-alt {
	display: block;
	width: 100%;
}

.extra-caption {
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;

	margin-top: -8vw;
}

.extra-caption h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

.extra-caption p {

}

@media screen and (max-width: 991px) {
	.extra-caption {
		margin-top: -16vw;
		z-index: 99999999999;
		position: relative;
	}

	.extra-caption h2 {
		font-size: 1.25em;
		margin-bottom: 1.25em;
	}

	.slider.special-slider img.img-alt {
		width: 160%;
		transform: translateX(-17%);
	}

	#blend.slider.special-slider .prev,
	#blend.slider.special-slider .next {
		/*display: none;*/
		top: 35vw;
	}

	.slider.special-slider .prev,
	.slider.special-slider .next {
		/*display: none;*/
		top: 100vw;
	}
}


.story > img {
	max-width: 1437px;
	margin: auto;
	display: block;
}

.story.cigars-sc > img {
	padding: 0 1em;
}

.slider.special-slider .slider-controls {
	padding-top: 1.5em;
    padding-bottom: 3em;
	background-color: #000000;
}

.story-hands,
.story-hands .sc-relative,
.story-hands img {
	position: relative;
}

.story-hands .sc-relative {
	max-width: 1437px;
	margin: auto;
	display: block;
}

.story.story-hands .story-copy.sc-absolute {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.story.story-hands .story-copy .story-copy-main {
	max-width: 970px;
}

.story.story-hands .story-copy p {
	color: #FFFFFF;
	font-weight: 400;
}

@media screen and (max-width: 991px) {
	.story.story-hands .story-copy .sc-lead {
		font-size: 18px;
		line-height: 24px; 
	}
	
	.story.story-hands .story-copy {
		background-image: url('https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/exclusives/2021/mobile/davidoff-exclusive-2021-cigar-rolling-hands.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;

		margin:0;
	}

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

	.story.story-hands .story-copy .story-copy-main p {
		color: #FFFFFF;
	}
}

.story.story-anniversary {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 40px;
}

.story.story-anniversary .sc-right {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
}

.story.story-anniversary .sc-right .story-copy {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-direction: column;
}

.sac-badge {
	margin-bottom: 30px;
}

.sac-badge img {
	width: auto;
	margin: auto;
}

.story.story-anniversary h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #C59949;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.story.story-anniversary {
		flex-direction: column;
		margin-bottom: 100px;
	}

	.story.story-anniversary .story-copy {
		max-width: 100%;
		margin: auto 20px;
	}
}

.story.story-taste {
	margin-bottom: 100px;
	position: relative;
	margin-top: 260px;
}

.story.story-taste .story-copy {
	position: absolute;
	left: 0;
	right: 0;
	top: -160px;
}

.story.story-taste .story-copy .story-copy-main {
	max-width: 900px;
}

.story.story-taste .story-copy .story-copy-main p {
	font-weight: lighter;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	text-align: center;
}

.story.story-taste .story-copy .story-copy-main h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #C59949;
	text-transform: uppercase;
	text-align: center;
}

.story.story-taste .story-copy .story-copy-main h2:first-of-type {
	margin-bottom: 0;
}

.story.story-taste .story-copy .story-copy-main h2.alt {
	color: #000000;
}

.story.story-taste .slider-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;

	padding-top:0;
	padding-bottom:0;
	background: none;
}

@media screen and (max-width: 991px) {
	.story.story-taste {
		margin-bottom: 60px;
		margin-top: 0;
	}

	.story.story-taste .story-copy {
		position: relative;
		max-width: 100%;
		margin: 15px 20px;

		left: auto;
		right: auto;
		top: auto;
	}

	.story.story-taste .story-copy .story-copy-main h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.story.story-taste .story-copy .story-copy-main p {
		font-size: 15px;
		line-height: 24px; 
	}
}

.story.pre-showcase .story-copy {
	max-width: unset;
}

.story.pre-showcase .story-copy .story-copy-main {
	max-width: 970px;
}

.story.pre-showcase .story-copy .story-copy-main h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #C59949;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.slider.special-slider.flex-slider .slider-slide.active {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	max-width: 90%;
	margin-left: auto;
}

.slider.special-slider.flex-slider .slider-slide .slide-img-container {
	width: 100%;
	overflow: hidden;
}

.slider.special-slider.flex-slider .slider-slide img {
    margin-bottom: -130px;
}

.slider.special-slider.flex-slider .slider-slide .extra-caption {
	padding: 0;
	margin: 0;
	background: none;
	color: #666666;

	text-align: left;

	margin-left: 15px;
	margin-top: 40px;
}

.slider.special-slider.flex-slider .slider-slide .extra-caption h3 {
	font-weight: 300;
	font-size: 30px;
	line-height: 44px;
	color: #C59949;
	text-transform: uppercase;
}

.slider.special-slider.flex-slider .slider-slide .extra-caption h3.alt {
	color: #666666;
	font-size:24px;
}

.slider.special-slider.flex-slider .slider-slide .extra-caption li {
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 14px;
	margin-left: 15px;
}

.slider.showcase {
	max-width: 1437px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.slider.showcase .slider-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;

	padding-top:0;
	padding-bottom:0;
	background: none;
}

.slider.showcase .slider-bg {
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.slider.special-slider.flex-slider .slider-slide.active {
		max-width: 100%;
		flex-direction: column-reverse;
	}

	.slider.special-slider.flex-slider .slider-slide.active .slide-img-container {
		background-image: url('https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/exclusives/2021/davidoff-exclusive-2021-slider-background.jpg');
		background-size: 150%;
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.slider.special-slider.flex-slider .slider-slide img {
		flex-shrink: 0;
		width: 100%;
		margin:auto;
		transform: none;

		margin-bottom: -80px;
	}

	.slider.special-slider.flex-slider .slider-slide .extra-caption {
		z-index: 0;
		margin-left: 15px;
		margin-right: 15px;
	}

	.story.pre-showcase .story-copy .story-copy-main h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.slider.special-slider.flex-slider .slider-slide .extra-caption h3 {
		font-size: 22px;
		line-height: 24px;
	}

.slider.special-slider.flex-slider .slider-slide .extra-caption h3.alt {
		font-size:16px;
		line-height: 20px;
}

	.slider.special-slider.flex-slider .slider-slide .extra-caption li {
		font-size: 14px;
		line-height: 20px;
	}

	.slider.showcase {
		margin-bottom: 60px;
	}

	.slider.showcase .slider-bg {
		width: 100%
	}
}

@media screen and (max-width: 991px) {
	.story .story-copy {
		max-width: unset;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.story.story-ending {
	margin-bottom: 200px;
}

.story.story-ending .story-copy .story-copy-main {
	max-width: 970px;
}

@media screen and (max-width: 991px) {
	.story.story-ending {
		margin-bottom: 100px;
	}
}

.story.story-main .story-copy .sc-btn {
	width: 300px;
}

.story.story-main,
.story.story-main > img.desktop-content {
	margin-bottom: 100px;
}

#chef-edition-2021 sup {
	vertical-align: super;
}

.story.story-cigars .img-wrapper.mobile-content {
	width: 100%;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.story.story-cigars .img-wrapper.mobile-content::-webkit-scrollbar {
  display: none;
}

.story.story-cigars .img-wrapper.mobile-content img {
	width: auto;
}

@media screen and (max-width: 991px) {
	.story.story-cigars .img-wrapper.mobile-content img {
		margin-left: 80px;
	}
}

.story.story-main .story-copy-main {
	max-width: 800px;
}

.promo-bar {
	top: 0;
	z-index: 100;
	background-color: #f7f7f7 !important;
	font-size: 16px !important;
	color: #000000 !important;
	padding: 12px;
	width: 100%;
	text-align: center;
	line-height: 100%;
	border-radius: 2px;
	margin-top: 0;
	box-sizing: border-box;
}

.video-showcase {
	display: flex;
	flex-direction: row;
	margin-top: 45px;
	margin-bottom: 100px;
}

.video-showcase .main-display {
	width: calc(66.667% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}

.video-showcase .video-select {
	width: 33.333%;
	margin-right: 15px;
}

.video-showcase .video-div {
	display: flex;
	margin-bottom: 20px;

	cursor: pointer;
}

.video-showcase .video-quote, .video-showcase .video-quote-author {
	display: none;
}

.video-showcase .md-caption {
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #C59949;
	text-align: center;
	padding-bottom:20px;
}

.video-showcase .mdc-quote,
.video-showcase .mdc-author {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
}

.video-showcase .mdc-author {
	color: #000000;
}

.video-showcase .video-info {
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	font-weight: 240;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000000;
	text-align: left;

	align-self: center;
	margin-left: 15px;

	width: 58%;
}

.video-showcase .video-div.selected .video-info,
.video-showcase .video-div:hover .video-info {
	font-weight: bold;
}

.video-showcase .video-play {
	color: #C59949;
	text-transform: uppercase;
}

.video-showcase .md-video {
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 56.25%;

	/*box-shadow: 0px 30px 46.5px 3.5px rgb(0 0 0 / 20%);*/
	border: none !important;
}

.video-showcase .md-video iframe {
	box-shadow: 0px 30px 46.5px 3.5px rgb(0 0 0 / 20%);
	border: none !important;
}

.video-showcase .md-video-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-showcase .video-tn {
	width: 42%;
}

.video-showcase .video-tn img {
	box-shadow: 0px 10px 27.9px 2.1px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 991px) {
	.video-showcase {
		flex-direction: column;
	}

	.video-showcase .main-display, .video-showcase .video-select {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.navigation-menu .nm-links {
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	font-weight: 500;
	line-height: auto;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #C59949;
}

.navigation-menu .nm-links a {
	font-size: 20px;
	color: #C59949;
}

.navigation-menu .nm-links a:hover {
	text-decoration: underline;
}

.story h2 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 2px!important;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	border-top: 2px solid #c59949;
	border-bottom: 2px solid #c59949;

	font-weight: 400;
	margin-bottom: 32px;
	text-transform: uppercase;

	color: #000000;
}

.story h3 {
	font-family: font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #c59949;
	text-transform: uppercase;
	text-align: center;
}

.story-pioneers {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;

	background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-bg01-pepper-salt.jpg");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.story-pioneers .story-sm {
	max-width: 920px;
	margin:auto;
}

.story p {
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif!important;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	color: #000000;
	padding-bottom: 20px;
	margin: 0;
}

.story-nav {
	min-height: 230px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.story-intro img,
.story-cigar img {
	box-shadow: 0px 30px 46.5px 3.5px rgb(0 0 0 / 20%);
}

.story-cigar {
	position: relative;
	margin-bottom: 100px;
}

.story-cigar .sc-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 58.33333%;
}

.story-cigar .sc-container .story-copy {
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 20px;
}

.story-cigar .sc-container .story-copy > div {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.story-cigar .sc-container .story-copy h2 {
	margin-bottom: 20px;
}

.story-cigar .sc-container .story-copy h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width:1401px) {
	.story-cigar .sc-container .story-copy h2 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: normal;
	}

	.story-cigar .sc-container .story-copy h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 28px;
	}

	.story-cigar .sc-container .story-copy p {
		font-size: 18px;
		line-height: 32px;
	}
}

.story-cigar .sc-container .story-copy .sc-btn {
	width: 250px;
}

.story-cigar .sc-container .story-copy .sc-btn.alt {
	background-color: rgba(0,0,0,0);
	border: 2px solid #C59949;
	color: #C59949;
}

.story-cigar .sc-container .story-copy .sc-btn.alt:hover {
	border: 2px solid #000000;
	background-color: rgba(0,0,0,1);
}

.story-chefs {
	text-align: center;
}

.story-chefs .story-copy {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 920px;
	text-align: center;
}

.story-chefs .section-chef {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.story-chefs .section-chef {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.story-chefs .section-chef .chef-block {
	margin-left: auto;
	margin-right: auto;
	width: calc(25% - 18px);
}

.story-chefs .section-chef .chef-block:nth-child(even) {
	margin-top: 200px;
}

.story-chefs .chef-info {
	margin-bottom: 30px;
}

.story-chefs .section-chef .chef-block .chef-portrait {
	position: relative;
	margin-bottom: 10px;
}

.story-chefs .section-chef .chef-block .chef-portrait .chef-rank {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #C59949;
}

.story-chefs .section-chef .chef-block .chef-portrait .chef-rank .fln {
	font-size: 16px;
	line-height: 14px;
}

.story-chefs .section-chef .chef-block .chef-portrait .chef-rank .sln {
	font-size: 12px;
	line-height: 14px;
}

.story-chefs .section-chef .chef-block .chef-info .chef-location {
	font-weight: light;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color:#878988;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300px;
}

.story-chefs .section-chef .chef-block .chef-image {
	margin-bottom: 30px;
	max-width: 280px;
}

.story-chefs .section-chef .chef-block .chef-image img {
	box-shadow: 0px 10px 27.9px 2.1px rgb(0 0 0 / 20%);
}

.story-chefs h4 {
	color: #000000;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 2px;
}

.story-chefs .section-chef .chef-block .chef-description h4 {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	max-width: 70%;
	border-bottom: 2px solid #C59949;
	margin-bottom: 20px;
}

.story-chefs .section-chef .chef-block .chef-description p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

.story-experience {
	position: relative;
}

.story-experience .title-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 24%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}

.story-experience > img {
	box-shadow: 0px 10px 27.9px 2.1px rgb(0 0 0 / 20%);
}

.story-experience .buttons-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 24%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
}

.story-experience .buttons-wrapper > div {
	margin-right: 20px;
	margin-left: 20px;
}

.story-experience .buttons-wrapper .buy-now {
	width: 250px;
}

.story-experience .buttons-wrapper .buy-now a {
	width: 100%;
}

.story-experience .buttons-wrapper .buy-now a:hover {
	color: #FFFFFF;
	background: #000000;
	transition: all 0.3s ease;
}

.story-experience h2 {
	margin: auto;
	padding: 8px 0;
	width: 100%;
	max-width: 920px;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	border-top: 2px solid #C59949;
	border-bottom: 2px solid #C59949;
}

.story-experience .experience-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	max-width: 1200px;
	margin: auto;
	background: black;
	display: flex;
	transform: translateY(-50%);
	padding-top: 25px;
	padding-bottom: 25px;
}
.story-experience .experience-popup.hidden {
	visibility: hidden;
	display: none;
}

.story-experience .experience-popup.visible {
	visibility: visible;
	display: block;
}

.story-experience .experience-popup .story-copy {
	max-width: 600px;
	margin: auto;
}

.story-experience .experience-popup .story-copy h3 {
	line-height: 28px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.story-experience .experience-popup .story-copy p {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.story-experience .experience-popup .close-button,
.story-experience .popup-button {
	background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-icon-plus.png");
	background-repeat: no-repeat;
	border-style: solid;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: rgba(197, 153, 73, 0);
	text-align: center;
	text-decoration: none;
	hover-type: image;
	color: #FFFFFF;
	background-position: left center;
	font-size: 14px;
	font-weight: 500;
	display: block;
	text-decoration: underline!important;
	margin: auto;
	width: 250px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.story-experience .experience-popup .close-button {
	background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-icon-minus.png");
}

.story-experience .popup-button:hover,
.story-experience .experience-popup .close-button:hover {
	color: #C59949;
}

.story-experience .popup-button {
	height: auto;
	margin-top: 20px;
}

.story-pairing {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;

	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.story-pairing .img-container {
	width: calc(46.6667% - 30px);
	margin-left: 15px;
}

.story-pairing .img-container img {
	box-shadow: 0px 10px 27.9px 2.1px rgb(0 0 0 / 20%);
}

.story-pairing .story-copy {
	width: calc(53.3333% - 30px);
	margin-right: 15px;
}

.story-packaging {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.story-packaging .story-copy {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.story-packaging .packaging-images {
	position: relative;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.story-packaging .packaging-images img:nth-child(1){
	position: absolute;
	width: 43%;
}

.story-packaging .packaging-images img:nth-child(2){
	width: 64.69%;
	margin-left: auto;
	margin-right: 0;
	padding-top: 10%;
	display: block;
}

.product-carousel-container {
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}

.product-carousel {
	/*background: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-package-usage.png");*/
	background: url("https://i.shgcdn.com/37c6e414-3508-4f69-8500-7c350f897d4d/-/format/auto/-/preview/3000x3000/-/quality/best/");
	background-repeat:repeat-x!important;
	height: 400px;
	width: 3600px;
	animation: slide 10s linear infinite;
}

@keyframes slide{
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1800px, 0, 0);
	}
}

.story-highlights {
	position: relative;
}

.story-highlights img {
	box-shadow: 0px 10px 27.9px 2.1px rgb(0 0 0 / 20%);
}

.story-highlights .story-copy {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 2%;
	margin-top: 60px;
	width: 40.5%;
}

.story-highlights .story-copy ul {
	text-align: left;
}

.story-highlights .story-copy li {
	list-style-type: none;
	background: url(https://i.shgcdn.com/7951f629-2978-4f27-b8dd-4cf9284c2978/-/format/auto/-/preview/3000x3000/-/quality/lighter/) no-repeat 5px 5px transparent;
	color: #FFFFFF;
	font-size: 18px;
	line-height:32px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	font-weight: 300;
	padding-right: 60px;
	padding-left: 40px;
}

.story-highlights .story-copy h2 {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 2px;
}

.story-highlights .story-copy .sc-btn {
	width: 250px;
}

.story-ending {
	position: relative;
}

.story-ending .ending-container {
	display: flex;
	padding-top: 80px;
}

.story-ending .ending-container .ec-img-container {
	width: 50%;
	display: flex;
	justify-content: center;
}

.story-ending .ending-container .ec-img-container img {
	width: auto;
	align-self: center;
}

.story-ending .ending-container .ec-img-container:nth-of-type(2) img {
	width: 100%;
}

.story-ending .ending-container .ec-img-container:last-child img {
	box-shadow: 0px 10px 27.9px 2.1px rgb(0 0 0 / 20%);
}

.story-ending .ending-background {
	position: absolute;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.story-ending .ending-background .bg-1 {
	position: absolute;
	width: 20%;
	left: -2%;
	top: -10%;
}

.story-ending .ending-background .bg-2 {
	position: absolute;
	width: 40%;
	right: 0;
	bottom: -15%;
}


.story-pioneers {
	position: relative;
}

.pioneers-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transform: translateX(100%);
}

.pioneers-bg img {
	width: auto;
}

.ss-bg-1 {
	display: none;
}

.story-chefs {
	background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-bg02-rosemary.jpg");
	background-repeat: no-repeat;
	background-position: top left;

	position: relative;
	padding-bottom: 140px;
}

.chefs-bg-2 {
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 0;
}

.ss-bg-2 {
	position: relative;
	height: 210px;
}

.ss-bg-2 img {
	width: auto;
	position: absolute;
	z-index: -1;
	top: -16%;
	left: -2%;
}

.story-packaging {
	background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-bg04-rosemary.jpg");
	background-repeat: no-repeat;
	background-position: top right; 
}

.ss-bg-3 {
	display: none;
}

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

	.story-cigar .sc-container {
		position: relative;
		width: auto;
	}
	
	.story-cigar > img {
		width: 80%;
	}

	.story-cigar .sc-container .story-copy {
		max-width: 920px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.story-cigar .sc-container .story-copy > div {
		display: block;
		margin: auto;
	}

	.story-cigar .sc-container .story-copy .sc-btn.alt {
		color: #C59949;
	}

	.story-cigar .mobile-content {
		display: block !important;
	}
	
	.story-cigar .desktop-content {
		display: none !important;
	}

	.story-chefs {
		background: none;
		padding-bottom: 190px;
	}

	.ss-bg-1 {
		display: block;
	}

	.ss-bg-1 img {
		width: 25%;
		margin-left: 0;
		display: block !important;
	}

	.story-packaging {
		background: none;
	}

	.ss-bg-3 {
		display: block;
	}

	.ss-bg-3 img {
		width: 25%;
		margin-right: 0;
		display: block !important;
	}
}

@media screen and (max-width: 991px) {
	.story p {
		font-size: 16px;
		line-height: 24px;
	}

	.story h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.story h3 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.story-nav {
		min-height: unset;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.story-nav .navigation-menu {
		width: auto;
		margin-left: 10%;
		margin-right: 10%;

		position: relative;
	}

	.story-nav .navigation-menu .nm-mobile {
		display: block;
		text-align: left;
		padding: 1rem;
		border: 1px solid #BBBBBB;
		background-color: #FFFFFF;

		font-size: 14px;
		line-height: 20px;
		font-weight: 400;

		letter-spacing: unset;
	}

/*
	.story-nav .navigation-menu .nm-mobile:hover + .nm-links,
	.story-nav .navigation-menu .nm-links:hover {
		display: block;
	}

	.story-nav .navigation-menu .nm-mobile:hover,
	.story-nav .navigation-menu .nm-mobile:focus,
	.story-nav .navigation-menu .nm-mobile:active,
	.story-nav .navigation-menu .nm-links a:hover,
	.story-nav .navigation-menu .nm-links a:active,
	.story-nav .navigation-menu .nm-links a:focus {
		background-color: #C59949;
		color: #FFFFFF;
		transition: all 0.5s ease;
		text-decoration: none;
	}
*/

	.story-nav .navigation-menu .nm-mobile.active + .nm-links {
		display: block;
	}

	.story-nav .navigation-menu .nm-mobile.active,
	.story-nav .navigation-menu .nm-links a:hover,
	.story-nav .navigation-menu .nm-links a:active,
	.story-nav .navigation-menu .nm-links a:focus {
		background-color: #C59949;
		color: #FFFFFF;
		transition: all 0.5s ease;
		text-decoration: none;
	}

	.story-nav .navigation-menu .nm-links {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

	.story-nav .navigation-menu .nm-links .nav-separator {
		display: none;
	}

	.story-nav .navigation-menu .nm-links a {
		display: block;
		text-align: left;
		padding: 1rem;
		border: 1px solid #BBBBBB;
		border-top: none;
		background-color: #FFFFFF;

		font-size: 14px;
		line-height: 20px;
		font-weight: 400;

		letter-spacing: unset;
	}

	.story-nav .navigation-menu .nm-links a:first-of-type {
		border-top: 1px solid #BBBBBB;
	}

	.story-pioneers {
		background: none;
		margin-left: 24px;
		margin-right: 24px;
	}

	.pioneers-bg {
		display: none !important;
		position: relative;
	}

	.story-cigar {
		margin-bottom: 50px;
	}

	.story-cigar .sc-container .story-copy {
		margin-top: 50px;
		margin-left: 25px;
		margin-right: 25px;
	}

	.story-chefs .story-copy {
		margin-top: 25px;
		margin-left: 25px;
		margin-right: 25px;
	}

	.story-chefs .section-chef {
		flex-direction: column;
	}
	
	.story-chefs .section-chef .chef-block {
		width: 100%;
		margin-bottom: 80px;
	}

	.story-chefs .section-chef .chef-block:nth-child(even) {
		margin-top: 0;
	}

	.story-chefs .section-chef .chef-block .chef-portrait img {
		width: auto;
		margin: auto;
	}

	.story-chefs .section-chef .chef-block .chef-image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.story-chefs .section-chef .chef-block .chef-name h4 br {
		display: none;
	}

	.story-chefs .section-chef .chef-block .chef-description {
		margin-left: 25px;
		margin-right: 25px;
	}

	.ss-bg-2 {
		height: auto;
		margin-top: 20px;
	}
	
	.ss-bg-2 img {
		position: relative;
		width: 60%;
		margin-left: 0;
		top: 0;
		left: 0;
	}

	.story-pairing {
		flex-direction: column;
		margin-bottom: 0;
	}
	
	.story-pairing .img-container {
		width: 100%;
		margin: auto;
	}

	.story-pairing .story-copy,
	.story-packaging .story-copy {
		width: auto;
		margin-top: 50px;
		margin-left: 25px;
		margin-right: 25px;
	}

	.story-packaging {
		background: none;
	}

	.story-packaging .packaging-images img:nth-child(1) {
		width: 90%;
		position: relative;
		margin-left: 5%;
		margin-right: 5%;
		max-width: 538px;
		text-align: center;
	}

	.story-packaging .packaging-images img:nth-child(2) {
		margin-top: -5%;
		margin-left: 25%;
		margin-bottom: 30px;
		max-width: 580px;
		text-align: right;
		position: relative;
		padding: 0;
		z-index: -1;
		margin-right: 0;
		width: 75%;
	}

	.product-carousel {
		/*background: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/davidoff-chefs-edition-2021-package-usage.png");*/
		background: url("https://i.shgcdn.com/37c6e414-3508-4f69-8500-7c350f897d4d/-/format/auto/-/preview/3000x3000/-/quality/best/");
		background-repeat:repeat-x!important;
		background-size: 50%;
		height: 200px;
		width: 1800px;
		animation: slide 10s linear infinite;
	}

	@keyframes slide{
		0% {
			transform: translate3d(0, 0, 0);
		}
		100% {
			transform: translate3d(-900px, 0, 0);
		}
	}

	.story-highlights {
		background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/mobile/davidoff-chefs-edition-2021-cigar-highlights.jpg");
		background-position: center;
		min-height: 600px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}

	.story-highlights .story-copy {
		position: relative;
		width: auto;
		margin-top: 0;
		margin-left: 20px;
		margin-right: 20px;
	}

	.story-highlights .story-copy li {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 10px;
		padding-right: 0;
		padding-left: 40px;
	}


	.story-ending .ending-container {
		flex-direction: column;
		background-image: url("https://p-cdn.davidoffgeneva.com/cdnimages/davidoff-brand/pages/davidoff-cigars/limited-editions/chefs-edition/2021/mobile/davidoff-chefs-edition-2021-bg05-pepper-rosemary.jpg");
		background-size: 50%;
		background-position: top left;
		background-repeat: no-repeat;
	}

	.story-ending .ending-container .ec-img-container {
		width: 90%;
		margin: auto;
	}
	
	.story-ending .ending-container .ec-img-container img {
		width: 100%;
	}

	.story-ending .ending-container .ec-img-container:first-child img {
		width: 60%;
		margin: auto;
		margin-bottom: 15%;
	}

	.story-ending .ending-background .bg-2 {
		width: 50%;
		bottom: -5%;
	}

	.anchor {
		position: relative;
		top: -80px;
	}
}


@media screen and (min-width: 768px) {
	.story-experience .mobile-content {
		display: none !important;
	}

	.story-experience .desktop-content {
		display: block !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.video-showcase .video-select {
		width: auto;
		text-align: center;
		margin-top: 40px;
	}

	.video-showcase .video-div {
		width: calc(50% - 60px);
		margin: 0;
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
	}

	.video-showcase .video-info,
	.video-showcase .video-tn {
		width: 100%;
	}
	
	.video-showcase .video-info{
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
}

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

	.story-experience .title-wrapper {
		display: block;
		top: 3%;
		left: 5%;
		width: 80%;
		min-height: unset;
		height: auto;
		z-index: 1;
	}

	.story-experience .title-wrapper h2 {
		margin: 0;
		font-size: 20px;
		line-height: 24px;
	}

	.story-experience > img {
		width: 90%;
	}

	.story-experience .exp-1 {
		margin-left: 0;
		position: relative;
		z-index: 0;
	}

	.story-experience .exp-2 {
		margin-right: 0;
		margin-top: -5%;
		position: relative;
		z-index: -1;
	}
	
	.story-experience .buttons-wrapper {
		position: relative;
		min-height: unset;
		flex-direction: column-reverse;
		align-items: center;
		height: auto;
	}
	
	.story-experience .buttons-wrapper .learn-more a {
		color: #000;
		width: 220px;
		padding-left: 30px;
	}

	.story-experience .popup-button {
		width: 250px;
	}

	.story-experience .experience-popup {
		padding-left: 25px;
		padding-right: 25px;
		z-index: 2;
	}
}