@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:14px;
	line-height:140%;
	font-weight:400;
	background:#FFF url(images/background.jpg) top center no-repeat;
	padding-top:90px;	
}
h1,h2,h3,h4,h5 {
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
}
.clear {
	clear:both;	
}
a {
	color:#53797F;
	text-decoration:none;	
}
a:hover {
	cursor:pointer;
	text-decoration:underline;	
}
header {
	background:#FFF;
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.35);
	box-shadow:0px 2px 5px rgba(0,0,0,0.35);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#59000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#59000000,Positive=true);	
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.imgFull {
	width:100%;
	display:block;	
}
.inner {
	width:1200px;
	padding:20px 0;
	position:relative;	
	margin:0 auto;
}
h1 a {
	display:inline-block;	
}
h1 a img {
	display:block;
	width:100%;	
}
h1 a:hover {
	opacity:0.8;	
}
h2 {
	background:transparent url(images/centLine.png) top center no-repeat;
	width:100%;
	padding:20px 0;
	text-align:center;
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'PT Sans', sans-serif;
	color:#53797F;
	margin-bottom:30px;
}
h3 {
	color:#547980;
	font-size:36px;
	font-weight:700;
	margin-bottom:20px;	
}
.servicesTitle {
	text-align:center;
	padding:5px 0;
	text-align:center;
	font-size:24px;
	border-top:3px solid #53797F;
	border-bottom:3px solid #53797F;
	margin-bottom:30px;	
}
.servicesTitle span {
	display:block;	
	padding:5px 30px;
	color:#45ACA6;
	background:#FFF; 
}
h4 {
	color:#53797F;
	font-size:24px;
	margin-bottom:12px;
	font-weight:700;	
}
h5 {
	color:#45ACA7;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:20px;	
	font-weight:700;
}
.options {
	background:#F0F0F0;
	padding:10px 0;
	text-align:center;
	margin-bottom:30px;	
}
nav {
	position:absolute;
	top:65px;
	right:0;	
}
nav ul li {
	float:left;
	margin-right:60px;	
}
nav ul li a {
	display:block;
	color:#45ACA7;	
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
nav ul li:last-child {
	margin-right:0;	
}
nav ul li a:hover {
	color:#53797F;	
	text-decoration:none;
}
.introContent {
	font-size:16px;
	line-height:150%;
	margin-bottom:18px;	
}
.mainImage {
	width:50%;
	float:left;
	margin-top:40px;	
}
.mainImage img {
	width:100%;
	display:block;	
}
#top .inner {
	margin:40px auto;	
}
.intro {
	width:45%;
	float:right;	
}
.intro ul li {
	background:transparent url(images/icons/yesRoungLightGreen.png) 0px 5px no-repeat;
	padding:5px 5px 5px 30px;
	font-size:16px;
	margin-bottom:10px;	
}
a.bigButton {
	display:inline-block;
	padding:16px 18px 16px 70px;
	color:#FFF;
	background:transparent url(images/buttonBack.png) 0 0 no-repeat;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:20px;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
a.bigButton:hover {
	background:transparent url(images/buttonBack2.png) 0 0 no-repeat;	
	text-decoration:none;
}
.introBlocks {
	width:100%;
	margin:50px auto 30px auto;	
}
.introBlock {
	width:30%;
	margin-right:5%;
	float:left;
	text-align:center;	
}
.introBlock.last {
	margin-right:0;	
}
.introBlockImg {
	width:50%;
	margin:0 auto 10px auto;	
}
.introBlockImg img {
	width:100%;
	display:block;	
}
.introBlockTitle {
	margin-bottom:10px;
	color:#52797F;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;	
}
.introBlockContent {
	display:block;	
}
#about {
	background:#FDEBD3;
	padding:30px 0;
}
#about .inner {
	background:transparent url(images/logoBack.png) 10px 150px no-repeat;	
}
.aboutTop {
	margin-bottom:20px;	
}
.aboutTopLeft {
	width:60%;
	float:left;	
}
.aboutTopRight {
	width:35%;	
	float:right;
}
.aboutTopRight img {
	width:100%;
	display:block;	
}
#about p {
	margin-bottom:20px;	
}
.aboutBottom {
	margin-top:30px;
}
.aboutBottomLeft {
	width:40%;
	float:left;	
}
.aboutBottomLeft img {
	display:block;
	width:100%;	
}
.aboutBottomRight {
	width:50%;	
	float:right;
	margin-top:60px;
}
.aboutBottomRight img {
	display:block;
	width:100%;		
}
#services {
	background:#FFF;
	padding:30px 0;	
}
.asterisk {
	margin-bottom:60px;	
}
.asteriskBrand {
	width:20%;
	float:left;
	margin-right:5%;	
}
.asteriskBrand img {
	display:block;
	width:100%;	
}
.asteriskBrandInfo {
	width:35%;
	float:left;
	margin-right:5%;
	font-size:16px;
	line-height:150%;	
}
.asteriskBrandList {
	width:35%;
	float:left;	
	font-size:16px;
}
.asteriskBrandList li {
	margin-bottom:15px;	
}
.asteriskBrandList li .fa-li.fa {
	color:#45ADA8;	
	font-size:18px;
}
.servicesBlock {
	margin-bottom:30px;	
}
.servicesLeft {
	width:47%;
	float:left;	
}
.servicesBlock p {
	margin-bottom:15px;	
}
.servicesRight {
	width:47%;
	float:right;	
}
.fa-ul.darkGreen li, .fa-ul.lightGreen li {
	margin-bottom:10px;		
}
.fa-ul.darkGreen li .fa-li.fa {
	color:#53797F;	
	font-size:18px;
}
.fa-ul.lightGreen li .fa-li.fa {
	color:#45ADA8;	
	font-size:18px;	
}
.optionsContainer {
	margin-bottom:60px;	
}
.optionsBlock {
	width:33%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	padding-right:3%;
	float:left;
}
.optionsBlock .fa-ul li {
	font-size:16px;	
	margin-bottom:10px;	
}
.optionsBlock .fa-ul li .fa-li.fa {
	color:#45ADA8;
	font-size:18px;
}
footer {
	background:#F0F0F0;
	padding:50px 0;
	text-align:center;	
}
.contact {
	font-size:24px;	
}
.lang {
	position:absolute;
	top:22px;
	right:0;
	width:175px;	
}
.lang span {
	display:inline-block;	
	font-size:14px;
	color:#333;
	margin-right:10px;
	float:left;
	margin-top: -1px;
}
.lang ul {
	display:inline-block;	
	float:right;
}
.lang ul li {
	float:left;	
}
.lang ul li a {
	display:block;
	font-size:14px;
	padding:0 5px;
	border-right:1px solid #333;
	color:#45aca7;
	font-weight:700;
}
.lang ul li a.active, .lang ul li a.active:hover {
	cursor:default;
	color:#333;
	text-decoration:none;	
}