@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'GOTHIC';
	src: url('http://fontsforweb.com/public/fonts/1168/GOTHIC.eot');
	src: local('GOTHIC'), url('http://fontsforweb.com/public/fonts/1168/GOTHIC.ttf') format('truetype');
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Century Gothic, 'GOTHIC',Arial !important;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#616161;
	line-height:20px;
}

input,
select,
textarea {
	width:97%;
	background:none;
	border:1px solid #c9c9c9;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: 500;
	padding-left:2%;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease; 
}

input:focus,
textarea:focus,
select:focus {
	border-color: #264f79;
}
input:hover,
textarea:hover,
select:hover {
	border-color: #264f79;
}	
a.btn,
input.btn,
div.btn,
input[type='submit'],
button {
	-webkit-appearance: none;
	background-color: #21486f;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Avenir W01', sans-serif;
	font-size: 1.125em;
	font-weight: 500;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	}
	
a.btn:hover,
input.btn:hover,
div.btn:hover,
input[type='submit']:hover,
button:hover {
    background-color: #0b95cc;
	color: #fff;
	text-decoration: none;
	}

input.btn:focus,
input[type='submit']:focus,
button:focus {
    background-color: #0b95cc;
	color: #fff;
	}

	
body{
	margin: 0 auto;
	background:#f7f7f7;
	text-decoration:none;
	color:#7b7b7b;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}


/*BANNER*/
#home_banner_wrapper{
	width:100%;
	float:left;
	height:400px;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
}
#home_banner_wrapper img{
	width:100%;
	height:400px;
}



/*HOME*/
#homewlcome_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#f7f7f7;
	border-bottom:1px solid #dddddd;
}
#homewlcome_inner{
	width:1050px;
	height:auto;
	padding:0px; 
	margin:0px auto;
	padding-bottom:20px;
}
.banner_shadow{
	width:100%;
	height:33px;
	float:left;
	background:url(../images/bannerbg.jpg) no-repeat;
}
.underline{
	width:100%;
	height:33px;
	float:left;
	background:url(../images/underline.png) no-repeat center top;
}

#homewlcome_inner p{
	text-align:justify;
	margin-bottom:10px;
}
#homewlcome_inner h1{
	color:#0b97ce;
	font-size:25px;
	margin-bottom:8px;
}
#homewlcome_inner h2{
	color:#204a70;
	font-weight:bold;
	font-size:30px;
	margin-bottom:15px;
}
#homewlcome_inner h3{
	color:#03638a;
	font-size:14px;
	margin-top:15px;
	font-weight:bold;
}
#homeproduct_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF url(../images/bg.jpg) repeat;
	border-bottom:1px solid #dddddd;
}
#homeproduct_inner{
	width:1050px;
	height:auto;
	padding:0px; 
	margin:0px auto;
	padding-bottom:20px;
}
#homeproduct_inner h1{
	color:#204a70;
	font-weight:bold;
	font-size:25px;
	margin-bottom:15px;
	text-align:center;
	margin:20px 0 10px 0;
}
a.hovertext { position: relative; width: 100px; text-decoration: none !important; text-align: center;background:#9C0;} 
a.hovertext:after { content: attr(title); position: absolute; left: 0; bottom:-118px; padding: 1em 5px; width: 215px; background: rgba(0,0,0,0.8); text-decoration: none !important; color: #fff; opacity: 1; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; font-size:12px;line-height:14px; } 
a.hovertext:hover:after, a.hovertext:focus:after { opacity: .9;background: rgba(2,36,74,0.9)} 


#homemission_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#f7f7f7;
}
#homemission_inner{
	width:1050px;
	height:auto;
	padding:0px; 
	margin:0px auto;
	padding-bottom:20px;
}
.home_missionbg{
	width:530px;
	height:auto;
	min-height:310px;
	float:left;
	background:url(../images/mission_shadow.jpg) no-repeat right top;
	margin:15px 0 0 0;
	padding-right:70px;
	padding-top:10px;
}
#homemission_inner p{
	text-align:justify;
	margin-bottom:13px;
}
#homemission_inner h1{
	color:#0b97ce;
	font-size:22px;
	margin-bottom:4px;
}
#homemission_inner h2{
	color:#204a70;
	font-weight:bold;
	font-size:25px;
	margin-bottom:10px;
}

