/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Joanna Sans W01", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 32px;
	padding-top: 30%;
	color: #1E1E1E;
}

body.layout2 {
	padding-top: 0px;
}

body.editor {
	background-image: none;
	min-height: 400px;
	transition: none;
	padding-top: 0px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
	line-height: 1.25em;
}

table th, table td {
	vertical-align: top;
	text-align: left;
}

table.data_table th, table.data_table td { 
	padding: 3px 5px 3px 0px;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 17px;
	margin-bottom: 1em;
}

.layout1 #content li {
	line-height: 1.5em;
	margin-bottom: .25em;
}

h1, .h1 {
	font-size: 35px;
	line-height: 1em;
	font-weight: 700;
	color: #A71C2F;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

.cke_panel_block .h1, .cke_panel_block .h2, .cke_panel_block .h3, .cke_panel_block .h4 {
	margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {

	h1, .h1 {
		font-size: 32px;
	}

}

@media only screen and (max-width: 400px) {

	h1, .h1 {
		font-size: 28px;
	}

}

h2, .h2, .event_title {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .25em;
}

p + h2, #content ul + h2, p + .h2 {
	margin-top: 2em;
}

h3, .h3 {
	font-size: 19px;
}

h4, .h4 {
	font-size: 16px;
}

hr {
	border: 0px;
	height: 2px;
	margin: 2em auto;
	color: #F0EFEC;
	background-color: #F0EFEC;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #A71C2F;
}

a:hover {
	color: #5F5B5B;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}


.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: inline;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 40px 40px 0px;
	display: inline;
	max-width: 50%;
}

@media only screen and (max-width: 600px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

.photo_row + .photo_row {
	margin-top: 75px;
}

@media only screen and (min-width: 1000px) {

	.photo_row {
		display: flex;
	}

	.photo_row.right {
		flex-direction: row-reverse;
	}

	.photo_row .photo {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
		width: 55%;
		margin: 0px 50px 0px -10%;
	}

	.photo_row.right .photo {
		margin: 0px -10% 0px 50px;
	}

	.photo_row .content {
		width: 50%;
		text-align: justify;
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
	}

	.photo_row p:last-child {
		margin-bottom: 0px;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1439px) {

	.photo_row .photo {
		margin-left: 0px;		
		display: block;
	}

	.photo_row.right .photo {
		margin-right: 0px;		
		display: block;
	}

}

@media only screen and (max-width: 999px) {

	.photo_row .photo {
		text-align: center;
		margin-bottom: 30px;
	}

	.photo_row h2 {
		text-align: center;
	}

}

.photo2 {
	margin-bottom: 50px;
}

.photo2 .photo {
	width: 48%;
	text-align: center;
	float: left;
	position: relative;
}

.photo2 .photo:last-child {
	float: right;
}

.photo2 .photo.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.photo2 img {
	margin-bottom: 1em;
	display: block;
}

.photo2.overlay img {
	margin-bottom: 0px;
}

.photo2 .title {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}

.photo2.overlay span.title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
/*
	background-color: rgba(54,54,54,.5);
	-webkit-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
*/
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}

/*
.photo2.overlay a:hover span.title {
	background-color: rgba(54,54,54,.21);
}
*/

.photo2.overlay span.title span {
	position: relative;
	top: 45%;
	transform: translateY(-45%);
}

.gray_box {
	background-color: #F0EFEC;
	margin-bottom: 50px;
}

.border_box {
	border: 2px solid #F0EFEC;
	padding: 30px 30px 17px 30px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 800px) {

	.photo2 {
		margin-top: 0px;
	}

	.photo2 .photo {
		width: 100%;
		float: none !important;
		margin-top: 30px;
	}

}

@media only screen and (min-width: 1000px) {

	.map, .gray_box {
		width: calc(100% - 400px);
		float: right;
		margin-bottom: 50px;
	}

	.gray_box.left {
		float: left; 
	}

	#content .map .embed_container {
		margin-bottom: 0px;
	}

	.border_box {
		width: 350px;
		float: left;
		margin-bottom: 50px;
	}

	.border_box.right {
		float: right;
	}


}

@media only screen and (max-width: 999px) {

	.map_left {
		text-align: center;
		margin: 50px 0px;
	}

}

@media only screen and (max-width: 700px) {

	#content .map .embed_container {
		padding-bottom: 100%;
	}

}

.col2 {
	background-color: #F0EFEC;
	padding: 50px;
	color: #AEABA3;
	margin-bottom: 3em;
}

.col2 .col2 {
	padding: 0px;
	margin-bottom: 1em;
	text-align: center;
}

@media only screen and (min-width: 700px) {

	.col2 .col {
		width: 50%;
		float: left;
	}

}

@media only screen and (min-width: 1100px) {

	.col2 .col.right {
		text-align: right;
		padding-right: 15px;
	}

	.col2 .col.left {
		text-align: left;
		padding-left: 15px;
	}

}

@media only screen and (max-width: 1099px) {

	.col2 .col2 {
		margin-bottom: 0px;
	}

	.col2 .col2 .col {
		width: 100%;
		float: none;
	}

}

.col2 .col {
	color: #1E1E1E;
}

.col2 .col2 .col {
	margin-bottom: 0px;
}

.col3 .col {
	margin-bottom: 2.5em;
}

