﻿/**/
@import url('reset.css');
@import url('skeleton.css');
@import url('superfish.css');



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color:#525252;
	background-color: #322f2f;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	line-height: 175%; 
}
body {
	height:100%;
}
html {
	height:100%;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

input {
	border-radius: none !important;
}

p {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 10px;
}

.logo span {display:block;position:absolute;}
address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	padding-left: 27px;
	margin-bottom: 16px;
	position: relative;
	background: url(../images/marker1.png) 0 0 no-repeat;
}

ul.list li a {
				color: #FF8000;
}

ul.list li a:after  {
				position: absolute;
				width: 16px;
				height: 17px;
				left: 0;
				top: 2px;
				content: '';
				pointer-events: none;
				display: block;
				background: url(../images/marker.png);
				background-position: top;
}

ul.list li a:hover {
	color: #525252;
}

ul.list li a:hover:after {
	background-position: 0 bottom;
}

li.listing
{
padding-left: 5px;
margin-left: 25px;
margin-top: 10px;
}


h1 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #322f2f;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	color: #322f2f;
}


h3 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 44px;
	line-height: 60px;
	text-transform: capitalize;
	color: #322f2f;
}



h1.call {
				background: url(../images/icon_phone.png) no-repeat left;
				padding-left: 50px;
}

h1.email {
	background:url(../images/icon_contact.png) no-repeat left;padding-left: 50px;

}

h1.plus {
	background:url(../images/icon_plus.png) no-repeat left;padding-left: 50px;

}

h2.pdf {
	background:url(../images/pdf.jpg) no-repeat 150px center;
}

#header_btn {
	background:url(../images/callback.png) no-repeat;
	width:131px;
	height:24px;
	overflow: hidden;
	display: block;
	position: relative;
	top:3px;
	float: right;
	text-indent: -999px;
}

:hover#header_btn {
	background-position: 0px -24px;
	background-position-y: -24px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.btn {
	color: #fff;
	display: inline-block;
	background: #322f2f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	padding: 3px 24px 2px 23px;
}

a.btn:hover {
	background-color:  #FF8000;/*#41dcf3;*/
	color: #fff;
}

a:hover {
	color: #FF8000;/*#41dcf3;*/
}


a.link-1 {
	color: #FF8000;/*#41dcf3;*/}

a.link-1:hover {
	color: inherit;
}
DIV.ou1 
{
margin-left: 5%;
width: 90%;
position: absolute;
}

DIV.tp1 
{
margin-top: 10px;
float: left;
}

DIV.tp2 
{
margin-top: 10px;
margin-right: 10%;
float: right;
}

img.center {text-align:center; display:block;}
img.rightin {float:right; display:inline;}
img.leftin {float:left; display:inline;}
div.center {text-align:center}

#testimonials {border:1px solid #444444; background:#7F3300; color: #ffffff; padding-right: 2em; padding-left: 0px; padding-bottom: 1.6em; padding-top: 0px;
	text-align: justify; margin-left:0px; margin-right:0px; margin-top:1em; margin-bottom:1.5em;}
#testimonials p {background-position: 0 1.6em; border-bottom:1px solid #444444; margin-left: 1.4em; padding-left:4em; padding-right:2em; padding-top:1.8em; padding-bottom:1em; background-image:url('../images/blkqte.gif'); background-repeat:no-repeat; background-attachment:scroll}


/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-right: 40px;
}

.pad2 {
	padding-right: 15px;
}

.pad3 {
	padding-right: 80px;
}


.pt0 {
	padding-top: 0;
}


