/*----------------------------------------Slider-------------------------------------------*/
.flex-caption {
	position: absolute;
	right: 11px;
	bottom: 20px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.flexslider {
	width: 100%;
	margin: 0;
}
.flexslider .slides > li {
	display: none;
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
.flex-container {
	zoom: 1;
	position: relative;
}
/* Direction Nav */
.flex-direction-nav li a {
	width: 40px;
	height: 40px;
	margin: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	top: 45%;
}
.flex-direction-nav li a.next {
	background: url(../images/right.png) no-repeat center 0px;
	right:2%;
}
.flex-direction-nav li a.prev {
	background: url(../images/left.png) no-repeat center 0px;
	left:2%;
}
.flex-direction-nav li a.next:hover {
	background: url(../images/right.png) no-repeat center -40px;
}
.flex-direction-nav li a.prev:hover {
	background: url(../images/left.png) no-repeat center -40px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 96px;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	float: none;
	width: auto;
	margin:0 3px;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 20px;
	height: 20px;
	border-radius:20px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background:#fff;
}
.flex-control-nav li a:hover, .flex-control-nav li a.active {
	background:#62B054;
	cursor: default;
}

/* Media Queries Slider */

@media screen and (max-width: 1000px) {
.slider_container {
	width: 90%;
	margin: 0 0 0 2%;
	clear: both;
	background: none;
	padding: 30px 0 0 0;
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	background: none;
}
.flex-direction-nav li a {
	width: 45px;
	height: 42px;
	margin: 0;
	display: block;
	position: absolute;
	right: -10px;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-direction-nav li a.next {
	background: url(../images/next.png) no-repeat center;
	bottom: 85px;
}
.flex-direction-nav li a.prev {
	background: url(../images/prev.png) no-repeat center;
	bottom: 40px;
}
.flex-caption {
	display: none;
}
}
/*----------------------------------------End-Slider-------------------------------------------*/
