/* Sliders */

.flexslider .slides > li,
.slides {
	position: relative;
}

/* Sliders 1 */

#featured-slideshow li.slide-image {
    max-height: 500px;
    overflow: hidden;
    margin: 0;
}
#featured-slideshow .thumbcaption-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#featured-slideshow .thumbcaption {
	display: block;
	background-color: rgba(255, 255, 255, 0.75);
	margin: 0 auto;
	width: 500px;
	max-width: 90%;
	padding: 1%;
	text-align: center;
	position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#featured-slideshow .thumbcaption-inner {
	border: solid 1px #333;
	padding: 15px;
	position: relative;
}
#featured-slideshow .thumbcaption h3.widget-title {
	margin: 0;
}
#featured-slideshow .thumbcaption .storycontent {
	margin: 10px 0 15px 0;
	line-height: 165%;
}

.flex-control-nav {
  	z-index: 555;
  	bottom: -40px;
}
.flex-control-paging li a {
  	width: 9px;
  	height: 9px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	background-color: #F7F3F2;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color: #000000;
}

/* Sliders 3 */

.slide-3 .slide-image img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#featured-slideshow .thumbcaption {
		width: 350px;
		max-width: 80%;
	}
	#featured-slideshow .thumbcaption .storycontent,
	#featured-slideshow .read-more {
		display: none;
	}
	#featured-slideshow .thumbcaption h3.widget-title {
		font-size: 1.2em;
	}
}