/* GENERAL */

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

}

.hero-container {
	position: relative;
}

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

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

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

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

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

.desktop-content {
	display: inherit;
}

@media screen and (min-width:768px) and (max-width: 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: 7px 21px;
	display: inline-block;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
}

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

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

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

/*************************************************************************************/
/*************************************************************************************/
/*                                   SLIDER                                          */
/*************************************************************************************/
/*************************************************************************************/

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

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

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

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay {
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	padding-bottom: 60px;
}

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

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

.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content {
	width: 100%;
	text-align: center;
}

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

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

@media screen and (min-width: 992px) {
	.custom-hero.hero-cms .cmsMediaWrapper .container-fluid {
		padding: 0;
	}

	.custom-hero.hero-cms .cmsMediaWrapper.bp-right .container-fluid {
		padding-left: 30px;
	}

	.custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
		position: absolute;
		top: 0;
		width: 35%;
		right: 0;
		height: 100%;

		display: flex;
		flex-direction: column;
		justify-content: space-around;

		padding-right: 70px;
	}

	.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content {
		width: 100%;
		position: relative;
	}

	/*.custom-hero.hero-cms .cmsMediaWrapper.bp-left .cmsMediaWrapper__overlay__content p {*/
	.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p {
		width: 100%;
	}

	.custom-hero.hero-cms .cmsMediaWrapper .cmsMediaWrapper__overlay__content p:first-of-type {
		margin-top: 15px;
	}

	.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container .genericheader.genericheader-lvl-3,
	.custom-hero.hero-cms .genericheader-lvl-3 {
		font-size: 1.7rem;
	}

	.custom-hero .owl-nav .owl-prev {
		left: 20px;
	}

	.custom-hero .owl-nav .owl-next {
		right: 20px;
	}

	.custom-hero.hero-cms > a {
		position: absolute;
		left: -9999px;
		right: -9999px;
		z-index: 2;
		bottom: 100px;
	}
}


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

.custom-hero.hero-cms .owl-controls .owl-dot {
	width: 15px;
	height: 15px;

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

	box-shadow: 0 0 0 4px rgba(128,128,128,0.5);
	background-color: rgba(128,128,128,0.75);

	border: none;
}

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

	border: none;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) and (min-width: 768px){
	.custom-hero.hero-cms .bp-left .container-fluid {
		text-align: right;
	}

	.custom-hero .owl-nav .owl-prev {
		left: 10px;
	}

	.custom-hero .owl-nav .owl-next {
		right: 10px;
	}

}

@media screen and (max-width: 991px) {
	.custom-hero.hero-cms .cmsMediaWrapper__overlay__content a {
		display: none;
	}

	.custom-hero.hero-cms .cmsImageText__text {
		display: block;
		padding-bottom: 0;
		margin-top: 0px;
	}
	
	.custom-hero.hero-cms .cmsImageText__text h2, 
	.custom-hero.hero-cms .cmsImageText__text h3 {
		display: none;
	}

	.custom-hero.hero-cms .cmsImageText {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.custom-hero.hero-cms .cmsMediaWrapper.bp-left{
		background-position: left;
	}

	.custom-hero.hero-cms .cmsMediaWrapper.bp-left .container-fluid {
		display: none;
	}

	.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p, .hero-cms .cmsImageText__text .cmsImageText__text__container .lead {
		display: block;
		text-align: justify;
	}
	
	.custom-hero.hero-cms .cmsImageText__text .cmsImageText__text__container p:first-of-type,
	.hero-cms .cmsImageText__text .cmsImageText__text__container .lead:first-of-type {
		margin-top: 15px;
	}

	.custom-hero.hero-cms .cmsImageText__text h2, 
	.custom-hero.hero-cms .cmsImageText__text h3 {
		display: block;
	}

	.custom-hero.hero-cms .owl-controls {
		top: auto;
		bottom: 25px;
		margin: 0;
	}

	.custom-hero.hero-cms .cmsMediaWrapper {
		background-position: center;
		padding-bottom: 100%;

	}

	.custom-hero.hero-cms .owl-controls {
		top: 0;
		bottom: initial;
		margin-top: 100%;
	}

	.custom-hero .owl-nav {
		display: none !important;
	}

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

}

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

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

.custom-hero ul {
	margin: 0;
}

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


.slider-body  {
	position: relative;
}

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

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

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

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

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


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

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

.slider.special-slider .slider-caption {
	position: absolute;
	bottom: 40px;
	left: 46.5%;
	right: 0px;
	margin: 15px 20px;
	max-width: 620px;

	text-align: center;
	text-shadow:1px 2px 7px #000;
	color: #FFFFFF;
}

.slider.special-slider .slider-caption img {
	margin-bottom: 15px;
}

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

	position: relative;
}

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

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

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

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

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

