﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 

.img-resp {
    width:100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sixty-year-anniversery {
	text-align:left;
	line-height: 1.2;
	border-left: #000 solid 4px;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
}

.sixty-year-anniversery p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	margin-left:10px;
}

span.big-red {
	color:#EA0A06;
	font-size:19px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:800;
}
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.font-red {
    color:#f00906;
}
.disc-text {
    font-size: 13px;
    color:#838180;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  
p a {
    color:#d0202d!important;
}
p a:hover {
    color:#212121!important;
}
.btn-red {
    font-family: 'Roboto Condensed', sans-serif;
    background:#EA0A06;
    color:#fff!important;
    display: block;
    max-width: 270px;
    width:100%;
    text-align: center;
    font-size: 20px;
    border:1px solid #EA0A06;
    padding:5px 10px;
    box-sizing: border-box;
    transition: .2s ease-in;
    border-radius: 50px;
    margin:20px 0;
    cursor: pointer;
    line-height: 1;
}
.btn-red:hover {
    background:#fff;
    color:#f00906!important;
}
.btn-black {
    font-family: 'Roboto Condensed', sans-serif;
    background:#000000;
    color:#fff!important;
    display: block;
    max-width: 270px;
    width:100%;
    text-align: center;
    font-size: 20px;
    border:1px solid #000000;
    padding:5px 10px;
    box-sizing: border-box;
    transition: .2s ease-in;
    border-radius: 50px;
    margin:20px 0;
    cursor: pointer;
    line-height: 1;
}
.btn-black:hover {
    background:#fff;
    color:#000000!important;
}



/*===================== 
	popup styles 
=======================*/
#popupContainer {
	display:none; position:absolute; z-index:12000; top:10% !Important; left:0; right:0; width:50%; height:auto; margin:0 auto; padding:20px;
	color:#fff;	
	background: rgb(222,31,39); background: linear-gradient(135deg, rgba(222,31,39,1) 0%, rgba(254,50,49,1) 100%);
	box-sizing:border-box; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

#popupContainer h2 {margin:0 0 10px 0; font-size:28px; text-align:center; text-transform:uppercase; font-weight:700; font-family: 'Roboto Condensed', sans-serif;}
#popupContainer p, #popupContainer a {
	    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size:19px;
    color: #fff;
    line-height: 135%;
	text-align: center!important;
}

#popupContainer img {width:100%; max-width:940px; margin:0 auto; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;}

#popupClose {
	position:absolute; top:20px; right:20px; padding:3px 6px; font-size:20px; line-height:20px; color:#fff; cursor:pointer;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	
}

#popupOverlay {position:fixed; z-index:11000; display:none; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}


@media screen and (max-width: 1375px) {
	#popupContainer {width:75%;}
}

@media screen and (max-width: 875px) {
	#popupContainer {width:90%;}
}

@media screen and (max-width: 768px) {
	#popupContainer h2 {font-size: 24px;}
}



/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:#f3f3f3;
	}

header {
	margin: 0 auto;
	width:90%;
    padding:10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
	}
.head-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.head-contact ul {
    padding:20px 15px;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:20px;
}
.head-contact ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-contact ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    padding:0;
    margin:0;
    font-size: 16px;
    font-weight: 600;
    color:#EA0A06;
}
.head-contact ul li a:hover {
    color:#838180;
}

.flex {
	display: flex;
    gap: 30px;
    align-items: center;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Roboto Condensed', sans-serif;
				color: #000000;
				font-size: 17px;
				text-decoration: none;
				padding: 10px 9px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
				}	
			nav.primary ul li:hover a {
				background: #838180;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				padding:10px;
				color:#f00906;
				background: #838180;
				display: block;
                text-align: left;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                background:#f00906;
                color:#ffffff;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
    width:100%;
    height: auto;
    display: flex;
	justify-content: center;
	background:#000;
    /*flex-wrap: wrap;
    justify-content: space-between;*/
}

.hero-img-1 {
    width:100%;
    background: url("/siteart/hero-img-2.jpg") no-repeat center;
    background-size: cover;
    height: calc(100vh - 450px);
    min-height: 450px;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	padding: 40px 20px 100px 20px;
	box-sizing: border-box;
}

