body{
    font: 12px 	Arial,sans-serif;
	height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
	color: #5d5e60;
	background:url("../images/blue_pattern_bg.png") #115878;
}
h2,h3,h4,ul, p{
	margin:0;
}
h2,h4,h3.blue_head{
	font-family:Oswald-Bold,sans-serif;
}
h2{
	font-size:34px;
	font-size:28px\9;
	text-transform: uppercase;
    font-weight: 100;
}
h3{
	font-size:24px;
    font-weight: 100;
}
h4{
	font-size:17px;
    font-weight: 100;
}
ul, p{
	padding: 0;
	font-size:16px;
	line-height: 22px;
}
a{
	color:#00a0db;
}
img{
	max-width:100%;
}
hr{
	margin:20px 0;
	border:1px solid #e9e9e9;
	border: 0 none;
	border-top: 1px solid #e9e9e9;
}
.font30{
	font-size:30px;
}
.font18{
	font-size:18px;
}
@font-face{
	font-family:Oswald-Bold;
	src:url('../fonts/Oswald-Bold.ttf');
}
@font-face{
	font-family:Oswald-Regular;
	src:url('../fonts/Oswald-Regular.ttf');
}
@font-face{
	font-family:Anton;
	src:url('../fonts/Anton.ttf');
}
@font-face{
	font-family:"KozGoPro-Bold";
	src:url('../fonts/KozGoPro-Bold.otf');
}
.posRel{
	position:relative;
}
.blue{
	color:#00a0db;
}
.bold{
	font-weight:bold;
}
.inB{
	display:inline-block;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
}
.std_container {
	margin:0 auto;
	width: 920px;
	overflow: hidden;
	padding:20px;
}
.std_container.pad0{
	padding:0;
	width: 960px;
}
.std_box{
	background:#ffffff;
	border:1px solid #000000;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	margin-top:10px;
	margin-bottom:10px;
}
.std_input,.std_select{
	outline:none;
	border: 1px solid #dddddd;
	margin-bottom:5px;
	font-size: 14px;
	background: #f4f4f4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f4f4 1%, #ffffff 65%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(65%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 1%,#ffffff 65%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 1%,#ffffff 65%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 1%,#ffffff 65%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 1%,#ffffff 65%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	color:#717171;
}
.std_input{
	padding: 7px;
	width: 95%;
}
.std_select{
	color:#717171;
	width:100%;
	padding: 7px 5px;
}

/*header*/
.header_wrapper{
	background-color: #191919;
	padding-top:10px;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 4px 0 rgba(0,0,0,0.5);
	margin-bottom:20px;
}
.header,.reg_header h2{
	border-top:1px solid rgba(0,0,0,0.5);
	box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
}
.header,.content_box {
	min-height: 117px;
	background:url("../images/white_pattern_bg.png") repeat-x bottom left #ffffff;
}
.header .std_container{
	padding:0 20px;
}
.logo{
	margin-top:15px;
	float: left;
}

.info_part {
	margin-top:20px;
	float: right;
    text-align: right;
}
.info_txt{
	text-transform:uppercase;
	color:#acacac;
	font-size:10px;
	margin-right:5px;
}
.socials{
	background:url("../images/socials.png") no-repeat ;
	height:25px;
	width:25px;
	display: inline-block;
	position: relative;
	top: 7px;
}
.social_tw{
	background-position: -32px 0;
}
.social_youT{
	background-position: -64px 0;
}
.social_in{
	background-position: right 0;
}
.phoneN{
	color:#00a0db;
	background:url("../images/icons/phone_icon.png") no-repeat left center;
	padding-left: 46px;
	height: 40px;
	font-size:29px;
	margin-top:10px;
	line-height: 40px;
}
/*container1*/
.service_box{
	background:url("../images/home_mainImg.jpg") no-repeat #f6f6f6;
	min-height: 450px;
	overflow:visible;
	border-radius:5px 5px 0 0;
}
.reg_form{
	background:white;
	border:1px solid #ebebeb;
	width:310px;
	float:right;
	margin:20px 20px 0 0;
	position: relative;
	z-index: 2;
}
.reg_header {
	background:#00a0db;
	padding-top:10px;
	border-bottom:1px solid #ebebeb;
	box-shadow:0 2px 13px rgba(0,0,0,0.1);
	position: relative;
}
.reg_header h2{
	text-align:center;
	margin:0;
	background:white;
	padding: 10px 0 15px 0;
	line-height: 28px;
}
.reg_header h2 span{
	color:#767676;
	font-size:17px;
	display:block;
}
.reg_content{
	border:1px solid #ebebeb;
	padding:0 4px 4px 4px;
}
.reg_content>div{
	border:1px solid #ebebeb;
	border-top:0 none;
	padding:18px;
	background:#fefefe;
}
.blue_btn{
	width: 100%;
	height: 68px;
	border:1px solid #0084b5;
	background-image:url("../images/buttons/blue_btn_bg.png");
	background-size:100% 100%;
	color:white;
	font-size:36px;
	text-transform: uppercase;
	font-family:Anton;
}
.reg_content .blue_btn{
	margin-top:10px;
}
.arrow_notice{
	position: absolute;
	right: -73px;
	top: -22px;
}
/*content_blocks*/
.content_block{
	clear:both;
	border-top:1px solid #e9e9e9;
	background:white;
	overflow:hidden;
	position: relative;
	top: -7px;
	z-index: 1;
	padding: 20px;
}
.content_box{
	width:258px;
	padding:20px;
	border:1px solid #ebebeb;
	border-radius:5px;
	margin-right:10px;
	float: left;
	height: 91px;
	min-height: 0;
}
.content_box.last{
	margin-right:0;
}
.content_box h3{
	font-family:"KozGoPro-Bold",sans-serif;
	color:#767676;
	margin-top:0;
	line-height: 30px;
	width: 90%;
    font-size: 22px;
}
.content_box h3 span{
	font-size:52px;
}
.content_box img{
	float:right;
	margin-top:-56px;
}
.content_box.capLetters h3{
	line-height: 42px;
}
.content_box.capLetters img{
	margin-top:-88px;
}
/*container2*/
.choice_box p{
	word-spacing: 2px;
}
.choice_box ul,.business_box ul{
	margin-top: 10px;
	margin-left: 20px;
	line-height: 26px;
}
.choice_box ul{
	width: 50%;
	float:left;

}
.choice_box img{
	float:right;
	margin-top: -15px;
	width: 45%;
}
.bordered_box,.bordered_box>div{
	overflow:hidden;
	border:1px solid #e9e9e9;
}
.bordered_box{
	padding:4px;
	background:#f6f6f6;
}
.bordered_box >div{
	background:#ffffff;
	padding: 20px;
}
/*container3*/
.bordered_header{
	background:url("../images/header_borders.png") repeat-x center center;
	text-align:center;
}
.bordered_header span{
	background:white;
	padding:0 10px;
}
.solution_blocks{
	margin-bottom:40px;
	overflow:hidden;
}
.solutions_box >p{
	text-align: center;
	word-spacing: 3px;
}

