/*GLOBAL*/
* {
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}
.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}
p {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 10px auto 20px auto;
}
h1 {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px auto 30px auto;
	text-align:left;
	color: #666;
	font-size: 28px;
	font-weight:500;
}
h2 {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 10px auto 10px auto;
	text-align:left;
	color: #666;
	font-size: 20px;
	font-weight:600;
	line-height:25px;
}
h3 {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 10px auto 30px auto;
	text-align:left;
	color: #66250e;
	font-size: 30px;
	line-height:30px;
}
h4 {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 10px auto 30px auto;
	text-align:center;
	font-size: 18px;
	font-weight:400;
}
h5 {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 10px auto 30px auto;
	text-align:left;
	font-size: 24px;
	font-weight:600;
}
ol, ul {
	list-style: none;
}
.dark {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	background-color:#40683c;
}
.wide-text ul {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px auto 30px auto;
}
.wide-text li {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px auto 10px auto;
}
.bar {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100px;
	z-index: 99999;
	background-image: linear-gradient(to top, rgba(102,102,102,0), rgba(102,102,102,.8));
}
#logo {
	position:absolute;
	top: 65%;
	width: 25%;
	height: auto;
	z-index:99999;
	left: 50%;
	transform: translateX(-50%);
}  
#logo img{
	max-width: 100%;
}
#slider {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: -100px 0 0 0;
}
#slider img{
	max-width: 100%;
}
#slider-02 {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
}
#slider-02 img{
	max-width: 100%;
}
#title {
	position:absolute;
	top: 40%;
	width: 100%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	color: #fff;
	font-size: 100px;
	font-weight:600;
}
.subtitle {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	padding: 20px 0 20px 0;
	text-align:center;
	color: #fff;
	font-size: 30px;
	font-weight:500;
}
.text-01 {
	position:relative;
	float:left;
	width: 80%;
	height:auto;
	margin: 10px 10% 20px 10%;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-size: 18px;
	font-weight:400;
	color:#666;
}
.text-02 {
	position:relative;
	float:left;
	width: 80%;
	height:auto;
	margin: 10px 10% 20px 10%;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-size: 18px;
	font-weight:400;
	color:#fff;
}
.text-03 {
	position:relative;
	float:left;
	width: 80%;
	height:auto;
	margin: 10px 10% 20px 10%;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 18px;
	font-weight:400;
	color:#666;
}
.text-panel-full {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 50px 0% 20px 0%;
	padding: 30px 10% 20px 10%;
	background-color:#666;
}
#page-title {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 20px auto 30px auto;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	color: #fff;
	font-size: 28px;
	font-weight:500;
	color:#666;
}
.page-subtitle {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 20px auto 30px auto;
	font-family: 'Raleway', sans-serif;
	padding: 20px 0 20px 0;
	text-align:center;
	color: #fff;
	font-size: 24px;
	font-weight:600;
	color:#fff;
	background-color:#666;
}
.page-text-01 {
	position:relative;
	float:left;
	width: 80%;
	height:auto;
	margin: 10px 10% 20px 10%;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 18px;
	font-weight:400;
	color:#666;
}
.page-panel-wrap {
	display:table;
	position:relative;
	float:left;
	width: 100%;
	margin: 30px 0 30px 0;
}
.page-panel-left {
	display:table-cell;
	float: none;
	vertical-align:top;
	width: 50%;
	height:auto;
	margin: 10px 0% 20px 0%;
}
.page-panel-left img{
	max-width: 100%;
}
.page-panel-right {
	display:table-cell;
	float: none;
	vertical-align:top;
	width: 50%;
	height:auto;
	margin: 10px 0% 20px 0%;
}
.page-panel-right img{
	max-width: 100%;
}
.page-panel-title {
	position:relative;
	float:left;
	width: 80%;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 30px;
	font-weight:400;
	color:#fff;
	margin: 15% 10% 20px 10%;
}
.page-panel-text {
	position:relative;
	float:left;
	width: 80%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 22px;
	font-weight:400;
	color:#fff;
	margin: 10px 10% 20px 10%;
}
.page-panel-gap {
	position:relative;
	float: left;
	width: 100%;
	height:0px;
}
.full-panel {
	position:relative;
	float:left;
	width:80%;
	height:500px;
	margin:100px 10% 20px 10%;	
}      
.zoom-image {
	position:relative;
	float:left;
	width:60%;
	height:auto;
	margin:3% 20% 0 0%;	
}         
.zoom-image img{
	max-width:100%;
}   
.zoom-panel {
	position:absolute;
	top:0%;
	left:50%;
	width:50%;
	height:300px;
	background-color:rgba(64,105,60,0.8);
}
.zoom-title {
	position:absolute;
	top:20%;
	left:5%;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight:500;
	text-align: left;	
	color:#fff;
	z-index:9999;
}
.zoom-text {
	position:absolute;
	top:40%;
	left:5%;
	width:90%;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight:500;
	text-align: left;	
	color:#fff;
	z-index:9999;
}
.image-panel-left {
	position:relative;
	float:left;
	width:30%;
	height:auto;
	margin: 5%;
}
.image-panel-left img{
	max-width:100%;
}
.project-title {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px auto 30px auto;
	text-align:left;
	color: #666;
	font-size: 28px;
	line-height:32px;
	font-weight:550;
}
.text-panel-right {
	position:relative;
	float:left;
	width:50%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height:24px;
	font-weight:400;
	color:#666;
	text-align:left;
	margin:5% 5% 0px 0%;
	padding: 30px 0 0 0;	
}
.contact-wrap {
	position:relative;
	float:left;
	width: 80%;
	height:auto;
	margin: 10px 10% 20px 10%;
}
.contact-text {
	position:relative;
	float:left;
	width: 50%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 18px;
	font-weight:400;
	color:#666;
	margin: 10px 0% 20px 0%;
}
.contact-form-wrap {
	position:relative;
	float:left;
	width: 50%;
	height:auto;
}
.contact-form {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 18px;
	font-weight:400;
	color:#666;
	margin: 0px 0% 20px 0%;
}
.contact {
	position:relative;
	float:left;
	width:50%;
	height:35px;
	margin:0px 25% 15px 25%;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:5px;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	font-size: 18px;
	font-weight:700;
	font-style:italic;
	color:#666;
	padding-top:5px;
	padding-left:10px;
}
.additional {
	position:relative;
	float:left;
	width:50%;
	height:80px;
	margin:10px 25% 5px 25%;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:5px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	color:#666;
	padding-top:5px;
	padding-left:10px;
}
.contact-submit {
	position: relative;
	float:left;
	width:300px;
	height: 38px;
	background-color:#40683c;
	border-radius:5px 5px 5px 5px;
	margin:0 0 40px 0;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding-top:0px;
	cursor:pointer;
	border:none;
	outline:0;
	left: 50%;
	transform: translateX(-50%);
}
.consent-wrap {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 30px 0;
}
.consent-block {
	display:inline-block;
	position:relative;
	float:none;
	width:30px;
	height:auto;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 20px 0;
}
.confirm {
	position:relative;
	float:none;
	width:30px;
	height:30px;
	border:solid 1px #ccc;
	border-radius:5px;
}
.consent-caption {
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0;
	font-size: 14px;
	color:#666;
	padding:0;
	text-align:center;
}
.thankyou {
	position:relative;
	float:left;
	width:100%;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	text-align:center;
	margin:100px auto 12px auto;
}  
/* Blog Content */