@media only screen and (min-width: 900px) {

	.col3 {
		margin-left: -3.33333333333%;
	}

	.col3 .col {
		width: 30%;
		margin-left: 3.33333333333%;
		float: left;
		display: inline;
	}

}

.serif {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.more, input.fancy_button {
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #A71C2F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #A71C2F;
	background-color: #FFFFFF;
}

a.more:hover, input.fancy_button:hover {
	background-color: #A71C2F;
	color: #F0EFEC;
}

.alert, .red {
	color: #EB0000;
}

#popup {
	display: none;
	width: 90%;
	max-width: 540px;
	background-color: #FFFFFF;
	padding: 40px 40px 220px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url('../images/popup-bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
}

#popup .logo {
	text-align: center;
	margin-bottom: 10px;
}

#popup .logo img {
	width: 90px;
}

#popup h1, #popup .h1 {
	margin-bottom: .5em;
}

#popup h2, #popup .h2 {
	color: #6F6C62;
	font-size: 25px;
	text-align: center;
	font-style: italic;
	text-transform: none;
	margin-bottom: .5em;
}

#popup p {
	text-align: justify;
}

#popup p:last-of-type {
	margin-bottom: 0px;
}

#popup em strong, #popup strong em {
	color: #A71C2F;
}

div.close {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	color: #6F6C62;
	font-size: 22px;
}

@media only screen and (max-width: 599px) {

	#popup {
		padding: 40px 40px 40% 40px;
	}

}

@media only screen and (max-width: 399px) {

	#popup {
		padding: 30px 30px 40% 30px;
	}

}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	padding: 0px 25px;
	position: relative;
}

header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #1E1E1E;
	min-height: 60px;
	min-height: 30vw;
}

.layout2 header {
	position: relative;
}

#skip_content {
        position: absolute;
        top: 0px;
        left: 10px;
        transform: translateY(-150%);
        background-color: #000000;
        color: #FFFFFF;
        padding: 0px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        outline: none;
        z-index: 1000;
}

#skip_content:focus {
        transform: translateY(10px);
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 215px;
	max-width: none;
	z-index: 700;
	background-image: url('../images/header-overlay.png');
	background-repeat: repeat-x;
}

#header_inner .container {
	max-width: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#header_logo {
	width: 100%;
	max-width: 253px;
	display: inline-block;
	position: relative;
	z-index: 400;
}

#header_icon {
	display: none;
}

#header_photo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

#header_photo img {
	display: block;
	width: 100%;
}

.content_center {
	width: 65%;
	margin: 50px auto;
	text-align: justify;
}

.gray {
	color: #6F6C62;
}

@media only screen and (max-width: 1000px) {

	body {
		padding-top: 300px;
	}

	#header_photo {
		height: 300px;
		overflow: hidden;
	}

	#header_photo img {
		width: 1000px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -500px;
	}

	#header_photo.right img {
		float: right;
	}

}

@media only screen and (max-width: 750px) {

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -250px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -750px;
	}

}

.collapsed_temp header, .collapsed header {
	min-height: 60px;
}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -60px;
	width: 100%;
	height: 60px;
	min-height: auto;
	background-color: #1E1E1E;
	background-image: none;
	z-index: 900;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #header_logo, .collapsed #header_logo {
	display: none;
}

.collapsed_temp #logo, .collapsed #logo {
	top: 15px;
}

.collapsed_temp #header_icon, .collapsed #header_icon {
	display: inline-block;
	width: 100%;
	max-width: 50px;
	position: relative;
	z-index: 700;
}

.collapsed_temp #main_nav, .collapsed #main_nav {
	top: 10px;
}

.collapsed #main_nav li a {
	color: #AEABA3;
}

.collapsed #main_nav li a:hover:after, .collapsed #main_nav li.active a:after {
	background-color: #AEABA3;
}

.collapsed #top_nav li span {
	display: none;
}

main {
	background-color: #FFFFFF;
	position: relative;
	z-index: 5;
}

#content_box {
	background-color: #FFFFFF;
}

#content_box .container {
	padding-top: 100px;
	padding-bottom: 80px;
}

.layout2 #content_box .container {
	padding-top: 70px;
	max-width: 1050px;
	text-align: justify;
}

@media only screen and (max-width: 1300px) {

	#content_box .container {
		padding-top: 80px;
		padding-bottom: 60px;
	}

}

@media only screen and (max-width: 1000px) {

	#content_box .container {
		padding-top: 60px;
		padding-bottom: 40px;
	}

}

#ctas {
	background-color: #F0EFEC;
	padding: 25px 0px;
}

.layout2 #ctas {
	background-color: transparent;
	padding-bottom: 0px;
}

#ctas .container {
	max-width: none;
}

#ctas_inner {
	margin-left: -0.8717948717948%;
}

#ctas .cta {
	width: 32.4615384615385%;
	float: left;
	margin-left: 0.8717948717948%;
	position: relative;
}

#ctas .cta img {
	width: 100%;
	display: block;
}

#ctas .cta a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(54,54,54,.5);
	-webkit-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

#ctas .cta a:hover {
	background-color: rgba(54,54,54,.21);
}

#ctas .cta a span {
	display: block;
	width: 100%;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#ctas .cta strong {
	display: block;
	font-size: 1.666666666666667em;
	text-transform: uppercase;
	font-weight: 400;
}

