
/* banner002_1 */
.banner002_1 {width:100%; position:relative; float:left; overflow:hidden; text-align:center; border-radius:5px;}
.banner002_1:hover img {transform:scale(1.1); }

	.banner002_1 .bg {position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); -webkit-transition:background 1s; transition:background 1s;}
	.banner002_1 .bg:hover {background:rgba(0,0,0,0.3);}
	.banner002_1 .bg h2 {color:white; padding-bottom:3px; font-size:19px;}
	.banner002_1 .bg span {color:white; line-height:20px;}
	.banner002_1 img {width:100%; height:auto; min-height:100%; -webkit-transition:transform 1s; transition:transform 1s;}
	

	/*layer height - different styling */
	.layout_height_H .banner002_1 {height:350px;}
	.layout_height_H .banner002_1 .bg h2 {margin-top:120px;}

	.layout_height_M .banner002_1 {height:250px;}

	.layout_height_L .banner002_1 {height:150px;}
	.layout_height_L .banner002_1 .bg h2 {margin-top:35px; margin-bottom:5px;}
	.layout_height_L .banner002_1 .bg hr {margin:0 auto 10px;}



	@media (min-width:1050px){ 
		.banner002_1 {height:255px;}
		.banner002_1 .bg h2 {margin-top:80px; margin-bottom:10px;}
		.banner002_1 .bg hr {width:145px; margin:0 auto 20px;}

	}

	@media (min-width:800px) and (max-width:1049px){
		.banner002_1 {height:185px;}
		.banner002_1 .bg h2 {margin:40px 0 10px; font-size:17px;}
		.banner002_1 .bg hr {width:100px; margin:0 auto 20px;}

	}
	@media (min-width:800px) and (max-width:989px){.layout_04.layout_height_M .banner002_1 .bg h2 {margin-top:70px;}}
	@media (max-width:799px){
		.banner002_1 {height:150px !important;}
		.banner002_1 .bg h2 {margin:35px 0 5px !important;}

	}
	@media (min-width:600px) and (max-width:799px){
		.banner002_1 .bg h2 {margin-top:35px; margin-bottom:6px; font-size:17px;}
		.banner002_1 .bg hr {width:100px; margin:10px auto 20px;}

		.layout_04 .banner002_1 {height:100% !important;}
		.layout_04.layout_height_H .banner002_1 .bg h2 {margin:100px 0 15px !important;}
		.layout_04.layout_height_M .banner002_1 .bg h2 {margin:50px 0 15px !important;}
	}



	@media (max-width:599px){
		.banner002_1 .bg h2 {font-size:17px;}
		.banner002_1 .bg hr {width:100px; margin:0 auto 10px;}
		.banner002_1 .bg span {line-height:16px; font-size:12px;}
	}


