@font-face {
    font-family: 'AvantGardeLT-ExtraLight';
    src: url('http://agritekholdings.com/wp-content/themes/agritek/css/fonts/avant/avantgardelight.eot');
    src: url('fonts/avant/avantgardelight.eot') format('embedded-opentype'),
         url('fonts/avant/avantgardelight.woff') format('woff'),
         url('fonts/avant/avantgardelight.ttf') format('truetype'),
         url('fonts/avant/avantgardelight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-block;}
* html .cf {height: 1%;}
.cf {display: block;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body, html {
	height:100%;
	width:100%;
}
#siteWrap {
	min-height:100%;
	position:relative;
}
#siteTop {
	padding-bottom:80px;

}
#siteBottom {
	height:80px;
	position:absolute;
	width:100%;
	bottom:0px;
}
body input,
body textarea  {
	padding:5px;	
	border:1px solid #ddd;
}

body #content input,
body #content textarea  {
	background-color:#f6f6f6;
}

a{
	color:#429233;
	text-decoration:none;
		-webkit-transition: color .7s ease-in-out 0s;
		   -moz-transition: color .7s ease-in-out 0s;
			-ms-transition: color .7s ease-in-out 0s;
			 -o-transition: color .7s ease-in-out 0s; 
				transition: color .7s ease-in-out 0s;
}
a:hover {
	color:#193913;
}

h1,h3,h5,strong{color:#193913}
h2,h4{color:#999}

.left {
	float: left;
}
.right {
	float: right;
}
.fadeThis * {
	display: none;
}
.fadeThis {
	position:relative;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
}
.fadeThis span.hover {
	background-position: left bottom;
	cursor:pointer;
	top: 0px !important;
	left: 0px !important;
}
.fadeThis span.text {
	position:absolute;
	display:block;
	z-index:1001;
	text-align: center;
}
.fadeThis input {
	z-index:2000;
	display: block !important;
	position: absolute;	
}
.formBtn {
	border:0px;
	background-color:transparent;
	cursor:pointer;	
}
/*------Basic Shell-------------------------*/

.miniTitle {
	font-family: 'Helvetica';
	font-size: 21px;
	font-weight: bold;
	color: #191f4e;
}
.imgBorder {
	border: none;
	padding: 2px;
}
img {
	border:0px;
}
.divider {
	height: 1px;
	background-color: #b9b2b2;
	margin: 15px 0px;
}
.boxWrap {
	background-color: #f3f3f3;
	border: solid 1px #8f8b88;
	padding: 15px;
}
.textShadow {
	text-shadow: 1px 1px 1px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
}
/*------Basic Shell-------------------------*/
.container {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
#header {
	/*height: 122px;*/
}
.home #header {
	height: 122px;
}
#header #logo {
	float: left;
}
#header #hdrRight {
	padding-top: 13px;
}
#header #hdrRight #socialWrap a {
	float: left;
	display: block;
	background-color: #e2e2e2;
	height: 34px;
	width: 34px;
	border-radius: 34px;
	margin-right: 12px;
	transition:all .4s ease;
}
#header #hdrRight #socialWrap a:hover {
	background-color: #24511b;
}
#header #hdrRight #quoteWrap {
	height: 42px;
	line-height: 42px;
	font-family: 'AvantGardeLT-ExtraLight';
	font-size: 24px;
	color: #24511b;
}
#contentWrap {
	background-color: #e2e2e2;
	position:relative;
}
#contentWrap #overflow {
	position:relative;
	overflow:hidden;
	padding: 20px 0px;
}
#contentWrap #leafsWrap .leafItem {
	position: absolute;
	bottom: -450px;
}
#contentWrap #leafsWrap #leaf1 {
	background-image: url(../images/leaf-1.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 308px;
	left:-44px;
}
#contentWrap #leafsWrap #leaf2 {
	background-image: url(../images/leaf-2.png);
	background-repeat: no-repeat;
	width: 136px;
	height: 184px;
	left:135px;
}
#contentWrap #leafsWrap #leaf3 {
	background-image: url(../images/leaf-3.png);
	background-repeat: no-repeat;
	width: 216px;
	height: 419px;
	left:203px;
}
#contentWrap #leafsWrap #leaf4 {
	background-image: url(../images/leaf-4.png);
	background-repeat: no-repeat;
	width: 166px;
	height: 237px;
	left:342px;
}