/* Next & previous buttons */
.slider.special-slider .prev,
.slider.special-slider .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	height: auto;
	background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.slider.special-slider .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider.special-slider .prev:hover,
.slider.special-slider .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/********* CHEF INTRO **************/

#chef-intro.slider.special-slider .slider-caption {
	position: absolute;
	margin: 0;
	height: 100%;

	text-transform: uppercase;
}

#chef-intro.slider.special-slider .slider-slide:nth-of-type(2) .slider-caption {
	width: 35%;
	top: 0;
	right: 0;
	left: auto;
	margin-right: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#chef-intro.slider.special-slider .slider-slide:nth-of-type(3) .slider-caption {
	width: 30%;
	top: 40%;
	left: 0;
	margin-left: 5%;
}

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

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

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

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

#chefs-slider .slider.special-slider .slider-caption .chef-quote {
	text-align: justify;
}

#chefs-slider .slider.special-slider .slider-caption .chef-quote::before {
	
}

#chefs-slider .slider.special-slider .slider-caption .chef-quote::after {
	
}

#chefs-slider .slider.special-slider .slider-caption .chef-event {
	margin: 20px 0;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

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

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

#chefs-slider .slider.special-slider .slider-caption .chef-event .chef-event-tickets {
	text-shadow: none;
}

#chefs-slider .slider.special-slider .slider-caption .chef-event .chef-event-chef-name {
	display: inline-block;
	font-size: 1em;
}
*/

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

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

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

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

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

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

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

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

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

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

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

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

#chefs-slider .slider.special-slider.mobile-content .slider-caption .chef-event-place {
	margin: 5px 0;
}
*/

/*************************************************************************************/
/*************************************************************************************/
/*                              CIGAR COMPOSITION                                    */
/*************************************************************************************/
/*************************************************************************************/

.cigar-showcase {
	padding: 50px 0;
}

.cigar-showcase > div {
	max-width: 980px;
	margin: auto;
}

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

.cigar-info {
	position: relative;
}

.cigar-caption {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 40px;
	margin-left: 15px;
    margin-right: 15px;
}

.cigar-thirds {
	display: flex;
	justify-content: center;
	/* align-items: flex-end; */
	padding-left: 50px;
}

.cigar-comp {
	width: 33%;
	border-left: 2px solid rgb(202,155,60);
	padding-left: 15px;
	padding-right: 10px;
}

.cigar-comp-third {
	font-size: 1.8em;
}

.cigar-flavors {
	position: relative;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	margin-bottom: 15px;
}

.cigar-flavor {
	width: 25%;
	text-align: center;
}

.flavor-icon {
	height: 60px;
	position: relative;
}

.flavor-icon > img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 60px;
	max-height: 60px;
}

.flavor-caption {
	text-transform: uppercase;
	font-size: .8em;
}

.cigar-comp-descr {
	text-align: justify;
}

.cigar-comp-descr p {
	margin-bottom: 0;
}

.cigar-img {
	position: relative;
	margin-top: 15px;
}

