@import url('font-awesome.css');

.alert {
	width: 100%;
	text-align: center;
	display: block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

body.fair {
	background: #a4bbd9 url('../images/bg-fair2.jpg') 0 -275px no-repeat fixed;
	background-size: cover;
	color: #847967;
}

body.fair-color {
	background: #dcc899 url('../images/bg-fair2-color.jpg') 0 -275px no-repeat;
	background-size: cover;
	color: #847967;
}

body.farmersmarket {
	background: #e93030 url('../images/bg-farmersmarket.jpg') no-repeat fixed;
	background-position: center bottom;
	background-size: cover;
	color: #847967;
}

.u-photo,
.full-name,
.p-author .full-name,
.p-author a.profile,
.p-author a.profile:hover .p-nickname,
.p-author a.profile:focus .p-nickname,
.p-author a.profile:hover .p-nickname b,
.p-author a.profile:focus .p-nickname b,
.inline-media {
	display: none;
}

.tweet .footer {
	background: none;
}

ol.h-feed .e-entry-content p.e-entry-title:before {
	content: "\0022";
}

ol.h-feed .e-entry-content p.e-entry-title:after {
	content: "\0022";
}

.var-narrow .tweet .header {
	padding: 0 !important;
}

.tweet .footer a:hover {
	color: #ffd458 !important;
}

li.h-entry.tweet.customisable-border {
	border-bottom: 1px solid #dddac5;
}

.tweet-actions {
	visibility: visible !important;
}

.h-feed .permalink {
	float: left;
}

.var-chromeless .tweet {
	margin-right: 20px;
	padding: 12px 0 10px 0 !important;
}

.tweet .e-entry-title {
	margin: 0;
	white-space: inherit;
}

a.expand.customisable-highlight {
	display: none;
}

.root.timeline.twitter-timeline p,
.root.timeline.twitter-timeline a,
.root.timeline.twitter-timeline ol,
.root.timeline.twitter-timeline ul,
.root.timeline.twitter-timeline li {
	font-style: italic;
	font-family: 'trajan-pro-3', Georgia, sans-serif;
	line-height: 1.6em;
}

.twitter-link {
	color: #4B9257;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: .8em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.green {
	color: #4b9257;
}

.hide {
	display: none;
}

.tinyicon {
	margin: 10px 10px 10px 15px;
	width: 24px;
	height: 24px;
}

.mini-bar {
	position: fixed;
	right: 0;
	top: 40px;
	z-index: 3000;
	float: right;
	background: #281E15;
	border-radius: 8px 0 0 8px;
}

.mini-bar .links a {
	display: block;
	padding: 14px;
	color: #F0EDCA;
	text-align: center;
}

.mini-bar .links a:hover {
	color: #fff;
}

.mini-bar .links a:hover span.tooltip {
	z-index: 35;
	display: block;
}

span.tooltip {
	position: absolute;
	left: -150px;
	display: none;
	margin-top: -30px;
	padding: 10px;
	max-width: 150px !important;
	width: 140px;
	border: 4px solid #F0EDCA;
	border-radius: 5px;
	background: #F0EDCA;
	color: #281e14;
	text-align: center;
	font-size: 1em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
	line-height: 20px;
}

span.tooltip:after {
	position: absolute;
	top: 10px;
	left: 135px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #F0EDCA;
	content: "";
}

.logoBanner {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 22px 120px 40px 75px;
	width: 720px;
	background: url('../images/logo-bg.png') no-repeat;
	background-size: cover;
}

.logoBanner2 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 22px 120px 40px 75px;
	width: 720px;
	background: url('../images/logo-bg-alt.png') no-repeat;
	background-size: cover;
}

.logoBanner a:hover,
.logoBanner2 a:hover {
	opacity: .5;
}

.logoBanner img,
.logoBanner2 img {
	width: 100%;
}

.flags {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 30px;
	background: url('../images/bg-flags.png') repeat-x;
	background-position: left top;
}

.flags2 {
	width: 50%;
	margin: 0 auto;
	position: relative;
	height: 15px;
	background: url('../images/bg-flags2.png') repeat-x;
	background-position: left top;
}

