/* GENERAL */
body {
	line-height: 1.4285;
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	font-size: 14px;
	color:white;
}

.hero-container {
	position: relative;
}




/****Container****/

#wsc-le-2021 {
	color: #FFFFFF;
	background-color: #000000;
}

@media screen and (min-width:1500px) {
#wsc-le-2021 {
margin-left: 15%;
margin-right: 15%;
}
}

@media screen and (min-width:1000px) and (max-width:1499px) {
#wsc-le-2021 {
margin-left: 10%;
margin-right: 10%;
}
}

@media screen and (min-width:800px) and (max-width:999px) {
#wsc-le-2021 {
margin-left: 5%;
margin-right: 5%;
}
}

/***********Humidor Resizing************/

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

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

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

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


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

}

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

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

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

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


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

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

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

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

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

.desktop-content {
	display: inherit;
}

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

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

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

@media screen and (max-width: 799px) {
	/*.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: 10px 22px;
	display: inline-block;
	margin: 5px 0;
	text-decoration: none;
	height: auto;
}

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


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

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

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

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

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

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

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

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-bottom: 60px;
}

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

/*.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container {
	display: none;
}*/
.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content
	{
	width: 100%;
	text-align: center;
}

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

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

@media screen and (min-width: 992px) {
	.custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
		padding: 0;
	}
	.custom-hero.hero-cms .cmsMediaWrapper.bp-right .container-fluid {
		padding-left: 30px;
	}
	.custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
		position: absolute;
		top: 0;
		width: 35%;
		right: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-right: 70px;
	}
	.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content
		{
		width: 100%;
		position: relative;
	}

	/*.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content p {*/
	.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p
		{
		width: 100%;
	}
	.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p:first-of-type
		{
		margin-top: 15px;
	}
	.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
		.custom-hero.hero-cms .genericheader-lvl-3 {
		font-size: 1.7rem;
	}
	.custom-hero .owl-nav .owl-prev {
		left: 20px;
	}
	.custom-hero .owl-nav .owl-next {
		right: 20px;
	}
	.custom-hero.hero-cms>a {
		position: absolute;
		left: -9999px;
		right: -9999px;
		z-index: 2;
		bottom: 100px;
	}
}

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

.custom-hero.hero-cms .owl-controls .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	margin: 0 10px;
	box-shadow: 0 0 0 4px rgba(128, 128, 128, 0.5);
	background-color: rgba(128, 128, 128, 0.75);
	border: none;
}

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

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

.custom-hero.hero-cms>a:hover, .custom-hero.hero-cms .cmsMediaWrapper__overlay__content a:hover
	{
	text-decoration: none;
}

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

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

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

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

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

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

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

@media screen and (max-width: 991px) and (min-width: 800px) {
	.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: 799px) {
	.custom-hero.hero-cms .cmsMediaWrapper.bp-left {
		background-position: left;
	}
	.custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
		display: none;
	}
	.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p,
		.hero-cms .cmsImageText__text .cmsImageText__text__container .lead {
		display: block;
		text-align: justify;
	}
	.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p:first-of-type,
		.hero-cms .cmsImageText__text .cmsImageText__text__container .lead:first-of-type
		{
		margin-top: 15px;
	}
	.custom-hero.hero-cms .cmsImageText__text h2, .custom-hero.hero-cms .cmsImageText__text h3
		{
		display: block;
	}
	.custom-hero.hero-cms .owl-controls {
		top: auto;
		bottom: 25px;
		margin: 0;
	}
	.custom-hero.hero-cms .cmsMediaWrapper {
		background-position: center;
		padding-bottom: 100%;
	}
	.custom-hero.hero-cms .owl-controls {
		top: 0;
		bottom: initial;
		margin-top: 100%;
	}
	.custom-hero .owl-nav {
		display: none !important;
	}
	.custom-hero .owl-nav .owl-prev, .custom-hero .owl-nav .owl-next {
		display: none !important;
	}
}

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

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

.custom-hero ul {
	margin: 0;
}

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

.slider-body {
	position: relative;
}