.cigar-img > img {
	width: 100%;
	display: block;
}

.cigar-img .cigar-marker {
	position: absolute;
	box-shadow: 0 0 0 4px rgba(202,155,60,0.5);
	background-color: rgba(202,155,60,0.75);
}

.cigar-img .cigar-marker:nth-of-type(1) {
	top: 0%;
	left: 4%;
}

.cigar-img .cigar-marker:nth-of-type(2) {
	bottom: 95%;
	left: 35.83%;
}

.cigar-img .cigar-marker:nth-of-type(3) {
	bottom: 95%;
	left: 67.33%;
}

.cigar-spec-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
}

.cigar-spec-list > div > * {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.cigar-spec-label {
	text-align: right;
}

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

.cigar-specs a.learn-more-btn {
	width: auto;
	color: #544444;
	background-color: #DBCA87;
	/*padding: 1vw 3vw;
	font-size: 1vw;*/
	font-size: 14px;
	padding: 8px 24px;
	font-weight: normal;
}

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

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

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

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

.mobile-content .reverse.cigarStrength .dot.halved,
.cigar-showcase .reverse.cigarStrength .dot.halved,
.reverse.cigarStrength .dot.halved {
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

/************ MOBILE CONTENT ***********/

.mobile-content .cigar-info {
	display: flex;
	flex-direction: row;
}

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

	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	justify-content: space-around;
	align-items: normal;

	padding-left: 0;
}

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

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

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

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

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

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

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

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

.cigar-mobile {
	background: url(https://p-cdn.davidoffgeneva.com/cdnimages/landingpages/wsc_2019/img/WSC2019-cigar-mobile.png);
	background-size: cover;

	padding-top: 30px;
	padding-bottom: 30px;
}

/*************** CUSTOM **************/

#special-53 .cigar-specs {
	position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 5%;
    color: #FFFFFF;

    font-size: 1.35vw;
}

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

@media screen and (max-width: 767px) {
	/*#special-53 .cigar-specs a.learn-more-btn{
		font-size: 2vw;
		padding: 2vw 6vw;
	}*/
}
/*************************************************************************************/
/*************************************************************************************/
/*                                      STORY                                        */
/*************************************************************************************/
/*************************************************************************************/

.story
{
	position: relative;
}

.story img {
	width: 100%;
	display: block;
}

.story .story-copy {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
}

.story .story-copy .story-copy-main {
	max-width: 768px;
	margin: 30px auto;
	align-self:center;
	color: #000000;
}

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

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

/************** CUSTOM *************/

#special-53 .story-copy {
	position: absolute;
	height: 100%;
	top: 0;
	
	display: flex;
	flex-direction: column;
	justify-content: center;

	color: #FFFFFF;
	font-size: 1.1vw;
	text-transform: none;
	
	width: 25%;
	text-align: center;
}

#special-53 .story-copy.story-noone {
	margin-right: 10%;
	right: 0;
}

#special-53 .story-copy.story-marriage {
	margin-right: 10%;
	right: 0;
}

#special-53 .story-copy p {
	margin-bottom: 1.8vw;
	font-size: 1.25vw;
}

#special-53 .story-copy p.story-copy-header {
	margin-bottom: 2vw;
	font-size: 1.6vw;
}

@media screen and (max-width: 767px) {
	#special-53 .story-copy {
		position: relative;
		color: #000000;
		height: auto;
		width: auto;
		font-size: 12px;
		max-width: none;
		margin: 30px 45px;
	}

	#special-53 .story-copy.story-marriage p.story-copy-header {
		text-align: center;
		font-size: 16px;
		margin-bottom: 1.5em;
	}
}

/*************************************************************************************/
/*************************************************************************************/
/*                                   VIDEO CAROUSEL                                  */
/*************************************************************************************/
/*************************************************************************************/

