#spinner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	color: #fff;
	font-size: 70px;
	text-align: center;
	padding-top: 150px;
	background-color: rgba(0,0,0,0.75);
	display: none;
}

.mainContent {
	overflow: hidden;
	position: relative;
	min-height: 100vh;
	padding-bottom: 50px;
}
.underline { text-decoration: underline !important; }
#parkGridBg {
	position: relative;
	width: 100%;
	height: 100%;
	top: 55px;
	right: 0;
	/*background-image: url(/img/paper-background.jpg);*/
	background-repeat: repeat;
	z-index: 0;
}
#parkGrid {
	z-index: 1;
	margin: 20px 0 30px -2px;
	width: calc(100% + 4px);
}
#parkGrid .parkGridItem {
	height: 100px;
	width: calc(50% - 4px);
	float: left;
	padding: 25px 5px 0 5px;
	text-align: center;
	position: relative;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	cursor: pointer;
}
#parkGrid .parkGridItem.singleItem {
	width: 100%;
	transition: width 200ms ease;
	-webkit-transition: width 200ms ease;
	-moz-transition: width 200ms ease;
	-o-transition: width 200ms ease;
}
#parkGrid .parkGridItem.even {
	background-color: #d1b695;
	margin: 2px;
}
#parkGrid .parkGridItem.even:hover,
#parkGrid .parkGridItem.even:active {
	background-color: #aa6318;
}
#parkGrid .parkGridItem.odd {
	background-color: #b79e7e;
	margin: 2px;
}
#parkGrid .parkGridItem.odd:hover,
#parkGrid .parkGridItem.odd:active {
	background-color: #aa6318;
}
#parkGrid .parkGridItem.even.soldout,
#parkGrid .parkGridItem.odd.soldout,
#parkGrid .parkGridItem.even.soldout:hover,
#parkGrid .parkGridItem.odd.soldout:hover,
#parkGrid .parkGridItem.even.soldout:active,
#parkGrid .parkGridItem.odd.soldout:active {
	background-color: #eee;
}
#parkGrid .parkGridItem h4 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
#parkGrid .parkGridItem h4.text-sm {
	font-size: 14px;
}
#parkGrid .parkGridItem h4.text-md {
	font-size: 16px;
}
#parkGrid .parkGridItem h4.text-lg {
	font-size: 20px;
}
#parkGrid .parkGridItem img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
#parkGrid .parkGridItem img.battle {
	width: 55px;
	margin: -10px auto 5px auto;
}
#parkGrid h5 {
	color: #b79e7e;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
}
#parkGrid h5 span {
	text-transform: capitalize;
}
#parkGrid h5 span em {
	font-weight: 600;
	color: #aa6418;
	font-size: 1em;
}
#parkGrid h6 {
	text-align: center;
	color: #aa6404;
	font-size: 16px;
}
#parkGrid h6 span {
	font-weight: 700;
}
#parkGrid h6 span.d-none d-sm-inline {
	font-weight: 400;
}
/*#parkGrid .parkGridItem.showAvail {
	height: 130px;
}
#parkGrid .parkGridItem.showAvail p {
	color: #f4f5d6;
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}*/
#parkGrid .parkGridItem.soldout p.soldout {
	color: #ab2700;
	font-weight: 700;
	position: absolute;
	width: 70px;
	top: 40px;
	left: 50%;
	margin-left: -35px;
}
/*#parkGrid .parkGridItem.showAvail p span {
	font-weight: 700;
	color: #f5f906;
}
#parkGrid .parkGridItem.showAvail p.low span {
	color: #ab2700;
}*/