.headerBar {
	height: 200px;
	/* background: rgba(238,213,94, .6); */
}

.headerBar.fair {
	background: rgba(220, 200, 153, 1);
	background: -moz-linear-gradient(top, rgba(220, 200, 153, 1) 0%, rgba(220, 200, 153, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220, 200, 153, 1)), color-stop(100%, rgba(220, 200, 153, 0)));
	background: -webkit-linear-gradient(top, rgba(220, 200, 153, 1) 0%, rgba(220, 200, 153, 0) 100%);
	background: -o-linear-gradient(top, rgba(220, 200, 153, 1) 0%, rgba(220, 200, 153, 0) 100%);
	background: -ms-linear-gradient(top, rgba(220, 200, 153, 1) 0%, rgba(220, 200, 153, 0) 100%);
	background: linear-gradient(to bottom, rgba(220, 200, 153, 1) 0%, rgba(220, 200, 153, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd458', endColorstr='#ffd458', GradientType=0);
}

.headerBar.fairgrounds {
	background: rgba(186, 78, 81, 1);
	background: -moz-linear-gradient(top, rgba(186, 78, 81, 1) 0%, rgba(186, 78, 81, 1) 13%, rgba(186, 78, 81, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186, 78, 81, 1)), color-stop(13%, rgba(186, 78, 81, 1)), color-stop(100%, rgba(186, 78, 81, 0)));
	background: -webkit-linear-gradient(top, rgba(186, 78, 81, 1) 0%, rgba(186, 78, 81, 1) 13%, rgba(186, 78, 81, 0) 100%);
	background: -o-linear-gradient(top, rgba(186, 78, 81, 1) 0%, rgba(186, 78, 81, 1) 13%, rgba(186, 78, 81, 0) 100%);
	background: -ms-linear-gradient(top, rgba(186, 78, 81, 1) 0%, rgba(186, 78, 81, 1) 13%, rgba(186, 78, 81, 0) 100%);
	background: linear-gradient(to bottom, rgba(186, 78, 81, 1) 0%, rgba(186, 78, 81, 1) 13%, rgba(186, 78, 81, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e93030', endColorstr='#e93030', GradientType=0);
}

/* .headerBar .header-date {position:absolute; right:94px; top:160px; font:500 1.2em 'trajan-pro-3', sans-serif; color:#3b3b3b;} */

.headerBar .header-date {
	position: absolute;
	right: 29px;
	top: 152px;
	font: 500 1.2em 'trajan-pro-3', sans-serif;
	color: #3b3b3b;
	font-size: 15px;
	text-align: left;
}


ul {
	margin-left: 0;
	list-style-type: none;
}

#cssmenu {
	position: relative;
	z-index: 1000;
	width: auto;
	height: 46px;
	border: 1px solid #302315;
	background: #e93030;
}

#cssmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#cssmenu>ul {
	position: relative;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 32px;
}

#cssmenu>ul>li.menufair {
	background: #ffd458;
}

#cssmenu>ul>li.menufairgrounds {
	background: #e93030;
}

#cssmenu>ul>li.menufairgrounds>a {
	color: #fff;
}

#cssmenu>ul>li.menufairgrounds a:hover {
	color: #000;
}

#cssmenu>ul>li.menufairgrounds>ul>li:hover>a {
	border-left: 2px solid #302315;
	background: #e93030;
	color: #fff;
}

#cssmenu>ul>li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#cssmenu>ul>#menu-button {
	display: none;
}

#cssmenu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 1em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

#cssmenu>ul>li>a {
	padding: 13px 10px 0;
	height: 44px;
	color: #302315;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.2em;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 55px;
}

#cssmenu>ul>li:hover>a {
	color: #ffffff;
}

#cssmenu>ul>li>a.mobile-menu-title {
	color: #fff;
}

#cssmenu li.has-sub::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: '';
}

#cssmenu>ul>li.has-sub::after {
	top: 20px;
	right: 34px;
	border: 5px solid transparent;
	border-top-color: #302315;
}

#cssmenu>ul>li:hover::after {
	border-top-color: #ffffff;
}

