
#hero {
	background: #FFF url(../images/banner-bg.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 500px;
	width: 100%;
	text-align: left;
	position: relative;
}

#hero-slider {
	height: 500px;
	position: relative;
}
#hero-slider ul.slides {
	height: 500px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
#hero-slider .slides li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}
#hero-slider .slides .flex-img {
	width: 40%;
	margin: 0;
	float: left;
	height: 500px;
	text-align: center;
	position: relative;
	top: 50px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner-img {
	height: 300px;
	width: 100%;
	margin: 0 0 20px 0;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#hero-slider .slides .flex-caption {
	width: 60%;
	margin: 0;
	float: left;
	height: 500px;
	text-align: left;
	position: relative;
	top: 50px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#hero-slider .slides .flex-caption h1 {
	font-size: 5rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
#hero-slider .slides .flex-caption h3 {
	font-size: 3.5rem;
	font-weight: 400;
	color: #FFF;
	margin-top: 24px;
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
/* for oldIE - IE9 */
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
a.btn-hero-slider {
	background: #C79F00;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 120px;
	display: block;
	font-size: 1.5rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
a.btn-hero-slider:hover {
	background: #152F63;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
@media only screen and (max-width:768px) {
	#hero {
		height: auto;
	}
	#hero-slider {
		height: auto;
		position: relative;
	}
	#hero-slider ul.slides {
		height: auto;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	#hero-slider .slides .flex-img {
		width: 60%;
		top: 30px;
		padding: 15px;
		height: auto;
		margin-bottom: 50px;
	}
	.banner-img {
		height: 250px;
	}
	#hero-slider .slides .flex-caption {
		width: 40%;
		height: auto;
		top: 30px;
	}
	#hero-slider .slides .flex-caption h1 {
		font-size: 3rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 2rem;
	}
}
@media only screen and (max-width:480px) {
	#hero-slider .slides .flex-img {
		width: 100%;
		top: 0;
		padding: 0 30px;
	}
	.banner-img {
		height: 250px;
		margin-bottom: 20px;
	}
	#hero-slider .slides .flex-caption {
		width: 100%;
		top: 0px;
		height: auto;
		margin: 0 0 -30px 0;
		text-align: center
	}
	#hero-slider .slides .flex-caption h1 {
		font-size: 3rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 2rem;
	}
}
/* control nav */
#hero .flex-control-nav {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 90;
	text-align: center;
}
#hero .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#hero .flex-direction-nav {
	text-align: left;
	display: inline-block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
	background: #999999;
	width: 100px;
	float: left;
}
#hero .flex-direction-nav a {
	color: #000;
}
#hero .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #999999;
}
#hero .flex-control-paging li a:hover {
	background: #999999;
}
#hero .flex-control-paging li a.flex-active {
	background: #82C402;
	cursor: default;
}