/* GENERAL */

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

}

.hero-container {
	position: relative;
}

.title50y {
		font-size: 25px;
		color: #C3A872;
	}
	
	.subTitle50y {
		font-size: 16px;
		color: white;
	}

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

.spec-list-ox > div.spec-list-bullet > div.spec-list-bullet-copy > a {
	color: #e2c98d;
}

.spec-list-ox > div.spec-list-bullet > div.spec-list-bullet-copy > a:hover {
  color:  #c59949;
}

.but-div a.learn-more-btn {
	font-weight: 400;
	width: 200px;
}

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

.spec-list-ox a {
	display: contents !important;
}

.r-space {
	white-space: nowrap;
}

.spec-list.text-m {
	margin-left: 50px;
}

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

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

	.r-space {
	white-space: normal;
	}

}

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 {
	height: auto;
	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.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: 1000px) {
	.custom-hero .container-fluid .cmsMediaWrapper__overlay__content p,
	.custom-hero .container-fluid .cmsMediaWrapper__overlay__content .lead {
		display: block;
	}
}

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

@media screen and (max-width: 991px) and (min-width: 1000px){
	.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: 999px) {
	.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;*/
	opacity: 0;
	height: 0;
}

.slider.special-slider .slider-slide.active {
	/*display: block;*/
	opacity: 1;
	height: auto;
	transition: opacity linear 0.1s;

	width: calc(100% - 100px);
	margin: auto;
}


.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.ext-slider-controls {
	bottom: calc(-20px - 1em);
}

.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: 3px;
	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;
}

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

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

@media screen and (max-width: 999px) {
	#yor .slider.special-slider .slider-slide {
		display: flex;
		opacity: 0;
		height: 0;
		visibility: hidden;
	}

	#yor .slider.special-slider .slider-slide.active {
		margin: auto;
		width: 100%;
		justify-content: center;
		opacity: 1;
		height: auto;
		visibility: visible;
		transition: opacity linear 0.25s;
	}

	#yor .slider.special-slider .slider-slide .st-teaser {
		margin: 0 2vw;
		width: calc(50% - 8vw);
	}
}

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

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

#yor .cigar-specs {
	position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 12%;
    color: #FFFFFF;

    font-size: 1.35vw;
}

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

@media screen and (max-width: 999px) {
	#yor .cigar-specs {
		position: relative;
		color: #000000;
		height: auto;
		width: auto;
		font-size: 12px;
		max-width: none;
		margin: 20px 45px;
	}
}
/*************************************************************************************/
/*************************************************************************************/
/*                                      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: 1000px;
	margin: 30px auto;
	align-self:center;
	color: #000000;
}

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

.story.story-product .story-copy,
.story.story-mood .story-copy {
	width: calc(50% - 4em);
    height: 100%;

    left: 0;

    margin-left: 2em;
    margin-right: 2em;
}

.story .story-copy.sc-left {
	left: 0;
	right: auto;
}

.story .story-copy.sc-right {
	left: auto;
	right: 0;
}

.story-header .story-copy h1 {
	margin-bottom: 1em;
}

.story-product .spec-copy,
.story-extra .extra-row.acc-description .spec-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.story-product .spec-list,
.story-extra .spec-list {
	text-align: left;
}

.story-product .spec-list .spec-list-bullet,
.story-extra .spec-list .spec-list-bullet {
	margin: 20px 0;
}

.story-product .spec-list .spec-list-bullet .spec-list-bullet-container,
.story-extra .spec-list .spec-list-bullet .spec-list-bullet-container {
	width: 0;
	display: inline-block;
}

.story-product .spec-list .spec-list-bullet .spec-list-bullet-copy,
.story-extra .spec-list .spec-list-bullet .spec-list-bullet-copy {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-top: -3px;
}

.story-product .spec-list .spec-list-bullet .dav-btn,
.story-extra .spec-list .spec-list-bullet .dav-btn {
	width: 10px;
	height: 10px;
	margin-right: 12px;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.75);
	background-color: rgba(255,255,255,1);
}

.story-extra {
	background-image: url(img/WSC2019-accessories-background.jpg);
	background-size: cover;
	color: #FFFFFF;
	padding: 5em 0;
}

.story-extra .extra-caption {
	max-width: 980px;
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}

.story-extra .extra-row.acc-description {
	display: flex;
	max-width: 980px;
	margin: auto;
	flex-direction: row;
	justify-content: space-around;
}

.story-extra .extra-row.acc-description:nth-child(odd) {
	flex-direction: row-reverse;
}

.story-product .spec-img,
.story-extra .extra-row.acc-description .spec-img {
	width: 55%;
	/*height: 100%;*/
}