#indicatorContainer {
	position: absolute;
	bottom: 0px;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 12px;
}

#cIndicator {
	position: absolute;
	top: -12px;
	right: 100%;
	z-index: -2;
	width: 100%;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
}

#cssmenu ul ul {
	position: absolute;
	top: 70px;
	left: -9999px;
	z-index: 1000;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
}

#cssmenu ul ul ul {
	top: 37px;
	padding-left: 5px;
}

#cssmenu ul ul li {
	position: relative;
}

#cssmenu>ul>li:hover>ul {
	top: 44px;
	left: auto;
	opacity: 1;
}

#cssmenu ul ul li:hover>ul {
	top: 0;
	left: 170px;
	opacity: 1;
}

#cssmenu ul ul li a {
	padding: 15px 20px;
	width: 170px;
	/*border-bottom: 1px solid #eee;*/
	background: #fff;
	color: #302315;
	font-size: .9em;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

#cssmenu ul ul li:hover>a {
	border-left: 2px solid #302315;
	background: #ffd458;
	color: #fff;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last>a {
	border-bottom: 0;
}

.submenuArrow {
	position: absolute;
	top: -12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
}

#cssmenu ul ul li.has-sub::after {
	top: 18px;
	right: 10px;
	border: 4px solid transparent;
	border-left-color: #302315;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#cssmenu ul ul li.has-sub:hover::after {
	right: -5px;
	border-left-color: #fff;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.staff-listing {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 22px;
}

.content .staff-listing p {
	font-size: 14px;
	line-height: 22px;
}

.restaurant-listing {
	float: left;
	width: 48%;
	padding-right: 2%;
	font-size: 14px;
	line-height: 22px;
}

.content .restaurant-listing p {
	font-size: 14px;
	line-height: 22px;
}

.ticker-wrap {
	overflow: hidden;
	width: 100%;
	height: 3rem;
	background-color: #000;
	padding-left: 100%;
}

.ticker-wrap .ticker {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	animation: ticker var(--ticker-animation-duration) linear infinite;
	min-width: 48rem;
}

@media only screen and (min-width: 768px) {
	.ticker-wrap .ticker {
		min-width: 62.5rem;
	}
}

.ticker-wrap .ticker .ticker-item {
	display: inline-block;
	padding-right: 50px;
	line-height: 3rem;
	color: #fff;
}

@keyframes ticker {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-200%, 0, 0);
	}
}

.home-sidemenu {
	float: right;
	width: 32%;
}

.home-intro {
	border: 1px solid #302315;
	border-top: 0;
}

.home-slider-container {
	float: left;
	background: url('../images/bg-asphalt.jpg') #33261a;
	width: 68%
}

.home-slider {
	overflow: hidden;
	height: 420px;
	max-width: 652px;
	margin: 0;
}

.home-slider img {
	width: 652px;
	max-width: 652px;
	max-height: 420px;
}

.home-slider .button {
	position: absolute;
	right: 0;
	bottom: 15px;
	border-radius: 3px 0 0 3px;
}

.cycle-slideshow {
	position: relative;
	z-index: 500;
}

.cycle-pager-wrap {
	position: absolute;
	bottom: 26px;
	left: 26px;
	z-index: 500;
}

.cycle-pager span.cycle-pager-active {
	background: #fff;
}

.cycle-pager span {
	width: 10px;
	height: 10px;
	margin: 4px;
	display: inline-block;
	background: #ffd458;
	border: 1px solid #2f2316;
	cursor: pointer;
}

.cycle-pager>* {
	cursor: pointer;
}

.sideMenu {
	padding: 15px 20px;
	height: 420px;
	background: url('../images/bg-asphalt.jpg') #25215d;
	color: #fff;
	text-align: center;
}

.sideMenu h5 {
	margin: 0;
	color: #fff;
	letter-spacing: .05em;
	font-weight: 300;
	font-size: .85em;
	/* font-family: 'iskra', sans-serif; */
	font-family: 'trajan-pro-3', sans-serif;
}

