/*
 * Responsive HTML5/CSS3 template
 * http://webcodebuilder.com/examples/responsive-html5css3-template/index.html
 *
 * Copyright 2012, WebCodeBuilder
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

@media all{
	body{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #004900;
	width: 100%;
	color: #444444;
	}
	a{
	color: #004700;
	text-decoration: underline;
	}
	a:hover { text-decoration:none;}
	section, header,footer,nav { display:block;}
	img{
		border:0;
		vertical-align:top;
		max-width:100%;
	}
	form,
	fieldset{
		border:0;
		padding:0;
		margin:0;
	}
	h1{
		font:3.285em/1.067em 'PT Sans', Arial, Helvetica, sans-serif; /*60px/64px*/
		margin:0 0 0.167em;
		text-align:center;
		color:#000;
		text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	}
	h2 {
	font: 1.714em/1.125em Arial, Helvetica, sans-serif; /*24px/27px*/
	color: #929292;
	text-align: center;
	margin: 0 0 0.417em;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	}
	h3 {
		font:1.285em/1.167em 'Nunito', Arial, Helvetica, sans-serif; /*18px/21px*/
		margin:0 0 0.55em;
		text-align:center;
	}
	.subHeading{
		display:block;
		font:2.357em/1.151em 'PT Sans', Arial, Helvetica, sans-serif; /*33px/38px*/
		margin:0 0 1em;
		text-align:center;
		color:#7a7a7a;
		text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	}
	ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	section ul,
	article ul{
		margin:0 0 0.5em;
	}
	section li,
	article li{
		padding:0 0 0.5em 1.5em;
		
	}
	
	p {margin:0 0 1em;}
	blockquote {
		margin:0 0 1em;
		
		font-size:1.143em;
		line-height:1.25em;
		font-style:italic;
		color:#444;
	}
	q {
		quotes:none;
		display:block;
		padding:1.5em 1em 0 40px;
	}
	q:before { content:"";}
	q:after { content:"";}
	cite {
		display:block;
		text-align:right;
	}
	dl{ margin:0 0 10px;}
	dt {font-weight:bold;}
	dd { margin:0 0 10px 20px;}
	form,
	fieldset {
		padding:0;
		margin:0;
		border:0;
	}
	.center {
		max-width:1200px;
		width:100%;
		margin:0 auto;
	}
	.hidden{display:none;}
	.box-main:after,
	.center:after {
		content:"";
		clear:both;
		display:block;
	}
	.right { float:right;} 
	.left { float:left;}
	.alignLeft{
		float:left;
		margin-right:1em;
	}
	.alignRight{
		float:right;
		margin-left:1em;
	}
	.fullWidth{width:100%;}
	.fullWidth img{
	width: 100%;
	max-width: 900px;
}
	.row{
	width: 100%;
	background-color: #FFFFFF;
	padding: 2.857em 0;
	}
	.row:after{
		content:"";
		display:block;
		clear:both;
	}
    .light h1 {padding:30px 0px 15px 0px;}
    .light h3 {padding-top:30px;}
    .light {background-color:lightgray;margin:auto;padding:30px 0px;}
    .light p {max-width: 960px;margin:auto;padding-bottom:10px;}
    .light ul {max-width: 960px; margin:auto;list-style: disc;list-style-position: outside;padding-left:30px;}
	.grey{
	background-color: #004700;
	color: #fff;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	-moz-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	}
	.grey h1{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	/* [disabled]background-color: #E4C87A; */
	}
	.grey h2{
		text-shadow:0 1px 2px rgba(0,0,0,0.5);
	}
	.grey .subHeading{
	color: #ccc;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	}
	.grey a{color:#fff;}
	.btn{
		position:relative;
		display:inline-block;
		padding:0.278em;
		font:1.714em/2.375em Arial, Helvetica, sans-serif;
		border:1px solid #d6d6d6;
		background:#dedede;
		text-decoration:none;
		font-weight:bold;
		cursor:pointer;
		width:auto;
		margin:0 -2px;
		overflow:visible;
		
		-webkit-border-radius: 1.67em;
		-moz-border-radius: 1.67em;
		border-radius: 1.67em;
		
		-webkit-transition: background 0.5s ease;
		-moz-transition: background 0.5s ease;
		-o-transition: background 0.5s ease;
		transition: background 0.5s ease;
	}
	* +html .btn{margin:0;}
	.btn span{
		color:#fff;
		padding:0 1.25em;
		display:block;
		text-shadow: 0px 0 rgba(0,0,0,0.31), 0 1px rgba(0,0,0,0.5), 0px 0 rgba(0,0,0,0.5), 0 0px rgba(0,0,0,0.5);
		
		-moz-box-shadow:   	inset 0 0px 3px rgba(255,255,255,255.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(255,255,255,0.75);
		box-shadow:         inset 0 0px 3px rgba(255,255,255,0.75);
							
		-webkit-border-radius: 1.25em;
		-moz-border-radius: 1.25em;
		border-radius: 1.25em;
	}
	.btnSmall{
	padding: 0.278em;
	text-decoration: none;
	font-size: 1.214em;
	line-height: 2.35em;
	background-color: #666;
	font-weight: bold;
	border: 1px solid #505a68;
	-webkit-border-radius: 1.47em;
	-moz-border-radius: 1.47em;
	border-radius: 1.47em;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.36);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.36);
	box-shadow: 0 1px 1px rgba(255,255,255,0.36);
	}
	.btnSmall span{
	color: #fff;
	text-decoration: none;
	padding: 0 1.47em;
	display: block;
	text-shadow: 0px 0 rgba(0,0,0,0.31), 0 1px rgba(0,0,0,0.5), 0px 0 rgba(0,0,0,0.5), 0 0px rgba(0,0,0,0.5);
	border: 1px solid #566270;
	background-color: #606a78;
	-moz-box-shadow: inset 0 2px 2px -2px rgba(255,255,255,255.75),
							inset 0 0 0 #fff;
	-webkit-box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;
	box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;
	-webkit-border-radius: 1.25em;
	-moz-border-radius: 1.25em;
	border-radius: 1.25em;
	background-image: -webkit-linear-gradient(270deg,rgba(17,69,17,1.00) 0%,rgba(149,149,149,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(17,69,17,1.00) 0%,rgba(149,149,149,1.00) 100%);
	}
	.btn:hover {
		background:#1b4648;
		background:rgba(0,0,0,0.2);
	}
	.btnSmall:hover {
		background:none;
	}
	.btnSmall:hover span{
	background-image: -webkit-linear-gradient(270deg,rgba(55,61,55,1.00) 0%,rgba(155,163,155,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,61,55,1.00) 0%,rgba(155,163,155,1.00) 100%);	

	}
	.btn:active{
		top:1px;
	}
	.btn:hover span,
	.btn:active span{
		color:#fff;
	}
	.btnGreen span{
		border:1px solid #5e9048;
		background:#75cf44;
		
		background-image: linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -o-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(80,153,46)),
			color-stop(1, rgb(117,207,68))
		);
	}
	.btnBlue span{
		background:#52b3d3;
		border:1px solid #67a2b4;
		color:#fff;
		
		background-image: linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -o-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(66,153,179)),
			color-stop(1, rgb(82,179,211))
		);
	}
	.formRow{
		width:100%;
		margin:0 0 1.5em;
	}
	.formRow:after{
		content:"";
		display:block;
		clear:both;
	}
	.textField{
	width: 100%;
	overflow: hidden;
	border: 1px solid #666;
	background-color: #999;
	font-weight: bold;
	padding: 0.5em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.36);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.36);
	box-shadow: 0 1px 1px rgba(255,255,255,0.36);
	}
	input,
	textarea{
		display:block;
		background:#fff;
		font:1em/1.214em Arial, Helvetica, sans-serif;  /*14px/17px*/
		color:#444;
		width:100%;
		padding:0.75em 1.5em;
		border:1px solid #505762;
		margin:0;
		
		resize:none;
		
		-moz-box-shadow:   	inset 0 0px 3px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
		box-shadow:         inset 0 0px 3px rgba(0,0,0,0.75);
		
		-webkit-border-radius: 1.5em;
		-moz-border-radius: 1.5em;
		border-radius: 1.5em;
				
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	textarea {
		overflow:auto;
		height:10.812em;
	}
	* +html input,
	* +html textarea,
	* +html .textField{
		width:99%;
		padding:0;
	}
	::-webkit-input-placeholder {
		color:    #444;
	}
	:-moz-placeholder {
		color:    #444;
	}
	.columns{width:100%	}
	.columns:after{
		content:"";
		display:block;
		clear:both;
	}
	.columns > div,
	.columns > article{
		float:left;
		vertical-align:top;
	}
	.columns h2{text-align:left;}
	.half{
		width:48.0%;
		margin:1.3%;
	}
	.oneThird{
		width:32%;
		margin:1%;
	}
	.columns > div:first-child,
	.columns > article:first-child{margin-left:0;}
	.oneThird +.oneThird +.oneThird,
	.threeForth + .oneForth,
	.oneForth + .half,
	.half + .half,
	.half + .oneForth + .oneForth,
	.last{
		float:right;
		margin-right:0;
	}
	.oneForth{width:25%;}
	.threeForth{width:74.5%;}
	.buttons{
		width:100%;
		overflow:hidden;
		text-align:center;
		margin:2.5em 0 0
	}
	.buttons > span{
		background:url(../img/sep-vert.gif) no-repeat 50% 50%;
		display:inline-block;
		font-size:1.714em;
		line-height:1.125em;
		padding:1em 0.75em;
		margin:0 -1px 0 -2px;
		background:#;
	}
	* +html .buttons > span{margin:0 20px;}
	.buttons > span em{
		font-style:normal;
		display:block;
		background:#eaeaea;
	}
	.imgHolder{
	display: inline-block;
	padding: 1px;
	background: #fff;
	border: 6px solid #cecece;
	margin-bottom: 1em;
	max-width: 960px;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left:auto; */
	}
	* +html .imgHolder{
		max-width:93.5%;
		border-width:3%;
		padding:0;
	}
	.imgHolder img{
	display: block;
	max-width: 960px;
}
	.grey .imgHolder{
		border-color:#646e7d;
	}
	/*main styles*/
	#pagewidth {width:100%;}
	#header{
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	background-color: #004900;
	-moz-box-shadow: inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
	box-shadow: inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
	}
	#content{padding:0px;margin:30px 0px;}
	#mainNav{text-align:center;}
	#mainNav li{
	display: inline-block;
	margin-top: 0;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0;
	}
	#mainNav a{
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	background-color: #1F2F1F;
	font-weight: bold;
	-moz-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	#mainNav a span{
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
	text-shadow: 0px 0 rgba(0,0,0,0.31), 0 1px rgba(0,0,0,0.5), 0px 0 rgba(0,0,0,0.5), 0 0px rgba(0,0,0,0.5);
	border: thin solid #202329;
	background-color: #4E624E;
	-moz-box-shadow: inset 0 2px 2px -2px rgba(255,255,255,255.75),
							inset 0 0 0 #fff;
	-webkit-box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;
	box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(179,192,179,1.00) 0%,rgba(44,59,44,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(179,192,179,1.00) 0%,rgba(44,59,44,1.00) 100%);
	}
	#mainNav a:active{
		top:1px;
	}
	#mainNav a:hover span ,
	#mainNav li.active span {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-image: -webkit-linear-gradient(86deg,rgba(57,57,57,1.00) 1.29%,rgba(174,174,174,1.00) 78.15%);
	background-image: linear-gradient(4deg,rgba(57,57,57,1.00) 1.29%,rgba(174,174,174,1.00) 78.15%);
	}

	.slides{
		list-style:none;
		overflow:hidden;
		padding:0;
		width:100%;
	}
	.slides li{
		padding:0;
		display: none;
		position:relative;
		background:url(../img/sep-vert.gif) no-repeat 50% 50%;
	}
	* +html .slides li{
		display:inline;
		zoom:1;
		margin:0;
	}
	.slides blockquote{
		float:right;
		width:48%;
		margin:2.5em 0 0;
	}
	.slides blockquote:first-child{float:left;}
	#map{
	border: 1px solid #535d6b;
	padding: 0.428em;
	background-color: #999;
	margin: 0 0 1em;
	}
	#map .imgHolder{
		height:1%;
		overflow:hidden;
		background:#fff;
		padding:1px;
		border:0;
		margin:0;
		display:block;
	}
	#map .imgHolder img{
		width:100%;
	}
	.form{width:92%;}
	#testimonials{
		margin-top:-2.857em;
	}
	#testimonials .row{
		padding:0;
		background:url(../img/sep-hor.gif) no-repeat 50% 1.5em;
	}
	#testimonials .row:first-child{
		background:none;
	}
	#testimonials{background:none;}
	#testimonials:after{display:none;}
	#footer{
		width:100%;
		overflow:hidden;
		padding:24px 0;
		color:#fff;
		line-height:16px;
	}
	#footer a{
		color:#fff;
	}
	#footer .copy{float:right;}
	#message p{margin: 0;}
	.error_message{
		padding: 5px 10px!important;
		border-width: 2px !important;
		background:rgba(247,0,0,0.5) !important;
		margin: 0 0 15px;
	}
	.ok_message{
		padding: 10px 15px!important;
		background:rgba(57,143,20,0.5) !important;
		margin: 0 0 15px;
	}
}
@media all and (max-width: 1024px){
}
@media all and (max-width: 960px){
	.center{
		padding:0 10px;
		width:auto;
	}
	.buttons{font-size:11px;}
	#header{
		padding:2px 0 0;
		height:0;
		overflow:hidden;
		position:static;
	}
	#content{padding:0;}
}
@media all and (max-width: 780px){
	body{font-size:13px;}
	.buttons{font-size:9px;}
	h1{font-size:3.5em;}
	.subHeading{font-size:2em;}
	.news h3{font-size:1.3em;}
}
@media all and (max-width: 504px){
	body{font-size:12px;}
	.columns > div,
	.columns > article{
		float:none;
		margin:0;
		width:100%;
	}
	.buttons{font-size:7px;}
	#testimonials li,
	#testimonials .row{
		background:none;
	}
	#testimonials blockquote{
		float:none;
		width:100%;
		position:relative;
	}
	#testimonials blockquote:after{
		background:url(../img/sep-hor.gif) no-repeat 50% 0;
		content:"";
		position:absolute;
		left:0;
		top:-18px;
		width:100%;
		height:2px;
	}
	#testimonials .row:first-child blockquote:first-child:after{display:none;}
	.flex-direction-nav{display:none;}
	h1{font-size:3em;}
	.subHeading{font-size:1.75em;}
}
@media all and (max-width: 320px){
	.buttons > span{display:none;}
	.buttons .btn{margin-top:0.5em;}
	.buttons{margin-top:2em;}
	h1{font-size:2.5em;}
	.subHeading{font-size:1.5em;}
	.news h3{font-size:1.25em;}
}
@media all
	and (min-device-width: 768px)
	and (max-device-width: 1024px){
	#header{
		padding:2px 0 0;
		height:0;
		overflow:hidden;
		position:static;
	}
	#content{padding:0;}
	
}
.slider {
  max-width: 950px;
  height: 380px;
  margin: 0px auto;
  position: relative;
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.slide1 {
  background: url(https://farmerstrash.com/img/farmbg.jpg)no-repeat center;
      background-size: cover;
    animation:fade 15s infinite;
-webkit-animation:fade 15s infinite;

} 
.slide2 {
  background: url(https://farmerstrash.com/img/halloween.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 15s infinite;
-webkit-animation:fade2 15s infinite;
}
.slide3 {
    background: url(https://farmerstrash.com/img/winter.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 15s infinite;
-webkit-animation:fade3 15s infinite;
}
.slide4 {
    background: url(https://farmerstrash.com/img/bridge.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 15s infinite;
-webkit-animation:fade4 15s infinite;
}
.slide5 {
    background: url(https://farmerstrash.com/img/lighthouse.jpg)no-repeat center;
      background-size: cover;
    animation:fade5 15s infinite;
-webkit-animation:fade5 15s infinite;
}
.slide6 {
    background: url(https://farmerstrash.com/img/autumnwoods.jpg)no-repeat center;
      background-size: cover;
    animation:fade6 15s infinite;
-webkit-animation:fade6 15s infinite;
}
/*.slide7 {
  background: url(https://farmerstrash.com/img/autumnpark.jpg)no-repeat center;
      background-size: cover;
    animation:fade7 15s infinite;
-webkit-animation:fade7 15s infinite;

} */
@keyframes fade
{
  0%   {opacity:1}
  16.7% { opacity: 0}
  33.333% { opacity: 0}
  50% { opacity: 0}
  66.666% { opacity: 0}
  83% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  16.7% { opacity: 1}
  33.333% { opacity: 0}
  50% { opacity: 0}
  66.666% { opacity: 0}
  83% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  16.7% { opacity: 0}
  33.333% { opacity: 1}
  50% { opacity: 0}
  66.666% { opacity: 0}
  83% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  16.7% { opacity: 0}
  33.333% { opacity: 0}
  50% { opacity: 1}
  66.666% { opacity: 0}
  83% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:0}
  16.7% { opacity: 0}
  33.333% { opacity: 0}
  50% { opacity: 0}
  66.666% { opacity: 1}
  83% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade6
{
  0%   {opacity:0}
  16.7% { opacity: 0}
  33.333% { opacity: 0}
  50% { opacity: 0}
  66.666% { opacity: 0}
  83% { opacity: 1}
  100% { opacity: 0}
}
/*@keyframes fade7
{
  0%   {opacity:0}
  16.7% { opacity: 0}
  33.333% { opacity: 0}
  50% { opacity: 0}
  66.666% { opacity: 0}
  83% { opacity: 0}
  100% { opacity: 1}
}*/