.flexslider .slides > li.slidercontainer {
	background: #f2f2f2;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
}
.slidercontainer{overflow: hidden; max-width: 100%}
.content_slider {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 800px;
}
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 {
	margin: 0;
	padding: 0;
	padding: 0 0;
	zoom: 1;
	height: 100%;

}
#featured, #Recent{padding: 0 30px; text-align: left!important; position: relative; overflow: hidden;}
#featured.flexslider .slides img, #Recent.flexslider .slides img{height: 170px}
#featured .flex-direction-nav a, #Recent .flex-direction-nav a{top: 85px;}
.flexslider#heroimages{
		position: relative;
		overflow:hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides > li {
		display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	background-size: cover;
	background-repeat: no-repeat
}
.content_slider .flexslider .slides > li{opacity: 0.4;}
.content_slider .flex-direction-nav{display: none!important}
.content_slider .flex-control-nav{background: #f2f2f2; padding: 20px 0;}
.flexslider#heroimages .slides > li {
	height: calc(50vh - 110px);
}
.flexslider .slides > li.flex-active-slide {
	opacity: 1;
}
.flexslider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.slides > li:first-child {
	display: block;
}
.flexslider {
}
.flexslider .slides {
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	/*overflow: inherit !important;*/
}
.content_slider .flex-viewport {overflow: inherit !important;}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
	width: 100%;
}
.flex-direction-nav a {
	cursor: pointer;
	display: block;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: calc(50% - 39px);
	-webkit-transition: all .3s ease;
	width: 18px;
	height: 29px;
	z-index: 10;
}
.flex-direction-nav a {}
.flex-direction-nav .flex-next {
	background: url(/images/btns/right.png) no-repeat 0 0;
	right:0;
}
.flex-direction-nav .flex-prev {
	background: url(/images/btns/left.png) no-repeat 0 0;
	left:0;
}
.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=30);
	opacity: 0.3 !important;
}
/* Control Nav */
.flex-control-nav {

	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	margin: 0 auto;
	left: 0;
}
.flex-control-paging li {
	display: inline-block;
	margin: 0 5px;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: #bec0c2;
	cursor: pointer;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.flex-control-paging li a:hover {
	background: #222;
}
.flex-control-paging li a.flex-active {
	background: #222;
	cursor: default;
}

@media screen and (max-width: 720px) {
	#featured.flexslider .slides img, #Recent.flexslider .slides img{height: auto}


}

/*# sourceMappingURL=flexslider.css.map */
