/*
* clrs
* ylw: #FFC90D
* grn: #0C7F3E
* blk: #3e3e3e
*/

body {margin:0; padding: 0; font-family: "Open Sans", Arial, sans-serif;}
body {background: #fff; color: #3e3e3e;}

p {
	font-size: 80%;
	font-weight: 300;
	color: #3e3e3e;
	line-height: 22px;
}

a {text-decoration: none; color: #3e3e3e;}

::selection {
	background: #3e3e3e;
	color: #fff;
	}
::-moz-selection {
	background: #3e3e3e;
	color: #fff;
}
/*
* Headings
*/
h1 {
	font-size: 1.8em;
	line-height: 1.23em;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 24px;
	 font-family: 'Crete Round',Georgia, serif;
	 font-weight: 400;
	 padding: 20px 0;
	}
h4 {font-size: 18px;
}
h5 {
	font-size: 14px;
	padding-top: 15px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #0C7F3E;
	padding-top: 10px;
	cursor:s-resize;
}

h5 b {
	font-weight: bold;}


ul {
	font-size: 14px;
	margin: 7px 0;
	padding-left: 10px;
}
ul li {
	margin-bottom: 5px;
}
.container .eight.columns p{
	list-style-type: disc;
	color: #3E3E3E;
    font-size: 80%;
    font-weight: 300;
    line-height: 22px;
	margin: 7px 0;
	padding-left: 10px;
}
.container .eight.columns a{
	color: #0C7F3E;
    font-size: 80%;
    font-weight: 300;
}
.container .eight.columns ul{
	list-style-type: disc;
	color: #3E3E3E;
    font-size: 80%;
    font-weight: 300;
    line-height: 22px;
	margin: 7px 0;
	padding-left: 10px;
}
.container .clear, body .clear {
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0;
}
.one-third {
	text-align: center;
}

header {
	width: 100%;
	height: 77px;
	clear: both;
	margin: 0;
	padding: 0;
	background-size: cover;
	position: relative;
	z-index: 1000;
}

header nav {
	width: 100%;
	height: 70px;
	float: left;
	margin: 0;
	padding: 25px 0 20px;
	background: #FFC90D;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 50px 5px;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	border-top: 2px solid #0C7F3E;
	position: fixed;
	z-index: 1000;
	/* box-shadow: 0 1px 2px 0 rgba(0,0,0,.3); */
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	/* -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3); */
}

header .badge {
	position: absolute;
	right: 35px;
	margin-top: 55px;
	z-index: 1001;
}
header p {
	color: #fff;
	background: rgba(0,0,0,0.6);
	padding: 5px;
	border-radius: 2px 2px 2px 2px;
	font-weight: 400;
}
header p a{
	color: #fff;
	text-decoration: underline;
}
header h1, header h2 {
	width: 100%;
	float: left;
	clear: both; 
	text-align: left;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-weight: 600;
}
header h1 {font-size: 3em; margin-bottom: 10px;}
header h2 {font-size: 2em;}

ul.mainMenu {
	margin: 0;
	padding: 0;
	float:right;
}
ul.mainMenu li {display: inline; float: left; margin: 2px 10px;}
ul.mainMenu li a {
	font-size: 16px;
	color: #3e3e3e;
	text-decoration: none;
}
ul.mainMenu li a:hover {
	color: #0C7F3E;
	-webkit-transition: color .12s ease-in-out;
	-moz-transition: color .12s ease-in-out;
	-ms-transition: color .12s ease-in-out;
	-o-transition: color .12s ease-in-out;
	transition: color .12s ease-in-out;
}
.green_lay {
	width: 100%;
	float: left;
	clear: both;
	background: #0C7F3E;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;}
.green_lay h2 {
	width: 100%;
	margin: 20px 0 50px;
	text-align: center;
	text-shadow: none;}
.green_lay p {width: 600px; margin: 0 auto 30px; color: #fff; text-align: center;}
.green_lay a.button_l {
	display: block;
	width: 185px;
	background: #36ae7e;
	color: #fff;
	margin: 0 auto 20px;
	padding: 10px 20px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.green_lay a.button_l:hover {
	background: #fff;
	color: #0C7F3E;
}
.green_lay a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.green_lay a:hover {
	text-decoration: underline;
}
.gray {
	width: 100%;
	float: left;
	clear: both;
	background: #0C7F3E;
	color: #fff;
	margin: 50px 0;
	padding: 10px 0;
	position:relative;
	z-index:1;
}

.gray p{
	color: #fff;
}
.form h3, .form p {text-align: center;}
form {width: 500px; margin: 30px auto; text-align: center;}
input, label, textarea {width: 500px; float: left; margin: 0; padding: 0;}
label {font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
input {margin-bottom: 20px; padding: 7px 0; text-align: center;}
input, textarea {border: 1px solid #ddd; outline: none;}
input:focus, textarea:focus {border-color: #b6b6b6;}
textarea {width: 480px; padding: 7px 10px;}
input.error, textarea.error {border-color: #cc4847;}

input[type='submit'] {width: 502px; padding: 12px 0; font-size: 16px; border: none; background: #eee; color: #3e3e3e; cursor: pointer;}
input[type='submit']:hover {background: #1EBA6B; color: #fff;}

.focus h3 {
	margin-bottom: 15px;
}
.focus h4, .focus h3 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
}
.focus p {
	text-align: center;
}
.slideshow {
	height: 220px;
}
.gallery a {
	width: 140px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 5px;
}
.gallery a img {
	height: 95px;
	width: 140px;
}

a#top {display: none; width: 7px; height: 17px; padding: 5px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #0C7F3E; font-size: 14px; font-weight: 300;}

.button {float: left;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: background .12s ease-in-out;
	-moz-transition: background .12s ease-in-out;
	-ms-transition: background .12s ease-in-out;
	-o-transition: background .12s ease-in-out;
	transition: background .12s ease-in-out;
}

.medium {font-size: 12px; margin: 5px 0; padding: 9px 14px 8px;}

a.green {background: #0C7F3E; color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
}
a.green:hover {background: #36ae7e}

footer {
	width: 100%;
	height: calc( 100vh - 152px );
	padding: 20px 0;
	background: #3e3e3e;
	margin-top: 35px;
}

footer .container {
	margin: 0 0 0 50px;
}

footer h5 {
	color: #ccc;
}
footer p {
	color: #aaa;
	line-height: 15px;
	font-size: 14px !important;
	margin-bottom: 7px;
}
footer a {
	color: #ddd !important;
}
footer a:hover {
	color: #0C7F3E !important;
}
.container .eight.columns.contact p{
	color: #AAAAAA;
    font-size: 14px !important;
    line-height: 15px;
    margin: 0 0 7px 0;
    padding: 0;
}
.container .eight.columns.contact a{
	color: #ddd !important;
	font-size: 14px !important;
    line-height: 15px;
    margin-bottom: 7px;
}
.container .eight.columns.contact a:hover{
	color: #0C7F3E !important;
}
/* 
*  Media—queries
*/
@media only screen and (max-width: 767px) and (min-width: 480px) {

	header h2 {
		display: none;
	}
	header .slogan {
		padding-top: 40px;
	}
	header nav {
	background-size: 50% auto;
	background-position: center top;
	padding-top: 50px;
	}
	nav .container .logo {
		margin-bottom: 20px;
		text-align: center;
	}
	.green_lay p {
		width: 400px;
	}

	form, label, input  {
		width: 400px;
	}
	input[type="submit"] {
		width: 402px;
	}
	textarea {
		width: 380px;
	}
	.container .one-third.column, .container .eight.columns, .container .four.columns {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {

	
	header h2, header .six.columns {
		display: none;
	}
	header .badge {
	display: none;
}
	header .slogan {
		padding: 30px 0;
	}
	header nav {
	background-size: 50% auto;
	background-position: center top;
	padding-top: 50px;
	}
	nav .container .logo {
		margin-bottom: 20px; text-align: center;
	}
	.green_lay p {
		width: 200px;
	}
	form, label, input  {
		width: 300px;
	}
	input[type="submit"] {
		width: 302px;
	}
	textarea {
		width: 280px;
	}
	.container .one-third.column, .container .eight.columns, .container .four.columns {
		margin-bottom: 40px;
	}
}