.story-product .spec-img img,
.story-extra .extra-row.acc-description .spec-img img {
	width: 100%;
}

.story-extra .extra-row.acc-description .spec-copy {
	width: 35%;
	text-align: justify;
}

.story-product .spec-copy .section-title,
.story-extra .extra-row.acc-description .spec-copy .section-title {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
}

.story-extra .extra-row.acc-description {
	margin-bottom: 5em;
}

.story-extra .extra-row.acc-description img {
	width: 100%;
	margin: auto;
	display: block;
}

.story-extra .extra-separator {
	position: absolute;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0 0 2px #000000;
}

.story-extra .extra-separator .extra-separator-copy {
	max-width: 1000px;
	margin: auto;
	font-size: 16px;
}

.story-extra a.learn-more-btn {
	color: #FFFFFF;
	padding: 10px 30px;
	height: auto;
	font-weight: normal;
}

.story-teaser {
	padding-top: 4em;
	padding-bottom: 4em;
}

.story-teaser .st-heading {
	margin-bottom: 2em;
	text-transform: uppercase;
	font-size: 1.25em;
}

.story-teaser .st-content-wrap {
	display: flex;
	margin: 0 4em;
}

.story-teaser .st-teaser {
	position: relative;
	margin: 0 2em;

	height: auto;
}

.story-teaser .st-teaser .stt-copy {
	position: absolute;
	bottom: 0;
	width: 100%;

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

.story-teaser .st-teaser:hover .stt-copy {
	background-color: #C1A773;
}

.story-teaser .st-teaser .stt-copy p {
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;

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

.story.story-footer.story-teaser

/********* MOBILE *********/
@media screen and (max-width: 999px) {
	.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-extra {
		padding: 25px 0 35px;
	}

	.extra-row.acc-description {
		flex-direction: column;
	}

	.extra-row.acc-description:nth-child(even) {
		margin-bottom: 50px;
	}

	.extra-row.acc-description:nth-child(odd) {
		flex-direction: column;
	}

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

	.extra-row.acc-description .spec-copy {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}

	.extra-row.acc-description .spec-copy .section-title {
		font-size: 1.4em;
	}

	.extra-separator {
		top: 5%;
		padding: 0;
	}

	.extra-separator .extra-separator-copy {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 3vw;
	}
}

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

#yor .story-copy * {
	color: #FFFFFF;	
}

#yor .story-header .story-copy h1 {
	font-size: 1.5em;
	color: #C3A872;
}

#yor .story-header .story-copy p {
	max-width: 550px;
}

#yor .story.story-extra {
	background-color: rgb(135,0,14);
}

#yor .story.story-footer.story-teaser {
	background-color: rgb(135,0,14);
}

#yor .story-teaser .st-heading {
	color: #C1A773;
}

#yor .story.story-mood:nth-of-type(4) .story-copy,
#yor .story.story-mood:nth-of-type(7) .story-copy {
	text-align: left;
	margin-right: 4em;
}

#yor .story.story-mood:nth-of-type(4) .story-copy {
	width: calc(40% - 8em);
}

#yor .story.story-mood:nth-of-type(7) .story-copy {
	width: calc(40% - 8em);
	margin-right: 3em;
}

#yor .story.story-mood:nth-of-type(7) .story-copy h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}

#yor .story.story-mood:nth-of-type(4) .story-copy p,
#yor .story.story-mood:nth-of-type(7) .story-copy p {
	text-transform: none;
	/*font-size: 0.8em;*/
	font-size: 14px;
	margin-bottom: 1.5em;
}

