#featured-slider-wrap {
	display: block;
	background: transparent;
	width: 100%;
	position: relative;
	padding-top: 120px;
	overflow: hidden;
}

.featured-slider {
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.featured-slider ul.slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.featured-slider ul.slides li {
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
	
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.featured-slider ul.slides li:after {
	display: block;
	content: '';
	padding: 0;
	height: calc(100vh - 120px);
}

.featured-slide-overlay {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 60px;
	text-align: center;
	font-family: 'xeye_script', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	font-size: 6em;
	font-size: 6vw;
	line-height: 1.2em;
	opacity: 0;
	
	text-shadow: 0 3px 0 #000;
	
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
	
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
	
}

.featured-slide-overlay.subheader {
	bottom: auto;
	top: 50%;
	font-size: 2em;
	font-weight: normal;
	text-transform: none;
	-webkit-transition-delay: 3s;
	-moz-transition-delay: 3s;
	-o-transition-delay: 3s;
	transition-delay: 3s;
}

.flex-active-slide .featured-slide-overlay {
	opacity: 1;
}


.featured-overlay {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 50;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.featured-overlay img {
	width: 600px;
	max-width: 70%;
	height: auto;
}

.featured-text {
	display: block;
	padding: 0 60px;
	text-align: center;
	font-family: 'xeye_script', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	/* font-size: 5em; */
	font-size: 4em;
	line-height: 1.2em;
	text-shadow: 0 0 5px rgba(80,60,30,0.5);
}



.featured-slider ol.flex-control-nav {
	position: absolute;
	top: 200px;
	left: 155px;
	width: 200px;
	z-index: 2;
	color: #000;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	cursor: default;
}

.featured-slider ol.flex-control-nav li {
	float: left;
	margin-right: 10px;
	background-image: none;
}

.featured-slider ol.flex-control-nav a {
	display:block;
	width: 20px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	cursor: pointer;
}

.featured-slider ol.flex-control-nav a.active {}

#featured-slider-wrap .flex-direction-nav { position: static; }
#featured-slider-wrap .flex-direction-nav a {
    background: transparent;
    cursor: pointer;
	text-decoration: none;
    display: block;
	width: 50px;
    height: 80px;
    margin: -40px 0 0 0;
    position: absolute;
    text-indent: -9999px;
	overflow: hidden;
    top: 50%;
	z-index: 60;
}
#featured-slider-wrap .flex-direction-nav a:before {
	display: block;
	width: 50px;
	height: 80px;
	line-height: 80px;
	font-family: 'FontAwesome';
	font-size: 60px;
	content: '\f104';
	text-indent: 0;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 5px rgba(80,60,30,0.5);
}
#featured-slider-wrap .flex-direction-nav a.flex-next { right: 0; }
#featured-slider-wrap .flex-direction-nav a.flex-next:before { content: '\f105';  }
#featured-slider-wrap .flex-direction-nav a.flex-prev { left: 0; }
#featured-slider-wrap .flex-direction-nav a.flex-disabled { display: none; }



@media only screen and (max-width: 1400px) {

	#featured-slider-wrap { padding-top: 120px; }
	.featured-slide-overlay, .featured-text { font-size: 5vw; }
	.featured-overlay {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.featured-button { font-size: 20px; margin: 40px 30px 0 30px; }

}

@media only screen and (max-width: 1024px) {

	#featured-slider-wrap { padding-top: 160px; }
	#featured-slider-wrap:after  { display: none; }
	.featured-slider { width: 100%; float: none; border-bottom: 2px solid #fff; }
	.featured-slider:first-child { display: none; }
	.featured-slider ul.slides li:after { padding-top: 100%; }

}

@media only screen and (max-width: 719px) {

	.featured-slide-overlay, .featured-text { font-size: 10vw; }

}

