.light-bg{
	padding-top:45px;
	padding-bottom:45px;
}

.pe-header{
	position:relative;
	max-height:calc(90vh - 95px);
	/*max-height:100vh;*/
	overflow-y:hidden;
}
.club .pe-header{
	/*max-height:calc(93vh - (60px + 70px));*/
	background:#000;
}
.pe-header img{
	display:block;
	width:100%;
	transition:all .3s;
}
.pe-header img[data-src]{
	filter:blur(10px);
	background:#000;
	opacity:0.9;
	background-blend-mode:multiply;
}

.btn.back-btn{
	position:absolute;
	left:0;
	top:30px;
	font-size:12px;
	z-index:3;
}
.btn.back-btn.filled:after{
	display:none;
}

.pe-copyblock{
	font-size:16px;
	font-family:montserrat;
	margin:35px 0;
	word-wrap:break-word;
}
.pe-copyblock strong{
	font-weight:500;
}
.pe-copyblock .btn{
	font-family:Oswald;
	color:#000;
}
.pe-copyblock p{
	line-height:1.75em;
	margin-bottom:1em;
	word-wrap:break-word;
}
.pe-copyblock a{
	color:#AB2736;
}

.pe-list{
	margin-top:30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pe-list .club{
	display:block;
	width:100%;
	max-width:calc(50% - 35px);/*this is the silver bullet! 30px is the column spacing*/
	margin-bottom:90px;
	padding-right:0;
}
.pe-list .club .img{
	width:100%;
	height:0;
	padding-top:85.9%;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.pe-list .club h3{
	font-size:30px;
	margin:25px 0;
	font-weight:500;
}
.pe-list .club h4{
	font-weight:500;
	font-family:montserrat;
	margin-bottom:20px;
}

/* =================== detail page ==================== */

.sections .info{
	margin-top:0px;
}
.gallery-section{
	padding-top:0;
	padding-bottom:5px;
}
.gallery-section .slick-dots{
	bottom:-50px;
}
.gallery-section .gallery{
	background:#202020;
}
.gallery-section .gallery .item{
	height:100%;
	min-height:calc(50vh);
}

.pe-top .side h2{
	margin-bottom:40px;
}
.float-label{
	position:relative;
	margin-bottom:10px;
	width:100%;

}
#leadform{
	position:relative;
	font-family:Montserrat;
}
#leadform .textinput, .pselect{
	-webkit-appearance:none;
	border-radius:0;
	box-shadow:none;
	padding:20px 15px;
	border:1px #000 solid;
	color:#202020;
	width:100%;
}
#leadform textarea{
	height:8em;
	max-width:100%;
}
.pselect{
	appearance: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	color:#202020;
	position: relative;
	z-index:2;
	background:transparent;
	/*padding-bottom:15px;*/
}
.with-val .pselect{
	color:#202020;
}
.selectlabel:after{
	content:"\f078";
	font-family: FontAwesome;
	position: absolute;
	right:20px;
	top:50%;
	transform:translatey(-50%);
	z-index:1;
}
#leadform input[type="date"], #leadform input[type="time"]{
	-webkit-appearance:none;
}
#leadform .textinput, #leadform label{
	font-size:16px;line-height:16px;
	z-index:1;
}
.float-label label{
	position:absolute;
	top:21px; left:16px;
	transition:all .05s;
	opacity:0;
	z-index:2;
}
#leadform .selectlabel label{
	display:none;
}
#leadform .with-val label, #leadform .keep-on label{
	display:block;
	font-size:10px;
	top:4px;
	opacity:1;
}
#leadform .cols{
	display:flex;
}


#leadform .checklabel{
	display:block;
	margin-bottom:1em;
	position: relative;
	padding-left:30px;
	line-height:1.5em;
}

#leadform .check{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	display:inline-block;
	width:20px;height:20px;
	border:1px #000 solid;
	border-radius:0;
	background:#fff;
	margin-right:10px;
	position:absolute;
	left:0;top:2px;
}
#leadform .check:checked:after{
	content:"\f00c";
	color:#202020;
	font-family:FontAwesome;
	position:absolute;
	left:-3px;
	top:50%;
	transform:translatey(-50%);
	font-size:32px;
}

