/*
 * 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 {
	position: relative;
	height: auto;
}

.flexslider > ul.slides > li {
}

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

.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;
}

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

/* Direction Nav */
.flex-direction-nav {
	*height: 0; 
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10vh;
}

.flex-direction-nav li {
	float: left;
}

.flex-direction-nav li a.flex-prev {
	visibility: hidden;
	position: relative;
	width: 40px;
	float: left;
}

.flex-direction-nav li a.flex-prev:after {
	content: '\3C';
	display: block;
	visibility: visible;
	position: absolute;
	font-size: 40px;
}

.flex-direction-nav li a.flex-next {
	visibility: hidden;
	position: relative;
	width: 40px;
	float: left;
}

.flex-direction-nav li a.flex-next:after {
	content: '\003E';
	display: block;
	visibility: visible;
	position: absolute;
	font-size: 40px;
}

/* 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 {display: none;}













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

}








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

}




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

}