@media only screen and (max-width: 750px) {

	#ctas .cta {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#ctas .cta:last-child {
		margin-bottom: 0px;
	}

}

footer {
	background-color: #1E1E1E;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 105px;
	padding-bottom: 15px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#mailinglist {
	margin-bottom: 130px;
}

#mailinglist .title {
	font-size: 20px;
	font-style: italic;
	color: #AEABA3;
}

#mailinglist label {
	font-size: 25px;
	color: #F0EFEC;
	display: block;
	margin-bottom: 30px;
}

#mailinglist_inner, #popup_mailinglist {
	border: 2px solid #AEABA3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 250px;
	height: 42px;
	margin: 0px auto;
}

#popup_mailinglist {
	margin-top: 1em;
}

#mailinglist #email_box, #popup_email_box {
	background-color: transparent;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 38px;
	color: #AEABA3;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	width: 205px;
	float: left;
}

#mailinglist #email_submit, #popup_email_submit {
	width: 38px;
	height: 38px;
	background-color: transparent;
	background-image: url('../images/email-submit.png');
	background-repeat: no-repeat;
	background-size: 38px 76px;
	text-indent: 120%;
	float: right;
}

#mailinglist #email_submit:hover {
	background-position: 0px -38px;
}

#seal {
	text-align: center;
	margin-bottom: 45px;
}

#seal img {
	width: 100%;
	max-width: 110px;
}

#footer_contact {
	max-width: 800px;
	margin-bottom: 30px;
}

.footer_contact {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	color: #F0EFEC;
	text-align: left;
}

.footer_contact .title {
	font-size: 17px;
	text-transform: uppercase;
	color: #8A8585;
	margin-bottom: .6em;
}

.footer_contact a {
	color: #F0EFEC;
}

.footer_contact a:hover {
	color: #A71C2F;
}

#social {
	padding: 0px;
	margin-bottom: 10px;
}

#social li {
	list-style: none;
	display: inline-block;
	margin: 0px 15px 0px 0px;
	font-size: 24px;
	line-height: 24px;
}

#social li a {
	display: block;
}

#copyright {
	font-size: 15px;
	color: #8A8585;
	font-style: italic;
}

#copyright a {
	color: #8A8585;
	white-space: nowrap;
}

@media only screen and (max-width: 550px) {

	.footer_contact {
		float: left;
		display: block;
		width: 50%;
		text-align: center;
	}

	.footer_contact.first {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_contact.second {
		width: 50%;
		margin: 0px;
	}

	#social li {
		display: inline-block;
		margin: 0px 8px;
	}

	#copyright {
		margin-top: 15px;
		line-height: 22px;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

#nav li a {
	color: #FFFFFF;
}

#top_nav li {
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

#top_nav li i {
	font-size: 16px;
}

#top_nav li#nav9 i {
	font-size: 17px;
}

#top_nav li#nav11 i {
	font-size: 13px;
}

#nav #top_nav li a {
	color: #FFFFFF !important;
}

#nav #top_nav li a:hover, #nav #top_nav li.active a {
	color: #A71C2F !important;
}

#more_nav, #contact_nav {
	padding: 0px;
}

#more_nav li, #contact_nav li {
	list-style: none;
	line-height: 25px;
}

#footer_nav {
	text-align: center;
	padding: 0px;
}

#footer_nav li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

#footer_nav li a {
	color: #8A8585;
}

#footer_nav li a:hover {
	color: #FFFFFF;
}

#subnav {
	background-color: #FFFFFF;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

#subnav li a {
	color: #777469;
}

#subnav li a:hover, #subnav li.active a {
	color: #A71C2F;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.45);
}

#home_slideshow .content_inner {
	position: relative;
	top: 65%;
	transform: translateY(-65%);
	z-index: 500;
	width: 100%;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	line-height: 1em;
	text-align: center;
	color: #F0EFEC;
}

#home_slideshow .content img {
	width: 80%;
	max-width: 400px;
	float: none;
	margin-bottom: 1.25em;
}

#home_slideshow .title {
	font-size: 1.857142857142857em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: .25em;
}

#home_slideshow .subtitle {
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: .75em;
}

#home_slideshow .content a {
	font-size: 0.542857142857143em;
	font-weight: bold;
	font-style: italic;
	color: #F0EFEC;
	border: 2px solid #F0EFEC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .2em .9em;
}

#home_slideshow .content a:hover {
	background-color: #F0EFEC;
	color: #1E1E1E;
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

@media only screen and (max-width: 1600px) {

	#home_slideshow .content img {
		max-width: 300px;
		margin-bottom: .75em;
	}

}

@media only screen and (max-width: 1200px) {

	#home_slideshow .content img {
		max-width: 250px;
	}

}

@media only screen and (max-width: 1100px) {

	#home_slideshow .content img {
		max-width: 200px;
	}

	#home_slideshow .content a {
		font-size: 0.6em;
	}

}

@media only screen and (max-width: 812px) {

	#home_slideshow_wrapper {
		height: 400px;
		overflow: hidden;
	}

	#home_slideshow {
		width: 812px;
		position: relative;
		left: 50%;
		margin-left: -406px;
	}

	#home_slideshow li img {
		width: 812px;
	}

}