.hero-img-1 p {color:#fff; text-align: center; font-size:30px; font-weight: 600;}
.bordered-logo {width:20%;}

.header-search-cont-1 {
    width:40%;
    background:#000;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.head-search {
    max-width: 500px;
    width:100%;
    box-sizing: border-box;
    margin:0 auto;
}
.search-head-sml {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    color:#f3f3f3;
    font-weight: 400;
    width:100%;
}
.search-head-lg {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    font-size: 42px;
    color:#fff;
    font-weight: 700;
    width:100%;
    padding-bottom:20px;
}
.wrap-cat-btns {
    width:100%;
    background: #f3f3f3;
    padding:10px 20px;
    box-sizing: border-box;
}
.wrap-cat-btns .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    border-radius: 100px;
    background:#fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    padding: 20px 50px;
    transform: translateY(50px)
}
.wrap-cat-btns a {
    width:12%;
}
.wrap-cat-btns .container-1 img {
    max-width: 100%;
    height: auto;
    margin:0 auto;
    display: block;
    transition: .2s ease-in;
}
.wrap-cat-btns .container-1 p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color:#EA0A06;
    padding-top:10px;
    transition: .2s ease-in;
}
.wrap-cat-btns a:hover img {
    filter: invert(11%) sepia(88%) saturate(7288%) hue-rotate(3deg) brightness(98%) contrast(96%);
}
.wrap-cat-btns a:hover p {
    font-weight: 600;
}
.wrap-content-bg {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-lg {
    width:60%;
}
.col-sml {
    width:40%;
}
.content-cont-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-cont-1 .content-copy {
    padding:80px 30px;    
    max-width: 700px;
    width:100%;
    box-sizing: border-box;
}
.thanks-pad {
    padding-bottom:25vh!important;    
}
.content-copy {
    padding:40px 0;
}
.head-sml {
    font-size: 25px;
    font-weight: 400;
}
.content-copy p {
    padding:20px 0;
    line-height: 1.4;
}
.content-copy ul {
    padding:10px 0;
    margin:0;
}
.content-copy ul li {
    padding:1px 0;
    margin:0 0 0 25px;
    font-size: 20px;
    color:#838180;
}
.camp-sites-bg {
    background:url("../siteart/home-bg-img-1.jpg") no-repeat center;
    background-size: cover;
    height: calc(100vh - 200px);
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-home-bg {
    background:url("../siteart/home-bg-img-2.jpg") no-repeat center;
    background-size: cover;
    height: calc(100vh - 50px);
    min-height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top:20vh;
    box-sizing: border-box;
}
.banner-overlay-1 {
    width:100%;
    padding:20px 5vw;
    box-sizing: border-box;
    background:rgba(0,0,0,0.8);
}
.banner-overlay-1 h2, .banner-overlay-1 h1 {
    color:#fff!important;
    font-size:40px;
    font-weight: 400;
}
.banner-overlay-1 h2 span, .banner-overlay-1 h1 span {
    font-size:48px;
    font-weight: 700;
}
.content-cont-1 .content-copy h4 {
    padding:5px 0;
}
.hours-home {
    display: flex;
    flex-wrap:wrap;
    gap:1%;
    width:100%;
}
.hours-home h3 {
    width:100%;
    padding:5px 0 0 0;
    color:#f00906!important;
}
.hours-home ul {
    width:32%;
    margin:0!important;
    padding:0!important;
}
.hours-home ul li {
    padding:0!important;
    margin:0!important;
    list-style: none;
    font-size: 18px!important;
    font-weight: 500;
    color:#000!important;
}
.hours-home ul li span {
    font-weight: 300;
}
.hours-home ul li h5 {
    font-size: 18px;
    font-weight: 700;
}
.hours-home ul ul {
    width:100%;
}
.hours-home ul ul li {
    font-weight: 500;
    padding:0 0 0 3px;
}
.hours-home ul ul li span {
    font-weight: 700;
}
.home-map-cont-1 {
    width:100%;
    height: 400px;
    padding:30px 0 0 0;
}
.map-btn-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
}
.map-btn-cont a {
    width:48%;
    max-width: 100%;
}
.grill-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.grill-links a {
    width:19%;
    margin:10px 0;
}
.grill-links img {
    width:100%;
    max-width: 100%;
    display: block;
    height: auto;
    margin:0 auto;
    transition: .2s ease-in;
}
.grill-links p {
    text-align: center;
    padding:10px 0 0 0!important;
}
.grill-links a:hover img {
    opacity: 0.9;
}
.camp-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    padding:10px;
    box-sizing: border-box;
}
.camp-links a {
    width:32%;
    margin:15px 0;
    padding:5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.camp-links a i {
    padding:5px 0;
    color:#000;
    font-size: 50px;
    transition: .2s ease-in;
}
.camp-links a p {
    padding:5px 0;
    color:#f00906;
    font-weight: 400;
    transition: .2s ease-in;
}
.camp-links a:hover i {
    color:#f00906;
}
.camp-links a:hover p {
    font-weight: 600;
}
.staff-cont-1 {
    padding:20px;
    margin:20px 0;
    background:#fff;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    width:32%;
    border-radius: 20px;
    box-sizing: border-box;
}
.staff-cont-1 img {
    width:100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.staff-cont-1 h3 {
    padding:10px 0 5px 0;
    color:#f00906;
}
.staff-cont-1 h4 {
    color:#838180;
}
.brochure-cont {
    margin: 20px 0;
    max-height: 700px;
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
}
.brochure-cont ul {
    position: relative;
    padding:0;
    margin:0;
}
.brochure-cont ul li a {
    display: block;
    padding:10px;
    box-sizing: border-box;
    margin:10px 0;
    background:#fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
}
.brochure-cont ul li a:hover {
    color:#f00906;
}
.brochure-cont ul li a.highlight {
    background:#f00906;
    color:#fff;
}
.brochure-cont ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.brochure-cont ul ul {
    display: none;
    border-bottom:1px solid #f00906;
    margin-bottom:25px;
}

.brochure-cont ul ul li {
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.3);
    border-radius: 0px;
    padding:10px;
    
}
.brochure-cont ul ul li a {
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.3);
    border-radius: 0px;
    padding:0;
    margin:0;
}
.brochure-cont-flex-cont-1 {
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}