/*************************************************************************************/
/*************************************************************************************/
/*                              SPECIAL SLIDER                                       */
/*************************************************************************************/
/*************************************************************************************/
.slider.special-slider {
	position: relative;
}

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

.acc-description {
	left: 50%;
}

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

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

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

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

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

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

.slider.special-slider .slider-caption {
	position: absolute;
	bottom: 0px;
	height: 100%;
	left: 46.5%;
	right: 0px;
	margin: 15px 20px;
	text-align: center;
	color: black;
}

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

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

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

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

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

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

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

/* 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);
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cigar-info {
	position: relative;
}

.cigar-thirds {
	display: flex;
	justify-content: center;
	/* 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-label {
	text-align: right;
}

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

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

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

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

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

 .reverse.cigarStrength .dot.halved, #gift-2018-cigar .reverse.cigarStrength .dot.halved
	{
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);

	background:linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',
		endColorstr='#00000000', GradientType=1);
} 


/************ MOBILE CONTENT ***********/
.mobile-content .cigar-info {
	display: flex;
	flex-direction: row;
}

.mobile-content .cigar-thirds {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	justify-content: space-around;
	align-items: normal;
	padding-left: 0;
}

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

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

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

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

.mobile-content .cigar-box p {
	margin: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************************************************************************/
/*************************************************************************************/
/*                                      STORY                                        */
/*************************************************************************************/
/*************************************************************************************/
.story img {
	width: 100%;	
}

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

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

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

.story-p {
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}

.story-p p {
	margin: 0;
}

 .story-p h1 {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0.25em;
	/*color: rgb(202, 155, 60);*/

	font-weight: normal;
}

 .tubos-selection {
	color: #000000;
}

 .tubos-selection .desktop-content {
	display: flex;
	justify-content: center;
}

 .tubos-selection .desktop-content .info {
	text-align: center;
	margin-top: 3em;
}

.story-royal-release.story-copy h1,
 .tubos-selection .desktop-content .info h1 {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0.25em;
	color: rgb(202, 155, 60);
	font-weight: normal;
}

 .tubos-selection .desktop-content .img-wrap {
	position: relative;
	height: 25vw;
}

 .tubos-selection .desktop-content .img-wrap img {
	width: auto;
	position: absolute;
	max-height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.story-royal-release.story-copy p {
	margin: auto;
	max-width: 680px;
}

/********* MOBILE *********/
@media screen and (max-width: 799px) {
	.story .story-copy {
		position: relative;
		left: auto;
		width: auto;
		max-width: 300px;
		margin: 15px auto;
		display: block;
		text-align: center;
		height: auto;
	}
	.story .story-copy .story-copy-main {
		margin: 0 15px;
	}
	.story .story-copy .story-copy-main p {
		font-size: .7em;
	}
	
	 .story-p p {
		margin-bottom: 0px;
	}
	
	 .story-season p { 
		margin: auto;
		color: white;
		padding-top: 20px;
		max-width: 350px;
		
	}
	
	.cigar-specs {
	bottom: auto;
	background-color: black;
	position: relative;
	}
	
	.cigar-img {
	margin-top: 0;
	}
	
	.slider.special-slider .slider-slide.active{
	display: flex;
	height: 370px;
	}
	
	.slider.special-slider .slider-slide .gift-box{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	
	.slider.special-slider.gift-torpedo .slider-slide.active{
	display: block;
	height: auto;
	}
	
	.mobile-content.slider.special-slider.gift-torpedo .cigar-specs {
	margin-top: -6px;
	}

	.story-royal-release.story-copy p {
		padding-right: 1em;
		padding-left: 1em;
	}
}


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

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

/********* MOBILE *********/
@media screen and (max-width: 799px) {
	.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 gift                                    */
/*************************************************************************************/
/*************************************************************************************/
#gift-about {
	margin-top: 50px;
	position: relative;
	display: flex;
	flex-direction: row;
}

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

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

/*********** MOBILE **********/
@media screen and (max-width: 799px) {
	#gift-about {
		flex-direction: column;
	}
	.gift-about-list {
		max-width: none;
		margin: 0 12%;
	}
	.gift-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;
}

.product-map .product-marker .product-marker-btn {
	text-transform: uppercase;
	color: white;
	background-color: rgb(202, 155, 60);
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
	border: 1px rgba(0, 0, 0, 0) solid;
	-webkit-transform: translateX(-38%);
	-ms-transform: translateX(-38%);
	transform: translateX(-38%);
	transition: all 0.3s;
}

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

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

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

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

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

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

/*********** MOBILE **********/
@media screen and (max-width: 799px) {
	#gift-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: 799px) {
	.feature-list>div span {
		font-size: .9em;
	}
}


#gifts-slider {
	padding-top: 1.5em;
}

.oro-blanco,
#gifts-slider .slider.special-slider .gift-slide {
	display: flex;
	justify-content: center;
}