/*#yor .story.story-product:nth-of-type(6) .story-copy,
#yor .story.story-product:nth-of-type(9) .story-copy {
	width: calc(35% - 2em);
	margin-right: calc(5% + 2em);
}*/

#yor .story.story-product:nth-of-type(6) .story-copy > *,
#yor .story.story-product:nth-of-type(9) .story-copy > *{
	text-transform: none;
	text-align: left;
}

#yor .story.story-product:nth-of-type(6) .story-copy .section-title{
	text-transform: uppercase;
	text-align: center;
}

/*#yor .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
#yor .story.story-product:nth-of-type(9) .story-copy .spec-copy a.learn-more-btn {
	color: #FFFFFF;
	padding: 10px 30px;
	height: auto;
	font-weight: normal;
}*/

#yor .story.story-product .spec-list-bullet-container {
	vertical-align: top;
}

.ox  {
		position: relative !important;
	}

#yor .story.story-header .story-copy {
	margin-bottom: 1em;
}

@media screen and (max-width: 999px) {
	#yor .story .story-copy  {
		position: absolute;
		width: 100%;
		display: block;
		text-align: center;
		bottom: 0;
		height: auto;
		margin: 0;
		margin-bottom: 28px;
	}

	.ox  {
		position: relative !important;
	}

	#yor .story.story-mood:nth-of-type(4) .story-copy,
	#yor .story.story-mood:nth-of-type(7) .story-copy,
	#yor .story.story-mood .story-copy,
	#yor .story.story-product:nth-of-type(6) .story-copy,
	#yor .story.story-products .story-copy {
		width: 100%;
		margin: 0;
		text-align: center;
	}


	#yor .story.story-header .story-copy {
		margin-bottom: 0.75em;
	}

	#yor .story.story-header .story-copy p,
	#yor .story.story-product .story-copy p,
	#yor .story.story-mood .story-copy p {
		margin-left: 6vw;
		margin-right: 6vw;
		max-width: none;

		font-size: 2.3vw;
	}

	.story .story-copy .story-copy-main p {
		margin-bottom: 0.75em;
	}

	#yor .story.story-mood:nth-of-type(4) .story-copy p,
	#yor .story.story-mood:nth-of-type(7) .story-copy p {
		font-size: 2.35vw;
		margin-bottom: 1em;
	}

	#yor .story.story-mood:nth-of-type(7) .story-copy h1 {
		font-size: 3.75vw;
	}

	/*#yor .story.story-product:nth-of-type(6) .story-copy *,
	#yor .story.story-product:nth-of-type(9) .story-copy *,*/
	.story-copy *{
		font-size: 2.35vw;
	}

	.story-product .spec-list .spec-list-bullet,
	.story-extra .spec-list .spec-list-bullet {
		margin: 10px 0;
	}

/*	#yor .story.story-product:nth-of-type(6) .story-copy .dav-btn,
	#yor .story.story-product:nth-of-type(9) .story-copy .dav-btn {
		width: 1vw;
		height: 1vw;
	}*/
	