@media only screen and (max-width: 400px) {

	#home_slideshow .title {
		font-size: 1.75em;
	}

	#home_slideshow .subtitle {
		font-size: .9em;
	}

}

#home_quote {
	background-color: #EAE9E6;
	background-image: url('../images/home-quote-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 468px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-align: center;
	color: #6F6C62;
}

#home_quote .container {
	height: 100%;
	padding: 0px 60px;
}

#home_quote_inner {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
}

#home_quote blockquote {
	margin: 0px 0px .25em 0px;
	padding: 0px 1.25em;
	font-size: 1.8em;
	line-height: 1em;
	color: #6A6962;
	position: relative;
	display: inline-block;
}

#home_quote blockquote:before, #home_quote blockquote:after {
	content: open-quote;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 3em;
	line-height: .85em;
	color: #D6D5CF;
	vertical-align: top;
}

#home_quote blockquote:after {
	content: close-quote;
	left: auto;
	right: 0px;
	line-height: 1.1em;
}

#home_quote blockquote span {
	display: inline-block;
	font-size: 3em;
	line-height: .25em;
	color: #D6D5CF;
	vertical-align: bottom;
}

#home_quote cite {
	display: block;
	margin: 0px 0px 1.5em 0px;
}

#home_quote a {
	font-size: .76em;
	font-weight: 700;
	font-style: italic;
	color: #918F89;
	border: 2px solid #918F89;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
}

#home_quote a:hover {
	background-color: #918F89;
	color: #F0EFEC;
}

@media only screen and (max-width: 825px) {

	#home_quote .container {
		max-width: 450px;
	}

	#home_quote blockquote:after {
		top: auto;
	}
}

@media only screen and (max-width: 475px) {

	#home_quote .container {
		max-width: 300px;
	}

	#home_quote blockquote {
		font-size: 1.2em;
	}

}

#instagram_feed {
	padding: 0px;
	margin: 0px 0px 10px -10px;
}

#instagram_feed li {
	list-style: none;
	float:left;
	position: relative;
	width: calc(20% - 10px);
	padding-bottom: calc(20% - 10px);
	margin: 10px 0px 0px 10px;
	overflow:hidden;
}

#instagram_feed li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#instagram_feed a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.24);
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#instagram_feed a:hover span {
	background-color: transparent;
}

#instagram_feed a span span {
	display: none;
}

@media only screen and (max-width: 750px) {

	#instagram_feed li {
		width: calc(50% - 10px);
		padding-bottom: calc(50% - 10px);
	}

}

/* EVENTS CSS */

.event {
	margin-top: 50px;
	display: flex;
}

#events .event:first-child {
	margin-top: 20px;
}

#event {
	display: block;
	margin-top: -30px;
}

.event_photo {
	width: 31.25%;
	min-height: 375px;
	position: relative;
}

#event .event_photo {
	width: 100%;
	height: auto;
	min-height: auto;
	margin-bottom: -5%;
	padding-top: 30px;
}

#events .event_photo a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 375px;
}

.event_photo img {
	display: block;
	width: 100%;
}

.event_photo .event_category {
	position: absolute;
	top: 20px;
	left: 0px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 34px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}

#event .event_photo .event_category {
	top: 50px;
}

.event_photo .event_category_featured {
	background-color: #A71C2F;
	color: #F0EFEC;
	padding: 0px 10px;
}

.event_photo .event_category_inner {
	background-color: #F0EFEC;
	color: #6E6C63;
	padding: 0px 10px;
}

.event_details {
	width: 20.8333333333333%;
	background-color: #F0EFEC;
	padding: 30px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	color: #6F6C62;
}

#event .event_details {
	width: 80%;
	margin: 0px 10% 20px 10%;
	position: relative;
	z-index: 100;
	text-align: center;
	line-height: 35px;
	padding: 35px 30px 30px 30px;
}

.event_details div {
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#event .event_details div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px;
}

.event_date {
	background-image: url('../images/icon-calendar.gif');
	padding-left: 35px;
}

#home_events .event_date, #event .event_date {
	background-position: 0px 7px;
}

.event_date strong {
	font-size: 2em;
	line-height: .9em;
	text-transform: uppercase;
	font-style: normal;
}

.event_time, .event_location {
	background-image: url('../images/icon-clock.png');
	background-size: 20px 20px;
	padding-left: 35px;
}

#event .event_time, #event .event_location {
	padding-top: 6px;
	background-position: 0px 6px;
	line-height: 25px;
}

.event_details .event_location {
	background-image: url('../images/icon-location.png');
	margin-bottom: 35px;
}

.event_details br.mobile {
	display: none;
}

.event_details a.more {
	display: inline;
}

#events a.more {
	background-color: #F0EFEC;
}

#events a.more:hover {
	background-color: #A71C2F;
}

.event_content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	border-top: 2px solid #F0EFEC;
	border-right: 2px solid #F0EFEC;
	border-bottom: 2px solid #F0EFEC;
	padding: 30px;
	font-size: 16px;
	line-height: 1.8em;
}

#event .event_content {
	display: block;
	width: 80%;
	margin: 0px 10% 20px 10%;
	border: 2px solid #F0EFEC;
	padding: 40px 50px 30px 50px;
}

.event_featured_title {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #A71C2F;
	margin-bottom: .5em;
}

.event_content .event_title {
	color: #1E1E1E;
}

