html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
html {
overflow-y: scroll;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
	}
b { 
	font-weight: bold;
}
strong { 
	font-weight: bold;
}
div {
	display: block;
	overflow: hidden;
	}
*:focus {
    outline: none;
}


input[type=submit] {
	-webkit-appearance: none;
	}



body { 
	background-color: #FFFFFF; 
	font-family: sans-serif;
	/* 'Raleway',  */
	}
header {
	padding: 10px 25px;
	background-color: #000000;
	text-align: center;
	width: auto;
	overflow: hidden;
}

@media screen and (min-width: 1050px) {

header {
	padding: 40px;
	background-color: #000000;
	text-align: center;
	width: auto;
	overflow: hidden;
}


}

.nav {
	background-color: #2e1f1e;
	padding: 2px;
	width: auto;
	overflow: hidden;
}

.nav-inner {
margin: 0 auto;
width: 100%;
max-width: 1200px;
text-align: center;
display: table;
}

@media screen and (min-width: 1200px) {

	.nav {
		background-color: #2e1f1e;
		padding: 15px;
		width: auto;
		overflow: hidden;
	}

	.nav-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	display: table;
	}
}

.nav .nav-inner a {
		width: 100%;
		display: block;
		margin: 0px 0px;
		padding: 7px 7px;
		float: none;
		background-color: #1c1211;
		text-align: center;
		font-size: 17px;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		border-radius: 5px;
	}

.nav .nav-inner a:hover {
	background-color: #7a4f4b;
}

.body-block {
	padding: 10px;
	text-align: center;
}

@media screen and (min-width: 1050px) {
	.body-block {
		padding: 40px;
		text-align: center;
	}
}




	.body-block-inner {
		width: auto;
		max-width: 1200px;
		display: table;
		margin: 0 auto;
	}


.background-red {
	background-color: #660000;
	color: #FFFFFF;
	}

h1 {
	font-size: 20px;
	margin: 5px 0px 10px 0px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	}

h2 {
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	line-height: 20px;
	}

h3 {
	font-size: 20px;
	margin: 15px 0px 25px 0px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	}

@media screen and (min-width: 1050px) {

	h1 {
		font-size: 45px;
		margin: 5px 0px 15px 0px;
		line-height: 55px;
		font-weight: bold;
		text-transform: uppercase;
		}

	h2 {
		font-size: 30px;
		margin: 5px 0px 15px 0px;
		line-height: 45px;
		}

	h3 {
		font-size: 30px;
		margin: 10px 0px 35px 0px;
		line-height: 45px;
		font-weight: bold;
		text-align: center;
		}

}

.room-caption {
	color: white;
	background-color: #660000;
	font-size: 15px;
	display: block;
	padding: 20px;
	text-align: center;
	line-height: 26px;
}

b {
font-weight: bold;
}

.info-block {
	display: inline-block;
	float: none;
	width: auto;
	max-width: 300px;
	margin: 15px;
	}

.info-block-2 {
	display: inline-block;
	float: none;
	width: auto;
	max-width: 300px;
	margin: 15px;
	}

@media screen and (min-width: 1050px) {
	.nav .nav-inner {
		width: auto;
		}

	.nav .nav-inner a {
		width: auto;
		display: inline-block;
		margin: 0px 5px;
		padding: 10px 30px;
		float: left;
	}

	.info-block {
	display: inline-block;
	float: left;
	width: auto;
	max-width: 300px;
	margin: 15px;
	}

	.info-block-2 {
	display: inline-block;
	float: left;
	width: auto;
	max-width: 700px;
	margin: 15px;
	}

}

.body-block-inner p {
	font-size: 16px;
	line-height: 25px;
	
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1010px;
	overflow: hidden;
	display:block;
	margin-bottom: 60px;
}

@media screen and (min-width: 1050px) {

	.body-block-inner p {
		font-size: 26px;
		line-height: 35px;
		
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 1010px;
		overflow: hidden;
		display:block;
		margin-bottom: 60px;
	}

}



.p100 {

	display: block;
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	margin-bottom: 10px;
	
}