.formarea #thanks, .formarea.thanks .btn{
	display:none;
}
.formarea.working #leadform:after, .formarea.thanks #leadform:after{
	content:"";
	position:absolute;
	left:0;top:0;bottom:0;right:0;
	background:rgba(255,255,255,0.8);
	z-index:2;
}
.formarea.working #leadform:after{
	cursor:wait;
}
.formarea.thanks #thanks{
	display:block;
}



.page-subnav{
	background:#ebebeb;
	position:sticky;
	left:0;top:0;
	z-index:3;
}
.page-subnav .narrow-content-width{
	display:flex;
}
.page-subnav a{
    display: block;
    text-transform: uppercase;
    position: relative;
    color: #666;
    padding: 15px;
}
.page-subnav a.on, .page-subnav a:hover{
	background:#fff;
}
.page-subnav a:hover{
	background:rgba(255,255,255,0.5);
}
.page-subnav a span{
	font-size:13px;
}

.pee-top{
	padding:0;
}

.pee-top .narrow-content-width{
	display:flex;
	align-items:stretch;
	padding:0;
	color:#fff;
	background:#ab2736;
	min-height:30vh;
}
.pee-top .info{
	width:50%;
	color:#fff;
	padding:60px 40px;
}
.pee-top .info h1{
	text-transform:uppercase;
	margin-bottom:15px;
}
.pee-top .info p{
	font-family:montserrat;
}
.pee-top img{
	width:50%;
	background-color:#000;
	object-fit:cover;
}
#easy-book{
	padding-top:0;
	padding-bottom:0;
}
#easy-book .grey-bg{
	padding:20px;
	padding-bottom:50px;
	/*border-radius:0 0 15px 15px;*/
	text-align:center;
}
#easy-book .pphone{
	position:absolute;
	left:50%;
	bottom:0;
	background:#fff;
	transform:translatex(-50%);
	padding:5px 15px;
}
#easy-book .pselect{
	font-family:montserrat;
	background-color:#fff;
}
.ez-fields{
	display:flex;
	text-align:left;
}
.ez-fields .col{
	width:30%;
}
.ez-fields .col:first-child{
	width:70%;
}
.ez-fields .col h3{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
}
.ez-fields select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:100%;
	padding:0 10px;
	height:50px;
	font-family:montserrat;
	border:1px #000 solid;
}
.ez-fields .sbutton{
	width:20%;
}
.ez-fields .btn{
	text-align:center;
	display:block;
	line-height:50px;
	height:50px;
	width:100%;
	padding-bottom:0;padding-top:0;
}
.ez-fields h3 b{
	font-size:14px;
	line-height:25px;
	width:25px;
	background:#000;
	color:#fff;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	margin-right:1em;
}
.ez-fields .selectlabel{
	position:relative;
}

.categories{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.categories .item{
	position:relative;
	width:100%;
	max-width:calc(50% - 15px);
	margin-bottom:30px;
	transition:all .1s;
}

.categories .item .img{
	position:relative;
	padding-top:56.25%;
	margin-bottom:10px;
}
.categories .item .img h3{
	position:absolute;
	display:inline-block;
	bottom:0;
	left:0;
	background:#fff;
	padding:10px 15px 10px 0;
	text-transform:uppercase;
}
.categories .item .img h3 span{
	font-size:14px;
}
.categories .item img{
	position:absolute;
	left:0;top:0;
	object-fit:cover;
	width:100%;
	height:100%;
}
.categories .item p{
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-family:montserrat;
	line-height:1.3em;
}

.subcats{
}
.subcats .item{
	display:flex;
	margin-bottom:30px;
}
.subcats h3{
	text-transform: uppercase;
	margin-bottom:0.5em;
}
.subcats img{
	width:40%;
	object-fit:cover;
}
.subcats .info{
	width:60%;
	padding-left:30px;
}
.subcats p{
	font-family:montserrat;
	line-height:1.3em;
	margin-bottom:1em;
}
.fakedrop{
	margin-bottom:10px;
}
.fakedrop .list{
	display:none;
	position:absolute;
	left:0;top:62px;
	z-index:3;
	background:#fff;
	border:1px #000 solid;
	padding:15px;
	cursor:pointer;
}
.fakedrop.on .list{
	display:block;
}
#leadform .fakedrop .list .checklabel{
	width: 49%;
	display: inline-block;
}

