header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after {
	height: 0;
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
}
body {
	margin: 0;
	min-width: 240px;
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
a:link {
	-webkit-tap-highlight-color: #21409a;
}
.brand {
	float: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.brand h1 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-family: 'HelveticaNeueLTPro-Bd', 'Helvetica Neue LT Pro Bold', 'HelveticaNeueBold', 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue LT Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 600;
	font-stretch: normal;
}
.brand,
.brand:hover {
	color: #fff;
}
.brand p {
	color: #888;
	margin-bottom: 22px;
}

.header .primary li a,
.footer a {
	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.content {
	margin-bottom: 20px;
}

/* ----- NEWSLETTER FORM ----------------------------------- */

#NewsletterStart {
	position: relative;
	margin-top: 25px;
	width: 320px;
}
#NewsletterStart label.titleHead {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#NewsletterStart input.text {
	padding: 0 10px;
	width: 200px;
	color: #666;
}
#NewsletterStart input[type='submit'] {
	position: absolute;
	top: 25px;
	right: 0;
	margin-top: 0;
	background-image: none;
	text-transform: uppercase;
	color: #000;
	background: #eeeeee;
	border: solid 1px #eeeeee;
}
.ie7 #NewsletterStart input[type='submit'] {
	width: 75px;
}
#NewsletterStart input[type='submit']:hover {
	color: #fff;
	background: #000;
	border: solid 1px #6f6f6f;
}

/* ----- SOCIAL BAR ----------------------------------- */

.block.socialMedia {
	margin-bottom: 13px;
	margin-right: 0;
	text-align: right;
}
.socialMedia > iframe {
	position: relative;
	top: 3px;
	left: 10px;
}

/* ----- SEARCH FORM ----------------------------------- */

.search-bar {
	padding-top: 3px;
	float: right;
}
#SearchForm_SearchForm {
	padding: 0;
	margin-left: 5px;
	position: relative;
	height: 30px;
	line-height: 30px;
	width: 100%;
}
#SearchForm_SearchForm #Search {
	margin: 0;
	width: 160px;
}
#SearchForm_SearchForm .middleColumn {
	width: 160px !important;
}
.social-wgt a span {
	color: #dddedf;
}
.social-wgt a span:hover {
	color: #fff;
}

.social-wgt .icn.instagram > span {
	font-size: 31px;
	margin-left: 3px;
	margin-right: 3px;
}

#SearchForm_SearchForm input[type='text'] {
	border: none;
	width: 110px;
	height: 28px;
	line-height: 28px;
	padding: 0 35px 0 15px;
	color: #000;
	font-size: 13px;
	background: #dddedf;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#SearchForm_SearchForm input[type='text']:focus {
	background: #fff;
}
#SearchForm_SearchForm input[type='submit'] {
	overflow: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -100px;
	background: url(../images/search.png) transparent center center no-repeat;
	border: none;
	position: absolute;
	top: 5px;
	right: 10px;
}
#SearchForm_SearchForm input[type='submit']:hover {
	background: url(../images/search.png) transparent center center no-repeat;
}
#SearchForm_SearchForm input:focus {
	outline: none;
}

/* ----- SEARCH RESULTS ----------------------------- */

.searchResults h1 {
	font-size: 36px;
	margin-bottom: 15px;
}
.searchResults p.searchQuery {
	color: #333;
	margin-bottom: 10px;
}
.searchResults ul#SearchResults {
	margin-left: 0;
	padding: 0;
}
.searchResults ul#SearchResults li {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	list-style-type: none;
}
.searchResults ul#SearchResults p {
	margin-bottom: 12px;
}
.searchResults ul#SearchResults a.searchResultHeader {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}
.searchResults #PageNumbers {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}
.searchResults #PageNumbers a {
	padding: 0 5px;
}
.searchResults #PageNumbers .pagination {
	float: left;
}
.searchResults #PageNumbers p {
	float: right;
}
.searchResults #PageNumbers .next,
.searchResults #PageNumbers .prev {
	font-size: 14px;
}
.searchResults #PageNumbers .next {
	margin-left: 15px;
}
.searchResults #PageNumbers .prev {
	margin-right: 15px;
}

/* BREADCRUMBS
----------------------------------------------------------- */
#Breadcrumbs {
	position: absolute;
	top: 58px;
	right: 20px;
}
#Breadcrumbs,
#Breadcrumbs a {
	font-size: 11px;
	line-height: 11px;
	color: #444444;
}
#Breadcrumbs a:hover {
	text-decoration: underline;
}

.bodyEventHolder #Breadcrumbs {
	top: 40px;
}

/* SCROLL TO TOP
----------------------------------------------------------- */
#ScrollToTop {
	position: fixed;
	right: 50px;
	bottom: -55px;
	width: 50px;
	height: 26px;
	padding-top: 24px;
	line-height: 25px;
	background: url(../images/up_arrow.png) #fff center 9px no-repeat;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	z-index: 1000;
	outline: none;
	border: solid 1px #000;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#ScrollToTop.active {
	bottom: 0;
}
#ScrollToTop:hover {
	height: 35px;
}

/* ----- FOOTER ----------------------------------------- */

.widget.audio-player {
	margin-top: 20px;
}
.widget.audio-player p {
	width: 90%;
	font-size: 13px;
	line-height: 20px;
}

/* ----- HOMEPAGE ----------------------------------------- */

.sld-container {
	position: relative;
}
.eventThumbs {
	margin-bottom: 0;
}
.eventThumbs .block {
	margin-bottom: 2.12765957446809%;
}
.eventThumbs .block a {
	display: block;
	max-width: 220px;
	line-height: 1;
	text-decoration: none;
	color: #000;
}
.jsEnabled .eventThumbs .block a {
	display: none;
}
.jsEnabled .eventThumbs .block[data-loaded='true'] a {
	display: block;
}
.eventThumbs .block img {
	width: 100%;
	vertical-align: bottom;
}
.eventThumbs .block .info {
	background: #dddedf;
	border-style: solid;
	border-color: #cdcecf;
	border-width: 0 1px 1px 1px;
	padding: 8px;
	font-size: 12px;
	line-height: 14px;
	min-height: 30px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.eventThumbs .block a:hover .info {
	background: #000;
	color: #fff;
	border-color: #6f6f6f;
}

/* ----- ITEM LISTS (NEWS PAGE) ----------------------------------------- */

.itemHolder {
}
.itemHolder .item {
	padding: 12px 0 29px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b4b4b4;
}
.itemHolder .item h4 a:hover {
	color: #203e94;
}
.itemHolder .item a.readMore {
	font-size: 12px;
}

/* ----- COLUMNS ----------------------------------------- */

.threecolumn {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
.columnHolder {
	padding-bottom: 15px;
}
.ie7 .columnHolder,
.ie8 .columnHolder {
	display: none;
}
.columnHolder .section {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.ie .columnHolder .section {
	margin-right: 20px;
}
.ie9 .columnHolder .section {
	display: block;
}

.bodyWineryEventHolder .columnHolder .item {
	margin-bottom: 6px;
}
.columnHolder h6 {
	margin: 18px 0 20px 0;
}

/* ----- MAIN IMAGE SLIDER ----------------------------------------- */

#MainImageSlider {
	margin-bottom: 20px;
	position: relative;
}

ul#SitemapMain ul {
	margin: 0 0 5px 30px;
}
ul#SitemapMain li {
	list-style-type: square;
}

span.reqNotice {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 17px;
}
