@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald');


/* TOP */
#toparea{
	padding:10px 0;
	border-top:#86c8e2 10px solid;
	/*background:#86c8e2;*/
}
#toparea_left{
	width:321px;
	float:left;
}
#toparea_right{
	width:200px;
	float:right;
	/*border:#000 1px solid;*/
}
#toparea_right h3{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#666;
	line-height:24px;
	text-align:right;
}
#toparea_right h3 span{
	color:#000;
	font-size:16px;
}
@media (max-width: 610px) {
#toparea_left{
	width:100%;
	float:none;
}
#toparea_right{
	width:100%;
	float:none;
}
#toparea_right h3{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#666;
	line-height:24px;
	text-align:center;
}	
}
/* TOP */

/* BANNER */
#extension{
	background:url(../images/bannerextension.jpg) repeat 50% 0;
	/*background-size:cover;*/
}
#bannerbg{
	/*background:url(../images/bannerbg.jpg) no-repeat 50% 50%;
	background-size:cover; padding:50px;*/
	background:#86c8e2;
	padding:0 0 0 0;
}
#bannerbg_left{
	width:740px;
	float:left;
}
#bannerbg_left h1{
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	line-height:24px;
	text-align:center;
}
#bannerbg_left h3{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#06486a;
	line-height:24px;
	text-align:center;
}
#bannerbg_right{
	width:350px;
	float:right;
}
#formbg{
	background:#2b3946;
	padding:15px;
	min-height:100%;
	display:block;
	border-bottom:#e54b25 5px solid;
}
#formbg h3{
	font-family: 'Oswald', sans-serif;
	font-size:24px;	
	color:#fff;	
	text-align:center;
	margin:0;
}
#formbg h3 span{
	color:#fc3f11;
}
#formbg h4{
	font-family: 'Oswald', sans-serif;
	font-size:14px;	
	color:#86c8e2;	
	text-align:center;
	margin:0;
	font-weight:100;
}
@media (max-width: 1200px) {
#bannerbg_left{
	width:100%;
	float:none;
}
#bannerbg_right{
	width:100%;
	float:none;
}	
}
@media (max-width: 640px) {
#bannerbg_left h1{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	line-height:26px;
	text-align:center;
}
#bannerbg_left h3{
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#06486a;
	line-height:20px;
	text-align:center;
}	
}
/* BANNER */

/* ABOUT */
#aboutbg{
	padding:50px 0;
}
#aboutbg h1{
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	text-transform:uppercase;
	color:#172430;
	line-height:26px;
	text-align:center;
}
#title_underline{
	display:block;
	background:#e74b25;
	height:4px; width:60px;
	margin:10px auto 30px auto;
}
#title_underline2{
	display:block;
	background:#ffe701;
	height:4px; width:60px;
	margin:10px auto 30px auto;
}
#title_underline3{
	display:block;
	background:#e74b25;
	height:4px; width:60px;
	margin:10px 0 30px 0;
}
#aboutbg p{
	font-size:16px;
	color:#333;
	text-align:justify;
	line-height:20px;
}
/* ABOUT */

/* SERVICES */
#servicebg{
	background:#0d8bc8;
	padding:50px 0;
}
#servicebg h1{
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	text-transform:uppercase;
	color:#fff;
	line-height:26px;
	text-align:center;
}
#serviceblock{
	padding:15px 0;
}
#serviceblock_image{
	display:block;
	width:150px;
	height:150px;
	color:#FFF;
	font-size:70px;
	border-radius:100px;
	border:#FFF 7px solid;
	text-align:center;
	line-height:140px;
	margin:0 auto 15px auto;
	background:#034e72;
}
#serviceblock h3{
	font-family: 'Oswald', sans-serif;
	font-size:20px;	
	color:#fff;
	line-height:26px;
	text-align:center;	
}
/* SERVICES */

/* FOOTER */
#footerbg{
	background:#1f1c19;
	padding:50px 0;
}
#footerbg_title{
	font-family: 'Oswald', sans-serif;
	font-size:20px;	
	color:#fff;	
}
#footerbg p{
	font-size:14px;
	color:#999;
	font-weight:normal;
}
#footerbg ul.accr{
	list-style-type:none;
	list-style-position:inside;
	margin:0; padding:0;
}
#footerbg ul.accr li{
	float:left;
	margin:0 3px 3px 0;
}
/* FOOTER */





