
/* =================================================================== */
/* Flexslider
====================================================================== */

/* Browser Resets
====================================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* Necessary Styles
====================================*/
.flexslider {margin: 0; padding: 0;}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative;  zoom: 1; z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Default Styles
====================================*/
.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav
====================================*/

.flex-direction-nav a {
	width: 35px;
	height: 35px;
	display: block;
	top: 30px;
	right: 60px;
	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid #fff;
	opacity: 0.3;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover {
	background-color:#adb567; border: 0;
	opacity: 1;
}

.flex-direction-nav .flex-next {
	background-image: url(../images/slider-control-right.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.flex-direction-nav .flex-prev {
	margin-right: 40px;
	background-image: url(../images/slider-control-left.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

/* Control Nav
====================================*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5%;
	text-align: center;
}
	
.flex-control-nav li {
	margin: 0 10px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	
.flex-control-paging li a {
	width: 25px;
	height: 25px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	opacity: 0.6;
}
	
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #adb567;
}
	
.flex-control-paging li a.flex-active {
	cursor: default;
}

/* Caption
====================================*/
.slide-caption {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 10%;
	font-family: "Open Sans", sans-serif; font-weight: 600;
	color: #fff;
	font-size: 75px; 
	line-height: 70px; 
	padding: 0 50px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8), -1px -1px 2px rgba(0,0,0,0.9);
}

/* Higher than 1025 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1025px) {

.flexslider.home {min-height: 400px;}

}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 801px) and (max-width: 1024px) {

.slide-caption {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 10%;
	font-family: "Open Sans", sans-serif; font-weight: 600;
	color: #fff;
	font-size: 55px; 
	line-height: 50px; 
	padding: 0 50px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8), -1px -1px 2px rgba(0,0,0,0.9);
	}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 3%;
	text-align: center;
}

}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (min-width: 481px) and (max-width: 800px) {

.slide-caption {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 10%;
	font-family: "Open Sans", sans-serif; font-weight: 600;
	color: #fff;
	font-size: 35px; 
	line-height: 30px; 
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8), -1px -1px 2px rgba(0,0,0,0.9);
	}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 1%;
	text-align: center;
}

}

/* Handy only (devices and browser)
====================================================================== */
@media only screen and (max-width: 480px) {
	
.slide-caption {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 10%;
	font-family: "Open Sans", sans-serif; font-weight: 400;
	color: #fff;
	font-size: 20px; 
	line-height: 20px; 
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8), -1px -1px 2px rgba(0,0,0,0.9);
	}

.flex-control-nav {
	display: none;
}

.flex-direction-nav a {display: none;}
	
}

