/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;

}

strong {
	font-weight: 600;
}

/* site styles */

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.svg#OpenSans-Bold') format('svg'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.svg#OpenSans-Light') format('svg'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
	width:100%;
	height:100%;
}

body {
	font-size:13px;
	line-height:20px;
	font-family: 'OpenSansRegular', Arial, sans-serif;
	color:#292f18;
	background:#fff;
	min-width: 320px;
}

a {
	color:#55883d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1
}

h2, h3, h4, h5 {
	font-weight:normal;
}
h2 {
	font-size:30px;
	line-height:34px;
}
h3 {
	font-size:25px;
	line-height:30px;
}
h4 {
	font-size:20px;
	line-height:25px;
}

header .main, #banner .main, section#main, #cols-block .main, footer .main {
	width:1200px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

header {
	background:url(../img/header-bg.png) repeat 0 0;
	width:100%;
	z-index: 50;
	position: fixed;
	top: 0;
	background: #fff;
	border-bottom: 3px solid #F15C02;
}

header .main {
	padding:12px 0 9px;

}

header #logo {
	float:left;
	padding: 7px 0 0 20px;
}

header #logo a {
	background:url(../img/logo.png) no-repeat 0 0;
	width:269px;
	height:150px;
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	display:block;
}

header nav {
	float:right;
	padding:120px 20px 0 0;
}

header nav ul li {
	float:left;
	list-style:none outside none;
	padding-left:20px;
}

header nav ul li a {
	float:left;
	color:#000;
	font-size:18px;
	line-height:18px;
	padding:0 10px 4px;
	font-family: 'OpenSansSemibold', arial;
}

header nav ul li a:hover, header nav ul li.active a {
	color:#55883d;
	border-bottom:2px solid #55883d;
	text-decoration:none;
}

header .call {
	position:absolute;
	top: 12px;
	right: 2px;
	font-family: 'OpenSans-Bold', arial;
	color:#55883d;
	background:url(../img/phone.png) no-repeat 0 0;
	padding: 2px 20px 2px 40px;
}

#banner {
	background:url(../img/banner-img.jpg) no-repeat center 0;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/banner-img.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/banner-img.jpg',sizingMethod='scale')";
	width:100%;
	position:relative;
	z-index: 20;
	padding: 215px 0 20px;
	min-height: 455px;
}

#banner .banner-head {
	text-align:center;
	padding: 0 120px 20px;
	min-height:284px;
}

#banner .banner-head h4 {
	font-size:30px;
	line-height:35px;
	color:#3f3e40;
	padding-bottom:16px;
	font-family: 'OpenSans-Bold', arial;
}

#banner .banner-head h2 {
	margin-top: 15px;
	font-size:50px;
	line-height:70px;
	color:#fdfcfe;
	font-family: 'OpenSans-Bold', arial;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.59);
}

#banner .boxes {

}

#banner .about {
	padding: 9px 24px 8px;
	float:right;
	background:url(../img/box-bg.png) repeat 0 0;
	border-radius: 7px;
	margin-left:17px;
	width:60%;
	margin-top: 300px;
}


#banner .about h2 {
	font-size:30px;
	line-height:44px;
	color:#eee;
	font-family: 'OpenSans-Light', arial;
	padding-bottom:3px;
	text-align: right;
}

#banner .about-text {
	width:225px;
	min-height: 50px;
	float:left;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 1, 0.75);
	font-size:15px;
	line-height:18px;
}

#banner .more-btn {
	float:right;
	background:url(../img/more-btn.png) no-repeat 0 0;
	width:26px;
	height:26px;
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	margin-top:3px;
}

section#main {
	padding:51px 0 52px;
}

section#main .content h2 {
	font-family: 'OpenSans-Bold', arial;
	color:#C91214;
	margin: 10px 0;
}

section#main .intro {
	padding-bottom:17px;
}

section#main .intro h2 {
	padding-bottom:23px;
}

section#main .intro h3 {
	color:#4a494b;
}

section#main .post {
	padding-bottom:12px;
	margin-bottom:22px;
	background:url(../img/post-sep.png) repeat-x 0 bottom;
}

section#main .post img {
	float:left;
	margin:2px 22px 5px 4px;
}

section#main .post .entry p {
	padding-bottom:10px;
}



section#main .boxes {
	width:100%;
}

section#main .box {
	width:340px;
	padding: 9px 24px 8px;
	float:left;
	background:#eee;
	border-radius: 7px;
	margin-left:17px;
	height: 330px;
}

section#main .box:first-child {
	margin-left:0;
}

section#main .box h2 {
	font-size:30px;
	line-height:40px;
	color:#55883d;
	font-family: 'OpenSans-Light', arial;
	padding-bottom:3px;
}

section#main .box-text {
	width:350px;
	min-height: 50px;
	float:left;
	color:#666;
	font-size:15px;
	line-height:18px;
}