.calc-padding {margin: 30px 45px;}


/*===================== 
	slideshow styles 
=======================*/

.wrap-slider-banner {
    width:100%;
    background:#f3f3f3;
    padding:60px  20px;
    box-sizing: border-box;
}
.slide-show-cont {
    max-width: 1100px;
    width:100%;
    margin:60px auto;
    box-sizing: border-box;
    background:#fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    overflow: hidden;
}
.sp-image {
    max-width: 1100px!important;
    width:100%!important;
    height: auto!important;
    display: block!important;
    margin:0 auto!important;
}
.sp-bottom-thumbnails {
  margin-top: 0px!important;
}
.sp-thumbnail-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-thumbnails {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height:auto!important;
    transform: translate3d(0, 0px, 0px)!important;
}
.sp-thumbnail-container {
    width:14.28%!important;
    height:155px!important;
    margin:0!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s ease-in;
    padding:10px;
    box-sizing: border-box;
}
.sp-thumbnails img {
    max-width: 80px!important;
    width:100%!important;
    height: auto!important;
    margin:0 auto!important;
}
.sp-thumbnail-container.sp-selected-thumbnail {
    background:#f00906;
}
.sp-thumbnail-container.sp-selected-thumbnail img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(277deg) brightness(102%) contrast(102%);
}
.sp-arrow::before {
  border: 1px solid #ccc;
    border-bottom: 0px;
}
.sp-arrow::after {
  border: 1px solid #ccc;
    border-top: 0px;
}

/* slick styles */

.slider-cont-review {
    padding:40px 0;
    min-height: 600px;
}

.review-slide {
    border:1px solid #000;
    border-radius: 30px;
    padding:20px;
    box-sizing: border-box;
}
.review-rating {
    padding:5px 0;
    margin:0;
    display: flex;
}
.review-rating i {
    font-size: 25px;
    color:#f00906;
}
.review-date {
    color:#838180;
    font-size: 20px;
    font-weight: 600;
    padding:0!important;
}
.review-comment {
    padding:10px 0!important;
}
.review-name {
    padding:0!important;
    color:#f00906;
    font-size: 24px;
    font-weight: 600;
}
.review-location {
    padding:0!important;
    font-size: 20px;
    font-weight: 600;
}
.slider-cont-review-2 {
    width:100%;
    padding:40px 0 0 0;
}
.slider-cont-review-2 img {
    width:100%;
    height: auto;
}


/*===================== 
	Financial Calculator styles 
=======================*/

.calculator {
    width:100%;
    height: 515px;
    padding:30px 20px;
    overflow: hidden;
    transition: .3s ease-in;
    box-sizing: border-box;
    
    position: relative;
}