#contentWrap #leafsWrap #leaf5 {
	background-image: url(../images/leaf-5.png);
	background-repeat: no-repeat;
	width: 198px;
	height: 317px;
	left:513px;
}
#contentWrap #leafsWrap .leafButton {
	height: 34px;
	border-radius: 34px;
	background-color: rgba(255,255,255,0.5);
	font-size: 18px;
	font-family: 'AvantGardeLT-ExtraLight';
	color: #24511b;
	line-height: 30px;
	width: 34px;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	height: 34px;
	text-decoration: none;
	position: absolute;
	z-index: 1;
	top:-54px;
}
#contentWrap #leafsWrap .leafButton .off {
	font-size: 32px;
	text-align: center;
	width: 34px;
	overflow: hidden;
	height: 34px;
	display: block;
}
#contentWrap #leafsWrap .leafButton .on {
	opacity: 0;
	padding: 0px 20px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 34px;
}
#contentWrap #leafsWrap #leaf1-btn {
	left:6px;
}
#contentWrap #leafsWrap #leaf2-btn {
	left: 214px;
}
#contentWrap #leafsWrap #leaf3-btn {
	left: 333px;
}
#contentWrap #leafsWrap #leaf4-btn {
	left: 384px;
}
#contentWrap #leafsWrap #leaf5-btn {
	left: 620px;
}
#contentWrap #rightContent {
	width: 312px;
}
#contentWrap #rightContent #investorRelations {
	display: block;
	background-color: #24511b;
	line-height: 85px;
	height: 85px;
	font-family: 'AvantGardeLT-ExtraLight';
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	padding-left: 13px;
	transition: all .4s ease;
}
#contentWrap c #investorRelations:hover {
	background-color:#193913;
}
#contentWrap #rightContent #investorRelations .timeIcon {
	background-image: url(../images/time-icon.png);
	width: 52px;
	height: 67px;
	display: inline-block;
	margin-left: 13.px;
	margin-left: 13px;
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#contentWrap #rightContent #postsWrap {
	background-color: #73b843;
	color: #ffffff;
	padding: 20px;
}
#contentWrap #rightContent #postsWrap .postItem .postTitle {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#contentWrap #rightContent #postsWrap .postItem .postDate {
	font-size: 14px;
	font-style: italic;
}
#contentWrap #rightContent #postsWrap .postItem .postText {
	font-size: 14px;
	text-align: justify;
}
#contentWrap #rightContent #postsWrap a {
	color: #24511b;
	text-decoration: none;
	text-transform: uppercase;
	transition:all .4s ease;
}
#contentWrap #rightContent #postsWrap a:hover {
	color:#142e0f;
}
#contentWrap #rightContent #postsWrap .postItem a {
	text-transform: none;
}
#contentWrap #rightContent #postsWrap .postDivider {
	background-image: url(../images/dot-divider.png);
	height: 3px;
	margin: 10px 0px;
}

#content {width: 650px;}

#footerText {
	text-align: center;
	color: #a2a2a2;
	font-size: 14px;
	margin-top:10px;
}
#footerText a {
	color: #a2a2a2;
	text-decoration:none;
}
#footerText #footerCopy {
	font-size: 12px;
	color: #c0c0c0;
	padding-top: 3px;
}

#rightContent #searchform {
	background: green;
	color: white;
	padding: 10px 0px 10px 10px;
}

/* menu */
#header nav ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0;
	text-align: center;
	letter-spacing: -4px;
	background: rgb(66,146,51);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOTIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWJmNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(66,146,51,1) 0%, rgba(81,191,66,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,146,51,1)), color-stop(100%,rgba(81,191,66,1)));
	background: -webkit-linear-gradient(top,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	background: -o-linear-gradient(top,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	background: -ms-linear-gradient(top,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429233', endColorstr='#51bf42',GradientType=0 );
		-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.5);
		   -moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.5);
		        box-shadow:inset 0 1px 5px rgba(0,0,0,0.5);

}