.resIntro select, #searchDate input {
	height: 40px;
}
.resIntro .products {
	margin-top: 10px;
	overflow: hidden;
}
.resIntro .products .productBtn {
	width: 100%;
	float: left;
	height: 60px;
	padding-top: 0px;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	cursor: pointer;
}
.resIntro .products .productBtn.fullwidth {
	width: calc(100% - 4px);
}
.resIntro .products .productBtn.inactive {
	background-color: #ccc;
}
.resIntro .products .productBtn.inactive h4 {
	color: #999;
	mix-blend-mode: normal;
}
.resIntro .products .productBtn.inactive:hover {
	background-color: #d1b695;
}
.resIntro .products .productBtn.inactive:hover h4,
.resIntro .products .productBtn.inactive:active h4 {
	color: #fff;
}
.resIntro .products .productBtn h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: 'Reem Kufi', sans-serif;
	color: #fff;
	mix-blend-mode: overlay;
	margin: 20px 0;
}
.products .productBtn.allparks {
	width: 100%;
	height: 35px;
	margin-top: 2px;
	padding-top: 0;
	background-color: #b79e7e;
}
.products .productBtn.allparks h4 {
	margin-top: 8px;
	font-size: 18px;
}
.products .productBtn.camping,
.products .productBtn.camping:hover,
.products .productBtn.camping:active {
	background-color: #69a1aa;
}
.products .productBtn.cabins,
.products .productBtn.cabins:hover,
.products .productBtn.cabins:active {
	background-color: #767f2e;
}
.products .productBtn.dayuse,
.products .productBtn.dayuse:hover,
.products .productBtn.dayuse:active {
	background-color: #215b87;
}
.products .productBtn.lodge,
.products .productBtn.lodge:hover,
.products .productBtn.lodge:active {
	background-color: #867456;
}
.products .productBtn.odd {
	margin: 2px 0;
}
.products .productBtn.even {
	margin: 2px 0;
}

.resIntro {
	text-align: center;
}
.resIntro span.border {
	border-top: solid 4px #c0d730!important;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.resIntro span.border-sm {
	display: block;
  border: 1px solid #c8d959!important;
  margin: 0 auto;
  border-width: thin;
}
.resIntro span.border-sm2 {
  display: block;
  border: 1px solid #b79e7e;
  margin: 0 auto 0 auto;
  border-width: thin;
}
.resIntro h1 {
	color: #77771b;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
.resIntro h3 {
  color: #aa6418;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'Reem Kufi', sans-serif;
  text-align: center;
  margin: 10px 0;
}
.resIntro h4 {
  color: #c0d72f;
  font-weight: 400;
  font-size: 18px;
  margin: 30px 0 20px 0;
  font-family: 'Reem Kufi', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.resIntro h5 {
	color: #b79e7e;
	margin-top: 10px;
	font-size: 18px;
}
.resIntro p {
	color: #723f11;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
#dateSearch h5 {
	text-transform: capitalize;
}

ul.breadcrumbs {
	margin-top: 10px;
	font-size: 15px;
}
ul.breadcrumbs li.stageCrumb.active {
	font-size: 1em;
}
ul.breadcrumbs li.stageCrumb.active span {
	font-size: 1em;
}

#parkFilters {
	margin: 50px 0 0 0;
	transition: margin 200ms ease;
	-webkit-transition: margin 200ms ease;
	-moz-transition: margin 200ms ease;
	-o-transition: margin 200ms ease;
}

#subFilters {
	margin: 10px 0;
}
#subFilters div {
	display: none;
}
#subFilters label {
	/*display: block;*/
	margin-right: 18px;
	color: #67a1ab;
	cursor: pointer;
}
#subFilters i.fa,
#subFilters i.far {
	font-size: 20px;
	width: 16px;
	margin: 0 3px 0 0;
	vertical-align: text-top;
}

#RVFilters {
	margin-left: 30px;
	display: none;
}
#RVFilters i.fa,
#RVFilters i.far {
	font-size: 18px;
	vertical-align: text-top;
	margin-right: 3px;
}
#MaxRV p {
	display: inline-block;
	color: #69a1a9;
}
#MaxRV input {
	display: inline-block;
	margin: 0 10px;
	width: 200px;
}
#MaxRV span {
	display: inline-block;
	color: #69a1a9;
}
#electricFilter {
	/*display: none;*/
	color: #69a1a9;
	font-size: 14px;
	margin: 10px 0 15px 0;
}
#electricFilter label {
	display: block;
	cursor: pointer;
}
#sewer {
	color: #69a1a9;
	font-size: 14px;
	cursor: pointer;
	margin-top: -10px;
	display: block;
}
#cabinSubFilters {
	display: none;
	margin-left: 30px;
}
#pets {
	color: #69a1a9;
	font-size: 14px;
	cursor: pointer;
	display: block;
}