.calc-close {
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #838180;
    color: #fff!important;
    text-decoration: none;
    position: absolute;
    z-index: 200;
    top:10px;
    right:10px;
}
.calc-close:hover {
    color: #f3f3f3!important;
    background: #000;
}
.calculator h5 {
    text-align: center;
    color:#f00906;
}
.calculator iframe {
    width:100%;
    height: 100%;
}
.video-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
}
.video-col-1 {
    width:49%;
    margin:10px 0;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-divider {
    width:100%;
    border-top:1px solid #f00906;
    margin:20px 0;
}

.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}
.form-info-cont h5 {
    padding:10px 0 0 0;
}
.form-info-cont h5 span {
    font-weight: 400;
    font-style: italic;
}
.form-info-cont input, .form-info-cont date, .form-info-cont select {
    font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	display: block;
	padding: 8px 10px;
	font-size: 15px;
    font-weight: 400;
	margin:  10px 0;
	box-sizing: border-box;
    border-radius: 50px;
    background:#fff;
    border:1px solid #000;
    outline:none;
}
.form-info-cont p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color:#fff;
    padding-top:10px;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 8px 10px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
    background:#fff;
    border:1px solid #000;
    border-radius: 20px;
}

select {
	margin:0;
	padding:0;
}
.form-inline .button {
	color: #fff;
	font-size:20px;
	font-weight: 500; 
    display: block;
    padding: 10px;
	width: 40%;
    margin: 10px auto;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    background: #891b1d;
	-webkit-appearance: none;
}


.form-info-cont .btn-red {
    max-width: 100%;

}
.form-info-cont .btn-red {
    max-width: 100%;
}
.form-inline .btn-red {
    margin: 0 auto;
}