.oro-blanco .img-wrap,
#gifts-slider .slider.special-slider .gift-slide .img-wrap {
	width: 50%;
}

.oro-blanco .img-wrap img,
#gifts-slider .slider.special-slider .gift-slide .img-wrap img {
	width: 100%;
}

.oro-blanco .specs,
#gifts-slider .slider.special-slider .gift-slide .specs {
	width: 30%;

	display: flex;
	flex-direction: column;
	justify-content: center;

	text-align: center;
}

.oro-blanco .specs .cigar-spec-title,
#gifts-slider .slider.special-slider .gift-slide .specs .cigar-spec-title {
	font-size: 1.15em;
	margin-bottom: 1em;
}

.oro-blanco .specs .gift-event-tickets,
#gifts-slider .slider.special-slider .gift-slide .specs .gift-event-tickets {
	width: 100%;
}

.oro-blanco {
	background-color: #000000;
	color: #FFFFFF;

	padding-top: 3em;
	padding-bottom: 3em;
}

#gift-masterpiece .img-wrap img {
	width: 100%;
}

#gift-masterpiece .slider-text {
	position: absolute;
	width: 30%;
	right: 0;
	left: auto;
	margin-right: 8%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);

	color: #000000;
	text-align: center;
}

#gift-intro-mobile .img-wrap img {
	margin: auto;
	display: block;
	width: 70%;
}

#gift-intro-mobile.mobile-content.slider.special-slider.gift-torpedo .slider-slide.active {
	display: flex;
	justify-content: center;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-selection {
	margin-top: 2em;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-selection .slider-slide {
	text-align: center;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-selection .slider-slide .img-wrap {
	width: 80%;
	margin: auto;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-selection .slider-controls {
	position: relative;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-royal {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #061830;
	text-align: center;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-royal .img-wrap {
	width: 80%;
	margin: 2em auto;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-royal .img-wrap img {
	width: 100%;
}

.mobile-content.slider.special-slider.gift-torpedo.gift-royal .slider-controls {
	position: relative;
	margin: 0;
}

.mobile-content.slider.special-slider.gift-torpedo .slider-slide.active .info h1 {
	margin-top: 2em;
	margin-bottom: 1em;
	color: rgb(202, 155, 60);
}

#gift-masterpiece.slider.special-slider .slider-slide.active:not(:first-child) {
	display: flex;
}

#gift-masterpiece.slider.special-slider .slider-slide.active:not(:first-child) .img-wrap {
	width: 60%;
}

#gift-masterpiece.slider.special-slider .slider-slide.active:not(:first-child) .slider-text {
	width: 30%;
	margin: auto;
	position: relative;
	transform: none;
}

@media screen and (max-width: 799px) {
	.oro-blanco {
		position: relative;
	}

	.oro-blanco .img-wrap {
		width: 80%;
		transform: translateX(-40%);
	}
	
	.oro-blanco .specs {
		position: absolute;
		right: 0;
		margin-right: 5%;
		top: 50%;
		transform: translateY(-50%);
		width: 45%;
	}

	#gifts-slider .gift-travel.slider.special-slider .slider-slide.active {
		height: auto;
	}
	
	#gifts-slider .gift-travel.slider.special-slider .slider-slide.active .gift-slide {
		display: block;
		position: relative;
	}
	
	#gifts-slider .gift-travel.slider.special-slider .slider-slide.active .gift-slide .img-wrap {
		width: 100%;
		transform: translateX(-25%);
	}
	
	#gifts-slider .gift-travel.slider.special-slider .slider-slide.active .gift-slide .specs {
		position: absolute;
		right: 0;
		margin-right: 5%;
		top: 50%;
		transform: translateY(-50%);
		width: 45%;
	}

	#gifts-slider .gift-travel.slider.special-slider .slider-controls {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 1em 0;
	}	
	
	#gifts-slider .gift-travel.slider.special-slider .next,
	#gifts-slider .gift-travel.slider.special-slider .prev {
		display: none;
	}

	#gift-masterpiece.slider.special-slider .slider-slide.active:not(:first-child),
	#gift-masterpiece.slider.special-slider .slider-slide.active {
		display: inherit;
		overflow: hidden;
		height: auto;
	}

	#gift-masterpiece.slider.special-slider .slider-slide.active .img-wrap {
		width: 160%;
	}

	#gift-masterpiece.slider.special-slider .slider-slide.active:not(:first-child) .img-wrap {
		width: 100%;
	}
	
	#gift-masterpiece.slider.special-slider .slider-slide.active:not(:first-child) .slider-text,
	#gift-masterpiece.slider.special-slider .slider-slide.active .slider-text {
		position: relative;
		width: 100%;
		top: auto;
		bottom: auto;
		transform: none;
		padding: 0 5%;
		margin-top: 2em;
	}

	#gift-masterpiece.slider.special-slider .slider-controls {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 1em 0;
	}
	
	#gift-masterpiece.slider.special-slider .next,
	#gift-masterpiece.slider.special-slider .prev {
		display: none;
	}
}

