.flexslider {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.flexslider .slider-caption {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 160px;
	color: #FFF;
	font-family: 'Oxygen', sans-serif;
}
.flexslider .slider-caption h1 {
	text-shadow: 1px 1px #777;
	font-size: 48px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #ED561A;
	text-transform: uppercase;
}
.flexslider .slider-caption p {
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	line-height: 15px;
}
.flexslider .slider-caption a {
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background-color: #ED561A;
	width: 200px;
	height: 40px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.flex-control-nav {
	bottom: 0px;
	z-index: 99;
}
.flex-direction-nav a {
	text-align: center;
	display: block;
	border: 1px solid #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 32px;
	display: inline-block;
	content: '\f104';
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 50px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 50px;
	text-align: center;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-control-paging li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}
@media screen and (max-width: 990px) {
	.slider-caption {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.flexslider .slides img {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.flexslider .slides {
		background-color: #EEE;
	}
}
@media screen and (max-width: 860px) {
	.flexslider .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
	.flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}
