/* @override http://localhost/~cody/twin-valley/style/feature-area.css */

.banner-hook-wrapper {
	position: relative;
	margin: 25px auto 15px auto;
	width: 1030px;
	max-width: 95%;
	height: 400px;
	-webkit-transition: height 300ms;
}
.banner-hook-wrapper .section.feature-area,
.banner-hook-wrapper .captionlargemedia {
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-hook-wrapper .captionlargemedia{
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background-color: #000;
}
.banner-hook-wrapper .captionlargemedia img{
	width: 100% !important;
	border: 0;
	display: inline-block;
}
.banner-hook-wrapper .section.has-background {
	max-height: 400px;
	overflow: hidden;
	margin: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background-color: #000;
}
.banner-hook-wrapper .section.has-background .feature-description {
	position: absolute;
	bottom:  15px;
	left: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	text-align: left;
	padding: 15px;
	max-width: 90%;
}
.banner-hook-wrapper .section.has-background .feature-description h3,
.banner-hook-wrapper .section.has-background .feature-description p {
	color: #fff;
}
.banner-hook-wrapper .section.has-background .feature-description h3 {
	line-height: 26px;
	font-size: 20px;
}
.banner-hook-wrapper .section.has-background .feature-description p {
	margin: 0;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.banner-hook-wrapper .section.no-background {
	background: url(../images/banner-empty.png);
	background-color: transparent;
	margin: 0;
}
.banner-hook-wrapper .section.no-background .feature-description {
	text-align: left;
}
.banner-hook-wrapper .section.no-background .feature-description h3,
.banner-hook-wrapper .section.no-background .feature-description p {
	color: #fff;
	margin-left: 60px;
	
}
.banner-hook-wrapper .section.no-background .feature-description h3 {
	margin-top: 33px;
	max-width: 855px;
	font-family: 'Courgette', cursive;	
	font-size: 32px;
	height: 32px;
	overflow: hidden;
	text-shadow: 1px 1px 0px #010101;
	filter: dropshadow(color=#000000, offx=1, offy=1);

}
.banner-hook-wrapper .section.no-background .feature-description p {
	margin-right: 70px;
}