.story .desktop-content.story-p {
	margin: 50px auto !important;
}

.story-royal-release.story-copy {
	padding: 3em 0;
}

.story-royal-release .gift-event-tickets {
	padding-top: 20px;
}

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

	margin: 2em 0;
}

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

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

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

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

	height: 4em;

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

	transition: background-color ease 0.5s;
}

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

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

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

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

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

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

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

	#webpart .wp-tile .wp-caption {
		height: 3em;
	}

	#webpart .wp-tile .wp-caption p {
		font-size: 0.8em;
		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%;
	}

}


.slider-body .slider-slide .gift-box {
	height:auto;
}

.slider.special-slider.mobile-content .slider-caption {
	height: auto;
}

.heightWidth {
	display: flex;
	max-height: none;
}

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

.row-showcase {
	text-align: center;
}

.row-showcase  {
	margin: 7.5em auto;
}

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

.wsc-le-2021-original .row-showcase  a {
	color: rgb(202, 155, 60);
}

.rsc-img-wrapper .rsc-img {
	width: 100%;
}

.mobile-story-img {
	display: none;
}

.desktop-story-img {
	display: block;
}

@media screen and (max-width: 799px) {
	.row-showcase  a {
		display: block;
		width: 100%;
	}

	.row-showcase .rsc-img {
		width: 100%;
	}

	.mobile-story-img {
		display: block;
	}

	.desktop-story-img {
		display: none;
	}
}

.story-bg.story-bg-wsc {
	background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/2020/winston-churchill/bg00-davidoff-winston-churchill-late-hour.jpg);
	background-size: cover;
	background-position-x: center;
} 

.story.story-original {
	background-color: #FFFFFF;
	color: #000000;
}

.story-bg.story-bg-process {
	background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/2020/winston-churchill/bg01-davidoff-winston-churchill-late-hour.jpg);
	background-size: cover;
	background-position-x: center;
}

.story-bg.story-bg-process .story-div-flex > * {
	flex-basis: 20%;
	margin: 0 auto;
}

.img-wrap img {
	width: 100%;
}

.story.story-alt {
	position: relative;
}

.story.story-alt .story-div {
	position: absolute;
}

.story.story-bg.story-bg-wsc .story-showcase .row-showcase:nth-child(1) {
	width: 61.52%;
}

