.slidercontainer {
    width:1200px;
    margin-right:auto;
    margin-left:auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;

}
.content_slider {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 1400px;
}
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 auto;
	padding: 0;
    width:60%;
    position:relative;

	zoom: 1;


}
.caption
{
    position:absolute;
    right:40px;
    bottom:10px;
    color:#000;
    text-align:right;
    font-size:14px;
    text-shadow: 1px 0 #fff;
}
#page-home .flexslider{
		position: relative;
		overflow:hidden;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
	margin-top: 1px;
	margin: 0 auto;

}
.flexslider .slides > li {
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	background-size: cover;
	background-repeat: no-repeat;
	
	text-align: center;
}
#page-home .flexslider .slides > li {
	height: calc(90vh - 120px);
}
.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;
}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
	width: 100%;
}
.flex-direction-nav a {
	background: rgba(256,256,256,0.7);
	cursor: pointer;
	display: block;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	-webkit-transition: all .3s ease;
	width: 50vw;
	height: 100%;
	z-index: 10;
}
.flex-direction-nav .flex-next {
left:100%;
}
.flex-direction-nav .flex-prev {
right:100%
}
.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=30);
	opacity: 0.3 !important;
}
/* Control Nav */
.flex-control-nav {
	bottom: 10px;
	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: #afb1b4;
	cursor: pointer;
	display: block;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #fff;
}
.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

@media screen and (max-width: 720px) {

.flexslider {

    width: 100%;

}
}

/*# sourceMappingURL=flexslider.css.map */