.video-carousel .video-carousel-caption {
	margin: 0 10px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.video-carousel .video-carousel-caption-separator {
	margin: auto;
	width: 5px;
	border: 1px solid #000000;
}

.video-carousel .video-carousel-title {
	font-size: 20px;
}

.video-carousel .video-carousel-subtitle {
	font-size: 16px;
}

.video-carousel .video-carousel-main {
	position: relative;
	max-width: 1400px;
	height: 0;
	padding-bottom: 56.25%;
	margin: auto;
}

.video-carousel .video-carousel-main iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.video-carousel .video-carousel-navigation {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;

	position: relative;
	display: flex;
	justify-content: space-between;
}

.video-carousel .video-carousel-mini {
	width: 15%;
	display: inline-block;
	min-width: 200px;

	margin: auto;

	cursor: pointer;
}

.video-carousel .video-carousel-mini img {
	width: 100%;
}

.video-carousel .video-carousel-mini .video-carousel-mini-caption {
	text-align: center;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow {
	padding-left: 30px;
	padding-right: 30px;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini {
	display: none;
}

.video-carousel .video-carousel-navigation.video-carousel-navigation-narrow .video-carousel-mini.active {
	display: block;
}

.vcn-nav {
	position: absolute;
	height: 100%;
	width: 30px;
	cursor: pointer;
	top: 0;
	display: none;
	background-color: rgba(0,0,0,0);
	transition: all 0.6s ease;
}

.vcn-nav:hover {
	background-color: rgba(0,0,0,0.1);
}

.video-carousel-navigation.video-carousel-navigation-narrow .vcn-nav {
	display: block;
}

.vcn-nav::after,
.vcn-nav::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 3px;
	height: 20px;
	background-color: #CCCCCC;
}
.vcn-nav::after {
	transform: translateY(-50%) translateY(6px) rotate(45deg);
}

.vcn-nav::before {
	transform: translateY(-50%) translateY(-6px) rotate(-45deg);
}

.vcn-nav.vcn-prev {
	transform: rotate(180deg);
	left: 0;
}

.vcn-nav.vcn-next {
	right: 0;
}

/********* MOBILE *********/
@media screen and (max-width: 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;
	}
}


/*************************************************************************************/
/*************************************************************************************/
/*                                   PRODUCT HERO                                    */
/*************************************************************************************/
/*************************************************************************************/

.product-hero-spec {
	margin: auto;
	margin-top: 50px;
	max-width: 1200px;
	position: relative;
	display: flex;
	flex-direction: row;
}

.product-hero-spec img {
	width: 100%;
}

.product-hero-spec-description {
	width: 40%;
}

.product-hero-spec-content {
	text-align: center;
}

.product-hero-spec-content .learn-more-btn {
	padding: 25px 40px;
}

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

@media screen and (max-width: 767px) {
	.product-hero {
		flex-direction: column;
	}

	.product-hero-spec {
		max-width: none;
		margin: 0 2%;
		flex-wrap: wrap;
	}

	.product-hero-spec-description,
	.product-hero-spec-product {
		width: 100%;
	}
}


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

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

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

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

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

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

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

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

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

/*********** MOBILE **********/
@media screen and (max-width: 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;
	}
}

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

.unbreakable {
	white-space: nowrap;
}

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

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

#special-53 {
	max-width: 1400px;
	margin: auto;
}

#special-53 .extra .extra-row.acc-description {
	display: flex;
	flex-direction: row;
	justify-content: center;

	max-width: 1440px;
	margin: auto;
}

#special-53 .extra .extra-row.acc-description .spec-img,
#special-53 .extra .extra-row.acc-description .spec-copy {
	
}

#special-53 .extra .extra-row.acc-description .spec-img {
	width: 60%;
	max-width: 60%;
	position: relative;
}

#special-53 .extra .extra-row.acc-description .spec-copy {
	width: 40%;
	max-width: 460px;
}