section#main .more-btn {
	float:right;
	background:url(../img/more-btn.png) no-repeat 0 0;
	width:26px;
	height:26px;
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	margin-top:3px;
}


section#main .about {
	background: #e9e8e8;
	padding: 20px 12px 32px;
	color:#4a494b;
}

section#main .about h2 {
	padding-bottom:11px;
}

section#main .about h3 {
	padding-bottom:25px;
	color:#333333;
	line-height:27px;
}

#cols-block {
	background:#F46523;
}

#cols-block .main {
	padding: 19px 0 22px;
	overflow: visible;
}

#cols-block .cols-inner {
	background:#564742;
	border: 2px solid #595859;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
	padding: 12px 14px 16px;
	width:1170px;
	border-radius: 5px;
}

#cols-block .col {
	width:355px;
	float:left;
	margin-left:52px;
	color:#cccccc;
	font-size:15px;
	line-height:22px;
}

#cols-block .col h4 {
	background:#3b3b3b;
	font-family: 'OpenSans-Bold', arial;
	color:#fff;
	padding: 2px 20px;
	margin-bottom:11px;
	border-radius: 5px;
}

#cols-block .col:first-child {
	margin-left:0;
}

#cols-block .col ul {
	padding-top:6px;
}

#cols-block .col li {
	list-style:none outside none;
	margin-left:15px;
	padding-left:13px;
	background:url(../img/list-item.png) no-repeat 0 8px;
}

#cols-block .col li + li {
	margin-top:8px;
}

#cols-block .col a {
	color:#cccccc;
}

#cols-block .col p {
	padding-left:21px;
}
.cols-1 {
    float: left;
    min-height: 1px;
    padding: 0 30px 0;
    position: relative;
    width: 30%;
}
.cols-2 {
    float: right;
    width: 60%;
    padding: 40px 30px 0 0;
}

footer {
	background:#CD4C19;
	font-size:13px;
	line-height:18px;
}

footer .main {
	padding:29px 0 23px;
}

footer .main nav {
	float:left;
	padding-left: 20px;
}

footer .main nav ul li {
	display:block;
	float:left;
	list-style:none outside none;
}

footer .main nav ul li a {
	display:block;
	padding-right: 9px;
	margin-right:10px;
	border-right: 1px solid #CCC;
	color:#ccc;
}

footer .main nav ul li:last-child a {
	border-right: 0;
}

footer .main nav ul ul {
	display:none;
}

footer .main .legal {
	float:right;
	color:#c1c1c1;
	padding-right: 20px;
}

footer .main .legal a {
	color:#c1c1c1;
}

footer .main .legal span {
	color:#fff;
}

footer .main .legal .copy a {
	color:#fff;
}

footer .main .legal .sep {
	padding: 0 7px;
}

#marketdates {
    margin-bottom: 20px;
    padding: 0 0 10px;
}
#marketdates ul {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
    width: 160px;
    overflow: hidden;
    background: #fff;
    padding: 8px 150px 8px 10px;
    border-radius: 4px;
    display: block;
    color: #666666;
}
#marketdates li {
    margin: 0 0 0 15px;
    padding: 0;
    float:left;
  display:inline;
  width: 200px;
}
#double li  { width:50%;}
#marketdates li ul {
    margin: 0 15px;
    padding-bottom: 30px;
}
#marketdates li li {
    background-position: left 14px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eff4f5;
    line-height: 35px;
    padding-left: 15px;
}
#marketdates li li span {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin-top: -20px;
    padding: 0;
}
#marketdates h3 {
    color: #F46523;
    letter-spacing: -1px;
    padding: 0 0 0 15px;
    font-size: 18px;
}

.nav-trigger { display: none; }

/* ------------------------------------------------------------ *\
	Producers
\* ------------------------------------------------------------ */

