.flexslider .slides > li { display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.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%; }



/* Slides
================================================== */
.flexslider {
	width: 100%;
	margin: 0;
	position: relative;
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flexslider > ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
/* caption
================================================== */
.flex-caption {
	position: absolute;
	left:0;
	bottom:0;
	background: url('images/bg-pagination.png');
	border-top: 1px solid #ffffff;
	width:100%;
	height: 80px;
	/*min-height: 161px;*/
}
.cap-indent {
	/*padding: 41px 100px 30px 47px;*/
	padding: 15px 0 0px 20px;
}
.slide-header {
	color:#191919;
	font: 24px 'Maven Pro', sans-serif;
}
.slide-text {
	color:#000;
	font: 14px 'Maven Pro', sans-serif;
}
.slide-button {
	color:#191919;
	display:inline-block;
	padding-left:14px;
	background: url('images/marker.png') no-repeat 0 50%;
}
.slide-button:hover {
	color: #777;
	text-decoration:underline;
}


/* Control Nav
================================================== */
.flex-direction-nav {
	display:none;
	z-index:99;
}

.flex-control-nav {
	position:absolute;
	right:20px;
	bottom:20px;
	list-style:none;
}
.flex-control-nav li {
	float:left;
	margin-left:10px;
}
.flex-control-nav li a {
	display:block;
	text-indent:-999em;
	width:8px;
	height:8px;
	background: url('images/pagination.png') no-repeat 100% 0;
}
.flex-control-nav li a:hover, .flex-control-nav li a.active {
	background-position:0 0;
}


	
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.flex-caption {min-height:140px}
	.cap-indent {
		/* padding: 20px 100px 20px 47px; */
		padding: 15px 0 0px 20px;
	}
	.flex-control-nav {
		right:20px;
		bottom:20px;
	}
}
@media only screen and (max-width: 767px) {
	.flex-caption {display:none;}
	.flex-control-nav {
		bottom:-20px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
