.home_banner {
	position:relative; /*top:-225px;*/
	left:0;
	width:100%;
	max-width: 100%;
	height: auto;
	/*height: 350px;
	overflow:hidden;*/
	padding: 60px 0;
	margin-bottom: 20px;
	float: left;
	zoom: 1;
	z-index: 1;
	background: url(../images/home_slider_img01.jpg) no-repeat scroll center top / cover;
}
.home_banner .home_banner_caption {
	color: #FFFFFF;
	font-family: georgia;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.home_banner h2 {
	font-family: 'Great Vibes', cursive;
	color:#fff;
	text-shadow:#333;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .3);
	font-size:58px;
	line-height:70px;
	margin-bottom: 10px;
}
.home_banner .slider_content {
	position:relative;
}
/*.home_banner img {
	width: 100%;
	max-width: 100%;
	width: auto\9;
	height: auto;
	height: 500px;
	overflow: hidden;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}*/

ul.captions {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 100%;
	background: rgba(1, 46, 88, 0);
	/*background: rgba(255, 255, 255, 0.5);*/
}
ul.captions li {
	font-family: 'Oswald',arial; 
	font-size:26px;
	padding: 10px 5px;
	color: #ffffff;
	/*color: rgba(1, 46, 88, 1);*/
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	display: block;
}
ul.captions li span{
	font-family: 'Merriweather',arial;
	font-size:24px;
	font-weight: 600;
	color: #ffffff;
	background: rgba(1, 46, 88, .7);
	display: inline-block;
	padding: 10px 10px;
	min-width: 40px;
	text-align:center;
}

@media (max-width: 420px) {
	.home_banner{
		display:none !important;
	}
}
@media (min-width: 420px) and (max-width: 640px) {
	.home_banner h2 {
		font-size:38px;
		line-height:50px;
	}
	.home_banner .home_banner_caption {
		font-size: 14px;
	}
	.home_banner {
		padding: 20px 0 10px 0;
		/*height: 250px;*/
	}
	ul.captions li {
		font-size:16px;
	}
	ul.captions li span{
		font-size:18px;
		min-width: 30px;
		padding: 5px 5px;
	}
}
