

/* Browser Resets*/
.flex-container a:active,
.flexslider a:active {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	width: 100%;
	height:250px;
	text-align:center;
	overflow: hidden;
	margin:0 !important;
	padding:0 !important;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	height:250px;
	overflow:hidden;
	display: none;
	position: relative;
}

.flexslider .slides img {
	margin:0 auto;
	height:auto;
	min-height: 250px;
	display: block;
	background:url(../images/Loading3.gif) no-repeat center 165px;
	
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-container {
	zoom: 1;
	position: relative;
}

.flex-caption {
	width: 100%;
	position: absolute;
	text-align: center;
	top:70px;
	left:0;
	color: #fff;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-caption:hover {
	color:#FF0;
}
.flex-caption h4 {
	font-family:'robotolight';
	font-size:44px;
	line-height:60px;
	color:#fff;
	width:750px;
	margin:0 auto;
	
	margin-top:20px;
}
.flex-caption p {
	font-family:'robotolight';
	font-size:18px;
	line-height:24px;
	color:#fff;
	width:750px;
	margin:0 auto;
	
}



.flex-direction-nav li a {
	width: 170px;
	height: 370px;
	display: none;
	position: absolute;
	bottom: -120px;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-direction-nav li .next {
	background: url(../images/slider/arrow_right.png) no-repeat center;
	right: 0;
	_bottom: 0px;
	opacity:0.45;
	filter:alpha(opacity=45);
	
	-webkit-transition: all 0.2s ease 0s; 
	-moz-transition: all 0.2s ease 0s; 
	-o-transition: all 0.2s ease 0s; 
	transition: all 0.2s ease 0s;
}
.flex-direction-nav li .next:hover {
	opacity:1;
}

.flex-direction-nav li .prev {
	background: url(../images/slider/arrow_left.png) no-repeat center;
	left: 0;	
	opacity:0.45;
	filter:alpha(opacity=45);
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-direction-nav li .prev:hover {
	opacity:1;
}

.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}


.flex-control-nav {
	width:200px;
	margin:0 auto;
	margin-top:-30px;
	text-align:center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 11px;
	height: 11px;
	display: block;
	background: url(../images/slider/headpic_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -11px;
}
.flex-control-nav li a.active {
	background-position: 0 -22px;
	cursor: default;
}








/* Mobile */
@media screen and (max-width: 767px) {











}