.producers table { text-align: left;}
.producers th { font-weight: bold; background: #CCC; padding: 10px 0 10px 10px;}
.producers td { padding: 10px; width: 25%; }

.producers tr:nth-child(even) {background: #EEE;}
.producers tr:nth-child(odd) {background: #FFF;}

/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */

header .main { overflow: visible; }

.nav li { position: relative; padding-bottom: 13px; }
header nav ul li a { border-bottom: 2px solid transparent; }

.nav ul ul { opacity: 0; visibility: hidden; position: absolute; top: 50%; left: 0; width: 250px; background: #fff; border-width: 0 2px 2px; border-style: solid; border-color: transparent #F15C02 #F15C02; margin-top: 9px;
	-webkit-transition: visibility .4s, opacity .4s, top .4s;
	        transition: visibility .4s, opacity .4s, top .4s;
}

.nav li:hover ul { opacity: 1; visibility: visible; top: 100%; }

/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */
/* max-width: 1264px */
@media (max-width: 1264px) {
	header .main,
	#banner .main,
	section#main,
	#cols-block .main,
	footer .main { width: 100%; max-width: 1200px; }

	#cols-block { overflow: hidden; }
	#cols-block .cols-inner { width: auto; margin: 0 -26px; padding-left: 0; padding-right: 0; }
	#cols-block .col { width: 33.333%; padding: 0 26px; margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}

	#cols-block .col:first-child { margin: 0; }

	section#main { overflow: hidden; }

	section#main .boxes { margin: 0 -12px; width: auto; }
	section#main .box { width: 33.333%; margin: 0; border: 10px solid #fff; padding: 10px 15px 15px; height: 365px; border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
	section#main .box:first-child { margin: 0; }

	.map_canvas,
	section#main .box-text,
	section#main .box-text > div,
	section#main .box iframe { width: 100% !important; }

	#marketdates ul { width: auto; padding-right: 0; margin-right: 10px; }
	#marketdates li { float: none; display: block; }

	header #logo { padding-left: 0; }
	header #logo a { width: 215px; }

	header nav ul li { padding-left: 3px; }

}

/* max-width: 1023px */
@media (max-width: 1023px) {
	header #logo { float: none; padding-top: 0; margin-top: -15px; }
	header #logo a { margin: 0 auto; height: 140px; }

	header nav { float: none; padding: 10px 0 0; text-align: center; min-height: 25px; }
	header nav ul li { float: none; padding: 0 4px; display: inline-block; vertical-align: top; }
	header nav ul li a { padding: 0 5px 4px; }

	#banner .about { width: 66%; }

	section#main { padding: 15px 0; }

	#marketdates h3 { padding-left: 0; }
	#marketdates ul { margin: 0; }

	form.styled .text,
	form.styled select { width: 100%; }

	section#main .box { height: 360px; }

	#cols-block .cols-inner { margin: 0 -5px; }
	#cols-block .col { padding: 0 5px; font-size: 13px; }
	#cols-block .col p { padding-left: 0; }

	.cols-1 { padding: 0 10px 0 0; }
	.cols-2 { padding-right: 0; }
}

/* max-width: 767px */
@media (max-width: 767px) {

	header { text-align: center; }
	header .main { padding: 0; }

	header #logo a { margin-top: -30px; margin-bottom: -20px;
		-webkit-transform: scale(.6);
		        transform: scale(.6);
	}

	header nav { display: none; }
	header nav ul li { display: block; padding: 0; }
	header nav ul li + li { padding-top: 3px; }
	header nav ul li a { float: none; display: block; border-bottom: 2px solid transparent; }

	.nav ul ul { position: static; opacity: 1; visibility: visible; width: 100%; border: none; margin: 0; }
	.nav ul ul li { padding-bottom: 0; }
	.nav ul ul a { font-size: 14px; }

	.nav-trigger { display: inline-block; padding-top: 9px; text-align: left; }
	.nav-trigger span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #f15c02; }

	.nav-trigger span:before,
	.nav-trigger span:after { position: absolute; width: 100%; height: 3px; background: #f15c02; content: ''; }

	.nav-trigger span:before { top: -9px; }
	.nav-trigger span:after { top: 3px; }

	.nav-trigger span:before,
	.nav-trigger span:after,
	.nav-trigger span {
		-webkit-transition: all .3s linear;
		        transition: all .3s linear;
	 }

	.nav-trigger.active span { border-color: transparent; }
	.nav-trigger.active span:before,
	.nav-trigger.active span:after { background: #e70000; }

	.nav-trigger.active span:before {
	-webkit-transform: rotate(45deg) translate(2.5px, 6px);
	        transform: rotate(45deg) translate(2.5px, 6px);

	}
	.nav-trigger.active span:after {
	-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
	        transform: rotate(-45deg) translate(2.5px, -6px);
	}

	#banner { padding-top: 126px; min-height: 365px; }
	#banner .about { margin: 100px 10px 10px; float: none; width: auto; }
	#banner .about h2 { font-size: 28px; }

	section#main .box { float: none; width: 100%; height: auto; overflow: hidden; }

	#marketdates { margin-bottom: 0; }
	form.styled .btn { margin-bottom: 0; }

	#cols-block .col { float: none; width: 100%; padding-bottom: 10px; }
	#cols-block .col p { padding-left: 10px; padding-right: 10px; }

	footer .main .legal,
	footer .main nav { float: none; padding: 0; }

	footer .main nav { overflow: hidden; display: inline-block; }
	footer .main { text-align: center; padding: 20px 10px; width: auto; }

	.map_canvas { height: 200 !important; }

	.producers { overflow: auto; }
	.producers table { min-width: 640px; }

	.cols-1,
	.cols-2 { width: 100%; padding: 0; margin: 0 10px; float: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
}