.p33 {
		display:block;
		float: left;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
	.p33-inner {
		padding: 15px;
		}

	.p33 input {
		padding: 10px;
		width: 100%;
		margin-top: 5px;
		background-color: rgba(0, 0, 0, 0.15);
		border-color: transparent;
		color: #FFF;
		border-radius: 5px;
	}

.p50 {
	float: none;
	width: auto;
	margin-bottom: 40px;
}

@media screen and (min-width: 1050px) {

	.p50 {
		float: left; display: block; width: 50%;
		margin-bottom: 0px;
		}

	.p33 {
		display:block;
		float: left;
		width: 33.3%;
		overflow: hidden;
		text-align: left;
	}
	.p33-inner {
		padding: 15px;
		}

	.p33 input {
		padding: 10px;
		width: 100%;
		margin-top: 5px;
		background-color: rgba(0, 0, 0, 0.15);
		border-color: transparent;
		color: #FFF;
		border-radius: 5px;
	}
}


.p100 textarea {
	width: 100%;
	height: 160px;
	padding: 10px;
	margin-top: 5px;
	background-color: rgba(0, 0, 0, 0.15);
	border-color: transparent;
	color: #FFF;
	font-family: sans-serif;
	border-radius: 5px;
	}

.p100-inner {
	padding: 15px;
	}

.contactbutton {
border-radius: 5px; border: 0; cursor: pointer; broder: transparent; background-color: #660000; color: #FFFFFF; padding: 15px 40px; font-size:15px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icons {
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 20px;
	}

.icons li {
	float: left;
	}

.icons li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 20px;
	font-size: 30px;
}

.body-block-inner-footer p {
	font-size: 18px;
	text-align: center;
	}

.body-block-inner-footer a {
	color: #FFFFFF;
	}

.body-block-inner-mobile {
	padding: 7px 7px;
	}

@media screen and (min-width: 1069px) {
	.body-block-inner-mobile {
		padding: 30px;
		}
	}

.full-nav { 
	display: none;
	}

#bars {
	display: block;
	background-color: #2e1f1e; padding: 0px 10px; text-align: right;
	}

@media screen and (min-width: 1050px) {
	.full-nav {
		display: block;
		}
	#bars {
		display: none;
		}
	}



	.google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


	.building {
		float: none; margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}


@media screen and (min-width: 1050px) {
	.building {
		float: right; margin-left: 30px;
		width: auto;
	}
}

.line {
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	}

.line img {
	width: 100%;
	}

