@charset "utf-8";
/*Imports for google font and grid system
---*/
@import url('../css/1140.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

body,html{
	width: 100%;
	overflow-x:hidden;
}

/*---------------------------------------------*/
/*----------------SEOBANNER--------------------*/
/*---------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);

.seobanner {
       position:absolute;
       left:0;top:-27px;
       transition:.6s;
       -webkit-transition: .6s;
       z-index:999;
       height:30px;
       width:100%;
       line-height:30px;
       margin:0;
       padding:0;
       background:#333333;
       font-family: 'Open Sans', sans-serif;
       font-weight: 700;
       color:#fff;
       font-size:14px;
       text-align:center;
}
.seobanner:hover {
       top:0;
       transition:.6s;
       -webkit-transition: .6s;
}

/*------------------------------------------*/
/*----------------HEADER--------------------*/
/*------------------------------------------*/
header{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
header span{
	float: right;
	line-height: 40px;
	text-align: right;
	margin-top: 35px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

header span i{
	background-color: #333;
	color: #FFF;
	width: 35px;
	text-align: center;
	line-height: 35px!important;
	border-radius: 4px;
	margin-right: 10px;
}
/*------------------------------------------*/
/*------------------NAV---------------------*/
/*------------------------------------------*/
nav{
	width: 100%;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	background-color: #309e3a;
}
nav ul{
	list-style: none;
}
nav ul li:first-child{
	width: calc(25% - 2px);
	border-left: 1px solid #fff;
}
nav ul li{
	float: left;
	width: calc(25% - 1px);
	border-right: 1px solid #fff;
	color: #FFF;
	text-align: center;
}
nav ul li a{
	color: inherit;
	display: block;
	line-height: 40px;
	text-decoration: none;
	transition: box-shadow 0.5s;
	moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
}


nav ul li a:hover{
	box-shadow: inset 0px 40px 0px 0px #333;
	color:#DDD;
}
/*------------------------------------------*/
/*----------------SLIDER--------------------*/
/*------------------------------------------*/
.slider{
	margin-top: 20px;
}
.row{

	background: url(../images/slider-background.png);
	background-color: rgba(0,0,0,0.8);
}
/*------------------------------------------*/
/*---------------CONTENT--------------------*/
/*------------------------------------------*/
.content h3{
	font-size: 28px;
	color: #5e9b45;
	padding: 10px 0px 10px 4px;
	margin: 10px 0px;
	font-family: 'Fjalla One', sans-serif;
}
.content h2{
	font-size: 38px;
	background-color: #5e9b45;
	color: #FFF;
	padding: 12px 10px;
	font-family: sans-serif;
	margin: 0px 0px 14px 0px;
}
.content p{
	font-size: 16px;
	padding: 5px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}
.content strong{
	color: #333;
	font-size: 18px;
}
.content span{
	color: #309e3a;
}
.content .split{
	width: 50%;
	margin: 20px 0px;
	float: left;
}
.content iframe{
	width: 100%;
	height: 200px;
}
.content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.content i{
	margin-right: 10px;
	padding-left: 10px;
}
/*------------------------------------------*/
/*-----------------GALLERY------------------*/
/*------------------------------------------*/
.img-area{
	float: left;
	margin: 12px;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
}
.img-area:hover{
	opacity: 0.8;
}
/*------------------------------------------*/
/*-----------------FOOTER-------------------*/
/*------------------------------------------*/
.seo,.amcs{
  width: 100%!important;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  font-weight: 300;
  font-family: 'Soure Sans Pro',sans-serif;
  position: relative;
}
.seo{
  color: #FFF;
  bottom: 0px;
}
.amcs{
  color: #FFF;
  border-top: 1px solid #444;
  padding-top: 20px;
  margin-top: 30px;
}
.amcs a {color: white;}
footer {
  background-color: #333;
  color: #FFF!important;
  padding: 40px 0px 20px 0px;

}
footer h3{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	line-height: 36px;
}
footer p{
	font-size: 16px;
	padding: 5px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}
footer span a{
	float: left;
	color: #FFF;
	display: block;
	width: 98%;
	line-height: 40px;
	text-decoration: none;
	font-family: 'Soure Sans Pro',sans-serif;
	margin: 5px 0px 0px 0px;
	padding-left: 2%;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
footer span a:hover{
	color: #555555;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------CONTACT FORM---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.placeholder {
  font-family: 'Source Sans Pro', sans-serif;
}

.message {
  width: calc(94% - 2px);
  border: 1px solid #192226;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #DDD;
  line-height: 30px;
  height: 100px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.half {
  width: calc(44% - 2px);
  border: 1px solid #192226;
  color: #333;
  float: left;
  height: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 4% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.full {
  width: calc(94% - 2px);
  border: 1px solid #192226;
  color: #333;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  height: 36px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.submit, form span {
  width: 46%;
  border: 1px solid  #309e3a;
  float: left;
  color: #FFF;
  display: block;
  line-height: 36px;
  margin-top: 10px;
  text-align: center;
  max-height: 38px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: #309e3a;
}

form span {
  margin-left: 4%;
  cursor: pointer;
}

.button{
	display: none;
}

/* Tablet Styles---*/
@media screen and (max-width: 1260px) {
	header span{
		font-size: 18px;
	}
	
}

/* Phone Styles---*/
@media screen and (max-width: 768px) {
	header{
		height: auto;
	}
	header span{
		text-align: center;
		font-size: 14px;
	}
	header span i{
		display: none!important
	}
	.button{
		width: 100%;
		line-height: 40px;
		background-color: #444;
		display: block;
		color: #FFF;
		font-family: 'Soure Sans Pro',sans-serif;
		cursor: pointer;
	}
	.content iframe{
		height: 200px;
	}
	.slider{
		width: 100%!important;
	}
	.button .fa-bars{
		padding: 0px 8px 0px 40px;
	}
	nav{
		height: 0px;
		overflow: hidden;
		-webkit-transition: height 0.5s;
		-moz-transition: height 0.5s;
		transition: height 0.5s;
	}
	.expand-nav{
		height: 160px;
	}
	nav ul li, nav ul li:first-child{
		width: 100%;
		border: none;
	}
	nav i{
		width: 23.5%;
	}
}

.row2{
	background-color: #333333;
}


.row2 h2 {
	font-size: 70px;
	color:white;
	text-align: center;
	padding: 100px;
}

.content h4 {
	font-size: 20px;
	color:#333333;
	font-family:sans-serif;
}


footer a {
	color: white;
}






.content p {
	text-align: justify;
}


.footimg a {
	width: 50px;
	height: 50px;
	float: left;
}


.content ul li {
	font-family: sans-serif;
	list-style: square;
	margin-left: 50px;
}