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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ff8a03;
}
#header {
	background: #000;
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 100;
}#header #block {
	margin: auto;
	height: 100px;
	width: 970px;
	position: relative;
}
#header #logo {
	height: 80px;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 4px;
}
#header #contact {
	height: 20px;
	width: 400px;
	position: absolute;
	top: 10px;
	right: 0px;
	color: #c8c8c8;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#header #facebook {
	height: 20px;
	width: 400px;
	position: absolute;
	top: 34px;
	right: 0px;
	color: #c8c8c8;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#header #contact .orange {
	color: #ff8a03;
}

#header #contact a {
	font-weight: normal;
	color: #c8c8c8;
	text-decoration: none;
}
#header #contact a:hover {
	color: #ff8a03;
}

#header #desk-nav {
	height: 20px;
	width: 800px;
	position: absolute;
	right: 0px;
	color: #c8c8c8;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	font-family: 'AsapRegular', Arial, sans-serif;
	bottom: 5px;
}
#header #desk-nav a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#header #desk-nav a:hover {
	color: #ff8a03;
}
#menu {
		display:none;
		}
#mobile-nav.js {
			display: none;
		}
.mobile-nav ul{
	display:none;
}

.mobile-nav {
	display:none;
}
.mobile-nav a{
	display:none;
}
#page {
	display: block;
	float: left;
	overflow: visible;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}
#background {
	overflow: hidden;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#background img {
	height: auto;
	width: 100%;
}
#page #background {
	z-index: -1;
}
#slogan {
	height: 80px;
	width: 970px;
	position: absolute;
	z-index: 100;
	top: 160px;
	color: #FFF;
	font: 36px/40px 'AsapBold', Arial, sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	left: 50%;
	margin-left: -485px;
}
#page #slogan {
	height: 80px;
	width: 970px;
	position: relative;
	z-index: 100;
	top: auto;
	color: #FFF;
	font: 36px/40px 'AsapBold', Arial, sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	margin-bottom: 60px;
}
#slogan .orange {
	color: #ff8a03;
}
#content {
	position: absolute;
	z-index: 500;
	top: 300px;
	width: 970px;
	margin-left: -485px;
	left: 50%;
}
#page #content {
	position: relative;
	z-index: auto;
	top: auto;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
}
#content .title {
	display: block;
	background: url(../images/orange50.png) repeat;
	margin: 0px;
	padding-left: 25px;
	color: #FFF;
	font-size: 30px;
	line-height: 50px;
	border-radius: 25px 25px 0px 0px;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
}
#content #mainarea {
	background: #FFF;
	padding: 10px 25px;
	width: 970px;
	overflow: visible;
	border-radius: 0px 0px 25px 25px;
	float: left;
}
#content #mainarea #text {
	width: 520px;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: justify;
}
#content #mainarea #text a {
	color: #ff8a03;
	text-decoration: none;

}
#content #mainarea #text a:hover {
	color: #333333;
	text-decoration: none;

}
#content #mainarea #text h2 {
	color: #FF8A03;
	font: 18px 'AsapBold', Arial, sans-serif;
	margin-top: 0px;
}
#contact #content #mainarea #text p a {
	color: #FF8A03;
	text-decoration: none;
}
#contact #content #mainarea #text p a:hover {
	text-decoration: underline;
}

#content #mainarea #text #banner {
	background: url(../images/banner.gif) no-repeat 0px 0px;
	display: block;
	height: 80px;
	width: 520px;
	padding-left: 30px;
	line-height: 80px;
	font-size: 28px;
	color: #FFF;
	float: left;
}
#content #mainarea #text #banner strong {
	font-family: 'AsapBold', Arial, sans-serif;
}

#home #content #mainarea #sidebox{
	background: url(../images/orange50.png);
	
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
}
#sidebox{
	background: url(../images/orange50.png);
	font-family: 'AsapBold', Arial, sans-serif;
	padding: 10px;
	width: 350px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
}


#sidebox h2 {
	font-size: 24px;
	margin: 20px 0;
}

#home #content #mainarea #sidebox h2{
	text-align: right;
	margin-top: 0px;
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	float: left;
	width: 330px;
}