.btt {
	display: block;
	background-color: #600;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	}

.centered-div {
display: table; margin: 0 auto; width: auto;
}

.tbutton {
display: block;
float: none;
background-color: #A00;
color: #FFF;
text-align: center;
text-transform: uppercase;
padding: 15px 10px;
text-decoration: none;
font-weight: bold;
margin: 10px auto;
border-radius: 5px;
width: auto;
 }

.tbutton:hover {
background-color: #770000;
 }

@media screen and (min-width: 1050px) {

	.tbutton {
	display: block;
	float: left;
	background-color: #a00;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 40px;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 10px;
	border-radius: 5px;
	 }

	.tbutton:hover {
	background-color: #770000;
	 }

}

.survey {
text-align: left !important;
max-width: 700px; 
margin: 0 auto;

}


.survey p {
text-align: left !important;
font-size: 18px !important;
}

.survey select { font-size: 18px !important; }

.body-pic-bg {
	background-image: url(/images/CanYouRescueBigfoot.jpg); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: top center; 
	padding: 150px 0px;
	min-height: 300px;
	}

@media screen and (min-width: 1050px) {

.body-pic-bg {
	background-image: url(/images/CanYouRescueBigfoot.jpg); 
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	background-position: center center;
	padding: 140px 0px 140px 0px;
	min-height: 600px;
	}


}

#u_0_2 { color: #FFFFFF; }

.home-header {
padding: 0 20px;
}

@media screen and (min-width: 1050px) {
	.home-header {
		padding: 0;
	}
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}






.info-block {
		width: auto;
		height: auto;
		overflow: hidden;
		max-width: none;
	}

	.roomimage {
		width: 100%;
		max-width: none; 
		float: none;
		margin: 0 auto;
		margin-bottom: 0px;
		}

	.room-caption {
		display: block;
		margin-bottom: 0px;
		}

	.room-caption.header1 {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;	
		background-color: #222; 
		color: #FFF;
		}

	.room-caption.about1 {
		font-size: 18px;
		line-height: 30px;	
		background-color: #333; 
		color: #FFF;
		}

	.room-caption.desc1 {
		font-size: 18px;
		line-height: 25px;	
		background-color: #fff; 
		color: #000;
		margin-bottom: 0px;
		}

@media screen and (min-width: 1200) {

	.info-block {
		width: auto;
		height: auto;
		overflow: hidden;
		max-width: none;
	}

	.roomimage {
		max-width: none; 
		float: left;
		margin-right: 30px;
		}

	.room-caption {
		display: block;
		margin-bottom: 30px;
		}

	.room-caption.header1 {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 26px;
		line-height: 40px;	
		background-color: #8d0100; 
		color: #FFF;
		}

	.room-caption.about1 {
		font-size: 17px;
		line-height: 27px;	
		background-color: #333; 
		color: #FFF;
		}

	.room-caption.desc1 {
		font-size: 24px;
		line-height: 35px;	
		background-color: #fff; 
		color: #000;
		margin-bottom: 0px;
		}

}


.headercontact {
display: none;
}

.fullheader {
	display: block;
	/* position: fixed; */
	position: relative;
	width: 100%;
	}

.mobilefixed {
display: block;
/* padding-top: 120px; */
background-color: #231917;
}

.contactinfomobile { display: block; background-color: #000; font-size: 12px; line-height: 20px; text-align: center; color: #FFF; padding: 10px; }

@media screen and (min-width: 950px) {
	.headercontact {
	display: block; float: right; color: #FFF; line-height: 22px; font-size: 15px; font-weight: bold; text-align: right;
	}
	.fullheader {
		display: block;
		position: relative;
		}

.mobilefixed {
display: none;
}
.contactinfomobile { display: none; }

}

.logoimg {
display: block; margin: 0 auto; width: 100%; max-width: 400px; float: none;
}
@media screen and (min-width: 1200px) {
.logoimg {
display: block; margin: 0 auto; width: 100%; max-width: 600px; float: none;
}

}






.h32 { font-size: 15px; }
		@media screen and (min-width: 800px) {
			.h32 { font-size: 26px; }
		}

	
		.rooms3col { 
			float: none;
			width: auto;
			margin: 0 auto;
			max-width: none;
		}

		.room-caption { display: block; float: none; margin-bottom: 0px; }



		.room-caption.desc1 { font-size: 15px; line-height: 21px;}

		@media screen and (min-width: 1069px) {

			.room-caption.desc1 { font-size: 15px;  line-height: 21px;}

			.rooms3col { 
				float: left;
				width: 520px;
				margin: 0 5px;
			}

			.room-caption { display: block; float: none; margin-bottom: 0px; }

		}

		

		.roombook {
		display: block; padding: 10px; width: auto; text-decoration: none; font-size: 18px; font-weight: bold; background-color: #8c0000 !important; color: #FFFFFF !important
		}


		.gameheader {
				color: #FFF; margin-bottom: 10px; margin-top: 10px; font-size: 20px; line-height: 25px; text-align: center; text-transform: uppercase; font-weight: bold;
			}


		@media screen and (min-width: 1069px) {
			.gameheader {
				color: #FFF; margin-bottom: 10px; margin-top: 10px; font-size: 30px; text-align: center; text-transform: uppercase;
			}
		}




		.a3colheader {
			display: block;
			width: auto;
			margin: 0 auto;
			overflow: hidden;
			margin-top: 30px;
			}

		.a3colheadermid {
				display: block;
				float: none;
				width: auto;
				height: auto;
				margin: 0 auto;
				background-color: #C009;
				border-radius: 5px;
				color: #FFF;
				text-align: left;
				padding: 20px;
				line-height: 20px;
				margin-bottom: 15px;
				}

		.a3colheadermid img {
			width: 20px;
			clear: both;
			float: left;
			margin-right: 10px;
			
			}

		@media screen and (min-width: 1050px) {

			.a3colheader {
				display: table; 
				margin: 0 auto; 
				width: auto;
				margin-top: 20px;
				
				}

			.a3colheadermid {
				display: block;
				float: left;
				text-align: center;
				width: 220px;
				height: auto;
				margin: 0 10px;		
				padding: 20px;
				font-size: 20px;
				line-height: 27px;
				}

			.a3colheadermid img {
				width: auto;
				margin: 0 auto;				
				float: none;
				display: table;
				margin-bottom: 20px;

				}

		}


input[type="text"] {
border: 1px solid #000;
background-color: #FFF;
color: #000;
}

textarea {
border: 1px solid #000 !important;
background-color: #FFF !important;
color: #000 !important;
}