.story.story-bg.story-bg-wsc .story-showcase .row-showcase:nth-child(2) {
	width: 95.21%;
}

.story.story-bg.story-bg-wsc .story-showcase .row-showcase:nth-child(3) {
	width: 90.03%;
}

.story.story-bg.story-bg-wsc .story-showcase .row-showcase:nth-child(4) {
	width: 100%;
}

.story.story-original .story-showcase .row-showcase:nth-child(1) {
	width: 59.05%;
}

.story.story-original .story-showcase .row-showcase:nth-child(2) {
	width: 67.11%;
}

.story.story-original .story-showcase .row-showcase:nth-child(3) {
	width: 65.52%;
}

.story.story-original .story-showcase .row-showcase:nth-child(4) {
	width: 77.01%;
}

.story.story-original .story-showcase .row-showcase:nth-child(5) {
	width: 87.05%;
}

.story.story-original .story-showcase .row-showcase:nth-child(6) {
	width: 100%;
}

.story.story-bg-wsc .story-p,
.story.story-bg-wsc .story-div,
.story.story-original .story-div {
	padding-left: 5vw;
	padding-right: 5vw;
}

.story.story-alt.story-panatela .story-div {
	top: 50%;
	right: 0;
	width: 66%;
	text-align: center;
	transform: translateY(-50%);
	font-size: 0.75vw;
}

.wsc-le-2021-original .story.story-alt.story-panatela .story-div {
	color: rgb(25, 15, 0);
	width: 100%;
	top: auto;
	bottom: 9%;
	left: 0;
	right: 0;
	transform: none;
	display: flex;
	justify-content: center;
}

.wsc-le-2021-original .story.story-alt.story-panatela .story-div .story-div-panetela {
	display: flex;
	width: 40%;
	justify-content: space-evenly;
}

.wsc-le-2021-original .story.story-alt.story-panatela .story-div .story-div-panetela p {
	margin: auto;
}

.wsc-le-2021-original .story.story-alt.story-panatela .story-div a.learn-more-btn {
	background-color: rgb(25, 15, 0);
}

.story.story-double-display > .story-div {
	display: flex;
}

.story.story-double-display.story-wsc-humidor .slider-controls {
	bottom: 2em;
	bottom: 3vw;
}

.story.story-double-display.story-wsc-humidor .slider:nth-child(1) .slider-controls div:nth-child(1) .dav-btn.active,
.story.story-double-display.story-wsc-humidor .slider:nth-child(2) .slider-controls div:nth-child(2) .dav-btn.active {
	box-shadow: 0 0 0 4px rgba(25, 15, 0, 0.5);
	background-color: rgba(25, 15, 0, 0.75);
}

.story.story-double-display.story-wsc-humidor .slider:nth-child(1) .slider-controls div:nth-child(2) .dav-btn.active,
.story.story-double-display.story-wsc-humidor .slider:nth-child(2) .slider-controls div:nth-child(1) .dav-btn.active {
	box-shadow: 0 0 0 4px rgba(202, 155, 60, 0.5);
	background-color: rgba(202, 155, 60, 0.75);
}


.story.story-double-display.story-wsc-humidor .slider .slider-controls .dav-btn {
	background-color: #FFFFFF;
}

.story.story-double-display .slider .slider-slide .slider-caption {
	height: auto;
	width: 100%;

	left: 0;
	right: 0;

	padding: 0;
	margin: 0;
}

.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption {
	bottom: 4em;
	bottom: 6vw;
}

.story.story-double-display .slider .slider-slide .slider-caption .story-p,
.story.story-double-display .slider .slider-slide .slider-caption .story-p p {
	padding: 0;
	margin: 0;
}

.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption .story-p {
	text-transform: uppercase;
}

.story.story-double-display.story-wsc-humidor .slider:nth-child(1) .slider-slide:nth-child(1) .slider-caption .story-p,
.story.story-double-display.story-wsc-humidor .slider:nth-child(2) .slider-slide:nth-child(2) .slider-caption .story-p {
	color: rgb(25, 15, 0);
}