article {  
	-moz-column-width: 320px;  
	-webkit-column-width: 320px;   
	 column-width: 320px;   
    -webkit-column-gap: 60px;  
    -moz-column-gap: 60px;  
    column-gap: 60px; 
    -moz-column-rule: 1px dotted #1D9154;  
    -webkit-column-rule: 1px dotted #1D9154;  
    column-rule: 1px dotted #1D9154;  
	margin: 20px 0 0 0;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	text-align: left;
	color: #666;
	padding-bottom: 20px;
}
article a:link{ 
	color: #40683c;
	text-decoration:underline;
}
article a:active{ 
	color: #40683c;
	text-decoration:underline;
}
article a:visited{ 
	color: #40683c;
	text-decoration:underline;
}
article a:hover{ 
	color: #40683c;
	text-decoration:underline;
}
.blog-content {
	position: relative;
	float: left;
	width: 80%;
	height: auto;
	margin: 0px 10% 0 10%;
}
.blog-strip-image {
	position:relative;
	float:left;
    width: 90%;
	height:auto;
	margin:20px 0 0 5%;
}
.blog-strip-image img{
    max-width: 100%;
	display:block;
}
.blog-strip-date {
	position:relative;
	float:left;
    width: 90%;
	height:auto;
	margin:10px 0 0 5%;
	font-size:12px;
	color:#666;
}
.blog-strip-title {
	position:relative;
	float:left;
    width: 70%;
	height:auto;
	margin:10px 45% 20px 5%;
	font-size:14px;
	color:#666;
}
.blog-list-image img{
    max-width: 100%;
	display:block;
}
.blog-list-text {
	position:relative;
	float:left;
    width: 70%;
	height:auto;
	margin:0 0 0 1%;
}
.blog-list-date {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:10px 0 0 0%;
	font-size:14px;
}
.blog-list-title {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:600;
}
.blog-list-short {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:20px 0 0 0;
	font-size:16px;
}
.blog-panel-image {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin:0px 0 30px 0;
}     
.blog-panel-image img{
	max-width: 100%;
}   
.blog-panel-link {
	position:relative;
	float:left;
    width: 100%;
    height: auto;
	font-size: 20px;
	font-weight: 600;
    color: #125f89;
	text-align:left;
	margin: -80px 0 30px 0;
}
.blog-link {
	position:relative;
	float:left;
    width: auto;
    height: auto;
    background: #40683c;
	color:#fff;
	text-align:center;
	margin: 20px 0 0 0;
	border-radius:5px;
	padding: 8px 20px 10px 20px;
}
.blog-link a:link{
	color:#666;
	text-decoration:none;
}
.blog-link a:active{
	color:#666;
	text-decoration:none;
}
.blog-link a:visited{
	color:#666;
	text-decoration:none;
}
.blog-link a:hover{
	color:#666;
	text-decoration:none;
}
.blog-title {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:10px 0 20px 0;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	font-weight:600;
	color:#666;
	text-align:center;
}
.blog-subtitle {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:10px 0 20px 0;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#666;
	text-align:left;
}

#social-wrap {
	position:relative;
	float:none;
	width:70px;
	height:auto;
	left: 50%;
	transform: translateX(-50%);
}
.social-icon {
	position:relative;
	float:left;
	width: 25px;
	height: 25px;
	margin:5px;
}
.social-icon img{
	max-width: 100%;
}
footer {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0;
	text-align:center;
	background-color:#f1f1f1;
	padding:20px 0 30px 0;
}
.footer-logo {
	position:relative;
	float:left;
	width: 200px;
	height:auto;
	margin: 10px 0 10px 0;	
	left: 50%;
	transform: translateX(-50%);
}
.footer-text {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 10px 0 10px 0;;
	text-align:center;
	font-size: 16px;
	line-height:20px;
	color: #444;
}
.footer-text a:link{
	font-size: 16px;	
	color: #444;	
	text-decoration:none;
}
.footer-text a:active{
	font-size: 16px;	
	color: #444;	
	text-decoration:none;
}
.footer-text a:visited{
	font-size: 16px;	
	color: #444;	
	text-decoration:none;
}
.footer-text a:hover{
	font-size: 16px;	
	color: #444;	
	text-decoration:underline;
}
.grecaptcha-badge { visibility: hidden; 
}