#home_events {
	background-color: #F0EFEC;
	padding: 75px 0px 80px 0px;
}

#home_events .container {
	max-width: none;
}

#home_events .title {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6F6C62;
	margin-bottom: 1em;
}

#home_events .home_event {
	float: left;
	width: 48.7179487179487%;
	display: block;
	position: relative;
}

#home_events #home_event2 {
	float: right;
}

#home_events .event_photo {
	width: 50%;
	min-height: 475px;
}

#home_events .event_content_wrapper {
	width: 60%;
	margin-left: -10%;
	display: flex;
	justify-content: center;
	flex: 1;
	flex-direction: column;
}

#home_events .event_content_wrapper2 {
	padding: 30px;
	background-color: #FFFFFF;
	position: relative;
}

#home_events .event_details {
	background-color: transparent;
	padding: 0px;
	width: 35%;
	float: left;
}

#home_events .event_content {
	display: block;
	padding: 0px;
	border: 0px;
	margin-left: 40%;
}

@media only screen and (max-width: 1050px) {

	.layout1 #events {
		margin-left: -4%;
	}

	.layout1 #events .event {
		display: block;
		width: 46%;
		float: left;
		margin-left: 4%;
	}

	.layout1 .event_photo, .layout1 .event_details, .layout1 .event_content {
		width: 100%;
		display: block;
	}

	.layout1 .event_content {
		border-left: 2px solid #F0EFEC;
	}

	#event .event_details {
		width: 90%;
		margin: 0px 5% 20px 5%;
	}

	#event .event_content {
		width: 90%;
		margin: 0px 5%;
		padding: 30px 40px 20px 40px;
	}

}

@media only screen and (max-width: 750px) {

	.layout1 #events {
		margin-left: 0px;
	}

	.layout1 #events .event {
		width: 100%;
		margin-left: 0px;
	}

	.layout1 #events .event_details {
		text-align: center;
		line-height: 35px;
		padding: 20px;
	}

	.layout1 #events .event_details div {
		display: inline-block;
		vertical-align: top;
		margin: 0px 20px;
	}

	.layout1 #events .event_time, .layout1 #events .event_location {
		padding-top: 6px;
		background-position: 0px 6px;
		line-height: 25px;
	}

	#events .event_details br.mobile {
		display: block;
	}

	#events .event_details a.more {
		margin-top: 15px;
		display: inline-block;
	}

	.layout1 #events a.more {
		line-height: 20px;
	}

}

@media only screen and (min-width: 1051px) and (max-width: 1500px) {

	#home_events .event {
		display: block;
	}

	#home_events .event_photo, #home_events .event_content_wrapper {
		width: 100%;
		display: block;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 1050px) {

	#home_events .home_event, #home_events .home_event .event {
		width: 100%;
		float: none;
	}

	#home_event2 {
		margin-top: 75px;
	}

	#home_events .event {
		display: flex;
	}

}

@media only screen and (max-width: 750px) {

	#home_events .event {
		display: block;
	}

	#home_events .event_photo {
		width: 100%;
		display: block;
	}

	#home_events .event_content_wrapper {
		width: 100%;
		margin-left: 0px;
		display: flex;
	}

	#event .event_details {
		padding: 30px 5px 25px 5px;
	}

	#event .event_content {
		padding: 20px 30px 10px 30px;
	}

}

@media only screen and (max-width: 550px) {

	#home_events .event_details {
		float: none;
		width: 100%;
		text-align: center;
		line-height: 35px;
	}

	#home_events .event_details div {
		display: inline-block;
		vertical-align: top;
		margin: 0px 20px;
	}

	#home_events .event_time, #home_events .event_location {
		padding-top: 6px;
		background-position: 0px 6px;
		line-height: 25px;
	}

	#home_events .event_details br.mobile {
		display: block;
	}

	#home_events .event_details a.more {
		margin-top: 15px;
		margin-bottom: 10px;
		display: inline-block;
	}

	#home_events .event_content {
		margin: 20px 0px 0px 0px;
	}

	#home_events a.more {
		line-height: 20px;
	}


}

@media only screen and (max-width: 500px) {

	#event .event_content {
		border: 0px;
		padding: 0px;
	}

}

@media only screen and (max-width: 400px) {

	#event .event_details {
		padding: 20px 0px 15px 0px;
	}

}

/* WINES CSS */

#wines {
	margin-left: -2.5%;
}

.wine {
	width: 22.5%;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 5em;
	display: inline;
	font-size: 14px;
	text-align: center;
}

.wine_top {
	border: 2px solid #AEABA3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 1.428571428571429em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

.wine_top img {
	max-height: 400px;
	width: auto;
	margin-bottom: .75em;
}

.wine_top span {
	font-family: "Joanna Sans W01", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: .85em;
	color: #A71C2F;
}

.wine .price {
	margin-bottom: .5em;
}

.wine strong {
	font-size: 1.785714285714286em;
	font-weight: bold;
}

.wine em {
	font-size: 1.285714285714286em;
	color: #6F6C62;
	margin-left: .75em;
}

.wine form, #wine form {
	border: 2px solid #AEABA3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	height: 34px;
}

.wine label, #wine label {
	float: left;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 26px;
	font-weight: 500;
	color: #6F6C62;
	padding-left: 10px;
}

