@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
 @import url('https://fonts.googleapis.com/css?family=Droid+Sans');
 
body
{
	margin:0;
	color:#2A2A2C;
	background:url(../images/bg3.gif);
	border-top:5px #3AAEE4 solid;
}

header
{
	margin:0 auto;
	width:980px;
	height:120px;
	clear:both;
}

.logo
{
	width:350px;
	height:81px;
	margin:15px 0;
	float:left;
}
	
nav
{
	width:630px;
	height:45px;
	margin:35px 0;
	float:right;
	
}

.slider
{
	width:980px;
	height:330px;
	clear:both;
	margin:0 auto;
}

.box
{
	width:980px;
	height:170px;
	clear:both;
	margin:20px auto;
}

.box-border
{
	width:1px;
	height:200px;
	float:left;
	margin:14px 3px 3px 3px;
	background:#999;
}

.box-sub
{
	width:150px;
	height:160px;
	margin:0 6px auto;
	float:left;
	border-radius:0 0 5px 5px;
	box-shadow: 0px 1px 5px 1px #999;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;

}

.box-sub:hover
{
	width:150px;
	height:160px;
	margin:0 6px auto;
	float:left;
	border-radius:0 0 5px 5px;
	box-shadow: 0px 1px 5px 1px #09F;
	-webkit-transition: all ease-in-out .9s;
	-moz-transition: all ease-in-out .9s;
	-ms-transition: all ease-in-out .9s;
	-o-transition: all ease-in-out .9s;
	transition: all ease-in-out .9s;

}

.clear
{
	width:100%;
	clear:both;
	height:10px;
	background:#FFF;
}

.box-icon
{
	width:150px;
	height:115px;
	margin:7px 0 0 0;
	float:left;
}

.box-icon > a img
{
	width:150px;
	height:110px;
	margin:0 auto;
	-webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.box-icon > a img:hover
{
	width:150px;
	height:110px;
	opacity:0.8;
	-webkit-transition: all ease-in-out .9s;
  -moz-transition: all ease-in-out .9s;
  -ms-transition: all ease-in-out .9s;
  -o-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;
}

.box-title
{
	width:150px;
	height:15px;
	margin:10px 0 0 0;
	float:left;
}

.box-title h3
{
	width:150px;
	height:auto;
	margin:0;
	text-align:center;
	color:#2A2A2C;
	font-weight:300;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

.box-title h3 a:link
{
	text-decoration:none;
	color:#2A2A2C;
}

.box-title h3 a:visited
{
	text-decoration:none;
	color:#2A2A2C;
}
.box-title h3 a:hover
{
	text-decoration:none;
	color:#000000;
}
.box-title h3 a:active
{
	text-decoration:none;
	color:#2A2A2C;
}


.content-wrapper
{
	width:980px;
	height:auto;
	min-height:730px;
	margin:10px auto;
	clear:both;
	background:#FFF;

}


aside
{
	width:190px;
	height:450px;
	float:left;
	margin:0 auto;
}

section
{
	width:980px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 20px 0;
}

.section-icon-sub
{
	width:175px;
	height:180px;
	margin:10px 8px auto;
	float:left;
	border-radius:0 0 5px 5px;
	box-shadow: 0px 1px 5px 1px #999;
		-webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;

}

.section-icon-sub:hover
{
	width:175px;
	height:180px;
	margin:10px 8px auto;
	float:left;
	border-radius:0 0 5px 5px;
	box-shadow: 0px 1px 5px 1px #09F;
	-webkit-transition: all ease-in-out .9s;
  -moz-transition: all ease-in-out .9s;
  -ms-transition: all ease-in-out .9s;
  -o-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;

}

.section-icon-img
{
	width:175px;
	height:120px;
	margin:3px auto;
	float:left;
}

.section-icon-img > img
{
	width:165px;
	height:120px;
	margin:0 5px auto;
	-webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.section-icon-img > img:hover
{
	opacity:0.8;
	-webkit-transition: all ease-in-out .9s;
	-moz-transition: all ease-in-out .9s;
	-ms-transition: all ease-in-out .9s;
	-o-transition: all ease-in-out .9s;
	transition: all ease-in-out .9s;
}

.section-icon-title
{
	width:175px;
	height:50px;
	margin:3px auto;
	float:left;
}

.section-icon-title h3
{
	width:180px;
	height:auto;
	margin:0;
	text-align:center;
	color:#2A2A2C;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
}

.section-icon-title h3 a:link
{
	text-decoration:none;
	color:#2A2A2C;
}

.section-icon-title h3 a:visited
{
	text-decoration:none;
	color:#2A2A2C;
}

.section-icon-title h3 a:hover
{
	text-decoration:none;
	color:#000000;
}

.section-icon-title h3 a:active
{
	text-decoration:none;
	color:#2A2A2C;
}

	
section h2, h3, h4
{
	width:auto;
	height:auto;
	margin:15px 0 auto;
	color:#2A2A2C;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

section p
{
	width:auto;
	height:auto;
	margin:15px 0;
	color:#2A2A2C;
	text-align:justify;
	font-size:15px;
	line-height:24px;
    font-family: 'Droid Sans', sans-serif;

}
section ul
{
	margin:25px 0 0 0;
}

section ul li
{
	width:auto;
	height:auto;
	margin:5px 0 0 10px;
	color:#2A2A2C;
	list-style:square;
	text-align:justify;
	font-size:15px;
	line-height:25px;
	font-family: 'Droid Sans', sans-serif;


}

.footer-news
{
	width:130px;
	height:50px;
	margin:0 auto;
	background:#000;
	float:left;
}

.footer-news h3
{
	width:auto;
	height:auto;
	margin:12px 10px auto;
	color:#fff;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
}

.footer-news-scroll
{
	width:845px;
	height:33px;
	margin:0 auto;
	font-weight:bold;
	padding:15px 5px 0 5px;
	float:left;
	border:1px solid #666;
}

footer
{
	margin:auto;
	width:100%;
 	height:210px;
	background: url(../images/footer.png);
	border-top:  solid 5px #014461;
	border-bottom: solid 5px #00AEEF;
	min-width:1000px;
	font-weight:300;
	clear:both;
}

.footer_wrapper {
	width: 1000px;
	margin: 15px auto;

}

.footer_block
{
	width:250px;
	height:190px;
	margin:0;
	float:left;
}

.footer_block p
{
	margin:5px 0 5px 10px;
	width:auto;
    font-family: 'Oswald', sans-serif;
	height:auto;
	color: #fff;
	text-transform:uppercase;
	line-height:23px;
	font-size:16px;
	clear:both;
 }

.footer_block li
{
	margin:4px 0 5px 30px;
	width:auto;
    font-family: 'Oswald', sans-serif;
	height:auto;
	color: #fff;
	list-style:square;
	font-size:14px;
	line-height:23px;
	word-spacing:2px;
	font-weight:100;
}


.wrapper
{
	width:980px;
	height:auto;
	margin:10px auto;
}


.tb-fields
{
	width:380px;
	height:30px;
}

.tb-textarea
{
	width:380px;
	height:150px;
	resize:none;
}

.tb-button
{
	width:90px;
	height:30px;
	margin:0;
	float:left;
	background:#0099FF;
	border:none;
	color:#FFF;
}

.contact-form
{
	width:485px;
	height:400px;
	margin:15px 10px auto;
	float:left;
	color:#333;
}

body,td,th {
	font-family: 'Oswald', sans-serif;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #CCC;
	
	-webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
a:active {
	text-decoration: none;
	color: #fff;
}
