/* --------------------------------------- */
/* -------- FUCKINGSTORIES DESKTOP ------- */
/* --------------------------------------- */

.megastories.bhElement .bhElementInner {
	box-sizing: border-box;
	width: 100%;
	min-height: 278px;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	background-color: #604417;
	overflow: hidden;
}
.megacontainer.bhElement .bh-cols .bh-col:nth-child(3) .megastories.bhElement .bhElementInner {
	border-right: none;
}
.megastories.bhElement .bhBackgroundImage {
	min-height: 278px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .5;
	transition: opacity 1s, transform 1s;
	position: relative;
}
.megastories.bhElement .bhBackgroundImage:after {
	display: block;
	content: '';
	width: 100%;
	height: 260px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
}
.bh-state-desktop .megastories.bhElement:hover .bhBackgroundImage {
	opacity: 1;
	transform: scale(1.06);
}
.bh-state-desktop .megastories.bhElement.storybig .bhElementInner,
.bh-state-desktop .megastories.bhElement.storymedium .bhElementInner,
.bh-state-desktop .megastories.bhElement.storyproductbig .bhElementInner {
	min-height: 566px;
}
.bh-state-desktop .megastories.bhElement.storybig .bhBackgroundImage,
.bh-state-desktop .megastories.bhElement.storymedium .bhBackgroundImage,
.bh-state-desktop .megastories.bhElement.storyproductbig .bhBackgroundImage {
	min-height: 566px;
}
.megastories-content {
	position: absolute;
	bottom: 0;
	width: 100%;
}
body.bhe-state-dragging .megastories-content {
	pointer-events: none;
}
.megastories-content .megastories-subtitle {
	padding-left: 36px;
	padding-right: 30px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
}
.megastories-content .megastories-subtitle .bh-property-disable-editor {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.megastories-content .megastories-headline {
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left;
	color: #fff;
}
.megastories-content .megastories-headline h3 {
	margin-bottom: 40px;
	line-height: 49px;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: "minion-pro", serif;
	color: #fff;
	text-transform: none;
}
.megastories.bhElement.storymedium .megastories-content .megastories-headline h3 {
	font-size: 38px;
	line-height: 37px;
}
.megastories.bhElement.storysmall .megastories-content .megastories-headline h3,
.megastories.bhElement.storyproductsmall .megastories-content .megastories-headline h3 {
	font-size: 28px;
	line-height: 28px;
}
.megacontainer.bhElement.container1 .bh-cols .bh-col:nth-child(2) .megastories.bhElement.storybig .megastories-content .megastories-headline h3,
.megacontainer.bhElement.container1 .bh-cols .bh-col:nth-child(2) .megastories.bhElement.storyproductbig .megastories-content .megastories-headline h3,
.megacontainer.bhElement.container2 .bh-cols .bh-col:nth-child(1) .megastories.bhElement.storybig .megastories-content .megastories-headline h3,
.megacontainer.bhElement.container2 .bh-cols .bh-col:nth-child(1) .megastories.bhElement.storyproductbig .megastories-content .megastories-headline h3 {
	font-size: 35px;
	line-height: 35px;
}

/* ----- PRODUCTS ----- */

.megastories.bhElement.storyproductbig .bhBackgroundImage,
.megastories.bhElement.storyproductsmall .bhBackgroundImage {
	opacity: 1;
}
.megastories.bhElement.storyproductsmall .bhBackgroundImage:after {
    height: 150px;
}

/* ----- MEDIAQUERIES ----- */

@media screen
	and (max-width : 1420px) {
		
		.megastories-content .megastories-headline h3 {
		    line-height: 40px !important;
		    font-size: 40px !important;
		}		
}
@media screen
	and (max-width : 1160px) {
		
		.megastories-content .megastories-headline h3 {
		    line-height: 30px !important;
		    font-size: 30px !important;
		}
		.bh-state-desktop .megastories.bhElement.storybig .bhElementInner,
		.bh-state-desktop .megastories.bhElement.storymedium .bhElementInner,
		.bh-state-desktop .megastories.bhElement.storyproductbig .bhElementInner {
		    min-height: 400px;
		}
		.bh-state-desktop .megastories.bhElement.storybig .bhBackgroundImage,
		.bh-state-desktop .megastories.bhElement.storymedium .bhBackgroundImage,
		.bh-state-desktop .megastories.bhElement.storyproductbig .bhBackgroundImage {
		    min-height: 400px;
		}
		.megastories.bhElement .bhBackgroundImage {
		    min-height: 195px;
		}
		.megastories.bhElement .bhElementInner {
		    min-height: 195px;
		}
		.megastories-content .megastories-headline {
		    padding-left: 20px;
		    padding-bottom: 20px;
		}
		.megastories-content .megastories-subtitle {
		    padding-left: 20px;
		}
}
@media screen
	and (max-width : 1023px) {
		
		.megacontainer.bhElement .bh-cols .bh-col:nth-child(2) .megastories.bhElement .bhElementInner {
			border-right: none;
		}
}