.solution_item{
	width: 50%;
	overflow: hidden;
	float:left;
	margin-top:40px;
}
.icon_box{
	border:1px solid #e9e9e9;
	background:white;
	box-shadow:inset 0 0 15px rgba(0,0,0,0.1);
	float:left;
	padding:10px;
	border-radius:3px;
	width: 44px;
	height: 40px;
	text-align: center
}
.solution_txt{
	float: left;
	width: 82%;
	padding-left:10px;
}
.solution_txt p{
	font-size:12px;
}
.blue_head{
	background-color: red; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJhZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDBhMmRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(41,137,216,1) 0%, rgba(0,186,253,1) 0%, rgba(0,162,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(0%,rgba(41,137,216,1)), color-stop(0%,rgba(0,186,253,1)), color-stop(100%,rgba(0,162,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 0%,rgba(0,186,253,1) 0%,rgba(0,162,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 0%,rgba(0,186,253,1) 0%,rgba(0,162,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 0%,rgba(0,186,253,1) 0%,rgba(0,162,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 0%,rgba(0,186,253,1) 0%,rgba(0,162,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#00a2dd',GradientType=0 ); /* IE6-8 */
	color:white;
	text-align:center;
	padding:8px 0;
	text-transform:uppercase;
}
.news_block img{
	width:24%;
	float:left;
}
.news_txt{
	float: left;
	width: 74%;
	margin:15px 0 0 10px;
	text-align: center;
}
.news_txt p{
	line-height:36px;
	color: #191919;
}
.news_txt p.call_us{
	font-size:32px;
	color:#f6cb00;
	font-weight:bold;
	margin-top:5px;
}
/*container4*/
.business_box{
	min-height: 248px;
}
.business_box,.about_team{
	overflow:visible;
}
.business_box >div{
	width:67%;
	position: relative;
	z-index: 2;
	color:#191919;
}
.business_box h2{
	font-size:32px;
	font-family:Oswald-Regular,sans-serif;
	width: 95%;
}
.business_box ul{
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
}
.business_box ul li{
	background:url("../images/check_mark.png") no-repeat left top;
	padding-left: 30px;
	font-weight: bold;
	font-size: 19px;
	line-height:30px;
	list-style:none;
}
.business_img{
	position: absolute;
	top: -56px;
}
.business_img{
	right: 0;
}
/*container5*/
.clients_quote p,.about_txt p{
	font-size:14px;
}
.client_name{
	margin-top:15px;
}
.client_name span{
	font-weight:bold;
}
/*container6*/
.team_img{
	left:0;
}
.about_team{
	min-height: 375px;
	background-image: url(../images/team_img.png);
	background-repeat:no-repeat;
	position: relative;
	top: -59px;

}
.about_txt {
	width:65%;
	float:right;
	margin-top: 60px;
	margin-left: 25px;
}
.about_txt h2{
	font-family:Oswald-Regular,sans-serif;
	color:#191919;
}
.about_txt p{
	line-height: 18px;
	margin-top: 10px;
}
.footer{
	background-color:#191919;
	border-top:1px solid #000000;
	box-shadow:inset 0 0  1px rgba(255,255,255,0.5);
	width: 100%;
	margin: 0;
}
.footer .std_container{
	padding-bottom:0;
}
.footer a {
	color:#747474;
	text-decoration:none;
	font-size:11px;
}
.footer a:hover {
	color:#00a0db;
	text-decoration:underline;
}
.footer_links {
	width:62%;
	margin-bottom:15px;
	line-height: 20px;
	float:left;
}
.footer_images {
	text-align:right;
	float:right;
}
.foot_txt {
	width: 20%;
	position: relative;
	top: -32px;
	margin-top: 9px;
	margin-left: 15px;
}
.copyR {
	clear:both;
	margin-top:15px;
}
.footer img {
	max-width:none;
}

.ln5 {
    width:493px;
    min-width:350px;
    float:right;
    position:relative;
    margin:20px 44px 0 0;
}
.ln5-2 {
    width:336px;
    height:542px;
    position:absolute;
    left:-339px;
}
.ln5 .ln2-3 {
    width:289px;
    height:261px;
    float:left;
    margin:0 0 0 17px;
    background:url(../images/img18.png) no-repeat;
}

.ln5 .posRel{
	position:relative;
    width: 300px;
    margin-top: 15px;
}