@font-face {
	font-family: "Oswald";
	src: url('../fonts/880096436-oswald.regular.eot');
	src: url('../fonts/880096436-oswald.regular.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/880096436-oswald.regular.svg#Oswald') format('svg'),  
	url('../fonts/880096436-oswald.regular.woff') format('woff'),  
	url('../fonts/880096436-oswald.regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"Open Sans Semibold";
	src:url("../fonts/OpenSans-Semibold.eot?") format("eot"),
	url("../fonts/OpenSans-Semibold.woff") format("woff"),
	url("../fonts/OpenSans-Semibold.ttf") format("truetype"),
	url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Open Sans Bold";
	src:url("../fonts/OpenSans-Bold.eot?") format("eot"),
	url("../fonts/OpenSans-Bold.woff") format("woff"),
	url("../fonts/OpenSans-Bold.ttf") format("truetype"),
	url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}
.transition{
    transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
    overflow:hidden;
}  
*, *:after, *:before {
    margin: 0;
    padding: 0;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 13px;
	color: #333;
	background-color: #000;
	text-decoration: none;
	line-height: 18px;
}
#wrapper {
    padding: 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.container{
	width: 1190px;
	margin: 0 auto;
	position:relative;
	clear: both;
}
#header {
    padding: 0;
    float: left;
    max-width: 1300px;
    height: 100px;
    background-image: url(../images/bg-header.png);
    background-repeat: repeat-x;
    background-position: left top;
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
}
#header .logo {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 333px;
}
.nav {
    float: right;
    margin: 44px 0 0 0;
}
.nav li {
    padding: 0 8px;
    list-style-type: none;
    float: left;
    border-right: 2px solid #7f9940;
    line-height: 11px;
}
.nav li:last-child {
    border: 0;
    padding-right: 0;
}
.nav li a {
	font-family:"Open Sans Semibold";
	font-size: 12px;
	color: #587a04;
	text-decoration: none;
}
.nav li a:hover {
	color: #000;
}
.header-box1 {
    float: right;
    margin: 0 0 0 45px;
    text-align: center;
    width: 220px;
}
.header-box-num {
    color: #587a04;
    float: left;
    width: 100%;
    font-size: 24px;
    font-family: "Open Sans Bold";
    margin: 18px 0 14px 0;
}
.header-box-add{
	color: #000000;
	float: left;
	width: 100%;
	font-size: 12px;	
	font-family:"Open Sans Semibold";
}
.wrap-project-cat > h3 {
    margin: 10px 0 20px 0;
    border-bottom: 4px double #ccc;
    padding: 0 0 10px 0 !important;
    font-size: 24px !important;
    color: #587a04 !important;
}
/*------ INDEX -------*/
.section1{
	float: left;
	width: 100%;
	height: 450px;
	background-image:url(../images/home-banner.jpg);
	background-position:center top;
	background-size:cover;
	position: relative;
    margin: 100px 0 0 0;
}
.section1-wrap-boxes {
    width: 100%;
    text-align: center;
    float: left;
    margin: 290px 0 0 0;
}
.sec-box {
    display: inline-block;
    vertical-align: top;
    width: 228px;
    height: 136px;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 26px;
    color: #FFF;
    font-size: 26px;
    font-family: "Open Sans Bold";
    line-height: 1.2;
    padding: 37px 10px;
    box-sizing: border-box;
	text-decoration: none;
}
.sec-box:hover {
	text-shadow: 0 0 10px #000, 0 0 10px #000;
	margin-top: -3px;
}
.sec-box1{
	background-image:url(../images/sec1-box1.png);	
}
.sec-box2{
	background-image:url(../images/sec1-box2.png);	
}
#mid {
    padding: 0px 0px 14px 0px;
    margin: 0px 0px 0px 0;
    float: left;
    width: 100%;
    height: auto;
    background-image: url(../images/bg-mid.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#mid .left {
	padding: 0px 0px 0px 0px;
	margin: -28px 40px 0px 0px;
	float: left;
	width: 176px;
}
#mid .mid {
	padding: 60px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	float: left;
	width: 758px;
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #d2d2d2;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
}
#mid .right {
	padding: 0px 0px 0px 0px;
	margin: -28px 0px 0px 0px;
	float: right;
	width: 176px;
}
#footer {
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	height: 72px;
	background-color: #111;
}
#footer #left{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 500px;
}
#footer #right{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#footer #right #address1{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 240px;
	color: #a3a3a3;
}
#footer #right #address2{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #a3a3a3;
}
#footer .links {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 650px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #a3a3a3;
	text-decoration: none;
	text-align: left;
}
#footer .links a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #a3a3a3;
	text-decoration: none;
}
#footer .links a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .copy {
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
	float: left;
	width: 650px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #a3a3a3;
	text-decoration: none;
	text-align: left;
}
.active {
	color: #8EC622 !important;
}
.about-main-content {
	width: 100%;
	float: left;
	background-image: url(../images/bg-top-main.jpg);
    margin: 100px 0 0 0;
}
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 30px 0;
}
#primary {
	float: left;
	width: 670px;
}
#primary.full-primary {
    width: 100%;
}
.wrap-logos {
    float: left;
    width: 100%;
    text-align: center;
}
.wrap-logos .logos{
	display: inline-block;
	vertical-align: top;
}
#primary h1 {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2C211D;
	border-bottom: solid 1px #d0cfce;
	padding-bottom: 10px;
}
#primary h2 {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 23px;
	text-transform: capitalize;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2C211D;
	border-bottom: solid 1px #d0cfce;
	padding-bottom: 10px;
}
.quote {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    background-color: beige;
}
.quote h3 {
    margin: 10px 0 8px;
}
#primary h3 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2C211D;
	float: left;
	width: 100%;
}
#primary h4 {
	color: #000;
	float: left;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	width: 100%;
}
.list-1 h4 {
	font-size: 13px;
}
#primary p {
	color: #7F7875;
	font-size: 13px;
	width: 100%;
	float: left;
	margin: 8px 0;
}
#primary p a, .lightbox-right a {
    color: #587a04;
    text-decoration: none;
    border-bottom: 1px solid;
}
#primary ul {
    float: left;
    width: 100%;
    margin: 8px 0;
}
#primary ul li {
    float: left;
    width: 100%;
    color: #7F7875;
    list-style: outside;
    box-sizing: border-box;
    margin: 0 0 0 25px;
}
.space_1 {
	float: left;
	padding-left: 25px;
	font-size: 14px !important;
	font-weight: bold;
}
.space_2 {
	float: left;
	padding-left: 50px;
	font-size: 14px !important;
	font-weight: bold;
}
.space_3 {
	float: left;
	padding-left: 75px;
	font-size: 14px !important;
	font-weight: bold;
}
.thumb {
    border: 8px solid #D1CEC1;
    box-shadow: 0 7px 4px rgba(41, 37, 27, 0.09);
    width: 100%;
    box-sizing: border-box;
}
.p-examples {
	width: 100% !important;
}
.pr-main {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    position: relative;
}
.project-examples {
    float: left;
    height: auto;
    width: 55%;
}
.bxslider{
	margin: 0 !important;
}
.bx-pager {
    margin: 10px 0 0 0;
    text-align: center;
}
.bx-pager a {
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
	border: 3px solid rgba(0,0,0,0);
}
.bx-pager .active {
    border: 3px solid #587a04;
}
.bx-pager a img {
    float: left;
    width: 80px;
    height: auto;
}
.bxslider li {
    padding: 0 !important;
    margin: 0 !important;
}
.folio-desc {
    float: right;
    width: 42%;
}
.folio-desc h3 {
	margin-top: 0;
	line-height: 1.5 !important;
}
.folio-desc h3 span{
	color:#587a04;
}
.ex-2 {
	width: 450px !important;
}
.ex-3 {
	float: right !important;
}
.wrap-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 18px 0 0 0;
}
.wrap-btn a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    background-color: #8EC622;
    padding: 10px 20px 13px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 5px;
}
.wrap-btn a:hover {
    background-color: #587A04;
}
#secondary {
    width: 255px;
    height: auto;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #d0cfce;
}
.smal_image {
	margin-top: 45px;
}
.smal_image_2 {
	margin-top: 20px;
}
.lake {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 20px;
    text-align: center;
    width: 100%;
}
.top {
	float: left;
	margin-top: -80px;
}
#secondary h2 {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 23px;
	text-transform: capitalize;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2C211D;
	border-bottom: solid 1px #d0cfce;
	padding-bottom: 10px;
}
#secondary ul {
	color: #333333;
	float: left;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}