#special-53 .extra .extra-row.acc-description .spec-img img {
	width: 100%;
}

#special-53 .extra .extra-row.acc-description .spec-img .spec-nb {
	position: absolute;
	top: 53%;
	left: 37%;
	font-size: 1vw;
}

#special-53 .extra .extra-row.acc-description .spec-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#special-53 .extra .spec-title {
	font-size: 1.6vw;
    text-align: center;
	margin: 0 5%;
}

#special-53 .extra .spec-list {
	margin: 0 10%;
	font-size: 1em;
}

#special-53 .extra .spec-list .spec-list-bullet {
	margin: 20px 0;
}

#special-53 .extra .spec-list .spec-list-bullet .spec-list-bullet-container {
	position: absolute;
	margin-top: 2px;
}

#special-53 .extra .spec-list .spec-list-bullet .spec-list-bullet-copy {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	font-size: 1.25vw;
}

@media screen and (max-width: 767px) {
	#special-53 .extra .extra-row.acc-description {
		flex-direction: column;
	}

	#special-53 .extra .extra-row.acc-description .spec-img {
		width: 100%;
		max-width: none;
	}

	#special-53 .extra .extra-row.acc-description .spec-copy {
		width: 100%;
		max-width: 480px;
		margin: auto;
	}

	#special-53 .extra .extra-row.acc-description .spec-img .spec-nb {
		font-size: 2vw;
	}
}

#special-53 .explore {
	max-width: 1440px;
	margin: auto;
	margin-bottom: 5vw;
}

#special-53 .explore-head {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 80px auto 60px;
}

#special-53 .explore-title {
	text-transform: uppercase;
	border-bottom: 3px solid #C59948;
	border-top: 3px solid #C59948;
	width: auto;
	display: inline-block;

	font-size: 1.5em;
	margin-bottom: 2em;
}

#special-53 .explore-subtitle {
	font-size: 1.25vw;
}

#special-53 .explore-showcase {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#special-53 .explore-showcase .es-slide {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#special-53 .explore-showcase .es-slide .es-col {
	width: 50%;
	max-width: 250px;
	margin: 0 2%;
}

#special-53 .explore-showcase .es-slide .es-col-title {
	text-align: center;
	margin: 15px 0;
	border-bottom: 2px solid;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
}

#special-53 .explore-showcase .es-slide .es-col-img {
	max-height: 300px;
	text-align: center;
	margin: 20px 0;
}

#special-53 .explore-showcase .es-slide .es-col-img img {
	height: auto;
	max-width: 220px;
}

#special-53 .explore-showcase .es-slide .es-col-lm {
	text-align: center;
}

#special-53 .explore-showcase .es-slide .es-col-lm .learn-more-btn {
	width: auto;
	font-size: 14px;
	/*padding: 10px 30px;*/
	padding: 8px 24px;
	font-weight: normal;
	height: 100%;
}

#special-53 .explore-showcase .es-slide .es-col-copy {
	text-align: justify;
}

#special-53 .explore-showcase .es-slide .es-col-copy .es-col-copy-bullet {
	margin: 20px 0;
	text-align: justify;
	margin-left: 15px;
}

#special-53 .explore-showcase .es-slide .es-col-copy .es-col-copy-bullet-container {
	position: absolute;
}

#special-53 .signature .learn-more-btn {
	background-color: #9E8564;
}

#special-53 .grand-cru .learn-more-btn {
	background-color: #F1753F;
}

#special-53 .aniversario .learn-more-btn {
	background-color: #921E1A;
}

#special-53 .millennium .learn-more-btn {
	background-color: #432F26;
}

#special-53 .explore-showcase .es-slide .signature .es-col-title {
	border-color: #9E8564;
}

#special-53 .explore-showcase .es-slide .grand-cru .es-col-title {
	border-color: #F1753F;
}

#special-53 .explore-showcase .es-slide .aniversario .es-col-title {
	border-color: #921E1A;
}