#home #content #mainarea #sidebox img{
	margin: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#team #content #mainarea #sidebox {
	background: #dfd8ff url(../images/team.jpg) no-repeat 0px 0px;
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 400px;
}

#team #content #mainarea #sidebox p {
	text-align: left;
	font-size: 18px;
	color: #FFF;
	line-height: 20px;
	font-family: 'AsapBoldItalic', Arial, sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	margin-top: 380px;
}

#info #content #mainarea #sidebox {
	background: #dfd8ff url(../images/info.jpg) no-repeat 0px 0px;
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 400px;
}

#info #content #mainarea #sidebox h2 {
	text-align: right;
	margin-top: 0px;
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	float: left;
	width: 330px;
}

#contact #content #mainarea #sidebox {
	width: 350px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 420px;
	overflow: hidden;
	font-family: 'AsapRegular', Arial, sans-serif;
	background: url(../images/orange50.png);
}
#contact #content #mainarea #text #form {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#contact #content #mainarea #text #form p {
	display: block;
	float: left;
	width: 120px;
	margin: 0px 0px 5px;
	line-height: 20px;
	padding: 0px;
	height: 20px;
}
.formbox {
	display: block;
	float: left;
	width: 390px;
	padding: 0px 4px;
	border: 1px solid #FF8A03;
	font: 14px/18px 'AsapRegular', Arial, sans-serif;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.formbutton {
	float: left;
	width: 150px;
	color: #FFF;
	background: #FF8A03;
	height: 20px;
	border-width: 0px;
	display: block;
	margin-right: 5px;
	border-radius: 5px;
}
#contact #content #mainarea #text #form img {
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	margin: 0px 300px 5px 0px;
}

#testimonials #content #mainarea #sidebox {
	background: url(../images/orange50.png);
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
}

#testimonials #content #mainarea #sidebox h2 {
	text-align: right;
	margin-top: 0px;
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	float: left;
	width: 330px;
}

#testimonials #content #mainarea #sidebox img {
	margin: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background: #000;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 100;
	top: 935px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#FE8C00;
	text-decoration: none;
}#footer .orange {
	color: #ff8a03;
}
#footer-testimonials {
	background: #000;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 100;
	top: 1045px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#footer-testimonials a {
	color:#fff;
	text-decoration: none;
}
#footer-testimonials a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-testimonials .orange {
	color: #ff8a03;
}
#footer-index {
	background: #000;
	height: 50px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
}
#footer-index a {
	color:#fff;
	text-decoration: none;
}
#footer-index a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-index .orange {
	color: #ff8a03;
}
#footer-contact {
	background: #000;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 100;
	top: 1120px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;}
#footer-contact a {
	color:#fff;
	text-decoration: none;
}
#footer-contact a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-contact .orange {
	color: #ff8a03;
}
.areas   {
	width: 920px;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
}
.areas a   {
	color: 	#333333;
	text-decoration: none;
}
.areas a:hover {
	color: 	#ff8a03;
	text-decoration: none;
}
.blog {
	width: 920px;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
}
.blog a {
	color: 	#333333;
	text-decoration: none;
}
.blog a:hover {
	color: 	#ff8a03;
	text-decoration: none;
}
.blog-title {
	width: 83%;
	margin: 0px;
	float: left;
	margin-right: 5%;
	font-weight: normal;
	font-size: 20px;
}
.blog-date {
	width: 12%;
	margin: 0px;
	float: left;
	font-size: 20px;
	text-align: right;
}
.blog-row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #333333;
	padding-bottom: 10px;
}
.blog-text {
	width: 100%;
	float: left;
	height: 56px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.blog-readmore {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.blog-readmore img {
	width: 20px;
	float: left;s
	font-weight: normal;
	height: 20px;
	margin-bottom: -4px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-right: 5px;
}
.blog-back {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.mobile-phone {
	display:none;
}
.mobile-email {
	display:none;
}

#blog {
	background-color: rgba(255,138,3,.75);
	color: #fff;
	display: block;
	font-weight: bold;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 100px;
	width: 100%;
}

#blog:hover {
	background-color: rgba(255,138,3,1);
	text-decoration: none;
}