.story.story-double-display.story-wsc-humidor .slider:nth-child(1) .slider-slide:nth-child(2) .slider-caption .story-p,
.story.story-double-display.story-wsc-humidor .slider:nth-child(2) .slider-slide:nth-child(1) .slider-caption .story-p {
	color: rgb(202, 155, 60);
}

.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption .learn-more-btn {
	color: #FFFFFF;
	font-size: 1.5vw;
	padding: 1vw 3vw;
	margin: 0.75vw 0;
}

.story.story-alt.story-wsc-footer .img-caption {
	position: absolute;
	bottom: 25%;
	background-color: #000000;
	padding: 0.75vw 2.25vw;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	color: #FFFFFF;
	box-shadow: 0 0 30px -5px #FFFFFF;
	text-align:center;
}

.wsc-le-2021-original .story.story-alt.story-wsc-footer .img-caption {
	background-color: rgb(202, 155, 60);
}

@media screen and (min-width:1500px) {
	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .story-p,
	.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption {
		bottom: 4em;
		bottom: 4.5vw;
	}

	.story.story-double-display .slider .slider-slide .slider-caption .story-p,
	.story.story-double-display .slider .slider-slide .slider-caption .story-p p {
		font-size: 0.75w
	}

	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .learn-more-btn,
	.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption .learn-more-btn {
		color: #FFFFFF;
		font-size: 0.75vw;
		padding: 0.5vw 1.5vw;
		margin: 0.375vw 0;
	}
}

@media screen and (min-width:1000px) and (max-width:1499px) {
	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .story-p,
	.story.story-double-display .slider .slider-slide .slider-caption .story-p,
	.story.story-double-display .slider .slider-slide .slider-caption .story-p p {
		font-size: 1.25vw
	}

	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .learn-more-btn,
	.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption .learn-more-btn {
		color: #FFFFFF;
		font-size: 1.25vw;
		padding: 0.83vw 2.5vw;
		margin: 0.625vw 0;
	}
}

@media screen and (min-width:800px) and (max-width:999px) {
	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .story-p,
	.story.story-double-display .slider .slider-slide .slider-caption .story-p,
	.story.story-double-display .slider .slider-slide .slider-caption .story-p p {
		font-size: 1.5vw
	}

	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .learn-more-btn,
	.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption .learn-more-btn {
		color: #FFFFFF;
		font-size: 1.5vw;
		padding: 1vw 3vw;
		margin: 0.75vw 0;
	}
}

.story.story-double-display.story-wsc-humidor .slider:nth-child(1) .slider-slide:nth-child(1) .slider-caption .learn-more-btn,
.story.story-double-display.story-wsc-humidor .slider:nth-child(2) .slider-slide:nth-child(2) .slider-caption .learn-more-btn {
	background-color: rgb(25, 15, 0);
}

.story.story-double-display.story-wsc-humidor .slider:nth-child(1) .slider-slide:nth-child(2) .slider-caption .learn-more-btn,
.story.story-double-display.story-wsc-humidor .slider:nth-child(2) .slider-slide:nth-child(1) .slider-caption .learn-more-btn {
	background-color: rgb(202, 155, 60);
}

.story-div.story-div-flex {
	display: flex;
}

.story-div.story-div-flex > * {
	/**/
}

.story-div.story-div-mxw {
	max-width: 850px;
	margin: auto;
}

.story-div.story-div-s {
	padding-left: 10em;
	padding-right: 10em;
}

.story-div.story-div-m {
	padding-left: 5em;
	padding-right: 5em;
}

.story-div.story-div-l {
	padding-left: 2em;
	padding-right: 2em;
}

.story.story-double-display.story-wsc-glass .story-div .img-sc {
	position: relative;
}

.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 3vw;
}


.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .story-p {
	padding: 0;
	margin: 0;

	/*font-size: 1.25vw;*/
}

/*
.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption .learn-more-btn {
	margin: 1.25vw;
	font-size: 1.25vw;
	padding: 0.83vw 2.5vw;
}
*/

.story.story-double-display.story-wsc-glass .story-div .img-sc:nth-child(1) .img-caption .story-p {
	color: rgb(25, 15, 0);
}