/*	#yor .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet,
	#yor .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet {
		margin: 1em 0;
	}
*/
/*	#yor .story.story-product:nth-of-type(6) .story-copy .spec-list-bullet-copy,
	#yor .story.story-product:nth-of-type(9) .story-copy .spec-list-bullet-copy {
		margin-left: 5vw;
	}*/

	#yor .story.story-mood:nth-of-type(4) .story-copy {
		margin-bottom: 2.5vw;
	}

	#yor .story.story-mood:nth-of-type(7) .story-copy {
		margin-bottom: 5vw;
	}

	#yor .story.story-product:nth-of-type(6) .story-copy .section-title {
		margin-bottom: 1.25em;
		font-size: 3.75vw;
	}

	#yor .story.story-product:nth-of-type(6) .story-copy .section-title {
		margin-bottom: .75em;
		line-height: 1.2em;
	}

	/*#yor .story.story-product:nth-of-type(6) .story-copy .spec-copy a.learn-more-btn,
	#yor .story.story-product:nth-of-type(9) .story-copy .spec-copy a.learn-more-btn {
		margin-top: 0.5em;
		margin-bottom: 3em;
		padding: 2.5vw 7.5vw;
	}*/
	
	#yor .story-extra a.learn-more-btn {
		padding: 2.5vw 7.5vw;
	}

	/*#yor .story.story-product .story-copy .spec-copy > * {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}*/
	#yor .story.story-product .story-copy .spec-copy {
		margin-left: 10vw;
		margin-right: 10vw;
	}
	
	#yor .story-product .spec-copy .section-title {
		margin-bottom: 1.5em;
	}

	#yor .story .story-copy .story-copy-main {
		margin: auto;
	}

	#yor .story-header .story-copy h1 {
		font-size: 3.75vw;
		margin-bottom: 0.5em;
		line-height: 1.2em;
	}

	#yor .story-extra {
		padding-top: 1em;
		padding-bottom: 0;
	}

	#yor .story-extra .extra-row.acc-description {
		margin-bottom: 3em;
	}

	/**/

	#yor .extra {
		padding: 25px 0 35px;
	}

	#yor .extra-row.acc-description {
		flex-direction: column;
	}

	#yor .extra-row.acc-description:nth-child(even) {
		margin-bottom: 0;
	}

	#yor .extra-row.acc-description:nth-child(odd) {
		flex-direction: column;
	}

	#yor .extra-row.acc-description .spec-img,
	#yor .acc-description .spec-copy,
	#yor .extra-row.acc-description .spec-copy {
		width: auto;
		margin-right: 10vw;
		margin-left: 10vw;
	}
	
	#yor .extra-row.acc-description .spec-copy .spec-description,
	#yor .extra-row.acc-description .spec-copy .spec-list .spec-list-bullet {
		font-size: 2.35vw;
	}

	#yor .extra-row.acc-description .spec-copy .spec-list .spec-list-bullet-copy {
		font-size: 2.35vw;
		margin-left: 5vw;
	}

	#yor .extra-row.acc-description .spec-copy .dav-btn {
		width: 1vw;
		height: 1vw;
	}
	
	#yor .extra-row.acc-description .spec-copy .spec-list-bullet {
		margin: 1em 0;
	}

	#yor .extra-row.acc-description .spec-copy .section-title {
		font-size: 3.75vw;
		margin-bottom: 1.5em;
	}

	#yor .extra-row.acc-description .spec-copy a.learn-more-btn {
		margin-top: 0.5em;
		margin-bottom: 3em;
		font-size: 2.35vw;
	}

	#yor-accessories .extra-separator {
		top: 5%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#yor-accessories .extra-separator .extra-separator-copy {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 3vw;
	}

	/**/

	#yor .story-teaser .st-heading {
		font-size: 3.75vw;
	}

	#yor .story-teaser .st-teaser .stt-copy {
		height: 10vw;
	}

	#yor .story-teaser .st-teaser .stt-copy p {
		left: 1em;
		font-size: 3vw;
	}
}

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

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

.unbreakable {
	white-space: nowrap;
}

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

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

#yor {
	background-color: rgb(135,0,14);
	color: #000000;

	margin: auto;
}

#yor > * {
	max-width: 1280px !important;
}

#yor .yor-story-content,
#yor .yor-cigar-list,
#yor .yor-cigarillos,
#yor .yor-accessories,
#yor .story {
	margin: auto;
	text-align: center;
}

#yor .story.story-alt {
	max-width: none;
}

#yor .story.story-alt .breakdown-learn-more {
	position: absolute;
	width: 100%;
	bottom: 8%;
}

#yor .story.story-alt .breakdown-learn-more a.learn-more-btn {
	color: #FFFFFF;
	padding: 10px 30px;
	height: auto;
	font-weight: normal;
}

#yor .sbsc-logo {
	margin-top: 2em;
	margin-bottom: 4em;
}

#yor .sb-head,
#yor .sb-body {
	max-width: 640px;
	margin: auto;
}

#yor .sb-head-title,
#yor .sb-head-subtitle {
	font-size: 1.5em;
	text-transform: uppercase;
}

