/* 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: 767px) {
	/*.hero-container img {
		display: none;
	}*/

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

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

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

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

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

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

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

	position: relative;
}

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

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

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

.learn-more-btn {
	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: 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;
}

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

#exclusive-2021-story
{
	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: 36px;
	color: #666666;
	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 .story-copy .sc-btn {
	font-size: 14px;
	border: none;
	color: #ffffff;
	background-color: #C59949;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	height: auto;
}

.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: 767px) {
	.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: 767px) {
	.video-carousel .video-carousel-navigation {
		flex-wrap: wrap;
	}

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

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

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

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

	flex-grow: 1;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	margin: 2em 0;
}

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

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

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

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

	height: 4em;

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

	transition: background-color ease 0.5s;
}

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

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

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

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

#webpart .wp-header 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: 767px) {
	.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: 767px) {
	.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: 767px) {
	.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: 767px) {
	.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: 767px) {
	.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: 767px) {
	.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: 767px) {
	.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;
}

#exclusive-2021-story 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: 767px) {
	.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;
}