.story.story-double-display.story-wsc-glass .story-div .img-sc:nth-child(2) .img-caption .story-p {
	color: rgb(202, 155, 60);
}


.story.story-double-display.story-wsc-glass .story-div .img-sc:nth-child(1) .img-caption .learn-more-btn {
	background-color: rgb(25, 15, 0);
}

.story.story-double-display.story-wsc-glass .story-div .img-sc:nth-child(2) .img-caption .learn-more-btn {
	background-color: rgb(202, 155, 60);
}


.pb-1 {
	padding-bottom: 1em;
}

.pb-2 {
	padding-bottom: 2em;
}

.pb-3 {
	padding-bottom: 3em;
}

.pb-4 {
	padding-bottom: 4em;
}

.pt-1 {
	padding-top: 1em;
}

.pt-2 {
	padding-top: 2em;
}

.pt-3 {
	padding-top: 3em;
}

.pt-4 {
	padding-top: 4em;
}

.ms-1 {
	margin-left: 1em;
	margin-right: 1em;
}

.ms-2 {
	margin-left: 2em;
	margin-right: 2em;
}

.ms-3 {
	margin-left: 3em;
	margin-right: 3em;
}

.ms-4 {
	margin-left: 4em;
	margin-right: 4em;
}

.ms-5 {
	margin-left: 5em;
	margin-right: 5em;
}

@media screen and (max-width:799px) {
	.wsc-le-2021-night .story:nth-child(7),
	.wsc-le-2021-night .story:nth-child(9),
	.wsc-le-2021-original .story:nth-child(6),
	.wsc-le-2021-original .story:nth-child(8) {
		overflow: hidden;
	}

	.wsc-le-2021-night .story:nth-child(7) > img,
	.wsc-le-2021-original .story:nth-child(6) > img {
		width: 190.6122%;
		margin-left: -44%;
	}

	.wsc-le-2021-night .story:nth-child(9) > img,
	.wsc-le-2021-original .story:nth-child(8) > img {
		width: 190.6122%;
		margin-left: -51%;
	}

	.story.story-bg-process .story-div-flex {
		flex-direction: column;
		margin: 0 5vw;
	}

	.story.story-bg-process .story-div-flex .sp-item {
		display: flex;
		align-items: center;
		margin: 1em 0;
		height: 100%;
	}
	
	.story.story-bg-process .story-div-flex .sp-item .img-wrap {
		width: 33%;
	}

	.story.story-bg-process .story-div-flex .sp-item .story-p {
		width: 66%;
		text-align: left;
		margin-left: 1em;
		padding: 0;
	}

	.story.story-alt.story-panatela .story-div {
		width: 100%;
		
		bottom: 6vw;
		top: auto;

		transform: none;

		font-size: 2vw;
	}

	.story.story-alt.story-panatela .story-div .learn-more-btn {
		padding: 1.5vw 4.5vw;
	}

	.story.story-double-display > .story-div {
		display: flex;
		flex-direction: column;
	}

	.story.story-double-display.story-wsc-glass .story-div .img-sc .img-caption {
		bottom: 6vw;
	}

	.story.story-double-display .slider.special-slider .slider-slide.active {
		height: auto;
	}

	.story.story-double-display.story-wsc-humidor .slider .slider-controls {
		bottom: 9vw;
	}

	.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption {
		bottom: 18vw;
	}

	.story.story-double-display .slider .slider-slide .slider-caption .story-p,
	.story.story-double-display .slider .slider-slide .slider-caption .story-p p,
	.img-caption > .story-p p {
		font-size: 0.75rem;
	}

div.img-sc:nth-child(2) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)
	.story.story-double-display.story-wsc-humidor .slider .slider-slide .slider-caption .learn-more-btn {
		color: #FFFFFF;
		font-size: 2vw;
		padding: 1.33vw 4vw;
		margin: 1vw 0;
	}

	.story.story-alt.story-wsc-footer .img-caption {
		padding: 2vw 6vw;
		font-size: 2.75vw;
		bottom: 15vw;
	}

	.wsc-le-2021-original .story.story-alt.story-wsc-footer .img-caption {
		bottom: 40vw;
	}

	.story-div.story-div-s,
	.story-div.story-div-m,
	.story-div.story-div-l {
		padding: 0;	
	}

	.img-caption > div {
    	font-size: 0.80rem;
	}

	.wsc-le-2021-original .story.story-alt.story-panatela .story-div .story-div-panetela {
	width: 100%;
	}

	.wsc-le-2021-original .story.story-alt.story-panatela .story-div .story-div-panetela p,
	.story-div-panetela > div > a > span {
		margin: 0;
		font-size: 0.75rem;
	}

	.wsc-le-2021-original .story.story-alt.story-panatela .story-div {
		bottom: 4%;
	}

	div .story-p {
		margin: 0 10px;
	}

}