.sideMenu h6 {
	margin: 0;
	color: #ffd458;
	letter-spacing: .06em;
	font-weight: 400;
	font-size: .85em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.sideMenu .fa {
	margin-bottom: 5px;
	color: #51bd65;
}

.sideMenuButton {
	display: block;
	margin: 15px;
	padding: 10px;
	background: #291e14;
}

.sideMenuButton:hover {
	background: #ffd458;
}

.sideMenuButton1:hover {
	background: #ffd458;
}

.sideMenuButton1 {
	display: block;
	margin: 15px;
	padding: 10px;
	background: #291e14;
}

.sideMenuButtonss {
	display: block;
	margin: 15px;
	padding: 10px;
	background-image: url('/images/ss_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.sideMenuButton:hover .fa {
	color: #ffd458;
}

.sideMenuButton:hover h5 {
	color: #291E14;
	font-weight: 500;
}

.sideMenuButton:hover h5::after {
	content: ' →';
}

.sideMenuButton1:hover .fa {
	color: #ffd458;
}

.sideMenuButton1:hover h5 {
	color: #291E14;
	font-weight: 500;
}

.sideMenuButton1:hover h5::after {
	content: ' →';
}

.countdown-wrap {
	padding: 40px;
	background: url('../images/bg-diamond1.jpg') #1f170d;
	text-align: center;
}

.countdown-wrap .button {
	margin-top: 20px;
}

.countdown-wrap h1 {
	color: #ffd458;
	letter-spacing: .05em;
	font-weight: 400;
	font-size: 2em;
	font-family: 'trajan-pro-3', sans-serif;
}

h2.start-date-text {
	font-size: 1.8rem;
	color: white;
	line-height: 0;
	padding-top: 10px;
}

.countdown-wrap img {
	margin-top: 15px;
}

.countdown-wrap h4 {
	font-size: 1.45em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
	color: #F7F4EC;
	letter-spacing: .06em;
	margin: 0;
}



/*
.countdown-date h3 {
	position: absolute;
	z-index: 30;
	margin-top: 110px;
	padding: 25px 0 0 70px;
	width: 350px;
	height: 93px;
	background: url('../images/countdown-bg.png') 0 0 no-repeat;
	color: #1F170D;
	letter-spacing: .05em;
	font-weight: 600;
	font-size: 1.4em;
	font-family: 'trajan-pro-3', sans-serif;
}
*/
.countdown-date h3 {
	position: absolute;
	z-index: 30;
	margin-top: 110px;
	padding: 25px 0 0 39px;
	width: 350px;
	height: 93px;
	background: url(../images/countdown-bg.png) 0 0 no-repeat;
	color: #1F170D;
	letter-spacing: .05em;
	font-weight: 600;
	font-size: 1.2em;
	font-family: 'trajan-pro-3', sans-serif;
}



h3.ticket-button {
	margin-top: 150px;
	padding-left: 0;
	text-align: center;
	transition: color 300ms ease-out;
}

h3.ticket-button:hover {
	color: #e93030;
}

h3.ticket-button .countdown-wrap .duringfair {
	width: auto;
	height: 172px;
	background: url('../images/countdown-mockup.png') no-repeat;
	background-position: center center;
	background-size: contain;
}

.countdown {
	color: #fff;
	height: 80px;
	margin-top: 16px;
}

#timer {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.timer_section {
	font-size: 48px;
	color: #ffd458;
	font-family: 'trajan-pro-3', sans-serif;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	width: 87px;
	height: 50px;
	padding: 0;
	margin: 0 10px;
}

.timer_numbers {
	letter-spacing: 1px;
	border-bottom: solid #40311d 1px;
	text-align: center;
}

.timer_labels {
	letter-spacing: .5px;
	font-size: 18px;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
	font-weight: regular;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding-top: 8px;
}

.no-countdown-wrap {
	padding: 40px;
	background: url('../images/bg-diamond.jpg') #1f170d;
	text-align: center;
	float: left;
	width: 100%;
}

.no-countdown-wrap h1 {
	color: #ffd458;
	letter-spacing: .05em;
	font-weight: 400;
	font-size: 2.3em;
	text-transform: uppercase;
	font-family: 'trajan-pro-3', sans-serif;
}

.no-countdown-wrap h1 span {
	font-size: 24px;
	display: block;
}

.no-countdown-wrap .dates {
	font: italic 100 3.4em 'ff-good-headline-web-pro-con', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding-top: 6px;
}

.no-countdown-wrap .button {
	margin-top: 20px;
}

.parallax-container {
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: #9fbedd;
	border-left: 1px solid #302315;
	border-right: 1px solid #302315;
	border-bottom: 1px solid #302315;
}

.parallax-container .parallax {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

hr.short-line {
	margin: 0 auto;
	width: 150px;
}

.icon-heading {
	margin: 0;
	width: 40px;
	height: 40px;
}

.content {
	padding: 30px 50px;
	border: 1px solid #302315;
	border-top: 0;
	background: url('../images/bg-paper.png') #F0EADC;
	line-height: 1.5em;
}

.content-main {
	padding-top: 15px;
}

.content p {
	font-size: .9em;
	line-height: 1.8em;
}

.content h1 {
	color: #302315;
	font-family: 'trajan-pro-3', sans-serif;
	font-size: 1.4em;
}

.content h2 {
	color: #302315;
	font-weight: 100;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
	font-size: 1.6em;
	margin-bottom: 20px;
}

.content h3 {
	font-weight: 500;
	font-family: 'trajan-pro-3', sans-serif;
}

.content .interior-heading {
	text-align: center;
	padding: 0;
}

.content h4 {
	font-weight: 500;
	font-family: 'trajan-pro-3', sans-serif;
	font-size: 1.7em;
}

.content h5 {
	color: #302315;
	font-weight: 100;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
	font-size: 1.2em;
}

.content h3.custom-year {
	padding: 0;
	border: 0;
}

.content strong {
	color: #302315;
}

ul.list-divided li {
	margin: 10px 20px 10px 20px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #dddac5;
	border-top: 1px solid #dddac5;
}

ul.list-divided li h5 {
	border-left: 4px solid #e93030;
	padding-left: 15px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}

ul.list-divided li h5:hover {
	color: #4b9257;
}

ul.list-divided li p {
	font-family: 'Georgia' serif;
	font-size: .8em;
}

.content img.fullwidth {
	margin: 10px 0 10px 0;
	width: 100%;
}

.content .image-caption {
	margin-bottom: 30px;
	padding: 5px 10px;
	border-left: 2px solid #ffd458;
	background: #fffffc;
	letter-spacing: .04em;
	font-style: italic;
	font-size: .7em;
	font-family: Georgia, sans-serif;
}

.ferris-wheel {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
}

.about-timeline {
	margin: 25px 0;
	height: 350px;
	background: #fff;
	border-top: 3px solid #ffd458;
	border-bottom: 3px solid #ffd458;
}

.upcoming-events-row {
	margin: 10px 0;
	padding: 15px 0;
	min-height: 135px;
	border-bottom: 1px solid #dddac5;
}

.upcoming-events-date {
	border-right: 1px solid #dddac5;
}

.upcoming-events-date.fair {
	border-left: 5px solid #ffd458;
}

.upcoming-events-date.fairgrounds {
	border-left: 5px solid #e93030;
}

.upcoming-events-date p {
	margin: 0;
	color: #958a7b;
	font-size: .9em;
	font-family: 'trajan-pro-3', sans-serif;
}

.upcoming-events-date p.event-indicator {
	color: #4b9257;
	font-style: italic;
	font-size: .7em;
}

.upcoming-events-title h5 {
	margin: 0;
	color: #4e4334;
	font-weight: 100;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.upcoming-events .button {
	float: right;
	width: 120px;
}

.events-filter {
	float: right;
	margin-bottom: 20px;
	color: #958A7B;
	letter-spacing: .04em;
	font-size: .6em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.interior-btn-tix {
	margin-top: 10px;
	float: right;
}

.featured-image {
	margin-bottom: 20px;
	width: 100%;
}

.home-bottom-image {
	position: relative;
	min-height: 400px;
	width: 100%;
	height: 480px;
	background: url('../images/bg-horse-riders.jpg') 0 -30px no-repeat;
	border-left: 1px solid #302315;
	border-right: 1px solid #302315;
	background-size: cover;
}

.shortdesc h2 {
	margin: 0;
	color: #302315;
	font-weight: 400;
	font-size: 1.5em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.shortdesc h3 {
	color: #302315;
	font-weight: 400;
	font-size: .9em;
	font-family: 'trajan-pro-3', sans-serif;
}

p.event-detail-title {
	margin: 0;
	color: #302315;
	font-weight: 400;
	font-size: 1.9em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

p.event-detail-date {
	margin: 0;
	color: #302315;
	font-weight: 400;
	font-size: 1.5em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

p.event-detail-location {
	color: #302315;
	font-weight: 400;
	font-size: .9em;
	font-family: 'trajan-pro-3', sans-serif;
}

.sidebar {
	padding: 15px 0 0 35px;
}

.sidebar h6 {
	display: block;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	border: 1px solid #dddac5;
	border-bottom: 0;
	background-color: #fff;
	color: #594d14;
	font-size: 1.2em;
	/* 	border-top: 5px solid; */
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.sideblock {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #dddac5;
	background: #fdfbf5;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
	color: #655847;
}

.sideBlockMenu ul li a,
.sideBlockMenu ul li a:active,
.sideBlockMenu ul li a:visited {
	color: #4b9257;
	letter-spacing: .02em;
	font-size: 1.1em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
}

.sideBlockMenu ul li a:hover {
	color: #4b9257;
}

.sideBlockMenu ul li hr {
	margin: .5rem 0 .5rem;
}

.nopadding {
	padding: 0;
}

.home-sponsors {
	height: 447px;
	border-top: 1px solid #302315;
	border-right: 0;
	background: url('../images/bg-swing.png') no-repeat #eed65e;
	background-size: cover;
	text-align: center;
}

.home-twitterfeed {
	border-top: 1px solid #302315;
}

.home-sponsors p,
.home-twitterfeed p {
	padding-right: 2px;
	color: #302315;
	font-weight: 400;
	font-size: 1.3em;
	font-family: 'trajan-pro-3', sans-serif;
}

.home-sponsors p {
	margin-bottom: 160px;
}

.home-sponsors .thanks {
	margin: 30px;
}

.home-sponsors .spons-feat {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.home-sponsors .spons-feat:hover {
	opacity: .8;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.home-sponsors ul li {
	display: inline-block;
	margin-right: 35px;
}

.home-sponsors hr {
	border-color: #a5943f;
}

.sponsors-slideshow {
	margin: auto
}

.sponsors-slideshow img {
	width: 120px;
	height: 90px;
	padding: 10px;
}

.sponsors-slideshow img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.sponsors-slideshow img:hover {
	opacity: 1;
	-webkit-filter: grayscale(1);
	filter: gray;
}

.entertainment-slider-container {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	background: none;
}

.entertainment-slider {
	width: 100%;
	max-width: 599px;
	height: auto;
}

.entertainment-slider div {
	width: 100%;
}

.entertainment-slider ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.entertainment-slider img {
	width: 100%;
}

.entertainment-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.entertainment-row h5.title {
	font-size: 1.5em;
	line-height: 1;
}

.entertainment-row .date {
	color: #958a7b;
	font-size: .9em;
	font-family: 'trajan-pro-3', sans-serif;
}

.entertainment-row .links {
	font-size: .9em;
	line-height: 1.8em;
}

.entertainment-row .desc p {
	margin-bottom: 0;
}

.footer {
	padding: 18px 20px 1px 20px;
	background: #33261a;
}

.footer p {
	color: #7d6e58;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: .9em;
	font-family: 'ff-good-headline-web-pro-con', sans-serif;
	line-height: 1.6em;
}

.footer a:link,
.footer a:active,
.footera:visited {
	color: #4b9257;
}

.footer a:hover {
	color: #594D14;
}

.footer .social {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.trip-planner {
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
}


@media all and (max-width: 1015px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: auto;
		background: #2F2316;
	}

	#cssmenu ul {
		width: auto;
	}

	#cssmenu .submenuArrow,
	#cssmenu #indicatorContainer {
		display: none;
	}

	#cssmenu>ul {
		display: block;
		height: auto;
	}

	#cssmenu>ul>li {
		float: none;
	}

	#cssmenu li,
	#cssmenu>ul>li {
		display: none;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu ul>li:hover>ul,
	#cssmenu ul ul>li:hover>ul {
		position: relative;
		top: auto;
		left: auto;
		padding-left: 0;
		opacity: 1;
	}

	#cssmenu ul .has-sub::after {
		display: none;
	}

	#cssmenu ul li a {
		padding: 12px 20px;
	}

	#cssmenu ul ul li a {
		padding: 8px 35px;
		width: auto;
		border: 0;
		background: none;
	}

	#cssmenu ul ul li:hover>a {
		background: none;
		color: #80664b;
	}

	#cssmenu ul ul ul a {
		padding: 8px 50px;
	}

	#cssmenu ul ul ul ul a {
		padding: 8px 65px;
	}

	#cssmenu ul ul ul ul ul a {
		padding: 8px 80px;
	}

	#cssmenu ul ul ul ul ul ul a {
		padding: 8px 95px;
	}

	#cssmenu>ul>#menu-button {
		display: block;
		cursor: pointer;
	}

	#cssmenu #menu-button>a {
		padding: 14px 20px;
	}

	#cssmenu ul.open li,
	#cssmenu>ul.open>li {
		display: block;
	}

	#cssmenu>ul.open>li#menu-button>a {
		border-bottom: 1px solid rgba(150, 150, 150, 0.1);
		color: #fff;
	}

	#cssmenu #menu-button::after {
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		padding-top: 3px;
		width: 22px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		content: '';
	}

	#cssmenu #menu-button::before {
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 22px;
		height: 3px;
		border-top: 2px solid #fff;
		content: '';
	}

	#cssmenu ul.open #menu-button::after,
	#cssmenu ul.open #menu-button::before {
		border-color: #fff;
	}

	.home-slider-container {
		float: left;
		width: 100%;
	}

	.home-slider {
		margin: 0 auto;
	}

	.home-sidemenu {
		float: right;
		width: 100%;
	}
}