.home_enquirybg{
	width:420px;
	height:auto;
	float:right;
	margin:10px 0 0 0;
	padding-top:10px;
}
.homeenquiry_tittle{
	width:100px;
	float:left;
	height:auto;
	line-height:40px;
	font-size:14px;
}
.homeenquiry_field{
	width:320px;
	float:left;
	height:auto;
	margin-top:5px;
}
.home_e{
	margin-bottom:13px;
	height:24px;
}
.home_m{
	margin-bottom:10px;
	height:90px;
	resize:none;
}
.home_btn{
	float:right;
	background:url(../images/h_btn.png) no-repeat center;
	width:48px;
	height:38px;
}
#homemission_inner h3{
	color:#204a70;
	font-weight:bold;
	font-size:22px;
	margin-bottom:15px;
	text-align:left;
}




/*INNER*/
#inner_banner_wrapper{
	width:100%;
	float:left;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
	text-align:right;
	height:250px;
	overflow:hidden;
}
#inner_banner_wrapper img{
	width:100%;
}

#innercontent_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF url(../images/bg.jpg) repeat;
}
#innercontent_inner{
	width:1050px;
	height:auto;
	padding:0px; 
	margin:0px auto;
	padding-bottom:20px;
	background:#f7f7f7;
}
.inner_head{
	width:1050px;
	height:70px;
	float:left;
	background:#022248 url(../images/inner_head.jpg) no-repeat right;
	color:#FFF;
	position:absolute;
	margin-top:-35px;
}
#innercontent_inner h1{
	color:#FFFFFF;
	font-size:25px;
	margin-left:20px;
	margin-top:25px;
}
.inner_contentbg{
	width:1000px;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:25px;
	padding-top:40px;
	background:url(../images/underline.png) no-repeat center top;
}
#innercontent_inner p{
	text-align:justify;
	margin-bottom:10px;
	font-size:14px;
}
#innercontent_inner h2{
	color:#03638a;
	font-size:14px;
	margin-top:15px;
	font-weight:bold;
}

.servicelist{
	float:left;
	width:45%;
	margin-bottom:10px;
	font-size:13px;
	
}
.servicelist ul {
	margin-left:40px;
	margin-top:5px;
}
.servicelist ul li{
	list-style-image:url(../images/bullet2.png);
	margin-bottom:3px;
	padding-bottom:4px;
	color:#434343;
	font-weight:bold;
}

.inner_productbg{
	width:1050px;
	height:auto;
	float:left;
	margin-top:50px;
	padding-top:40px;
	background:url(../images/underline.png) no-repeat center top;
}

ul.gallery-list {
	list-style-type: none;
	margin:0px auto;
	padding: 0;
	text-align: left;
	width:100%;
}
 
ul.gallery-list li {
	display: inline-block;
	height: 250px;
	margin: 0 0em 1.5em 1.8em;
	position: relative;
	width: 310px;
	background:#FFF;
	transition: all 0.3s ease;
   	  -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; 
}
ul.gallery-list li img{
	height: 250px;
	width: 310px;
}
.imageHolder { position: relative; width: 310px; height: 233px; margin:0px auto;}
.imageHolder .caption { 
	opacity: 0; 
	position: absolute;
	 height:233px; 
	 width: 310px; 
	 bottom: 0px; 
	 left: 0px; 
	 padding: 0px 0px; 
	 color: #FFFFFF; 
	font-weight:bold;
	text-align:center;
	background-color: rgba(11,149,204,0.3);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:center; 	}
	
.imageHolder .caption span {
	display: table-cell;
    width: 310px;
    height: 223px;
    text-align: center;
    vertical-align: bottom;
	font-weight:bold;
}
	
.imageHolder:hover .caption { opacity: 0.9;background-color: rgba(11,149,204,0.7);}


/*CONTACT*/
.contact_addressbg{
	width:650px;
	height:auto;
	float:left;
}

.contact_address{
	width:320px;
	height:auto;
	float:left;
	margin-top:20px;
}

.contact_formbg{
	width:330px;
	height:auto;
	float:right;
	background:#d9d8d8;
	padding-bottom:15px;
}
.contact_form_inner{
	width:300px;
	height:auto;
	float:left;
	margin-left:15px;
	margin-top:15px;
	font-size:14px;
}

.contact_mapbg{
	width:99.2%;
	height:350px;
	float:left;
	background:#FFF;
	padding:3px;
	border:1px solid #CCC;
	margin-top:20px;
}
#innercontent_inner h5{
	background:#022248;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:10px 0px;
}
.home_c{
	margin-bottom:8px;
	height:24px;
	border:1px solid #999999;
}
.home_cm{
	margin-bottom:0px;
	height:120px;
	resize:none;
	border:1px solid #999999;
}
.home_btn{
	float:right;
	background:url(../images/h_btn.png) no-repeat center;
	width:48px;
	height:38px;
}