#yor .sb-head-subtitle {
	display: inline-block;
	border-top: 5px solid;
	padding: 0 2em;
}

#yor .sb-body {
	margin: 2em auto;
}

#yor .sb-body .sb-p {
	margin: 1.5em auto;
}

#yor .sb-body .sb-learn-more {
	text-transform: uppercase;
}

#yor .yor-story-content {
	margin-top: 4em;
	margin-bottom: 4em;
}

#yor .dcl-row {
	margin: 7.5em auto;
}

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

.story a {
	text-decoration: none;
	color: #FFFFFF;
	/*display: inline-block;*/
}

#yor .yor-cigarillos {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#yor .dc-img-wrapper,
#yor .dc-links {
	width: 50%;
}

#yor .dc-img {
	width: 100%;
}

#yor .dc-links,
#yor .dc-links-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#yor .dc-links-copy {
	text-transform: uppercase;
	margin-bottom: 3em;
}


#yor .d-btn {
	display: inline-block;
	background-color: #C29A37;
	margin: 0.75em auto;
	padding: 1em 2em;
	
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#yor .dclb-name {
	text-transform: uppercase;
}

#yor .da-title {
	text-transform: uppercase;
	margin: 2em 0;
	font-size: 1.5em;
}

#yor .da-img {
	width: 100%;
}

#yor .da-copy {
	display: flex;
	flex-direction: row;
	justify-content: space-around;

	margin: 2em 0;
}

#yor .dac-col {
	margin: auto 4em;
	width: 33.33%;
}

#yor .dac-col a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


#yor .dacc-title {
	text-transform: uppercase;
	height: 2em;
}

#yor .dacc-copy {
	height: 8em;
}

#yor .yor-footer {
	margin-top: 5em;
}

#yor .sb-title {
	text-transform: uppercase;
	font-size: 1.5em;
}

#yor .sb-img-wrapper {
	position: relative;
}

#yor a.sb-link {
	display: inline-block;
	position: absolute;
	bottom: 45%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 50px 0px #000000;
	height: auto;
}

#yor a.sb-link .d-btn {
	margin: 0;
}

#yor .sb-link-esc {
	left: 22%;
}

#yor .sb-link-nic {
	left: 51%;
}

#yor .sb-link-yam {
	left: 79.5%;
}

#yor .sb-btn-esc {
	background-color: #00702F !important;
}

#yor .sb-btn-nic {
	background-color: #BD6226 !important;
}

#yor .sb-btn-yam {
	background-color: #B40032 !important;
}

@media screen and (max-width: 999px) {
	#yor .story.story-alt .breakdown-learn-more a.learn-more-btn {
		font-size: 2.35vw;
	}

	#yor .sb-head,
	#yor .da-title,
	#yor .sb-title {
		font-size: 1.25em;
	}

	#yor .sb-body .sb-p {
		font-size: 1em;
	}

	#yor .sb-head-title,
	#yor .sb-head-subtitle {
		font-size: 1em;
	}

	#yor .sb-head {
		padding: 0 1em;
	}

	#yor .sb-head-subtitle {
		padding: 0 2em;
	}

	#yor .story-header {
		overflow: hidden;
	}

	#yor .story-header img {
		width: 100%;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	#yor .yor-cigar-list {
		padding: 0 2em;
	}

	#yor .dcl-row a {
		display: block;
		width: 100%;
	}

	#yor .dcl-img {
		width: 100%;
	}

	#yor .yor-cigarillos {
		flex-direction: column-reverse;
	}

	#yor .dc-img-wrapper,
	#yor .dc-links {
		width: 100%;
	}
	
	#yor .dc-links {
		margin: 2em 0;
	}
	
	#yor .dc-links-copy {
		margin-bottom: 2em;
	}

	#yor .dc-links-btns {
		flex-direction: row;
	}

	#yor .dc-links-btn {
		margin: 0.75em 1em;
		padding: 0.5em 0;
	}

	#yor .da-copy {
		flex-wrap: wrap;
	}

	#yor .dac-col {
		width: calc( 50% - 8vw );
		margin: auto 4vw;
		margin-bottom: 1em;
		margin-top: 1em;
	}

	#yor .dac-col:nth-child(3) .dacc-title {
		height: auto;
		margin-bottom: 1em;
	}

	#yor .dac-col:nth-child(3) .dacc-copy {
		height: auto;
		margin-bottom: 2em;
	}


	#yor .d-btn.dacc-learnmore {
		max-width: 10em;
		min-width: calc( 6em - 8vw);
		width: calc( 100% - 2em);
	}

	#yor .dacc-title {
		height: 3em;
	}
	
	#yor .dacc-copy {
		height: 12em;
	}

	#yor a.sb-link {
		position: relative;
		transform: none;
		left: auto;
		bottom: auto;
		box-shadow: none;
		margin: 1em 5%;
		margin-top: 45%;
	}

	#yor .sb-btn.d-btn {
		padding: 0.5em 1em;
	}

	#yor .sb-body {
		padding: 0 1em;
	}

	#yor .sbsc-logo {
		margin-top: 0;
		margin-bottom: 2em;
		max-width: 200px;
	}

	#yor .story.story-alt {
		height: 0;
		padding-bottom: 100%;
		background-size: cover;
		background-position: center;
	}
	
	#yor .story.story-alt img {
		display: none;
	}
}

