/* jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flexslider a:active{
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav, .slides li, .flex-control-nav li, .flex-direction-nav li{
	margin: 0;
	padding: 0;
	list-style: none;
} 



.flexslider{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	zoom: 1;
}
.flexslider .slides > li{/* Hide the slides before the JS is loaded. Avoids image jumping */
	display: none;
}
.flexslider .slides img{
	max-width: 100%; display: block;
}
.flex-pauseplay span{
	text-transform: capitalize;
}

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

/* FlexSlider Default Theme */
.flexslider .slides{
	zoom: 1;
}
.flexslider .slides > li{
	position: relative;
}
.flex-container{ /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
	zoom: 1; position: relative;
}

/* Caption style */
.flex-caption{ /* IE rgba() hack */
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption{
	position: absolute;
	background: rgba(0,0,0,.4);
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}


/* Direction Nav */
.flex-direction-nav li a{
	width: 30px;
	height: 50px;
	margin: -25px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	
	background: transparent;
}
.flex-direction-nav li .next{
	right: 5px;
	
	width: 0; 
	height: 0; 
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent; 
	border-left: 15px solid rgba(0, 0, 0, 0.5);
}
.flex-direction-nav li .prev{
	left: 5px;
	
	width: 0; 
	height: 0; 
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent; 
	border-right: 15px solid rgba(0, 0, 0, 0.5);
}
.flex-direction-nav li .disabled{
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav{
	position: absolute;
	text-align: center;
	width: 100%;
}
.flex-control-nav li{
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
	/* ie hack */
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child{
	margin: 0;
}
.flex-control-nav li a{
	width: 12px;
	height: 12px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset -1px -1px 3px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset -1px -1px 3px 1px rgba(0, 0, 0, 0.5);*/
}
.flex-control-nav li a:hover{
	background: #666;
}
.flex-control-nav li a.active{
	background: #829F29;
	cursor: default;
}






/* HEADER DEFAULT */
.flexslider-header{
	position: absolute;
	
	bottom: 13px; right: 21px;
	width: 680px;
}
.flexslider-header .flex-caption h3{
	margin: 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
.flexslider-header .flex-caption h4{
	margin: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

/* flex-control-nav feature */
.felx-topLeft, .felx-topRight, .felx-topMiddle{
	bottom: auto;
	top: 10px;
}
.felx-bottomLeft, .felx-bottomRight, .felx-bottomMiddle{
	bottom: 10px;
}
.felx-topLeft, .felx-bottomLeft{
	left: 15px;
	text-align: left;
}
.felx-topRight, .felx-bottomRight{
	right: 15px;
	text-align: right;
}

/* flex-caption feature */
.flex-caption-transparent{
	background: transparent;
	text-shadow: 2px 2px 1px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
.flex-cBottom{
	width: 96%;
	padding: 2%;
	left: 0; bottom: 0;
}
.flex-cLeft{
	top: 0; right: auto; bottom: auto; left: 0;
}
.flex-cRight{
	top: 0; right: 0; bottom: auto; left: auto;
}

.flexslider-header .flex-cLeft{
	width: 220px;
	height: 223px;
}
.flexslider-header .flex-cRight{
	width: 220px;
	height: 223px;
}


/* PAGE DEFAULT */
.flexslider-page{
	position: relative;
}
.flexslider-page .flex-cLeft{
	width: 200px;
}
.flexslider-page .flex-cRight{
	width: 200px;
}
.flexslider-page .flex-caption h3{
	margin: 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.flexslider-page .flex-caption h4{
	margin: 10px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

.flex-caption a{
	position: absolute;
	right: 10px; bottom: 10px;
	padding: 5px 10px;
	background: #ccc;
	font-weight: bold;
	text-decoration: none;
	/*
	background: -moz-linear-gradient(top, #FAFAFA 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#ccc));
	background: -webkit-linear-gradient(top, #FAFAFA 0%, #ccc 100%);
	background: -o-linear-gradient(top, #FAFAFA 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #FAFAFA 0%, #ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#ccc',GradientType=0 );
	background: linear-gradient(top, #FAFAFA 0%, #ccc 100%);
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset -1px -1px 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset -1px -1px 5px 1px rgba(0, 0, 0, 0.5);
	*/
}
.flexslider-slave{
	display: none;
}