#header nav ul li {
	padding: 5px 68px 2px 68px;
	margin: 0;
	letter-spacing: 0px;
	display: inline-block;
	height: 16px;
	border-right: solid 1px #d8d8d8;
	line-height: 13px;
	position:relative;
	border-bottom: solid 2px transparent;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
#header nav ul li:last-of-type {
	border-right:none;
	border-bottom:none;
}


#header nav ul li ul {
	background:#429233; 
	position: absolute;
	top:25px;
	left:0px;
	padding:0;
	display: none;
	z-index: 1000;
	width:197px;
 	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
		-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.5);
		   -moz-box-shadow:0 3px 7px rgba(0,0,0,0.5);
		        box-shadow:0 3px 7px rgba(0,0,0,0.5);
		-webkit-transition: all .7s ease-in-out 0s;
		   -moz-transition: all .7s ease-in-out 0s;
			-ms-transition: all .7s ease-in-out 0s;
			 -o-transition: all .7s ease-in-out 0s; 
				transition: all .7s ease-in-out 0s;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

#header nav ul li:hover ul {
    display: block;
}

#header nav ul li ul li{
	border-bottom:1px solid #429233;
	border-right:none;
	width:100%;
	height:auto;
	font-size:90%;
	margin:0;
	padding:9px;
	text-align:left;
	background:#193913;
 	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
		-webkit-transition: all .5s ease-in-out 0s;
		   -moz-transition: all .5s ease-in-out 0s;
			-ms-transition: all .5s ease-in-out 0s;
			 -o-transition: all .5s ease-in-out 0s; 
				transition: all .5s ease-in-out 0s;
}


#header nav ul li ul li:hover{
	opacity:.8;
	filter:Aplha(Opacity=80);	
}
#header nav ul li a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#fff;
}
/*
#header nav ul li ul li:first-child{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#header nav ul li ul li:last-of-type{
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}*/

/* #content */
#content {
	background:#fff;
	padding: 10px 30px;
}

#content ul {
	list-style: square;
	padding: 15px;
}
#content ul li {
	margin-bottom:10px;
}
#content ul li span.post-date{
	display:block;
}

#content p{
	line-height: 1.38em;
	text-align:justify;
}

/** images */
#content img.wp-post-image {
	width:98% !important;
	height:auto !important;
}

#content img {
	padding:5px;
	border:none;
	margin:10px 0;
}

#content img.alignleft {
	float:left;
	margin:0 20px 20px 0;
}

#content img.alignright {
	float:right;
	margin:0 0 20px 20px;
}

#content img.alignnone {
	max-width:640px !important;
	height:auto !important;
	border:none;
}

#content img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

/* buttons */
.screen-reader-text{display:none} 
input[type=submit],
#content input[type=submit] {
	background-color: rgb(66,146,51);
	background-color: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOTIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWJmNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-color: -moz-linear-gradient(top,  rgba(66,146,51,1) 0%, rgba(81,191,66,1) 100%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,146,51,1)), color-stop(100%,rgba(81,191,66,1)));
	background-color: -webkit-linear-gradient(top,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	background-color: -o-linear-gradient(top,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	background-color: -ms-linear-gradient(top,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	background-color: linear-gradient(to bottom,  rgba(66,146,51,1) 0%,rgba(81,191,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429233', endColorstr='#51bf42',GradientType=0 );
	width: 120px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	border: solid 1px #419b00;
	cursor:pointer;
	-webkit-background-size: 100% 200%;  
    -moz-background-size: 100% 200%;  
    background-size: 100% 200%;  
    -webkit-transition: all .5s linear;  
    -moz-transition: all .5s linear;  
    -o-transition: all .5s linear;  
    transition: all .5s linear;  

}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {  
    background-position: 0 100%;  
	opacity:.8;
	filter:Alpha(Opcaity=80);
}  

#spr-quote-box {
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	border: none !important;
}