@media only screen and (min-width: 40.063em) {
	/*.home-slider {
		margin-right: -0.9375em;
	}
	.sideMenu {
		margin-left: -0.9375em;
	}*/
}

@media only screen and (max-width: 1024px) {
	.home-sponsors {
		border-right: 1px solid #302315;
	}

	.home-twitterfeed {
		border-top: 0;
	}
}

@media only screen and (max-width: 900px) {
	.countdown {
		color: #fff;
		height: 80px;
		margin-top: 22px;
	}

	#timer {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: right;
	}

	.timer_section {
		font-size: 32px;
		color: #ffd458;
		font-family: 'trajan-pro-3', sans-serif;
		font-weight: normal;
		text-align: center;
		display: inline-block;
		width: 66px;
		height: 50px;
		padding: 0;
		margin: 0 0 0 14px;
	}

	.timer_labels {
		letter-spacing: .5px;
		font-size: 18px;
		font-family: 'ff-good-headline-web-pro-con', sans-serif;
		font-weight: regular;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		padding-top: 8px;
	}
}

@media only screen and (max-width: 740px) and (min-width: 40.063em) {
	.countdown {
		color: #fff;
		height: 80px;
		margin-top: 28px;
	}

	#timer {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: right;
	}

	.timer_section {
		font-size: 24px;
		color: #ffd458;
		font-family: 'trajan-pro-3', sans-serif;
		font-weight: normal;
		text-align: center;
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 0;
		margin: 0 0 0 14px;
	}

	.timer_labels {
		letter-spacing: .5px;
		font-size: 14px;
		font-family: 'ff-good-headline-web-pro-con', sans-serif;
		font-weight: regular;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		padding-top: 8px;
	}
}

