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

body {
	margin: 0;
	padding:0;
	width:100%;

}
#header {
	background: #000;
	float:left;
	height: 220px;
	width: 100%;
	z-index: 100;
	dispay:block;
}
#header #block {
	margin: auto;
	height: auto;
	width: 100%;
		dispay:block;
}
#header #logo {
	height: 80px;
	width: 160px;
	margin:0 auto;
}
#header #contact {
display:none;
}
.mobile-phone {
	height: auto;
		dispay:block;
	width: 100%;
	float:left;
	margin-top:10px;
	color: #c8c8c8;
	text-align: center;
	font-size: 40px;
	font-family: 'AsapRegular', Arial, sans-serif;
	margin-bottom:0;
}
.mobile-phone a {
	color: #c8c8c8;
	text-align: center;
	font-size: 40px;
	font-family: 'AsapRegular', Arial, sans-serif;
	text-decoration:none;
}
.mobile-email {
			dispay:block;
	width: 100%;
	float:left;
}
.mobile-email a {
		height: 40px;
	width: 100%;
		dispay:block;
	text-decoration:none;
	float:left;
	color: #c8c8c8;
	text-align: center;
	font-size: 26px;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#header #facebook {
	height: 20px;
	width: 18%;
	float:left;
	color: #c8c8c8;
	display:block;
	position:absolute;
	top:10px;
	right:0px;
}
#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 {
display:none;
}
#header #desk-nav a {
	display:none;
}
#menu {
			width:100%;
			height:45px;
			display: block;
			background:#ff8a03;
			font-size:30px;
			color:#FFF;
			margin-top:10px;
			text-align: center;
			cursor:default;
		}
#mobile-nav.js {
			display: none;
		}
.mobile-nav ul{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

.mobile-nav {
	font-size: 16px;
	color: #333;
	text-align: center;
	float: left;
	width: 100%;
	background:#ff8a03;
	color:#FFF;
	display: block;
}
.mobile-nav a{
	font-size: 22px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
	display: block;
	line-height: 45px;
	text-decoration: none;
	font: 'AsapBold', Arial, sans-serif;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
}
#background {
	overflow: hidden;
	float:left;
	height: auto;
	width: 100%;
	z-index: 1;
}
#background img {
	height: auto;
	width: 100%;
}
#slogan {
	display:none
}
#slogan .orange {
	color: #ff8a03;
}

#content {
		float:left;
	width: 100%;
	display:block;
}
#content .title {
	display: block;
	background-color: #FF8A03;
	width:98%;
	margin: 0px;
	padding: 1%;
	color: #FFF;
	font-size: 25px;
	text-align:center;
	line-height: 50px;
	font-family: 'AsapRegular', Arial, sans-serif;
		float:left;
	font-weight: normal;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
}
#content #mainarea {
	background: #FFF;
	padding: 2%;
	width: 96%;
	border-radius: 0px 0px 25px 25px;
	float: left;
}
#content #mainarea #text {
	margin-top:10px;
	width: 100%;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 16px;
}
#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 {
display: block;
background-color: #FF8A03;
	height: auto;
	width: 99%;
	padding-left: 1%;
	font-size: 25px;
	color: #FFF;
	float: left;
	text-align:center;
	line-height:50px;
}
#content #mainarea #text #banner strong {
	font-family: 'AsapBold', Arial, sans-serif;
}

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


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


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

#team #content #mainarea #sidebox {
	width: 100%;
	display: block;
	float: left;
	height: auto;
	background-image: url(../images/team.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#team #content #mainarea #sidebox p {
	text-align: center;
	font-size: 22px;
		float:left;
	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;
	width:100%;
}

#info #content #mainarea #sidebox {
	background: #dfd8ff url(../images/info.jpg) no-repeat 0px 0px;
	padding: 10px;
	width: 72%;
	display: block;
	margin: 0 auto;
	height: 400px;
	margin-bottom:10px;
}

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

#contact #content #mainarea #sidebox {
	width: 80%;
	display: block;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#contact #content #mainarea #text #form {
	display: block;
	float: left;
	margin-bottom: 10px;
	width:100%;
}

#form .p {
	display: block;
	float: left;
	width: 100% !important;
	margin: 0px 0px 5px;
	line-height: 20px;
	padding: 0px;
	height: 20px;
}
#form .formbox {
	display: block;
	float: left;
	width: 320px;
	max-width680px;
	padding: 1%;
	border: 1px solid #FF8A03;
	font: 14px/18px 'AsapRegular', Arial, sans-serif;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#form .formbutton {
	float: left;
	width: 320px;
	max-width:680px;
	color: #FFF;
	background: #FF8A03;
	height: 30px;
	border-width: 0px;
	display: block;
	margin-right: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	margin-top:10px;
}

#form img {
	display: block;
	float: left;
	height: 30px;
	width: 40%;
	margin-right: 55%;
}

#testimonials #content #mainarea #sidebox {
	background: url(../images/orange50.png);
	padding: 10px;
	width: 100%;
	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;
	float:left;
	height: 50px;
	width: 100%;
	display:block;
	z-index: 100;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
	display:block;
}
#footer a {
		display:none;
}
#footer .orange {
	display:none;
}
#footer-testimonials {
	background: #000;
	height: 50px;
	width: 100%;
	z-index: 100;
		float:left;
		display:block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#footer-testimonials a {
		display:none;
}

#footer-testimonials .orange {
	display:none;
}
#footer-index {
	background: #000;
	height: auto;
	width: 100%;
		float:left;
		display:block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
}
#footer-index a {
	display:none;
}
#footer-index a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-index .orange {
		display:none;
}
#footer-contact {
	background: #000;
	height: 50px;
	width: 100%;
		float:left;
		display:block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;}
#footer-contact a {
		display:none;
}

#footer-contact .orange {
		display:none;
}
.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;
}
