/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



.flexslider {
	background-color: #000;
	position: relative;
}

.flexslider > ul.slides > li {
}

.flexslider .slides > li { 
	height: auto;
	width: 100%;
	display: block;
}



.flexslider-container {
	height: auto;
	float: left;
	width: 100%;
	position: fixed; 
	z-index: -1;
}


.flexslider .slides > li {display: none; overflow: hidden; list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */


.flexslider .slides, 
.flex-viewport {
	height: auto;
}

.flexslider {
	height: auto;
	overflow: hidden;
}

.flexslider .slides > li img {
	width: 100%;
	height: auto;
	float: left;
}

ul.slides {
	margin: 0;
	padding: 0;
}

/* Direction Nav */
.flex-direction-nav {*height: 0; display: none;}



/* 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;}






/* Control Nav */
.flexslider .flex-control-nav {width: 100%; position: absolute; text-align: center; bottom: 0; height: 8%; z-index: 222; padding: 0; margin: 0; display: none;}

.flexslider .flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}

.flexslider .flex-control-paging li a {width: 8px; height: 8px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; transition-property: background; 
	transition-duration: .55s;
	transition-timing-function: linear; background-color: #FFF; opacity: 0.4; font-size: 0; 
 }

.flexslider .flex-control-paging li a:hover {background: #FFF; width: 9px; height: 9px; opacity: 1; }

.flexslider .flex-control-paging li a.flex-active { background: #FFF; width: 9px; height: 9px; opacity: 1; }


.flexslider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexslider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider .flex-control-thumbs img {width: 100%; display: block; opacity: 0.9; cursor: pointer;}
.flexslider .flex-control-thumbs img:hover {opacity: 1;}
.flexslider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


#caption {
	width: 90%;
	padding: 0 5% 0;
	top: 0;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0), rgba(0,0,0,0.7));	
	height: 100%;
	text-align: center;
	display: table;
	position: absolute;
}











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


}








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

.flexslider .slides > li { 
}

.flexslider-container {
}

.flexslider .slides, 
.flex-viewport {
}

.flexslider {
}

.flexslider .slides > li img {
}
	
}




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

.flexslider .slides > li { 
}
	
}