/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
/*h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }*/
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }
* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.clearfix:after, #content:after {
content: "";
display: table;
clear: both;
}

/* LAYOUT */
body { text-align:center; padding:0; margin:0; }  
.fluidimage {background: #141819 url(../images/bg.jpg) 50% 0 no-repeat; }  
.fluidimageMd {background: #141819 url(../images/bg-md.jpg) 50% 0 no-repeat; }  
.fluidimageSm {background: #141819 url(../images/bg-sm.jpg) 50% 0 no-repeat; }  
#wrapper{ width:1000px; margin: 50px auto 0; text-align: left;position: relative; background-color:#ffffff; }  
.cl { clear: both; }


/* HOMEPAGE CAROUSEL */
#nivo { position:absolute; z-index:1; }
#hero { position:absolute; z-index:1; }
.theme-default .nivoSlider {
	box-shadow: none;
}


/* HEADER */
#header { height: 92px; background: #fff url(../images/h-bg.png) center right no-repeat; padding-left: 10px; }
#header a, #header a:visited {color:#999999; text-decoration:none; }
#header a:hover { color:#d40404; text-decoration:none; }
#logo { float:left; display:block; height:167px; margin:11px 0; width:430px; background: transparent url(../images/logo.png) no-repeat; text-indent: -9999px; position: absolute; z-index: 10; }
#h-details { float:right; display:block; height:32px; padding: 24px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:32px; color:#999999; text-align:right; width: 310px; }
#h-phone { font-size: 24px; color: #464648; font-weight: bold; width: 220px; float: left; }
#h-freequote {
	color: #464648;
	font-size: 17px;
	width: 220px;
	float: left;
	height: 20px;
	display: block;
	line-height: 17px;
}
#h-circle {
	border-radius: 50%;
	background-color: #7ac142;
	width: 48px;
	height: 48px;
	float: left;
	color: #fff;
	margin: 0;
	padding: 11px;
	text-align: center;
	line-height: 20px;
	font-size: 30px;
}
#h-email { float:left; background: transparent url(../images/email.png) center left no-repeat; padding: 0 15px 0 40px; }
#h-facebook { float:left; width:42px; text-align:left; }
#h-twitter { float:left; width:32px; text-align:left;}
.h-position { display:block; text-indent: -9999px; text-align:left}


/* MENU */
#menu { position:relative; z-index:100; padding:12px 14px 0; }
#m-st { display: block; width:2px; height:45px; background: transparent url(../images/m-left.png) no-repeat; float:left; }
#m-m { display: block; height:45px; float:left; background: transparent url(../images/m-shadow.png) bottom repeat-x; margin-left: 160px;}
#m-end { display: block; width:2px; height:45px; background: transparent url(../images/m-right.png) no-repeat; float:left; }

#m-m ul { padding:0; margin:0; list-style:none; }
#m-m ul li { height:43px; float:left; position:relative; border-left: 1px solid #ffffff; border-right:1px solid #d5d5d5; background: transparent url(../images/m-bar.png) repeat-x; }
#m-m ul li a, #m-m ul li a:visited { display:block; text-decoration:none; font-family: 'PT Sans Narrow', sans-serif; font-size:18px; line-height:45px; color:#000; padding: 0 28px; font-weight: bold; }
#m-m ul ul li a { padding: 0 17px !important; }
#m-m ul .first {border-left: 1px solid #dce1e8;}
#m-m ul .last {border-right: 1px solid #dce1e8;}

#m-m ul li ul { display:none; background:transparent url(../images/ul-bg.png); padding: 5px 10px; margin-top: -1px; }

#m-m ul li:hover {border-left: 1px solid #d5d5d5; color:#ea7f1e; /*background: transparent url(../images/m-bar-ov.png) repeat-x;*/ }
#m-m ul li:hover a, #m-m ul li a:hover, #m-m ul li a:active {color:#ea7f1e; }
#m-m ul li:hover ul {display:block; position:absolute; top:44px; left:0;}
#m-m ul li:hover ul li { background: none; }
#m-m ul li:hover ul li a.hide {background: transparent url(../images/m-bar.png) repeat-x; color:#000;}
#m-m ul li:hover ul li:hover a.hide {color:#d40404;}
#m-m ul li ul li,
#m-m ul li:hover ul li a {display:block; color:#777; width:180px; line-height:30px; height:30px; border-bottom: 1px solid #aaa; font-size: 16px; font-weight: normal;}
#m-m ul li ul li:last-of-type,
#m-m ul li:hover ul li a:last-of-type {
	border: none;
}
#m-m ul li ul li,
#m-m ul li ul li a:hover {color:#000; border-left: none !important; border-right: none;}
.m-home {background: transparent url(../images/home-button-icon.png) center 14px no-repeat; text-indent: -9999px; width:15px;}
.m-home:hover {background: transparent url(../images/home-button-icon-over.png) center 14px no-repeat; text-indent: -9999px; width:15px;}