#wine select {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 26px;
	font-weight: 500;
	vertical-align: middle;
	background-color: transparent;
	width: calc(100% - 52px);
}

.wine .ui-widget.ui-widget-content, #wine .ui-widget.ui-widget-content {
	border: 0px;
	vertical-align: top;
	line-height: 26px;
	padding: 0px 16px 0px 0px;
	float: left;
	margin-top: 2px;
}

.wine input.spinner, #wine input.spinner {
	margin: 0px;
	width: 25px;
	font-family: "Joanna Sans W01", Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
}

.wine .ui-widget-content, #wine .ui-widget-content {
	background-color: transparent;
}

.wine .ui-button, .wine .ui-button:hover, #wine .ui-button, #wine .ui-button:hover {
	border: 0px;
	background: none;
	width: 16px;
}

.wine .wine_button, #wine .wine_button {
	background-color: transparent;
	color: #6F6C62;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 20px;
	font-weight: 500;
	float: left;
	vertical-align: top;
	padding: 5px 10px 7px 10px;
	height: 30px;
}

.wine .wine_button:hover, #wine .wine_button:hover {
	background-color: #AEABA3;
	color: #FFFFFF;
}

.wine a.details, #wine a.details, a.fancy_button, .club_option a {
	border: 2px solid #A71C2F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	min-height: 34px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	font-style: italic;
	line-height: 30px;
	color: #A71C2F;
	padding: 0px 8px;
}

.wine a.details:hover, #wine a.details:hover, a.fancy_button:hover, .club_option a:hover {
	background-color: #A71C2F;
	color: #FFFFFF;
}

.fancy_button.large {
	height: auto;
	min-height: 42px;
	font-size: 20px;
	line-height: 34px;
	padding: 2px 14px;
}

@media only screen and (max-width: 1070px) {

	#wines {
		margin-left: -3%;
	}

	.wine {
		width: 30.3333333333333%;
		margin-left: 3%;
	}

	.wine_top img {
		max-height: 350px;
	}

}

@media only screen and (max-width: 780px) {

	#wines {
		margin-left: -5%;
	}

	.wine {
		width: 45%;
		margin-left: 5%;
	}

	.wine_top img {
		max-height: 300px;
	}

}

@media only screen and (max-width: 530px) {

	#wines {
		margin-left: 0px;
	}

	.wine {
		width: 100%;
		margin-left: 0px;
		display: block;
	}

}

#wine {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

#wine h1 {
	text-align: left;
}

#wine_bottle {
	float: right;
	width: 40%;
	text-align: center;
	padding: 0px 5%;
	margin-bottom: 30px;
}

#wine_content {
	width: 60%;
}

#wine_price {
	border-bottom: 2px solid #F0EFEC;
	min-height: 74px;
	margin-bottom: 30px;
}

#wine_price.options {
	min-height: 104px;
}

#wine_retail_price {
	float: left;
	border-right: 2px solid #F0EFEC;
	width: 51%;
	height: 74px;
}

#wine_price.options #wine_retail_price {
	height: 104px;
}

#wine_price strong {
	display: inline-block;
	font-size: 25px;
	margin-right: 10px;
}

#wine form {
	height: 42px;
	border-color: #1E1E1E;
}

#wine #wine_price.options form {
	height: 82px;
}

#wine label {
	line-height: 38px;
	color: #1E1E1E;
}

#wine .ui-widget.ui-widget-content {
	line-height: 34px;
}

#wine input.spinner {
	line-height: 26px;
}

#wine .wine_button {
	color: #1E1E1E;
	height: 38px;
	padding-top: 7px;
}

#wine .wine_button:hover {
	background-color: #1E1E1E;

}
#wine_club_price {
	float: right;
}

#wine_club_price em {
	font-size: 18px;
	line-height: 40px;
	color: #6F6C62;
	margin-right: 10px;
}

#wine a.details {
	height: 42px;
	font-size: 18px;
	line-height: 38px;
	border-color: #6F6C62;
	color: #6F6C62;
}

#wine a.details:hover {
	background-color: #AEABA3;
	color: #FFFFFF;
}

#wine h2 {
	font-size: 21px;
	text-transform: none;
	color: #A71C2F;
}

#wine p + .specs {
	margin-top: 1.5em;
}

#wine .specs {
	background-color: #F0EFEC;
	padding: 20px 30px 25px 30px;
	margin-top: 10px;
}

#wine h3 {
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}

#wine .specs p {
	line-height: 26px;
	margin: 10px 0px 0px 0px;
}

#wine .specs strong {
	color: #A71C2F;
}

@media only screen and (max-width: 900px) {

	#wine_price {
		max-width: 410px;
	}

	#wine_price, #wine_retail_price, #wine_club_price {
		height: 110px;
	}

	#wine_price.options, #wine_price.options #wine_retail_price {
		height: 150px;
	}

	#wine_retail_price {
		width: 55%;
	}

	#wine_retail_price strong, #wine_club_price em {
		display: block;
		line-height:50px;
	}

}