#special-53 .explore-showcase .es-slide .millennium .es-col-title {
	border-color: #432F26;
}

#special-53 .explore-foot {
	max-width: 768px;
	text-align: center;
	text-transform: uppercase;
	margin: 10px auto 80px;
}

@media screen and (min-width: 998px) {
	#special-53 .showcase-controls {
		display: none;
	}

	#special-53 .extra .spec-title {
		font-size: 1.6vw;
	}

	#special-53 .extra .spec-list .spec-list-bullet .spec-list-bullet-copy {
		font-size: 1.25vw;
	}
}

#special-53 .showcase-controls {
	text-align: center;
	margin-top: 35px;
}

#special-53 .showcase-controls > div {
	display: inline-block;
}

#special-53 .showcase-controls .dav-btn {
	cursor: pointer;
}

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

#special-53 .showcase-pairings {
	text-align: center;
	margin: auto;
}

#special-53 .showcase-pairings > div {
	width: 8%;
	display: inline-block;
	max-width: 100px;
}

@media screen and (max-width: 997px) {
	#special-53 .explore-showcase {
		flex-direction: column;
	}

	#special-53 .explore-showcase .es-slide.active {
		opacity: 1;
		visibility: visible;
		width: 100%;
		height: auto;
		-webkit-transition: all 0.5s ease-in;
		transition: all 0.5s ease-in;
		transition-property: opacity, visibility;
	}

	#special-53 .explore-showcase .es-slide {
		opacity: 0;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	
	#special-53 .explore-showcase .es-slide .es-col {
		width: 100%;
		max-width: 380px;
	}

	#special-53 .showcase-controls {
		display: block;
	}

	#special-53 .showcase-pairings {
		margin-top: 30px;
	}

	#special-53 .showcase-pairings > div {
		width: 15%;
		max-width: none;
	}

	#special-53 .explore-foot {
		margin-right: 5%;
		margin-left: 5%;
	}
}

@media screen and (max-width: 767px) {
	#special-53 .story-copy p {
		margin-bottom: 20px;
		font-size: 14px;
	}

	#special-53 .explore-title {
		font-size: 4.75vw;
	}

	#special-53 .explore-subtitle {
		font-size: 14px;
		/*font-size: 1em;*/
		margin: 0 10%;
	}

	#special-53 .explore-showcase .es-slide .es-col{
		width: 46%;
	}

	#special-53 .explore-showcase .es-slide .es-col-img {
		min-height: 260px;
	}
	
	#special-53 .explore-showcase .es-slide .es-col-img img {
		max-width: 100%;
		height: auto;
	}
	
	#special-53 .explore-showcase .es-slide .es-col-copy {
		font-size: 12px;
	}

	#special-53 .cigarStrength .dot {
		border-color: #000000;
	}

	#special-53 .cigarStrength .dot.filled {
		background: #000000;
	}

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

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

#webpart {
	margin-top: 5em;
}

#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;
	display: block;
}

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

	height: 4em;

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

	transition: background-color ease 0.5s;
}

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

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

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

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

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

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

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

	#webpart .wp-tile .wp-caption {
		/*height: 3em;*/
		height: 7vw;
	}

	#webpart .wp-tile .wp-caption p {
		/*font-size: 0.8em;*/
		font-size: 2vw;
		left: 0.5em;
	}

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

	#webpart .wp-header h1 {
		font-size: 1em;
	}

	#webpart .wp-tile .wp-img {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {
	#special-53 .extra .spec-title {
		font-size: 16px;
	}

	#special-53 .extra .spec-list .spec-list-bullet .spec-list-bullet-copy {
		font-size: 14px;
	}
}