#webpart {
	background-color: #FFFFFF;
	padding-top: 2vw;
}

.wp-header {
	display: none;
}

.row-showcase a {
	height: auto;
}

.story.story-bg.story-bg-process .sp-item .img-wrap {
	max-width: 248px;
	margin: auto;
}

.story.story-double-display > .story-div > .img-sc {
	width: 50%;
}

@media screen and (max-width: 800px){
	.story.story-double-display > .story-div > .img-sc {
		width: 100%;
	}	
}

.story.story-double-display.story-wsc-humidor .slider.special-slider {
	flex-basis: 50%;
}

.story.story-bg-process .story-div-flex .sp-item {
	width: 20%;
}

@media screen and (max-width: 799px) {
	.story.story-bg-process .story-div-flex .sp-item {
		width: auto;
	}
	
}
@media screen and (max-width: 900px) and (min-width: 800px) {
	.sp-item .story-p p {
		font-size: 13px;
	}
}

.story.story-double-display .slider.special-slider .slider-slide.active {
        height: auto;
}

.story {
	background-color: #2B393C;
}

.story.story-bis {
	background-color: #1B2B2C;
}

.story.story-alt {
	background-color: #24140D;
}

.story.story-old {
	position: relative;
}

.learn-more-btn {
	background-color: #C2A478;
	width: 250px;
	text-align: center;
}

.story h1 {
	color: #C2A478;
	font-weight: 500;
}

.story-infographic {
	position: relative;
}

.story-infographic .ig-lmb {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.story .story-p {
	margin-left: 2em;
	margin-right: 2em;
}

.story .story-img {
	margin-left: 15%;
	margin-right: 15%;
}

.story .story-p p {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.story.story-header .story-p p {
	max-width: 550px;
}

.story.story-old .absolute-link {
	position: absolute;
	bottom: 10%;
	transform: translateX(-50%);
	left: 50%;
	display: flex;
}

.absolute-link a.learn-more-btn {
	margin-left: 4em;
	margin-right: 4em;
	padding: 10px 14px;
}

.story.story-old .al-right {
	align-self: center;
}

#wsc-le-2021 {
	max-width: 1280px;
	margin: auto; 
}

@media screen and (max-width: 799px) {
	.story.story-old .absolute-link {
		bottom: 8%;
		display: block;
		transform:none;
		left: auto;
		width: 100%;
		text-align: center;
	}
	.story.story-old .absolute-link a.learn-more-btn {
		width: auto;
		padding: 1.5vw 4.5vw;
		margin-left: 2vw;
		margin-right: 2vw;
	}

	.story.story-old .absolute-link a.learn-more-btn.al-left {
		width: 32vw;
	}

	.story.story-old .absolute-link a.learn-more-btn.al-right {
		margin-left: 13vw;
		width: 32vw;
	}


	.story.story-old .absolute-link a.learn-more-btn span {
		font-size: 2.5vw;
	}

	.story .story-img {
		margin-left: 5%;
		margin-right: 5%;
	}

	.story-infographic .ig-lmb {
		bottom: 3vw;
	}

	.story-cb {
		margin-top: 2em;
	}
}

.link-list a {
	color: #C2A478;
	text-decoration: none;
}

.link-list p {
	margin: 0.25em 0;
}