form.pee-form{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
form.pee-form .col{
	width:100%;
	max-width:calc(50% - 10px);
}

.range-slider .input-range {
	 width:100%;
	 -webkit-appearance:none;
	 appearance:none;
	 width:100%;
	 height:10px;
	 background:0 0;
	 outline:none;
	 background-repeat:no-repeat;
	 background-image:linear-gradient(#ab2736 0%,#ab2736 100%),linear-gradient(rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 50%);
	 background-size:50% 6px,100% 6px;
	 background-position:left center;
	 border-radius:3px
}
.input-range::-webkit-slider-thumb {
	 -webkit-appearance:none;
	 appearance:none;
	 width:15px;
	 height:15px;
	 background:#ab2736;
	 box-shadow:0 0 0 5px #ab2736aa;
	 border:0;
	 border-radius:50%;
	 cursor:pointer
}
.input-range::-moz-range-thumb {
	 appearance:none;
	 width:15px;
	 height:15px;
	 background:#ab2736;
	 box-shadow:0 0 0 5px #ab2736aa;
	 border:0;
	 border-radius:50%;
	 cursor:pointer
}
.input-range::-webkit-slider-runnable-track {
	 background:0 0;
	 border-radius:3px
}
.input-range::-moz-range-track {
	 background:0 0;
	 border-radius:3px
}
.range-vals {
	font-size:14px;
	line-height:14px;
	display:flex;
	justify-content:space-between
}
.range-vals .range-value {
	 /*padding-top:1em*/
}


@media screen and (max-width:865px){
	.page-subnav a{padding:15px 7px; font-size:16px; text-align:center;}
}

@media screen and (max-width:665px){
	.section-heading{font-size:32px;}
	.ez-fields .col, .ez-fields .col:first-child{width:100%;}
	.ez-fields .col:first-child{margin-bottom:30px;}
	.ez-fields{ display:block;}
	.page-subnav a span{display:none;}
	.pee-top .info, .pee-top img{
		width:100%;
	}
	.pee-top .info{
		padding:30px;
	}
	.pee-top .narrow-content-width{
		flex-direction: column-reverse;
	}
	.categories .item{max-width:100%;}
	.subcats .item{display:block;}
	.subcats img, .subcats .info{width:100%; padding:0;}
}
@media screen and (max-width:600px){
	.pe-list{display:block;}
	.pe-list .club{max-width:none; margin-bottom:45px;}
	.pe-list .club h3{margin:10px 0; font-size:24px; line-height:1.3em;}
	.pe-list .club h4{font-size:14px; line-height:1.3em;}
	.pe-copyblock{margin:35px 0; font-size:16px;}
	.narrow-content-width{padding-left:20px;padding-right:20px;}
}

@media screen and (max-width:500px){
	.gallery-section .slick-dots{
		bottom:25px;
	}
	.gallery-section .slick-dots li{
		width:15px;
	}
	.gallery-section .slick-dots li button:before{
		opacity:0.7;
	}
}

@media screen and (max-width:375px){
	.page-subnav .narrow-content-width{white-space:nowrap; padding:0; overflow-x:auto; -webkit-overflow-scrolling: touch;}
	.pee-top .info h1, .section-heading{font-size:26px;}
	.ez-fields .col h3{font-size:13px;}
	.ez-fields h3 b{margin-right:7px;}
	.categories .item .img h3{font-size:16px;}
	form.pee-form .col{max-width:100%;}
	
}