.img_inner {
	margin-top: 2px;
	margin-bottom: 15px;
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.content h3.head1 {
	margin-bottom: 22px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.fright {
	float: right !important;	
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.extra_wrapper {
	overflow: hidden;
}

.extra_wrapper site {clear: both;width:90%}
.extra_wrapper site ul li {color:#5F6060;	font-weight: normal;}
.extra_wrapper site ul li.bold {color:#5F6060;	font-weight: bold;}
.extra_wrapper site ul li a:hover {color:#f58025;}
.extra_wrapper site ul li a {color:#5F6060; font-weight: bold;}

.ip200 
{
width: 200px;
border: 1px solid #e5eaea;
background-color: #f4f9f9;
}
.extra_wrapper cap1b 
{
font-weight: bold;
}



.wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.cl1 {
	height: 16px;
}

.cl2 {
	height: 28px;
}


.hor_separator {
	padding-top: 44px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 4px;
}

.hor_separator.hor1 {
	margin-top: 29px;
}

.block1 {
	margin-bottom: 20px;
	margin-top: -2px;
}

.content.projects .box h3 {
	margin-top: 0;
}
/*head
er*/

header {
	display: block;
	padding-top: 37px;
	background-color: #322f2f;
}

header {
	padding-bottom: 38px;

}

header h1 {
	float: left;
	position: relative;
	top: 5px;
	font-size: 36px;
	line-height: 36px;
}

header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 321px;
	height: 56px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}

.box {
				padding: 29px 18px 17px;
				background: url(../images/box_bg.png) 0 0 repeat;
				text-align: center;
				position: relative;
}

.box:hover {
	background: #322f2f;
	color: #fff;
}

.box2 {
				font: normal normal bold 200% serif;
				padding: 29px 18px 17px;
				background: url(../images/box_bg.png) 0 0 repeat;
				text-align: center;
				position: relative;
}

.box2:hover {
	background: #322f2f;
	color: #fff;
}


.content.projects .box h3 {
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d1d1;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.box h3 {
	line-height: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d1d1;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.box i {
	text-align: left;
	display: inline;
	margin-bottom: 11px;
	font-size: 36px;
	line-height: 36px;
	top: 98px;
	color: #322f2f;
}

.box:hover i {
	color: #fff;
}

.content.projects .box {
	margin-top: 1px;
}

.box:hover h3 {
	color: #fff;
}

.box:hover a.btn {
	background-color: #FF8000;/*#41dcf3;*/}


.content
.emp_box .box {
				background: #f9f9f9;
				padding-top: 14px;
				margin-top: 3px;
				text-align: left;
				overflow: visible;
				padding-left: 20px;
				padding-right: 0px;
}

.emp_box .box p {
	margin-bottom: 10px;
}

.emp_box .box img {
	float: left;
	margin-top: 5px;
	margin-right: 12px;
}
.emp_box .box a {
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.hor_separator {
	border-color: transparent !important;
}


.content
.emp_box .box:hover {
	background-color: #322f2f;/*#41dcf3;*/}

.emp_box .box a:hover {
	color: #fff;
	text-decoration: underline;
}

.content time {
	color: #FF8000;/*#41dcf3;*/
		margin-bottom: 10px;
	display: inline-block;
}
.logos {
	overflow: hidden;
}

.logos li {
	float: left;
	padding-top: 11px;
	padding-bottom: 6px;
	width: 25%;
	text-align: center;
	border-right: 1px solid #c8c9ca;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.logos li a:hover {
	opacity: 0.5;
}

.logos li:first-child {
	border-left: 1px solid #c8c9ca;
}

.projects .box:hover {
	background-color: #322f2f !important; /*#41dcf3;*/
}

.projects .box:hover a.btn {
	background-color: #322f2f !important;
}

/***Icons**/

/*Content*/

.content.page1 {
	padding-bottom: 45px;
	padding-top: 0;
}

.content {
	background: url(../images/cont_bg.png) 0 0 repeat;
	padding-bottom: 60px;
}

.content h1 {
	margin-top: 46px;
	margin-bottom: 24px;
}

.content h2 {
	margin-top: 46px;
	margin-bottom: 24px;
}

.bg1 {
	background: url(../images/cont_bg.png) 0 0 repeat;
}

.content.page1 h3 {
	margin-top: 49px;
	margin-bottom: 24px;
}

.content h3 {
	margin-top: 46px;
	margin-bottom: 24px;
}

.prv h3 {
	margin-bottom: 19px;
}

.content.page1 .emp_box .box {
	margin-top: 2px;
}

.hor_separator.hor2 {
	margin-bottom: 0;
	border-bottom: none;
	margin-top: 44px;
	padding-bottom: 4px;
	border-top: 1px solid #D4D4D4;
	padding-top: 0;
}
/****Map***/

.map {
	padding-top: 2px;
}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 15px;
 display: block;
}
.map figure iframe {
	width: 100%;
	height: 306px;
	max-width: 100%
}

address dd span {
	min-width: 83px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}


.rh2 A:visited 
{
color: #ffffff;
}


.rh2 A:link 
{
color: #ffffff;
}

.rh2 H2 
{
padding: 0.5em 0 0.5em 17px;
background: url(../images/pnl1.gif) #CC5100 no-repeat;
color: #ffffff;
font-size: 120%;
}

.rh2 P 
{
padding: 0.3em 4px 0.3em 6px;
margin-bottom: -3px;
color: #ffffff;
background-color: #7F3300;
font-size: 90%;
}

.rh3 h4 
{
				background: #FF8000 no-repeat;
				color: #FFFFFF;
				font-size: 150%;
				padding-left: 10px;
				padding-right: 0;
				padding-top: 10px;
				padding-bottom: 10px;
				line-height: 20px;
				margin: 20px 0 20px 0;
}

.rh3 TABLE 
{
border-left: 2px solid #a4bccd;
border-right: 2px solid #a4bccd;
width: 228px;
}

.rh3 TD 
{
padding: 0.2em 10px 0.2em 4px;
}

.logo span {
				display: none;
				position: absolute;
				text-align: right;
}
TABLE.tbcu1 
{
width: 70%;
border: 1px solid #218EAF;
padding: 5;
font-size: 90%;
}

/************Footer***********/

footer {
	display: block;
	padding: 29px 20px 29px 0px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}

footer .socials {
	padding-top: 2px;
	float: right;
	padding-bottom: 10px;
	color: #525252;
}

footer .socials a:first-child {
	margin-left: 0 !important;
}

footer .socials a {

	display: inline-block; 
	margin: 0 4px;
}

footer a:hover {
	text-decoration: underline;
}

.copy {font-weight: bold;}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}
 #form .success {
 width: 100% !important;
}
 #form textarea {
 width: 100% !important;
}
 #form input {
 width: 100% !important;
}
 .map figure iframe {
 width: 100% !important;
}
 .map figure {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {overflow: hidden;}

.ip200 
{
width: 200px;
border: 1px solid #e5eaea;
background-color: #f4f9f9;
}


.pad3 {
	padding: 0;
}


.pad2 {
	padding: 0;
}


.pad1 {
	padding: 0;
}
.slider_wrapper  {
	height: 337px !important;
}

.emp_box .box img {
	width: 100%;
	margin-bottom: 20px;
	float: none;
	margin-right: 0;
}

.caption {
		top: 120px !important;
		font-size: 20px !important;
		width: 230px !important;
}

h1 {
	font-size: 28px;
	line-height: 30px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
}

h5 {
	font-size: 40px;
	line-height: 50px;
}


}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.content.projects .box {
	margin-bottom: 25px;

}

.emp_box .box {
	margin-bottom: 25px;
}

.page1_block {
	margin-bottom: 20px;
}

.page1_block .box h3 {
	margin-bottom: 30px;
}

.page1_block .box {
	margin-bottom: 25px;
}

.cl2  {
	height: 0;
}


.cl1  {
	height: 0;
}


.slider_wrapper  {
	height: 189px !important;
}

.img_inner {
	width: 100%;
}


.img_inner.fleft {
	float: none;
	margin-top: 20px !important;
}


.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}


header h1 {
	float: none;
	position: relative;	
	height: auto;
}

header h1 a {
	margin: 0 auto;
	height: auto;
	width: 60%;
}

header h1 a img {
	width: 100%;
}


.map figure iframe {
	width: 100%;
	height: 300px;
}

footer div {
	float: none !important;
}

.caption {
	display: none !important;
}

.logos li {
	border: none !important ;
	float: none;
	width: auto;
}

.copy {font-size: 12px; font-weight: bold;}

}
 @media only screen and (max-width: 479px) {
 
 body {
min-width:300px;
}

.slider_wrapper:after {
	width: 300px !important;
}

.slider_wrapper {
	height: 135px !important;
}


 .map figure iframe {
	width: 100%;
	height: 150px;
}


 }
