div.hero {
	background-image: url(/library/img/devils-fork.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% center;
	width: 100%;
	height: 100px;
	position: relative;
}
div.hero .shadow {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1111%,rgba(89,144,153,.35)),to(#599099));
	background: linear-gradient(rgba(89,144,153,.35) 1111%,#599099);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
div.hero h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 20px;
}
div.hero h2.battle {
	padding-top: 5px;
}
div.hero img {
	width: 50%;
	max-width: 250px;
	margin: 0 auto 0 auto;
	display: block;
	padding-top: 5px;
	position: relative;
	z-index: 9;
}
div.hero img.battle {
	width: 100px;
	padding-top: 10px;
}

.contentbox .container h1 {
	color: #77771b;
	font-size: 36px;
	font-weight: 600;
}
.contentbox .container h3 {
	color: #aa6418;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'Reem Kufi', sans-serif;
  margin: 10px 0;
}
.contentbox .container span.border {
	border-top: solid 4px #c0d730!important;
  width: 80px!important;
  display: block;
  margin-bottom: 10px;
}
.contentbox .container p {
	color: #723f11;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 14px;
}
.contentbox .container h4 {
  color: #c0d72f;
  font-weight: 400;
  font-size: 18px;
  /*margin: 20px 0 40px 0; RESTORE STYLE & REMOVE CANCELs*/
  margin: -10px 0 40px 0;
  font-family: Reem Kufi;
  letter-spacing: 2px;
  text-transform: uppercase;
 /* border-top: solid 2px #c0d72f;*/
  padding-top: 15px;
}

.cancelMsg h5 { 
	color: #b79e7e;
	margin-top: 10px;
	font-size: 16px;
}
.cancelMsg span.border-sm2 {
  display: block;
  border: 1px solid #b79e7e;
  margin: 0 auto 0 auto;
  border-width: thin;
}

#dateSearch h5 {
	color: #b79e7e;
	margin-top: 10px;
	font-size: 16px;
}
#dateSearch span.border-sm2 {
  display: block;
  border: 1px solid #b79e7e;
  margin: 0 auto 0 auto;
  border-width: thin;
}
#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;
}
.calClear {
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	margin: 10px 0 0 0;
}

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

div.contentbox {
	width: 100%;
	padding: 40px 0 0 0;
}
div.buttonbox {
	width: 100%;
	overflow: hidden;
}
div.buttonbox a {
	font-weight: normal;
}
div.resButton {
	width: 100%;
	float: left;
	color: #fff;
	padding: 30px 0 20px 15px;
	cursor: pointer;
	position: relative;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
}
div.resButton.camping {
	background-color: #599099;
}
div.resButton.camping:hover {
	background-color: #69a1aa;
}
div.resButton.cabins {
	background-color: #5d6524;
}
div.resButton.cabins:hover {
	background-color: #767f2e;
}

div.resButton.shelters {
	background-color: #173f5e;
}
div.resButton.shelters:hover {
	background-color: #215b87;
}
div.resButton.lodge {
	background-color: #6e6047;
}
div.resButton.lodge:hover {
	background-color: #867456;
}
div.resButton h3 {
	text-transform: uppercase;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #fff;
	mix-blend-mode: overlay;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
}
div.resButton:hover h3 {
	color: #fff;
}
div.resButton h3 i.fa {
	font-size: 18px;
	/*margin-left: 10px;*/
	position: absolute;
	top: 33px;
	right: 15px;
	border: solid 3px rgba(255,255,255,0.7);
	height: 37px;
	width: 37px;
	padding: 7px 0 0 10px;
}
div.resButton p {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
}
div.resButton p.availNum {
	font-size: 14px;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 80px;
	text-align: center;
}
div.resButton p.availNum span {
	color: #a94442;
	font-weight: bold;
	/*font-size: 14px;*/
	font-size: 50px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	/*border-radius: 11px;
	width: 22px;
	height: 22px;*/
	/*display: inline-block;*/
	border-radius: 40px;
	width: 80px;
	height: 80px;
	margin-bottom: 5px;
	display: block;
}
div.resButton p.availNum.soldout {
	color: #a94442;
	font-weight: 700;
	background-color: rgba(255,255,255,0.85);
	padding: 1px 6px;
	border-radius: 3px;
	display: inline-block;
}
div.resButton p.dates {
	/*font-size: 12px;*/
	font-size: 16px;
	margin: 0;
	color: rgba(255,255,255,0.7);
}

div.resInfo {
	background-color: #fff;
	color: #9f7a4c;
	font-size: 14px;
	padding: 40px 0;
}

@media(min-width:768px) {

	div.hero {
		height: 130px;
	}
	div.hero .shadow {
		height: 130px;
	}
	div.hero h2 {
		font-size: 40px;
	}

	h1 {
		font-size: 50px;
	}

	div.contentbox {
		/*width: 50%;*/
	}
	div.buttonbox {
		width: 100%;
		text-align: center;
	}
	div.resButton {
		padding: 30px 0 25px 0;
	}
	div.resButton h3 {
		font-size: 30px;
	}
	div.resButton h3 i.fa {
		position: absolute;
		top: 35px;
		right: 50px;
		font-size: 26px;
		height: 51px;
		width: 51px;
		padding: 10px 0 0 4px;
	}
	div.resButton p {
		font-size: 20px;
	}

	div.resButton p.availNum {
		top: 25px;
		left: 50px;
		right: unset;
	}

}

@media(min-width: 992px) {

	div.hero {
		height: 180px;
	}
	div.hero .shadow {
		height: 180px;
	}
	div.hero h2 {
		font-size: 60px;
		padding-top: 35px;
	}
	div.hero img.battle {
		padding-top: 25px;
		width: 120px;
	}

	.contentbox .container h1 {
		font-size: 60px;
	}
	.contentbox .container h3 {
		font-size: 22px;
	}
	.contentbox .container span.border {
		width: 18%;
	}

	div.contentbox {
		position: relative;
		min-height: 620px;
	}
	div.buttonbox {
		width: 40%;
		height: 620px;
		position: absolute;
		top: 0;
		right: 0;
	}

	div.resButton h3 i.fa {
		right: 50px;
	}

	div.resButton p.availNum {
		top: 25%;
		left: 35px;
	}

}

@media(min-width:1200px) {

	div.resButton h3 i.fa {
		right: 100px;
	}

}