@media only screen and (max-width: 40.063em) {
	.logoBanner {
		width: 100%;
		padding: 40px;
		height: auto;
		background: url('../images/logo-bg2.png') repeat-x;
		background-size: contain;
	}

	.logoBanner2 {
		width: 100%;
		padding: 40px;
		height: auto;
		background: url('../images/logo-bg2-alt.png') repeat-x;
		background-size: contain;
	}

	.headerBar {
		height: auto;
		width: 100%;
	}

	.headerBar .header-date {
		position: relative;
		text-align: center;
		top: 10px;
		right: 0;
		font: 500 1.2em 'trajan-pro-3', sans-serif;
		color: #2b2b2b;
	}

	.content {
		padding: 30px;
	}

	.no-countdown-wrap h1 {
		font-size: 1.8em;
	}

	.no-countdown-wrap h1 span {
		font-size: .65em;
		display: block;
	}

	.no-countdown-wrap .dates {
		font: italic 100 2.6em 'ff-good-headline-web-pro-con', sans-serif;
		padding-top: 0;
	}

	.content h3 {
		font-size: 1.2em;
	}

	.sidebar {
		padding: 0;
	}

	.home-sponsors {
		height: 420px;
	}

	.upcoming-events-row {
		min-height: 230px;
	}

	.upcoming-events-date {
		border-right: 0;
	}

	.upcoming-events-date p {
		font-size: 1.1em;
	}

	.upcoming-events .button {
		margin-top: 20px;
	}

	.linebreak {
		display: block;
		height: 5px;
	}

	.countdown-time {
		height: 76px;
		margin-top: 95px;
	}

	.countdown-date h3 {
		position: absolute;
		margin: 10px 0 20px -55px;
		padding: 25px 0 0 30px;
		width: 110%;
		font-size: 1.05em;
		overflow: hidden;
	}

	.countdown-time #timer {
		width: auto;
	}

	.countdown {
		color: #fff;
		height: 80px;
		margin-top: 0;
		padding-top: 26px;
	}

	#timer {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.timer_section {
		font-size: 24px;
		color: #ffd458;
		font-family: 'trajan-pro-3', sans-serif;
		font-weight: normal;
		text-align: center;
		display: inline-block;
		width: 38px;
		height: 50px;
		padding: 0;
		margin: 0 7px;
	}

	.timer_labels {
		letter-spacing: .5px;
		font-size: 12px;
		font-family: 'ff-good-headline-web-pro-con', sans-serif;
		font-weight: regular;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		padding-top: 4px;
	}

	#parallax-wrap {
		display: none;
	}

	.hide {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	.home-bottom-image {
		min-height: 200px;
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center 20px;
	}

	.home-slider {
		height: auto;
		width: 100%;
	}

	.home-slider ul {
		margin: 0;
	}

	.home-slider img {
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: 200px;
	}

	.mini-bar {
		right: 15px;
		top: 0;
		margin-top: 0;
		border-radius: 0 0 8px 8px;
	}

	.home-slider .button {
		display: none;
	}

	.cycle-pager-wrap {
		position: absolute;
		bottom: 10px;
		left: 12px;
		z-index: 500;
	}

	.cycle-pager span {
		width: 6px;
		height: 6px;
		margin: 3px;
		display: inline-block;
		background: #ffd458;
		border: 1px solid #2f2316;
		cursor: pointer;
	}

	.events-filter {
		float: left;
		width: 100%;
		font-size: .7em;
	}

	.minibar-twitter,
	.minibar-facebook {
		display: none;
	}

	.home-sponsors .thanks {
		margin: 0 auto;
		padding: 10px 0 30px 0;
	}

	.countdown .duringfair {
		width: 100%;
		height: 200px;
		background: url('../images/countdown-mockup2.png') no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.about-timeline {
		display: none;
	}

	.restaurant-listing {
		float: left;
		width: 100%;
		padding: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.interior-btn-tix {
		margin-top: 0;
		float: left;
	}

	.footer .social {
		float: none;
		padding-left: 0;
	}

	.footer .social .fa-twitter {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 25em) {
	.upcoming-events .button {
		float: left;
	}
}

@media only screen and (max-width: 480px) {
	.footer p {
		text-align: left;
	}

	.footer .fa.fa-lg.fa-map-marker {
		margin-top: 20px;
	}

	.ferris-wheel {
		float: left;
		margin: 0 15px 0 0;
		width: 45px;
		height: 45px;
	}
}