.list-1 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 12px;
	padding-left: 16px;
	background-image: url(../images/list-marker1.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	width: 242px;
}
.logos {
    margin: 25px;
    width: 175px;
}
.icon_contact {
	background: url("../images/address.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 14px;
	padding-left: 24px;
	width: 500px;
}
.icon_phone {
	background: url("../images/phoneicon2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	float: left;
	font-size: 13px;
	padding-left: 24px;
	width: 500px;
}
.icon_email{
	background: url("../images/icn-email.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	float: left;
	font-size: 13px;
	padding-left: 24px;
	width: 500px;
	margin-bottom: 14px;
}
.icon_email a{
	color: #333;
	text-decoration: none;
}
.icon_email a:hover{
	text-decoration: underline;
}
.icon_fax {
	background: url("../images/faxicon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	margin-top: 14px;
	padding-left: 24px;
	float: left;
	width: 500px;
}
#address1 {
    margin: 20px 0 20px;
}
#address2 {
    margin: 0 0 20px;
}
#primary.contact-left{
    float: left;
    width: 48%;
}
.contact-right{
    float: right;
    width: 48%;
}
/*-------------------- wrap-team ------------------*/
.wrap-team{
	float: left;
	width: 100%;
	text-align: center;
}
.team-member {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #E9E5D8;
    padding: 10px;
    margin: 30px 2px 0;
    width: 22%;
    min-height: 377px;
}
.team-member img {
    width: 100%;
    height: auto;
}
.team-member h2 {
    color: #587a04 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 10px 0 0 !important;
	font-size: 22px !important;
}
.team-member p {
    font-size: 10px !important;
}
.team-member:hover{
	background-color: #587a04;	
}
.team-member:hover h2, .team-member:hover p{
	color: #fff !important;
}
.lightbox-left {
    float: left;
    width: 250px;
    text-align: center;
}
.lightbox-right {
    width: 590px;
    float: right;
}
.lightbox-left img{
    float: left;
    width: 100%;
	border: 1px solid #ccc;
}
.lightbox-left h2 {
    margin: 8px 0 5px;
    float: left;
    width: 100%;
    color: #688a40;
    line-height: 1.4;
}
.lightbox-right p {
    margin: 0 0 12px;
}
.fancybox-inner {
    height: auto !important;
}
.member-quote {
    margin: 0 !important;
    text-align: center;
    background-color: #688a40;
    padding: 10px 10px 15px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.gallery-images{
    display: none;
}
.wrap-residential-gallery {
    float: left;
    width: 100%;
    text-align: center;
}
.wrap-residential-gallery img{
    width: 100%;
    float: left;
}
.wrap-residential-gallery a.fancybox {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 40px 20px 0;
}
.wrap-residential-gallery a h3 {
    margin: 0 0 6px;
}
.half-left{
    float: left;
    width: 48%;
}
.half-right {
    float: right;
    width: 48%;
    background-color: #efefef;
    height: 465px;
    margin: 45px 0 0 0;
}
.half-right.half-right-com {
    height: 305px;
}
.wrap-rst {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
}
.rst-left, .rst-right {
    display: inline-block;
    vertical-align: top;
    width: 298px;
    margin: 0 20px;
}
.rst-left {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 415px;
}
.rst-left p {
    font-size: 18px !important;
    line-height: 1.6;
    margin: 0 !important;
    height: 401px;
    padding: 83px 20px 0;
    box-sizing: border-box;
}
.fancybox-title .child {
    font-size: 24px;
    text-transform: uppercase;
}
h2 span.cert {
    font-size: 15px;
    float: left;
    width: 100%;
    line-height: 1;
    margin: 7px 0 0 0;
}
.c-name {
    float: right;
    clear: both;
    width: 100%;
    text-align: right;
    font-weight: 700;
}
hr {
    float: left;
    width: 100%;
    border: 0;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
}
.half-right.about-right {
    margin: 12px 0 0;
    height: auto;
}
.half-right.about-right img {
    width: 100%;
    height: auto;
}
.backtotop {
    position: fixed; 
    bottom: 100px;
    right: 20px;
    display: none;
}
#navigation-menu a {
    color: #587A04;
    line-height: 1.7;
}