#yor .story.story-promo {
	background-color: rgb(135,0,14);
}

#yor .story.story-promo .sp-copy, .sp-copy.ox {
	max-width: 80em;
	width: 100%;
	padding: 2em;
	padding-top: 0;
	margin: auto;
}

#yor .story.story-promo .sp-copy h1, .sp-copy.ox h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0.75em;
    font-size: 1.8em;
    font-weight: normal;
}

#yor .story.story-promo .sp-copy .sp-separator, .sp-copy.ox .sp-separator {
	border-top: 1px solid #C3A872;
    width: 50%;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 0.75em;
}

#yor .story.story-promo .sp-copy p, .sp-copy.ox p {
	color: #FFFFFF;
}

#yor .story.story-promo .sp-copy a.learn-more-btn, .sp-copy.ox a.learn-more-btn {
	font-weight: 400;
	width: 200px;
}

@media screen and (max-width: 999px) {
	#yor .story.story-promo .sp-copy h1, .sp-copy.ox h1 {
		font-size: 3.75vw;
	}
	
	#yor .story.story-promo .sp-copy p, .sp-copy.ox p {
		font-size: 2.35vw;
	}

	#yor .story.story-promo .sp-copy a.learn-more-btn, .sp-copy.ox a.learn-more-btn, .but-div a.learn-more-btn {
		font-size: 2.5vw;
		padding: 1.5vw 4.5vw;
		width: 38vw;
		margin: 1.5vw;
	}
}

.story .story-copy p {
	text-transform: none;
}

span.unbreakable {
	font-size: inherit;
	white-space: nowrap;
}



 .spec-list-ox .spec-list-bullet .dav-btn {
	width: 10px;
	height: 10px;
	margin-right: 12px;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.75);
	background-color: rgba(255,255,255,1);
}

.spec-list-ox .spec-list-bullet .spec-list-bullet-copy {
	display: inline-block;
	vertical-align: middle;
	/*margin-left: 25px;*/
	margin: 0;
}

.spec-list-ox .spec-list-bullet .spec-list-bullet-container {
	width: 0;
	display: inline-block;
}

.spec-list-ox {
	text-align: left;
	align-content: center;
	text-align: center;
/*	margin-left: 25%;*/
/*	text-transform: uppercase;*/
}

.spec-list-ox .spec-list-bullet {
	margin: 5px 0;
}

.but-div {
	margin-bottom: 1em;
/*	margin-top: 1em;*/
	text-align:center;
}

.story-copy-main > h1{
	text-transform: uppercase;
}

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


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

  margin: 2em 0;
}

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

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

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

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

  height: 4em;

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

  transition: background-color ease 0.5s;
}

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

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

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

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

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

    .spec-list.text-m {
	margin-left: 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%;
  }

}