@media screen and (min-width: 1400px) {
	/*.cigar-specs a.learn-more-btn {
		padding: 1em 3em;
		font-size: 1em;
	}*/

	#special-53 .story-copy.story-noone,
	#special-53 .story-copy.story-marriage {
		font-size: 1em;
	}

	#special-53 .story-copy p {
		margin-bottom: 1.8em;
		/*font-size: 1.25em;*/
		font-size: 14px;
	}
 
	#special-53 .extra .spec-title {
		/*font-size: 1.4em;*/
		font-size: 16px;
	}

	#special-53 .extra .spec-list {
		/*font-size: 1em;*/
		font-size: 14px;
	}

	#special-53 .extra .spec-list .spec-list-bullet .spec-list-bullet-copy {
		/*font-size: 1.25em;*/
		font-size: 14px;
	}

	#special-53 .extra .extra-row.acc-description .spec-img .spec-nb {
		/*font-size: 1em;*/
		font-size: 14px;
	}

	#special-53 .story-copy p.story-copy-header {
		/*font-size: 1.4em;*/
		font-size: 16px;
		margin-bottom: 2em;
	}

	#special-53 .explore-subtitle {
		/*font-size: 1.25em;*/
		font-size: 14px;
	}
}

#special-53 .story.robusto-flavor,
#special-53 .story.robusto-marriage,
#special-53 .story.special-53 {
	background-color: #170A02;
}

#special-53 .story.robusto-marriage .story-copy.story-marriage,
#special-53 .story.robusto-flavor .story-copy.story-noone,
#special-53 .story.special-53 .story-copy.story-special-53 {
	position: relative;
	width: 100%;
	background-color: #170A02;
	color: #E2C98D;
}

#special-53 .story.robusto-marriage .story-copy.story-marriage {
	margin: 0 0 1em;
	padding-top: 4em;
}

#special-53 .story.robusto-flavor .story-copy.story-noone {
	margin: 1em 0 0;
	padding-bottom: 1em;
}

#special-53 .story.special-53 .story-copy.story-special-53 {
	margin: 0;
	padding-bottom: 1em;
}

#special-53 .story.robusto-marriage .story-copy.story-marriage p,
#special-53 .story.robusto-flavor .story-copy.story-noone p,
#special-53 .story.special-53 .story-copy.story-special-53 p {
	max-width: 800px;
	margin: 0 auto 1.8em;
}

@media screen and (min-width: 768px) {
	#special-53 .extra .extra-row.acc-description .spec-btn {
		margin-top: 2em;
	}
}

#special-53 .extra .extra-row.acc-description .spec-btn a.learn-more-btn {
	margin: 0 auto;
}

#special-53 .extra.extra-box .extra-row.acc-description .spec-img {
	margin-top: 2em;
}

#special-53 .extra.extra-cutter .extra-row.acc-description .spec-img {
	margin-top: 6em;
	margin-bottom: 6em;
}

#special-53 a.learn-more-btn {
	background-color: #E2C98D;
	color: #170A02;
	font-weight: normal;
}

#special-53 .extra.extra-cutter .extra-row.acc-description .spec-btn a.learn-more-btn {
	font-weight: normal;
}

#special-53 .story.robusto-flavor .story-copy.story-noone .story-copy-header {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	#special-53 .story.robusto-marriage .story-copy.story-marriage,
	#special-53 .story.robusto-flavor .story-copy.story-noone,
	#special-53 .story.special-53 .story-copy.story-special-53 {
		margin: 0;
		padding-left: 2em;
		padding-right: 2em;
	}

	#special-53 .story.robusto-flavor .story-copy.story-noone .story-copy-header,
	#special-53 .story.special-53 .story-copy.story-special-53 .story-copy-header {
		font-size: 16px;
	}
	
	#special-53 .extra .extra-row.acc-description .spec-btn {
		margin-top: 1em;
		margin-bottom: 3em;
	}

	#special-53 .extra.extra-cutter .extra-row.acc-description .spec-img {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	#special-53 .extra.extra-cutter .extra-row.acc-description .spec-img img {
		width: 90%;
		margin: auto;
		display: block;
	}
}