/* GENERAL */
#page {
	position:relative;
	z-index:100;
	background-color: #fff;
	min-height:200px;
	margin: 365px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#464648;
	padding-bottom: 20px;
}
.pGeneral {
	margin-top: 265px !important;
}

#gen-page {  position:relative; width:	; z-index:100; background: transparent url(../images/copy-overlay.png) no-repeat; min-height:200px; padding: 55px 16px; margin-top: 188px; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:19px; color:#828282;  }
.rule {
	margin: 5px;
	height: 5px;
	background-color: #7ac142;
	width: 99%;
	float: left;
}

.content {
	margin: 0 30px;
	float: left;
	width: 590px;
	display: block;
}
.mainContent {
	width: 900px;
}
.content p {
	margin-bottom: 19px;
}	

.content .ul-first {
	float: left;
	width: 50%;
	padding-right: 20px;	
}
.content .ul-last {
	float: left;
	width: 50%;
}
.content .ul-last:after {
	clear:both;
}

.content .fa-ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.content .fa-ul li {
	position: relative;
}
.content .fa-ul li i {
	color: #7ac142;
}
.gen-content { width:888px; margin: 0 20px; }

h1 { font-family: 'PT Sans Narrow', sans-serif; font-size:30px; color:#e97f1e; line-height:36px; margin:0; padding: 10px 0; font-weight:bold; }
h2 { font-family: 'PT Sans Narrow', sans-serif; font-size:26px; color:#e97f1e; line-height:35px; margin:0; padding:0 0 15px 24px; font-weight:bold;}

.homeRight {
	float: left;
	width: 280px;
	margin: 30px 30px 0 0;
}
.homeRight input[type=text] {
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding: 6px;
	font-size: 14px;
	margin: 9px 0 0;
	width: 100%;
}

.featureProject, .contactForm {
	border: 1px solid #b7b7b7;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(207, 207, 207, 1);
	-moz-box-shadow:    0px 3px 0px 0px rgba(207, 207, 207, 1);
	box-shadow:         0px 3px 0px 0px rgba(207, 207, 207, 1);
	color: #464648;
	width: 280px;
	margin-bottom: 25px;
	padding: 9px;
	background: #f0f0f0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f0f0f0 14%, #ffffff 39%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#f0f0f0), color-stop(39%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 14%,#ffffff 39%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 14%,#ffffff 39%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 14%,#ffffff 39%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 14%,#ffffff 39%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.contactForm {
	padding-left: 15px;
	width: 550px;
}
.featureProject H3, .contactDetails H3 {
	font-family: 'PT Sans Narrow', sans-serif; font-size:26px;
	color: #464648;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
.featureProject H3 span {
	color: #ea7f1e;
}
.featureImage {
	width: 260px;
	height: 184px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.tipsImage {
	width: 260px;
	height: 120px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.generalButton {
   border: 1px solid #3d7411;
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #50921c;
	background-image: -moz-linear-gradient(bottom, #79c141 0%, #50921c 100%);
	background-image: -o-linear-gradient(bottom, #79c141 0%, #50921c 100%);
	background-image: -webkit-linear-gradient(bottom, #79c141 0%, #50921c 100%);
	background-image: linear-gradient(bottom, #79c141 0%, #50921c 100%);
	display: block;
	height: 30px;
	width: 100%;
	color: #fff;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	cursor: pointer;
}


.generalButton:hover {
	background-color: #e87410; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #e87410 0%, #e88e40 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #e87410 0%,#e88e40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e87410 0%,#e88e40 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #e87410 0%,#e88e40 100%); /* W3C */
	border-color: #ea7f1e;
}


#footer {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMDEgMTc1IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxMzE3MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMDEiIGhlaWdodD0iMTc1IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #131719 0%, #000 100%);
	background-image: -o-linear-gradient(bottom, #131719 0%, #000 100%);
	background-image: -webkit-linear-gradient(bottom, #131719 0%, #000 100%);
	background-image: linear-gradient(bottom, #131719 0%, #000 100%);
	padding: 27px 50px 20px;
	color: #fff;
	font-family: Arial, sans-serif;
}
#footer .social, #footer .social a, #footer .social a:visited {
	color: #fff;
	font-size: 40px;
	min-height: 90px;
	text-decoration: none;
	text-align: right;
}
#footer .action {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
#footer .links {
	text-align: right;
}
#footer .links a, #footer .links a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin-left: 15px;
}
#footer .copyright {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	float: left;
}
#footer .social a:hover, #footer .links a:hover {
	color: #ea7f1e;
}

/* TESTIMONIALS */
.reviews {
	margin-bottom: 15px;
}
.review {
	width: 100%;
}
.review blockquote{
	background:none !important;
	border-left:none !important;
	padding:0 !important;
	margin:0 !important;
	font:14px/15px 'PT Sans', arial, helvetica, sans-serif;
}
.review blockquote q{
	border-radius: 10px;
	display:block;
	padding:25px 14px 24px 24px;
	background:#f0f0f0;
	font:14px/20px 'PT Sans Italic', arial, helvetica, sans-serif;
}
.review blockquote q::before,.review blockquote q::after,
.review blockquote q:before,.review blockquote q:after{
	content:'';
}
.review blockquote q p:first-child::before{
	content:open-quote;
}
.review blockquote q p:last-child::after{
	content:close-quote;
}
.review blockquote div{
	display:block;
	padding:12px 0 0 2px;
	color:#333;
	font-style:normal !important;
	position:relative;
}
.review blockquote div:after{
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.review blockquote div:after{
	border-color: rgba(72, 71, 71, 0);
	border-top-color: #f0f0f0;
	border-width: 10px;
	bottom:auto;
	top:0px;
	left:30px;
}
.review blockquote div span{
	font-style:normal !important;
}
.review blockquote div{
	float:left;
	line-height:15px;
}
.review blockquote div .company-name{
	padding-left:53px;
	background:url(../content/icons/genderM.png) no-repeat;
	display:block;
	min-height:29px;
	padding-top:6px;
	font-style:normal !important;
}
.review.male blockquote div .company-name{
	background:url(../content/icons/genderM.png) no-repeat;
}
.review.female blockquote div .company-name{
	background:url(../content/icons/genderF.png) no-repeat;
}

.mainContent img {
	background-color: #fff;
	padding: 2px;
	border: 2px solid #7ac142;
	margin-bottom: 8px;
}

.projects, .gImages {
	list-style: none;
	margin: 0;
	padding: 0;
}
.projects li {
	display: block;
	float:left;
	width: 300px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
}
.projects li div:first-child {
	margin: 25px 16px 10px;
	
}
.projects H3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 23px;
	color: #464648;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
.projects .brief {
	min-height: 85px;
}
.gallery {
/*	float: right;
	margin-left: 30px;
	width: 348px; */
}
.gallery li {
	display: block;
	float:left;
	width: 128px;
}

#contact label {
	width: 110px;
	display: block;
	float: left;
	line-height: 30px;
}
#contact input[type=text] {
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding: 6px;
	font-size: 14px;
	margin: 10px 0;
	width: 400px;
	display: block;
}
#contact textarea {
	display: block;
	clear: both;
	width: 510px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding: 6px;
	font-size: 14px;
}
div.email_alert, div.quote_alert {
	font-size: 100%;
	color: #ff4040;
	opacity: 0;
}
.email_alert span, .quote_alert span {
	height: 15px;
	padding: 25px 0px;
	margin-bottom: 15px;
}
.email_alert .green, .quote_alert .green {
	color: #00800E;
}