

/* 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;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {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 
*********************************/
.flexslider {
	background: #fff; 
	position: relative; 
	zoom: 1;
}

.flex-viewport {
	
	/*
	max-height: 7000px; 
	*/
	
	
	-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.loading .flex-viewport {max-height: 300px;}

.flexslider .slides {
	zoom: 1;
}

.flex-viewport .slides > li {
	position: relative;
}

.flex-viewport .slides > li > img,
.flex-viewport .slides > li > iframe {
    max-width: 100%;
}

.flex-viewport .slides > li > a,
.flexslider .slides > li > a {
	display: block;	
}

.flexslider .button {
	margin-bottom: 0; // 	
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1; 
	position: relative;
}



/* Control Nav */
/*  .flex-control-nav {
	position: absolute; 
	right:0;
	top:-30px;
	overflow: hidden;
	z-index: 2; necessary when there is an overlay
	height:40px;
	left:50%;
}
.flex-control-nav li {
	margin-left:20px;
	
}
.flex-control-nav li a {
	font-size:16px;
	cursor:pointer;
	
}
.flex-control-nav li .flex-active{box-shadow: 0px 3px  10px rgba(0,0,0,.3);}
.flex-control-nav li .flex-active{
	color:red;
}	 */ 
 .flex-control-nav {
	position: absolute; 
	left: 40px;
	left:70%;
	bottom: 20px;
	top:240px;
	overflow: hidden;
	z-index: 2; necessary when there is an overlay
}

.entry-slider .flex-control-nav {
	bottom: 15px;
}

.flex-control-nav li {
	margin-right: 6px;
	float: left;
}

.flex-control-paging a {
	width: 10px; 
	height: 10px; 
	display: block; 
	background: url(../images/slider/nav.png) no-repeat left -11px;
	cursor: pointer; 
	text-indent: -999em;
}

.flex-control-paging a:hover, .flex-control-paging a.flex-active {
	background-position: left top;
}

.flex-control-paging a.flex-active {
	cursor: default;
}
 
/* Video */

.flexslider iframe {
	margin: 0 auto;	
}

.flexslider {
	margin-top:40px;
	background-color: #fff; /* Old browsers */
	/* background: -moz-linear-gradient(top,  #fff 0%, #fff 100%); FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); Chrome,Safari4+
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 100%); Chrome10+,Safari5.1+
	background: -o-linear-gradient(top,  #fff 0%,#fff 100%); Opera 11.10+
	background: -ms-linear-gradient(top,  #fff 0%,#fff 100%); IE10+
	background: linear-gradient(to bottom,  #fff 0%,#fff 100%); W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); IE6-9 */
}