

html{
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body{
	margin: 0 auto;
	font-family: "MuseoSans-500", arial, sans-serif;
}

iframe{
	max-width:100%;
}

img{
	width: 100%;
}

h1,h2,h3{
	clear:both;
}

.standard-content img{
	width:auto;
	max-width: 100%;
	float:left;
	margin:0px 20px 20px 0;
}

.wrapper{
	max-width: 1098px;
	min-width: 1098px;
	margin: 0 auto;
  overflow: hidden;
}
.site-header{
	width: 100%;
	float: left;
	position:relative;
}
.hero-description{
  position: absolute;
  top: 250px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
}
	.top-bar{
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #32322a), color-stop(0.00, #52524A));
    background: -webkit-linear-gradient(top, #52524A 0%, #32322a 88%);
    background: -moz-linear-gradient(top, #52524A 0%, #32322a 88%);
    background: -o-linear-gradient(top, #52524A 0%, #32322a 88%);
    background: -ms-linear-gradient(top, #52524A 0%, #32322a 88%);
    background: linear-gradient(to bottom, #52524A 0%, #32322a 88%);
		float: left;
		width: 100%;
    font-size: 12px;
	}
	.contact-phone{
		float: left;
		color:#fff;
		margin-left: 40px;
	}
	.contact-email{
		float: right;
		color:#8eaf04;
		margin-right: 40px;
	}
	.contact-email span{
		margin-right: 2px;
	}
	.contact-phone span{
		margin-right: 2px;
	}
	.contact-phone span,.contact-email span{
		font-family: "MuseoSans-900", arial, sans-serif;
		color:#fff;
	} 
.site-navigation{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #32322a), color-stop(0.00, #52524A));
  background: -webkit-linear-gradient(top, #52524A 0%, #32322a 88%);
  background: -moz-linear-gradient(top, #52524A 0%, #32322a 88%);
  background: -o-linear-gradient(top, #52524A 0%, #32322a 88%);
  background: -ms-linear-gradient(top, #52524A 0%, #32322a 88%);
  background: linear-gradient(to bottom, #52524A 0%, #32322a 88%);
	float: left;
	margin-top: -5px;
	width: 100%;
	font-family: "MuseoSans-900", arial, sans-serif;
}
	.main-menu{
		list-style: none;display: inline-flex;text-transform: uppercase;
		margin: 0;
	}
	.main-menu li a{
		padding: 24px;text-align: center;font-size: 14px;font-weight: 700;display: inline-block;
	}
	.main-menu li:hover,
	.main-menu li.active{
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #93b329), color-stop(0.00, #c7f62f));
    background: -webkit-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -moz-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -o-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -ms-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: linear-gradient(to bottom, #c7f62f 0%, #93b329 88%);
	}
	.main-menu a{
		color:#fff;text-decoration: none;
	}

  #currentpage a{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #93b329), color-stop(0.00, #c7f62f));
    background: -webkit-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -moz-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -o-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -ms-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: linear-gradient(to bottom, #c7f62f 0%, #93b329 88%);
  }
	.dealer-login{
    height: 107px;
    width: 390px;
    margin:30px 0px;
    background: #9ec31c;
	  padding-top:10px;
    background-image: linear-gradient(#c7f62f,#a9d028);
  	border-left: 12px solid #697a04;
	}
	.dealer-login h2{
		text-transform: uppercase;
    margin: 12px 15px;
    font-size: 15px;
    color: #2d2d26;
	}
	.dealer-login form{
		margin-left: 15px;
	}
	.dealer-login form input[type="text"]{padding: 6px;
    border-radius: 5px;
  	padding: 8px 6px;
  	width: 140px;
    border: 2px;}
    .submit-go{
      border-radius: 50%;
      height: 50px;
      width: 50px;text-transform: uppercase;
      border: 2px solid #697A04;color:#fff;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #93b329), color-stop(0.00, #c7f62f));
      background: -webkit-linear-gradient(top, #c7f62f 0%, #93b329 88%);
      background: -moz-linear-gradient(top, #c7f62f 0%, #93b329 88%);
      background: -o-linear-gradient(top, #c7f62f 0%, #93b329 88%);
      background: -ms-linear-gradient(top, #c7f62f 0%, #93b329 88%);
      background: linear-gradient(to bottom, #c7f62f 0%, #93b329 88%);
    }
.projects{
  width:71%;
  background-color: #2d2d26;
  margin-top: 30px;
  float: left;border-left:10px solid #687903;
}

#intro{
	width:100%;
}

#intro p{
	text-align: center;
	padding:0px 30px;
	color:#fff;
	text-transform: uppercase;
	font-weight:600;
	font-size: 24px;
}

.standard-content{
	padding:0 30px;
	background-color: #E3E9CD;
  width:66%;
  margin-top: 30px;margin-bottom: 30px;
  float: left;border-left:10px solid #687903;
}

.sidebar{
  float: right;width: 25%;margin-top: 30px;
}
  .widget{ 
    width: 100%;background-color: #E3E9CD;margin-bottom: 30px;
  }
  .widget-title{
    text-transform: uppercase;background-image: linear-gradient(#c7f62f,#a9d028);
    margin: 0;padding: 20px 35px;color:#2d2d26;font-family: "Source Sans Pro", arial, sans-serif;
  }
  .widget-content{
    padding: 10px 41px;
  }
  .widget-content form{
    margin:10px 0;
  }
  .widget-content form input[type="text"]{ 
    width: 90%;margin: 6px 0;border-radius: 5px;border:2px;padding: 8px 10px;
  }
  .widget-content form input[type="submit"]{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #93b329), color-stop(0.00, #c7f62f));
    background: -webkit-linear-gradient(top, #c7f62f 0%, #809831 88%);
    background: -moz-linear-gradient(top, #c7f62f 0%, #809831  88%);
    background: -o-linear-gradient(top, #c7f62f 0%, #809831 88%);
    background: -ms-linear-gradient(top, #c7f62f 0%, #809831 88%);
    background: linear-gradient(to bottom, #c7f62f 0%, #809831  88%);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #6E7D18;
    border-radius: 4px;
    padding: 7px 33px;
    margin:10px 0;
  }
  .widget-content p{ 
    margin: 3px;font-size: 12px;
  }
  .widget-contact{
    width: 100%;background-image: linear-gradient(#c7f62f,#a9d028);margin: 0;
  }
  .widget-contact h4{
    padding: 10px 35px;font-family: "Source Sans Pro", arial, sans-serif;
  }
  .widget-contact a{
    text-decoration: none;color:#2d2d26;
  }
  .right-arrow{
    font-family: "FontAwesome";float: right;
  }
  .grid{
    float: left;width: 100%;padding: 10px;margin-bottom: 30px;
  }
  .grid-item{
    width: 350px;height: 200px;background-color: #E3E9CD;float: left;margin: 5px;margin-right: 10px;
    margin-left: 10px;position: relative;
  }
  .grid h2{ 
    text-transform: uppercase;margin-left: 10px;font-size: 18px;color:#fff;
    font-family: "Source Sans Pro", arial, sans-serif;
  }
  .grid-item-caption{ 
    position: absolute;bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #93b329), color-stop(0.00, #c7f62f));
    background: -webkit-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -moz-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -o-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: -ms-linear-gradient(top, #c7f62f 0%, #93b329 88%);
    background: linear-gradient(to bottom, #c7f62f 0%, #93b329 88%);width: 100%;margin: 0;
  }
  .grid-item-caption h3{ 
    color:#2d2d26;display:inline-block;width:90%;padding: 0 15px;text-transform: uppercase;font-size: 15px;
    font-family: "Source Sans Pro", arial, sans-serif;
  }
  .site-footer{ 
    width: 100%;background-color: #2C2C25;float: left; margin-top:30px;
  }
  .border-left{ 
    width: 10px;height: 100%;background-color: #687903;
  }
  
  .grid-item a{
	  color:#2d2d26;text-decoration: none;
  }

  .gallery{
    float: left;
  }

footer{
	padding:30px 0;
}

.footer-nav{
    float: left;
}

.footer-nav{
    text-decoration: none;
    list-style: none;
    color: #ffffff;
    margin:0;
    padding:0;
    width:23%
}

.footer-nav li{
	margin-bottom: 10px;
}

.footer-nav li a{
	text-transform: uppercase;
	font-weight: bold;
}

.footer-right{
	float:right;
	width:200px;
	color:#fff;
}