.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*  SEARCH SLIDER BARS
------------------------------------------------*/
.noUi-target{position:relative; direction:ltr}
.noUi-origin{position:absolute; right:0; top:0; left:0; bottom:0; border-radius:2px;}
.noUi-handle{position:relative; z-index:1}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position:absolute;}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper {top: -5px;}
.noUi-background{background: #ccc;}
.noUi-connect{border: 1px #ccc solid; background:#f00906 !important;}
.noUi-target{width:calc(100% - 32px); margin: 15px auto; /*margin: 15px auto 15px 0;*/}
.noUi-handle{position: relative; z-index: 1; background: #f00906 !important; border: 1px solid #fff; border-radius: 3px;}
.noUi-handle:after, .noUi-handle:before{content:""; display: block; position: absolute; height: 12px; width: 1px; background: #e8e7e6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background:#777;}
.example-val{font-size:14px; font-weight:700; color:#fff; font-family: "Roboto Condensed", sans-serif;}
.example-val span{font-weight:400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content:'$'; padding-right:2px;}



/*===================== 
	animation styles 
=======================*/

.animate-cont {
    overflow: hidden;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1s ease-in-out both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
    width:90%;
	margin: 0 auto;
	box-sizing: border-box;
}
.container-3 {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:40px 10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 19%; box-sizing:border-box;}
.col-2-5 { width: 39%; box-sizing:border-box;}
.col-3-5 { width: 59%; box-sizing:border-box;}
.col-4-5 { width: 79%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    display: flex;
	}
	
.foot-info {
    width: 40%;
    background:#EA0A06;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:100px 20px 70px 20px;
    box-sizing: border-box;
}
.foot-logo-1 img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(277deg) brightness(1002%) contrast(102%);
    max-width: 100%;
    height: auto;
    display: block;
}
.foot-info ul {
    padding:20px 0 0 0;
    margin: 0;
}
.foot-info ul li {
    padding:3px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.foot-info ul li a {
    font-size: 18px;
    font-weight: 400;
    color:#fff;
}
.foot-info ul li a:hover {
    color:#000;
}
.foot-nav {
    width:60%;
    background:#f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:50px 20px;
    box-sizing: border-box;
}
.foot-nav-cont-1 {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.foot-nav-col {
    width:32%;
}
.foot-nav-col h5 {
    font-size: 22px;
    font-weight: 700;
    color:#f00906;
}
.foot-nav-col ul {
    padding:10px 0 0 0;
    margin:0;
}
.foot-nav-col ul li {
    padding:4px 0;
    margin:0;
    list-style: none;
    text-transform: uppercase;
}
.foot-nav-col ul li a {
    font-size:18px;
    font-weight: 700;
    color:#000;
    transition: .2s ease-in;
}
.foot-nav-col ul li a:hover {
    color:#838180;
}



/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width:1666px) {
	nav.primary ul li a {
		padding: 10px 8px;
		font-size:16px;
	}
}

@media screen and (max-width:1611px) {
.sixty-year-anniversery {
		line-height: 1.1;
	}
	
	.sixty-year-anniversery p {font-size:15px;}
	span.big-red {font-size:17px;}
}

@media screen and (max-width: 1557px)  {
    header {
        width:98%;
    }
    .head-logo-1 {
      width: 30%;
    }
/*
    nav.primary ul li a {
      font-size: 1.5vw;
      text-decoration: none;
      padding: 10px;
    }
*/
    .container-1 {
        width:98%;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1100px)  {
    .wrap-cat-btns a {
      width: 24%;
        margin:15px auto;
    }   
    .calculator {
        height: 800px;
    }
}
@media screen and (max-width: 1000px)  {
    .hero-img-1, .header-search-cont-1 {
        width: 50%;
    }

}


@media screen and (max-width: 1430px)  {
    .col-1-2, .col-1-3 , .col-2-3, .col-1-5, .col-2-5, .col-3-5 {
        width:100%;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    header {
        width:100%;
        padding:40px 20px!important;
    }
    
    .head-logo-1 {
        width: auto;
        margin:0 auto;
    }
    
    .head-right {
        display: none;
    }
	#menu-button{ 
		width: 100%;
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #f00906;
	}
    .mobile-contact ul {
        padding:0;
        margin:0;
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-contact ul li {
        padding:0;
        margin:0;
        list-style: none;
    }
    .mobile-contact ul li a {
        padding:10px;
        color:#f3f3f3!important;
        font-size: 20px;
    }
    .menu-toggle {
        padding:10px;
        color:#fff!important;
        font-size: 24px;
      }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:flex;
        justify-content: flex-end;
		padding:5px 10px;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #838180; 
		border-left:4px #f00906 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#f00906; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .hero-img-1 {
      width: 100%;
      height: 250px;
      min-height: 100%;
    }
    .wrap-hero {
		flex-wrap: wrap;
    }
    .header-search-cont-1 {
        position: relative;
        width: 100%;
    }
    .search-header {
        position: inherit;
        bottom: 102%;
        background: rgba(0,0,0,0.6);
        width: 114%;
        left: 0;
        padding: 20px;
        box-sizing: border-box;
		margin: -24px;
    }
    .search-form  {
        max-width: 500px;
        margin:0 auto;
        box-sizing: border-box;
    }
    .search-head-sml {
        font-size: 2.7vw;
        max-width: 500px;
        margin:0 auto;
    }
    .search-head-lg {
        font-size: 3.2vw;
        max-width: 500px;
        margin:0 auto;
        padding:0;
    }
    .wrap-cat-btns a {
      width: 33%;
    }   
    .wrap-cat-btns .container-1 {
      padding: 20px;
    }
    .col-lg {
        width:100%;
        order:2;
    }
    .col-sml {
        width:100%;
        order:1;
    }
    .camp-sites-bg {
        height: auto;
    }
    .service-home-bg {
        height: auto;
        min-height: 450px;
    }
    .banner-overlay-1 h2, .banner-overlay-1 h1 {
      font-size: 7vw;
    }
    .banner-overlay-1 h2 span, .banner-overlay-1 h1 span {
      font-size: 9vw;
    }
    .content-bg {
        padding-top: 0px;
        align-items: center;
    }
    .banner-overlay-1 h1 span i {
        transform: rotate(90deg);
    }
    
    .hours-home ul {
      width: 100%;
    }
    .hours-home ul li {
        padding:5px 0;
    }
    .hours-home ul ul li {
        padding:0;
    }
    .sp-thumbnail-container {
        width:25%!important;
        height:100px!important;
    }
    .map-btn-cont a {
      width: 100%;
    }
    .foot-info {
        width: 100%;
        
    }
    .foot-nav {
        display: none;
    }
    .grill-links a {
        width:32%;
        margin:10px auto;
    }
    .camp-links a {
        width:49%;
    }
    .staff-cont-1 {
        width:48%;
        margin:20px auto;
    }
    .video-col-1 {
        width:100%;
        margin:10px auto;
    }
    
}

@media screen and (max-width: 1010px)  {
	.hero-img-1 p {font-size:27px;}
}


@media screen and (max-width: 940px)  {
	/*
	.hero-img-1 {display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 5px; padding-top:10px; background:linear-gradient(182deg,rgba(0, 0, 0, 0.34) 19%, rgba(240, 9, 6, 1) 100%, rgba(0, 0, 0, 0.64) 9%), url("/siteart/red-balloon-banner.jpg") no-repeat center;}
	*/
	.hero-img-1 p {font-size:22px;}
	.bordered-logo {width:30%;}
	
}

@media screen and (max-width: 540px)  {
    .wrap-cat-btns a {
      width: 49%;
    }   
    .wrap-cat-btns .container-1 p {
        font-size: 4vw;            
    }
    .sp-thumbnail-container {
        width:50%!important;
    }
    .grill-links a {
        width:49%;
    }
    .staff-cont-1 {
        width:100%;
    }
    .brochure-cont {
        max-height: 100%;
        overflow-y: visible;
        padding: 0px;
    }

    
}
	
