@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('alternategotno1d/stylesheet.css');

body {
	color: #000;
	font-family: 'Cabin', sans-serif;
	font-style: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 100;
	/*line-height: normal;*/
	font-weight: 400;
}

input:focus {
	outline: none;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
	vertical-align: bottom;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

ul,
ol {
	padding-left: 25px;
}

h1.default-header {
	font-weight: normal;
}

a,
a:hover,
a img,
a:hover img,
.hsec1 a span,
.hsec1 a:hover span {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

.elite {
	font-family: 'Special Elite', sans-serif;
}

.head,
.alter,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'AlternateGotNo1D';
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}

.subpage-bg.lightbg {
	position: relative;
}

.subpage-bg.lightbg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
}

.subpage-bg.lightbg .z-container {
	position: relative;
}

a {
	color: #b38257;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

hr {
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: 0;
	border-bottom: 1px solid #b38257;
}

i.fa {
	font-family: 'FontAwesome' !important;
}

.text-white {
	color: #fff;
}

.wrapper {
	width: 100%;
	max-width: 1400px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0px;
}

.homeSearchDiv,
.sidebartext {
	padding-left: 5px;
}

.homeSearchDiv {
	padding-bottom: 10px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.red-button {
	background-color: #bf1e2e !important;
	color: #FFF !important;
}


.heading-font {
	font-family: 'AlternateGotNo1D';
	font-weight: 400;
	font-style: normal;
}

.azosans {
	font-family: 'azo-sans-web';
}


:target:before {
	content: '';
	display: block;
	height: 120px;
	/* fixed header height*/
	margin: -120px 0 0;
	/* negative fixed header height */
}


/**
 * DESKTOP HEADER
 */
header {
	min-height: 0;
}

header nav {
	width: auto;
}

header .desktop-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	color: #bf1e2e;
	height: 120px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.fixed .desktop-header {
	height: 80px;
}

header .desktop-header:after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 198;
	display: block;
	height: 240px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #000;
	/* BLACK */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */

}

header.fixed .desktop-header:after {
	height: 80px;
	background-color: #000;
}

header .desktop-header .desktop-logo {
	float: left;
	position: relative;
	z-index: 200;
	margin-left: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .desktop-header .desktop-logo a {
	background-image: url(../images/logobg.png);
	background-size: 100% 100%;
	padding: 33px 17px 65px 17px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.fixed .desktop-header .desktop-logo a {
	padding: 10px 10px 20px 10px;
}

header .desktop-header .desktop-logo img {
	height: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	max-width: none;
}

.topbtn {
	float: right;
	margin: 10px 48px 0 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.topbtn a,
.newsletter-signup a {
	color: #fff;
	z-index: 999;
	position: relative;
	background-color: #b38257;
	padding: 7px 30px;
	border-radius: 5px;
}

.topbtn a:hover,
.newsletter-signup a:hover {
	background-color: #670d0e;
}


header.fixed .desktop-header .desktop-logo img {
	height: 40px;
}

header .desktop-header .desktop-menu {
	float: right;
	position: relative;
	z-index: 200;
	margin-right: 120px;
	clear: right;
}

header .desktop-header .desktop-menu ul,
header .desktop-header .desktop-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

header .desktop-header .desktop-menu li a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	line-height: 80px;
	padding: 13px 18px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .desktop-header .desktop-menu li a:hover {
	color: #fff100;
}

header.fixed .desktop-header .desktop-menu li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

header.fixed nav.desktop-menu {
	clear: none;
	margin-right: 18px;
}

header.fixed .topbtn {
	margin: 17px 113px 0 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.mobile-location-icon {
	cursor: pointer;
}

/*
header .desktop-header .desktop-menu li:last-child a {
	background-color: rgba( 186, 2, 19, 0.57 );
}
*/
.mobile-location-details {
	background-color: #000;
	color: #FFF;
}

.spbtn {
	background-color: #b38257 !important;
	padding: 10px 26px;
}

.spbtn:hover {
	background-color: #bf1e2e !important;
}

.contactContainer1 button,
.contact-button {
	background-color: #b38257 !important;
	padding: 10px 26px;
	font-family: 'Cabin', sans-serif !important;
}

.contactContainer1 button:hover,
.contact-button:hover {
	background-color: #bf1e2e !important;
}

.visually-hidden {
	/* Contain text within 1px box */
	height: 1px;
	overflow: hidden;
	width: 1px;
	/* Keep the layout */
	position: absolute;
	/* Remove any visible trace (e.g. background color) */
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	/* browsers in the future */
	/* Prevent the screen reader to skip spaces between words */
	white-space: nowrap;
}

@media screen and (max-width: 1362px) {
	header .desktop-header:after {
		height: 180px;
	}

	header .desktop-header .desktop-logo {
		margin-left: 10px;
	}

	header .desktop-header .desktop-logo a {
		display: inline-block;
	}

	header .desktop-header .desktop-logo img {
		height: 60px;
	}

	header .desktop-header .desktop-menu {
		margin-right: 100px;
	}

	header .desktop-header .desktop-menu li a {
		padding: 20px 10px 0 10px;
		font-size: 32px;
	}
}

@media screen and (max-width: 992px) {

	.quick-panel .z-1of3 {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}


/* DESKTOP MOBILE MENU */
header .desktop-header .desktop-mobile-menu {
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	z-index: 203;
	display: inline-block;
	background-color: #000;
	width: 320px;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header .desktop-header .desktop-mobile-menu.open {
	opacity: 1;
	right: 0;
}

header .desktop-header .desktop-mobile-menu.open .overlay {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: 202;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
	width: 500%;
}

header .desktop-header .desktop-mobile-menu ul,
header .desktop-header .desktop-mobile-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

header .desktop-header .desktop-mobile-menu>ul {
	overflow: auto;
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 204;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.fixed .desktop-header .desktop-mobile-menu>ul {
	top: 85px;
}

header .desktop-header .desktop-mobile-menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 1.25em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}

header .desktop-header .desktop-mobile-menu ul li a:hover {
	color: #FFFFFF;
}

header .desktop-header .desktop-mobile-menu ul li ul li a {
	color: #CCCCCC;
}




/**
 * MOBILE HEADER
 */

header .mobile-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20000;
	background-color: #000;
	color: #FFF;
	height: 85px
}

header .mobile-header a {
	color: #FFF;
	text-decoration: none;
}



/* MOBILE LOCATION ICON */

header .mobile-header .mobile-location-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 201;
	display: inline-block;
	color: #FFF;
	padding: 20px;
}

header .mobile-header .mobile-location-icon i.fa {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
}

header .mobile-header .mobile-location-icon span {
	font-size: 20px;
	display: block;
	text-align: center;
}


/* MOBILE LOCATION MENU */
header .mobile-header .mobile-location-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -320px;
	z-index: 207;
	display: inline-block;
	background-color: #000;
	color: #FFF;
	width: 320px;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header .mobile-header .mobile-location-menu.open {
	opacity: 1;
	left: 0;
}

header .mobile-header .mobile-location-menu.open .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	z-index: 206;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
	width: 500%;
}

header .mobile-header .mobile-location-menu .choose-another {
	background-color: #b38257;
	color: #FFFFFF;
}


/* MOBILE LOGO */
header .mobile-header .mobile-logo {
	width: 100%;
}

header .mobile-header .mobile-logo a {
	display: block;
	width: 100%;
	height: 85px;
	text-align: center;
}

header .mobile-header .mobile-logo img {
	margin: 10px 0;
	height: 65px;
}


/* MOBILE MENU ICON */
header .mobile-menu-icon {
	width: 60px;
	height: 45px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 205;
	-webkit-transform: rotate(0deg) scale(0.8);
	-moz-transform: rotate(0deg) scale(0.8);
	-o-transform: rotate(0deg) scale(0.8);
	transform: rotate(0deg) scale(0.8);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

header .mobile-menu-icon.desktop {
	top: 85px;
	bottom: auto;
	right: 40px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

header.fixed .mobile-menu-icon.desktop {
	top: 16px;
}

header .mobile-menu-icon span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #FFF;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header .mobile-menu-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

header .mobile-menu-icon span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

header .mobile-menu-icon span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

header .mobile-menu-icon.open span {
	background: #FFFFFF;
}

header .mobile-menu-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

header .mobile-menu-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

header .mobile-menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
}

/* MOBILE MENU */

header .mobile-header .mobile-menu {
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	z-index: 203;
	display: inline-block;
	background-color: #bf1e2e;
	width: 320px;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header .mobile-header .mobile-menu.open {
	opacity: 1;
	right: 0;
}

header .mobile-header .mobile-menu.open .overlay {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: 202;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
	width: 500%;
}

header .mobile-header .mobile-menu ul,
header .mobile-header .mobile-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

header .mobile-header .mobile-menu>ul {
	overflow: auto;
	position: absolute;
	top: 85px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 204;
}

header .mobile-header .mobile-menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 1.25em;
	color: #FFFFFF;
	text-align: right;
}

header .mobile-header .mobile-menu ul li ul li a {
	color: #CCCCCC;
}

@media screen and (max-width: 1362px) {
	header .mobile-menu-icon.desktop {
		top: auto;
		bottom: 20px;
		right: 20px;
	}

	header .mobile-menu-icon.desktop {
		top: 89px;
		bottom: auto;
		right: 20px;
	}

	header.fixed .mobile-menu-icon.desktop {
		top: 20px;
	}
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 767px) {
	header .mobile-header {
		height: 60px;
	}

	header .mobile-header .mobile-location-icon {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 201;
		display: inline-block;
		padding: 10px;
	}

	header .mobile-header .mobile-location-icon i.fa {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 22px;
	}

	header .mobile-header .mobile-location-icon span {
		font-size: 16px;
	}

	header .mobile-header .mobile-logo a {
		height: 60px;
	}

	header .mobile-header .mobile-logo img {
		margin: 5px 0;
		height: 50px;
	}

	header .mobile-menu-icon {
		top: 8px;
		right: 8px;
		-webkit-transform: rotate(0deg) scale(0.6);
		-moz-transform: rotate(0deg) scale(0.6);
		-o-transform: rotate(0deg) scale(0.6);
		transform: rotate(0deg) scale(0.6);
	}

	header .mobile-header .mobile-menu>ul {
		top: 65px;
	}
}

@media screen and (max-width: 479px) {}


/**
 * PAGE TITLE
 */

.page-title {
	position: relative;
}

.page-title.no-slider {
	height: 280px;
	background-image: url(../images/default-page-header-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-title h1 {
	position: absolute;
	left: 50%;
	text-transform: uppercase;
	bottom: 0;
	z-index: 105;
	display: block;
	width: 1260px;
	transform: translateX(-50%);
	line-height: 1em;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 116px;
	font-weight: 400;
}

.page-title:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104;
	display: block;
	height: 320px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}

.page-title.no-slider:after {
	height: 240px;
}

.page-title-slider {
	margin: 0;
}

.page-title-slider-container {
	margin: 0;
	background-color: #000000;
	overflow: hidden;
}

.page-title-slider .page-title-slide {
	padding: 0;
	color: #FFFFFF;
	text-align: center;
}

.page-title-slider .page-title-slide.active {
	display: inline-block;
}

.page-title-slider .page-title-slide.not-active {
	display: none !important;
}

.page-title-slider .page-title-slide img {
	vertical-align: bottom;
}

.page-title-slider .page-title-slide .desktop-slide,
.page-title-slider .page-title-slide .mobile-slide {}

.page-title-slider .page-title-slide .slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
}

.page-title-slider.content-slider .slider-previous-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	right: auto;
	left: 40px;
	z-index: 199;
}

.page-title-slider.content-slider .slider-next-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	left: auto;
	right: 40px;
	z-index: 199;
}

.lform {
	background-color: #670d0e;
	color: #fff;
	padding: 25px 0;
}

.lform h3 {
	font-family: 'Special Elite', sans-serif;
	text-transform: none;
	font-size: 34px;
	padding: 15px 0 20px 0;
}

.lform input#location_zip {
	padding: 8px;
}

.lform input[type="submit"] {
	background-color: #b38257;
	padding: 10px 29px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
	.page-title-slider.content-slider .slider-previous-button {
		left: 20px;
	}

	.page-title-slider.content-slider .slider-next-button {
		right: 20px;
	}
}

@media screen and (max-width: 479px) {
	.page-title-slider-container {
		margin: 0;
	}
}

.eclub-container {
	display: flex;
	align-items: stretch;
	position: relative;
	padding-top: 32px;
	/* This will hide the overflowing part of the image */
}

.eclub-image-wrapper {
	flex: 1;
	position: relative;
	overflow: visible;
	/* This allows the image to extend beyond its container */
}

.eclub-image {
	position: absolute;
	top: 44.3%;
	left: 40%;
	transform: translate(-50%, -50%) scale(1.275);
	/* Adjust scale to make image larger */
	max-width: none;
	width: 100%;
	height: auto;
}

.iframe-container {
	flex: 1;
	padding: 20px;
	/* Add some padding to the form container */
	background: #FFF;
}

/* Adjust other styles as needed */
.form-wrapper {
	height: 100%;
}

.show-mobile {
	display: none;
}

/* Media query for responsiveness */
@media (max-width: 1451px) {
	.eclub-container {
		flex-direction: column;
		width: 65%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -2%);
	}

	.eclub-image-wrapper {
		height: 300px;
		/* Adjust as needed for mobile */
	}

	.eclub-image {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
	}

	.hide-desktop {
		display: none;
	}

	.show-mobile {
		display: block;
	}
}


.new-eclub-heading {
	text-align: center;
}

.new-eclub-heading h2 {
	color: #793230;
	font-size: 86px;
}

.new-eclub-heading h3 {
	color: #000;
	margin-top: -55px;
	font-size: 59px;
}

@media screen and (max-width: 992px) {
	.new-eclub-heading h2 {
		font-size: 80px;
	}

	.new-eclub-heading h3 {
		font-size: 54px;
		margin-top: -51px;
	}

	.eclub-container {
		flex-direction: column;
		width: 75%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -2%);
	}
}