@media only screen and (max-width: 660px) {

	#wine_content {
		width: 100%;
	}

	#wine_price {
		width: 60%;
		height: auto;
		padding-bottom: 15px;
	}

	#wine_price.options {
		height: 264px;
	}

	#wine_price.options #wine_retail_price {
		height: 150px;
	}

	#wine_retail_price, #wine_club_price {
		float: none;
		width: 100%;
		border: 0px;
		height: auto;
		padding-bottom: 5px;
	}

	#wine_retail_price {
		border-bottom: 2px solid #F0EFEC;
		padding-bottom: 20px;
	}

	#wine .specs {
		clear: right;
	}

}

@media only screen and (max-width: 400px) {

	#wine_price {
		padding-top: 60px;
	}

	#wine_price.options {
		padding-top: 30px;
		height: 294px;
	}

	#wine h2 {
		clear: both;
	}

}

@media only screen and (max-width: 360px) {

	#wine_bottle {
		width: 33%;
	}

	#wine_price {
		padding-top: 10px;
		width: 67%;
	}

	#wine_price.options {
		padding-top: 10px;
		height: 274px;
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

#content .gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 30px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 600px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 450px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
}

form.feedback label {
	display: block;
}

form.feedback div.col {
	margin-bottom: 20px;
}

@media only screen and (min-width: 700px) {

	form.feedback div.row {
		margin-left: -5%;
	}

	form.feedback div.col {
		width: 45%;
		margin-left: 5%;
		float: left;
		display: inline;
	}

	form.feedback div.col.wide {
		width: 95%;
	}
}

form.feedback div label {
	display: inline;
}

form.feedback div.col input, form.feedback div.col select, form.feedback div.col textarea {
	border: 2px solid #AEABA3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback div.col input.radio, form.feedback div.col input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback div.col textarea {
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* TRADE STYLES */

.trade {
	margin-top: -5em;
	margin-left: -2.5%;
}

.trade .thumbnail {
	border: 2px solid #AEABA3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: .5em;
	text-align: center;
}

.trade .item {
	list-style: none;
	width: 22.5%;
	float: left;
	margin-left: 2.5%;
	display: inline;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin-top: 5em;
}

.trade_cats .item {
	text-align: center;
}

.trade em {
	white-space: nowrap;
}

@media only screen and (max-width: 1070px) {

	.trade {
		margin-top: -4em;
		margin-left: -3%;
	}

	.trade .item {
		width: 30.3333333333333%;
		margin-left: 3%
		margin-top: 4em;
	}

}

@media only screen and (max-width: 740px) {

	.trade {
		margin-top: -3em;
		margin-left: -5%;
	}

	.trade .item {
		width: 45%;
		margin-left: 5%;
		margin-top: 3em;
	}

}

@media only screen and (max-width: 480px) {

	.trade {
		margin-left: 0px;
	}

	.trade .item {
		width: 100%;
		margin-left: 0px;
		display: block;
	}

}

/* CLUB CSS */

.club_benefits {
	border: 2px solid #F0EFEC;
	padding: 50px 50px 37px 50px;
	margin: 2em 0px;
}

.club_benefits h2, .col2 h3 {
	font-size: 21px;
	color: #A71C2F;
	text-transform: none;
	text-align: center;
	margin-bottom: 1em;
}

#content .club_benefits ul {
	padding: 0px;
	list-style-position: inside;
	line-height: 19px;
}

.club_benefits li {
	margin-bottom: 13px;
}

.clubs {
	margin-left: -3%;
}

div.club {
	background-color: #F0EFEC;
	text-align: center;
	padding: 50px;
	width: 47%;
	margin-left: 3%;
	float: left;
	display: inline;
	color: #6C6960;
	margin-bottom: 3em;
}

.club h2, h2.club, .col2 h2, .left_box h2 {
	font-size: 25px;
	font-weight: 600;
	color: #1E1E1E;
	text-transform: none;
}

.club p {
	line-height: 1.5em;
}

.club_option {
	display: inline-block;
	vertical-align: top;
	margin: 15px 19px 0px 19px;
}

.club_option p {
	margin-bottom: .75em;
	font-weight: bold;
	color: #1E1E1E;
}

.club_option em {
	font-size: .9em;
	color: #6C6960;
}

.club em a {
	color: #6C6960;
	font-size: 15px;
}

p.club {
	font-size: 17px;
	line-height: 1.5em;
	color: #AEABA3;
	margin-bottom: 1.75em;
}

p.club em {
	font-size: 15px;
}

.club_description {
	margin-top: 1em;
	font-size: 16px;
	line-height: 1.4em;
	color: #1E1E1E;
}

@media only screen and (min-width: 900px) {

	#content .club_benefits ul {
		-webkit-column-count: 2;
		-webkit-column-gap: 100px;
		-moz-column-count: 2;
		-moz-column-gap: 100px;
		column-count: 2;
		column-gap: 100px;
	}

}

@media only screen and (max-width: 999px) {

	.club_benefits {
		padding: 40px 40px 27px 40px;
	}

	div.club, .col2 {
		padding: 40px;
	}

	.club_option {
		margin: 15px 20px 0px 20px;
	}

}

@media only screen and (max-width: 899px) {

	.clubs {
		margin-left: 0px;
	}

	div.club {
		display: block;
		margin-left: 0px;
		width: 100%;
	}

}

@media only screen and (max-width: 599px) {

	.club_benefits {
		padding: 20px 20px 7px 20px;
	}

	div.club, .col2 {
		padding: 20px;
	}

}

@media only screen and (max-width: 384px) {

	.club_option {
		display: block;
	}

}

.distributors div, #press div {
	margin-top: 1em;
}

@media only screen and (min-width: 650px) {

	.distributors {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		justify-content: flex-start;
	}

	.distributors div {
		width: 47%;
		margin-top: 1em;
	}

}

@media only screen and (min-width: 950px) {

	.distributors div {
		width: 30%;
	}

	.distributors div:nth-child(3n-1) {
		margin-left: 5%;
		margin-right: 5%;
	}

}

#press div {
	border: 2px solid #F0EFEC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}

#press a {
	margin-top: .5em;
}

@media only screen and (min-width: 650px) {

	#press {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#press div {
		width: calc(50% - 10px);
		margin-top: 1em;
		padding: 30px;
	}

}

/* NEWS CSS */

#news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#news.news4 {
	display: block;
}

#news .news {
	width: 31%;
	border: 2px solid #F0EFEC;
	margin-bottom: 3%;
}

#news.news4 .news {
	width: 100%;
}

#news .news a {
	display: block;
	padding-bottom: 15px;
}

#news img {
	display: block;
	margin-bottom: 15px;
}

#news strong.title {
	display: block;
	padding: 0px 15px;
	font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #1E1E1E;
	text-align: center;
}

#news.news4 strong {
	text-align: left;
	text-transform: none;
}

@media only screen and (max-width: 850px) {

	#news .news {
		width: 48.5%;
	}

}

@media only screen and (max-width: 500px) {

	#news .news {
		width: 100%;
		margin-bottom: 8%;
	}

}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1050px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#main_nav {
		position: absolute;
		top: 80px;
		left: 0px;
		width: 100%;
	}

	#top_nav {
		position: absolute;
		top: 20px;
		right: 10px;
	}

	#nav > ul {
		text-align: center;
	}

	#main_nav > li {
		margin: 0px 25px;
		display: inline;
		padding-bottom: 8px;
	}

	#nav li#nav5 {
		margin-left: 395px;
	}

	.collapsed_temp #nav li#nav5, .collapsed #nav li#nav5 {
		margin-left: 195px;
	}

	#top_nav li {
		float: left;
		margin-right: 20px;
		display: inline;
	}

	#main_nav li a:hover:after, #main_nav li.active a:after {
		content:''; 
		width: 40px;
		height: 2px; 
		background-color: #FFFFFF;
		position:absolute; 
		bottom: 0px;
		left: calc(50% - 20px);
	}

	#main_nav li.dropdown a:hover:after {
		display: none;
	}

	#nav li > ul {
		position: absolute;
		top: 28px;
		left: 0px;
		padding: 0px;
		z-index: 500;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #1E1E1E;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#nav li:hover > ul, #nav li.hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
		padding: 6px 0px;
	}

	#nav li li {
		white-space: nowrap;
		text-align: left;
		text-transform: none;
		font-style: italic;
		line-height: 1em;
	}

	#main_nav li li a:hover:after, #main_nav li li.active a:after,
	#main_nav li.active li a:hover:after, #main_nav li.active li a:after {
		display: none;
	}

	#nav li li a {
		display: block;
		padding: 6px 12px;
		color: #AEABA3;
	}

	#nav li li a:hover {
		color: #FFFFFF;
	}

	#subnav {
		text-align: center;
		padding: 10px 0px 12px 0px;
		border-bottom: 2px solid #F0EFEC;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (min-width: 1050px) and (max-width: 1299px) { 

	.collapsed_temp #top_nav, .collapsed #top_nav {
		display: none;
	}

}

@media only screen and (min-width: 1050px) and (max-width: 1239px) { 

	#main_nav > li {
		margin: 0px 15px;
	}

	#nav li#nav5 {
		margin-left: 355px;
	}

}


@media only screen and (max-width: 1049px) { 

	.container {
		padding: 0px 15px;
	}

	.mobile_nav body {
		overflow: hidden;
	}

	#logo {
		top: 95px;
	}

	.layout2 #logo {
		top: 15px;
		height: 60px;
		overflow: hidden;
	}

	.layout2 #logo img {
		max-width: 200px;
		margin-right: 5px;
	}

	.layout2 #logo #header_icon {
		max-width: 50px;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #FFFFFF;
		border: 0px;
		background-color: transparent;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #1E1E1E;
		padding-top: 50px;
		z-index: 700;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav li {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#main_nav li {
		font-size: 24px;
		line-height: 30px;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
		color: #FFFFFF !important;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li {
		font-size: 16px;
		font-style: italic;
		text-transform: none;
	}

	#nav li li a {
		padding: 6px 30px;
	}

	#nav #top_nav {
		text-align: center;
		margin-top: 30px;
	}

	#nav #top_nav li {
		display: inline-block;
		margin: 0px 10px;
		line-height: 25px;
	}

	#subnav {
		padding: 0px;
		margin: 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-family: "Joanna Nova W01", Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 38px;
		font-style: italic;
		text-align: center;
		color: #AEABA3;
		border-bottom: 2px solid #F0EFEC;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #F0EFEC;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
		padding: 8px 0px;
	}

	#subnav li {
		margin: 0px;
		display: block;
		text-align: center;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 12px 15px;
	}

	#home_slideshow .content_inner {
		top: 55%;
		transform: translateY(-55%);
	}

}