.btnApplyFilters {
	display: none;
	background-color: #69a1a9;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 20px 0 5px 0;
    cursor: pointer;
}
.btnResetFilters {
	display: none;
	color: #666;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

#parkSearch {
	display: none;
	color: #aa6418;
}
#parkSearch i.fa {
	font-size: 20px;
	margin: 0 10px 5px 0;
	width: 20px;
}
#parkSearch input {
	width: calc(100% - 30px);
	height: 35px;
	font-size: 18px;
	border: none;
	background-color: transparent;
	text-transform: capitalize;
}
p.noResults {
	color: #aa6418;
	text-align: center;
	font-size: 28px;
	display: none;
	padding-top: 30px;
}
p.noResults span {
	display: block;
	font-size: 16px;
	color: #b79e7e;
	text-decoration: underline;
	text-transform: capitalize;
	cursor: pointer;
	transition: color 200ms ease;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
}
p.noResults span:hover,
p.noResults span:active {
	color: #723f11;
}
p.noResults i.fa {
	font-size: 60px;
	color: #b79e7e;
	display: block;
	margin-bottom: 10px;
}

/* Calendar Filter */
#dateSearch p {
	margin: -5px 0 15px 0;
}
.btnCal, .btnCalClear {
	width: 100%;
	background-color: rgba(194,110,0,.8);
	color: #fff;
	margin-bottom: 10px;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	font-size: 18px;
}
.btnCal:hover, .btnCalClear:hover,
.btnCal:active, .btnCalCLear:active,
.btnCal:focus, .btnCalClear:focus  {
	background-color: #c26e00;
	color: #fff;
	outline: none;
}
.btnCalClear {
	margin-top: 20px;
}
a.calClear {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
}
#btnApply {
	width: 100%;
	background-color: rgba(194,110,0,.8);
	color: #fff;
	margin-top: 15px;
	padding: 2px 0;
	border-radius: 5px;
	border: none;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	font-size: 18px;
	display: none;
}
.flatpickr-calendar.inline {
	/*display: none;*/
}

@media( min-width: 768px ) {

	.mainContent {
		min-height: 100vh;
	}
	#parkGridBg {
		width: 49%;
		height: 100%;
		position: absolute;
	}
	#parkGrid {
		margin-top: 0;
		width: 50%;
	}
	#parkGrid h6 {
		text-align: right;
	}
	#parkGrid .parkGridItem {
		width: calc(33.333% - 4px);
	}
	#parkGrid .parkGridItem.showAvail {
		height: 130px;
	}
	#parkGrid .parkGridItem.even {
		background-color: #d1b695;
		margin: 2px;
	}
	#parkGrid .parkGridItem.odd {
		margin: 2px;
	}
	#parkGrid .parkGridItem h4.text-sm {
		font-size: 10px;
	}
	#parkGrid .parkGridItem h4.text-md {
		font-size: 15px;
	}
	#parkGrid .parkGridItem h4.text-lg {
		font-size: 21px;
	}
	#parkGrid .parkGridItem img {
		width: 90px;
	}
	#parkGrid .parkGridItem img.battle {
		width: 55px;
	}

	.resIntro {
		text-align: left;
	}
	.resIntro span.border {
		width: 18%;
	}
	.resIntro h1 {
		font-size: 50px;
		text-align: left;
	}
	.resIntro h3 {
		text-align: left;
	}
	.resIntro h4 {
		text-align: left;
	}
	.resIntro p {
		text-align: left;
	}

	#parkGrid h5 {
		margin-top: -8px;
		text-align: right;
	}

}

@media( min-width: 992px ) {

	#parkGridBg {
		width: 50%;
	}
	.resIntro .products .productBtn {
		width: calc( 33.333% - 4px );
		margin: 2px;
	}
	/*.products .productBtn.odd {
		margin: 2px 2px 2px 0;
	}
	.products .productBtn.even {
		margin: 2px 0 2px 2px;
	}*/
	.resIntro .products .productBtn.allparks {
		width: calc(100% - 4px);
	}
	#parkGrid .parkGridItem h4.text-sm {
		font-size: 13px;
	}
	#parkGrid .parkGridItem h4.text-md {
		font-size: 17px;
	}
	#parkGrid .parkGridItem h4.text-lg {
		font-size: 24px;
	}
	#parkGrid .parkGridItem img {
		width: 100px;
	}
	#parkGrid .parkGridItem img.battle {
		width: 60px;
	}

	.resIntro h1 {
		font-size: 60px;
	}
	.resIntro h3 {
		font-size: 22px;
	}

	ul.breadcrumbs {
		font-size: 12px;
	}

}

@media( min-width: 1200px ) {

	ul.breadcrumbs {
		font-size: 15px;
	}

	#parkGrid .parkGridItem.showAvail {
		height: 110px;
	}

	#parkGrid .parkGridItem img.battle {
		margin: -5px auto 5px auto;
	}

}