@media screen and (max-width: 768px) {
	.new-eclub-heading h2 {
		font-size: 77px;
	}

	.new-eclub-heading h3 {
		font-size: 53px;
		margin-top: -51px;
	}

}

@media (max-width: 500px) {
	.eclub-container {
		flex-direction: column;
		width: 100%;
		top: 0;
		left: 0;
		transform: none;
	}

	.iIDDUy {
		padding: 1.5rem 0.75rem !important;
	}
}

.subpage-bg {
	background-color: #FFF;
	background-image: url(../images/subpage-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}


/**
 * SUBPAGE NEWSLETTER SIGNUP
 */

.newsletter-signup {
	text-align: center;
	color: #FFF;
	background-color: #000;
	padding: 70px 0 40px 0;
}

.newsletter-signup a {
	padding: 15px 90px;
	vertical-align: top;
	margin: 4px 0 0 25px;
}

/**
 * SUBPAGE PROMOTIONS
 */

.promotion-form form {
	padding: 0 0 0 0;
	color: #fff;
}

.promotion-form h2 {
	font-size: 48px;
	color: #fff;
}

.promotion-form p {
	color: #fff;
}

.promotion-form form td a {
	float: left;
}

.promotion-form form label {
	display: inline-block;
}

.promotion-form form input[type="text"],
.promotion-form form input[type="email"],
.promotion-form form input[type="tel"],
.promotion-form form input[type="number"],
.promotion-form form textarea {
	padding: 10px;
	width: 100%;
	margin: 0 0 10px 0;
}

.promotion-form form button[type="submit"] {
	padding: 12px 50px;
	vertical-align: top;
	margin: 4px 0 0 25px;
	background-color: #b38257;
}

.promotion-form table {
	width: 100%;
}

.promotion-form table td,
.promotion-form table th {
	vertical-align: middle;
}


.zPrivacyPolicyLink {
	padding: 15px 10px;
}



/**
 * FOOTER
 */

footer {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding-bottom: 58px !important;
}

footer .footer-menu,
footer .footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer-menu {
	float: left;
}

footer .footer-menu a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

footer .footer-menu a:hover {
	color: #900;
}

footer .footer-menu ul {
	float: none;
	padding: 0;
	margin: 0;
	position: absolute;
}

footer .footer-menu ul li {
	display: block;
}

footer .footer-menu ul li a {
	line-height: 1.5em;
	color: #CCCCCC;
}

footer .footer-menu ul li a:hover {
	color: #FFFFFF;
}

footer .footer-menu>li>a {
	margin-bottom: 0;
}

footer .footer-logo {
	float: left;
}

footer .company-info {
	padding: 30px 0;
	margin-bottom: 0;
}

footer .company-info .footer-logo a {
	display: inline-block;
}

footer .company-info .footer-social a {
	display: inline-block;
	color: #000;
	background-color: #fff;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
	line-height: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
}

footer .company-info .footer-social a:hover {
	color: #FFFFFF;
}

footer .company-info .footer-social a i.fa {
	display: inline-block;
	width: 1em;
	text-align: center;
	margin: 5px;
	margin-right: 5px;
}

footer .copyright {
	color: #fff;
}

footer .copyright a {
	color: #fff;
	text-decoration: none;
}

footer .copyright a:hover {
	color: #ee3033;
}

footer .copyright span {
	white-space: nowrap;
}

.footer-locations {
	float: left;
	width: 42%;
	padding: 0 60px;
}

.footer-locations li,
footer .footer-menu li {
	float: left;
	width: 50%;
	padding: 0 0 10px 0;
}

.footer-locations li a {
	color: #c3c3c3;
	text-transform: uppercase;
}

.footer-locations li a:hover,
footer .footer-menu a:hover {
	color: #fff100;
}

.footer-nav {
	float: left;
	width: 35%;
}

footer .footer-menu li {
	padding: 0 0 5px 0;
}

footer .copyright .text,
footer .copyright .social {
	display: inline-block;
}

footer .copyright .social {
	padding-left: 50px;
}

footer .copyright .social a {
	margin: 0 20px 0 0;
}


@media screen and (max-width: 1362px) {
	footer .footer-menu {
		margin-right: 20px;
	}

	footer .footer-logo {
		width: 100%;
		max-width: 150px;
	}
}

@media screen and (max-width: 992px) {

	footer .footer-logo {
		width: 100%;
		max-width: 100%;
	}

	.quick-panel .z-1of3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	footer {
		text-align: center;
		padding-bottom: 78px !important;
	}

	footer .z-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	footer .footer-nav {
		display: inline-block;
		padding: 20px 40px;
		margin: 20px auto 60px;
	}

	footer .footer-menu {
		float: none;
		display: inline-block;
		margin: 0 20px;
	}

	footer .footer-menu ul {
		display: none;
	}

	footer .footer-menu>li>a {
		line-height: 1.5em;
		margin-bottom: 0;
	}

	footer .company-info {
		float: none;
		width: 100%;
		text-align: center;
	}

	footer .company-info .footer-social a {
		display: inline-block;
		margin: 0 10px;
	}

	.footer-locations {
		margin-top: 30px;
	}

	.footer-locations,
	.footer-nav {
		width: 100%;
	}

	.footer-locations li,
	footer .footer-menu li {
		width: 100%;
	}

	.newsletter-signup {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	footer {
		background-repeat: repeat;
		background-position: top right;
		background-size: auto;
	}

	footer .footer-nav {
		padding: 20px 80px;
	}

	footer .footer-menu {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	footer .footer-menu>li>a {
		line-height: 2em;
	}

	.new-eclub-heading h2 {
		font-size: 51px;
	}

	.new-eclub-heading h3 {
		margin-top: -33px;
		font-size: 35px;
	}
}

@media screen and (max-width: 479px) {
	footer {
		padding-top: 20px !important;
		padding-bottom: 108px !important;
		margin-bottom: 38px !important;
	}

	footer .footer-nav {
		margin-bottom: 20px;
	}

	footer .footer-menu>li>a {
		font-size: 28px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 420px) {
	.new-eclub-heading h2 {
		font-size: 51px;
	}

	.new-eclub-heading h3 {
		margin-top: -33px;
		font-size: 35px;
	}
}



/**
 * FIXED BOTTOM CTA
 */

.fixed-bottom-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 198;
}

.fixed-bottom-cta .my-location {
	color: #FFF;
	background-color: #000;
	text-align: center;
}

.fixed-bottom-cta .my-location .location-name {
	display: inline-block;
	margin: 0 10px;
	white-space: nowrap;
}

.fixed-bottom-cta .my-location .location-phone {
	display: inline-block;
	margin: 0 10px;
	white-space: nowrap;
}

.fixed-bottom-cta .my-location .location-phone a {
	color: inherit;
}

.fixed-bottom-cta .my-location .location-hours {
	display: inline-block;
	margin: 0 10px;
	white-space: nowrap;
}

.fixed-bottom-cta .my-location .location-buttons {
	display: inline-block;
	margin: 0 10px;
}

.fixed-bottom-cta .location-buttons a {
	background-color: #636262;
	padding: 12px 25px;
}

.fixed-bottom-cta .location-buttons a.more-info {
	background-color: #b38257;
}

.fixed-bottom-cta .location-buttons a.more-info:hover,
.fixed-bottom-cta .location-buttons a:hover {
	background-color: #670d0e;
}

.fixed-bottom-cta .e-club {
	position: relative;
}

.fixed-bottom-cta .e-club a.e-club-link {
	width: 100%;
	display: block;
	padding: 20px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.fixed-bottom-cta .e-club a.e-club-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: 20px;
	line-height: 1em;
	text-decoration: none;
	background-color: transparent;
}


/**
 * BLOG
 */
.rss-summary-d {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.rss-summary-thumbnail {}

.rss-summary-thumbnail span {
	display: block;
	overflow: hidden;
	width: 100%;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.rss-summary-thumbnail img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.rss-summary-thumbnail span:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.rss-summary-title {
	font-family: 'AlternateGotNo1D';
	font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.rss-summary-date {
	display: none;
}

.rss-summary-text {
	font-size: 1em;
}

.rss-summary-readmore {
	display: table !important;
	margin-top: 20px;
	background-color: #b38257;
	color: #FFFFFF;
	font-family: 'AlternateGotNo1D';
	font-weight: normal;
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.rss-summary-readmore:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.rss-summary-box {
	display: none;
}

.blog-page-heading {
	color: #b38257;
	font-family: 'AlternateGotNo1D';
	font-weight: normal;
	font-size: 4em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #b38257;
	margin-bottom: 20px;
}

.zblog-author {
	display: none;
}

.zblog-date {
	display: none;
}






@media screen and (max-width: 1362px) {
	.page-title h1 {
		width: 974px;
		transform: translateX(-50%);
	}

}

@media screen and (max-width: 992px) {
	header .mobile-header .mobile-menu {
		background-color: #670d0e;
	}

	.newsletter-signup {
		padding-top: 50px !important;
	}

	body {
		margin-top: 85px;
	}

	.page-title h1 {
		font-size: 90px;
		width: 100%;
		transform: none;
		left: 0;
		right: 0;
		padding: 0 40px;
	}

	.page-title:after {
		height: 270px;
	}

	.newsletter-signup {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.newsletter-signup a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.newsletter-signup .eclub-text {
		font-size: 32px;
	}

	.newsletter-signup strong {
		display: block;
		margin-bottom: 20px;
		font-size: 150%;
	}

	.fixed-bottom-cta {
		display: block;
	}

	.rss-summary-title {
		color: #bf1e2e;
		font-family: 'AlternateGotNo1D';
		font-weight: normal;
		font-size: 2.5em;
	}

	.blog-page-heading {
		font-size: 3em;
	}
}

@media screen and (max-width: 767px) {
	body {
		margin-top: 60px;
	}

	.page-title h1 {
		font-size: 60px;
		text-align: center;
		left: 0;
	}

	.page-title:after {
		height: 180px;
	}

	.newsletter-signup strong {
		font-size: 140%;
	}

	.fixed-bottom-cta .my-location {
		font-size: 14px;
	}

	.fixed-bottom-cta .my-location .location-name span {
		display: none;
	}

	.fixed-bottom-cta .my-location .z-button {
		padding: 0 20px;
		line-height: 2em;
	}

	.fixed-bottom-cta .e-club {
		font-size: 24px;
	}

	.fixed-bottom-cta .e-club a.e-club-link {
		padding: 20px 40px 20px 20px;
	}

	.fixed-bottom-cta .e-club a.e-club-close {
		font-size: 28px;
	}

	.footer-locations,
	footer .footer-nav {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	footer .footer-menu>li>a {
		line-height: normal;
	}

	.page-title h1 {
		bottom: 35px;
	}
}

@media screen and (max-width: 479px) {
	.newsletter-signup {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.newsletter-signup a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.newsletter-signup .eclub-text {
		font-size: 24px;
	}

	.newsletter-signup strong {
		display: block;
		margin-bottom: 10px;
		font-size: 150%;
	}

	.footer-locations,
	footer .footer-nav {
		width: 100%;
	}

	footer .footer-logo {
		margin-bottom: 35px;
	}

	.lform input[type="submit"] {
		margin: 10px 0 0 0;
	}

	.rss-summary-title,
	.blog-page-heading {
		font-size: 36px;
	}

	.zblog-story {
		font-size: 100%;
	}


}