.flexslider .slides > li{
	display: none;
	position: relative !important;
	-webkit-backface-visibility: hidden;
}
.flex-pauseplay span{text-transform: capitalize;}
html[xmlns] .slides, html.slides{display: block;} 
* html .slides{height: 1%;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.flexslider{
	zoom: 1;
	position: relative;
}
.flexslider.loading{
	background: url(loader.gif) no-repeat 50% 50% #eaeaea;
	background-size: 90px 90px;
}
	.flex-viewport{
		max-height: 600px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
	}
	.loading .flex-viewport{max-height: 600px;}
	.flexslider .slides{zoom: 1;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */	
.flex-control-nav{
	width: 100%;
	text-align: center;
	position: absolute; bottom: 1em;
}
	.flex-control-nav li{
		zoom: 1; 
		margin: 0 0.3em;
		*display: inline;
		position: relative;
		padding: 3px 2px 2px;
		display: inline-block;
		width: 12px; height: 12px;
	}
		.flex-control-paging li a{
			display: block;
			text-indent: -9999px;
			background-color: #fff;
			width: 6px; height: 6px;
			position: absolute; top: 3px; 
			
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
		}
		.flex-control-paging li a.flex-active{
			top: 0;
			cursor: default;
			border: 1px solid #fff;
			width: 10px; height: 10px;
			background-color: transparent;
		}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */	
@media screen and (max-width: 860px){
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */	