#recsearch form, .unifSearch form, #recsearch {
    background-color: #e7e7e7;
}
.unifSearchRecreation, .unifSearchCriteria .criteria_section label {
  color: #35652F;
}
.unifSearchCriteria span.section_label {
	font-size: 15px;
	font-weight: 500;
}
.check_avail_panel a.check_available, .check_avail_panel a.book_now {
  background-color: #13542B !important;
  border: 1px solid #13542B;
  background-image: none;
  font-size: 16px;
  color: #fff;
  width: 180px;
  height: 25px;
  padding-top: 6px;
}
.check_avail_panel a.check_available:hover, .check_avail_panel a.book_now:hover {
  background-color: #e0d9bd !important;
  border: 1px solid #e0d9bd;
  background-image: none;
  color: #000;
}
.check_avail_panel a.book_now {
  color: #fff;
}
.facility_view_header a.facility_link {
	font-family: 'PT Sans Narrow', sans-serif !important;	
	color: #35652F;
	font-size: 20px;
}
.facility_view_description, .facility_view_desc_detail {
	font-size: 14px;
	line-height: 16px;
}
.unifSearchRecreation strong span:before {
	content: "\f00e";
	margin-right: 10px;
	font: normal normal normal 1em FontAwesome;
}
.unifSearchRecreation span, .unifSearchRecreation strong {
	padding: 0;
}
.unifSearchRecreation {
	background-image: none;
	font-size: 22px;
}

@media (max-width: 767px) {
  .unifSearchCriteria input[type=text], div[id^='availability_section_'] input#lengthOfStay, div[id^='availability_section_'] input#dayUseLengthOfStay, 
  div[id^='availability_section_'] input#dayPassLengthOfStay, div[id^='availability_section_'] input#marinaLengthOfStay {
    margin-top: 0;
  }
  div.unifSearch #lengthOfStay, div.unifSearch #dayUseLengthOfStay, div.unifSearch #dayPassLengthOfStay, 
  div.unifSearch #marinaLengthOfStay, div.specific_attributes input[type="text"], body#csitedetailspage #lengthOfStay {
    width: 85px !important;
    margin-right: 0 !important;
  }  
}

div.check_avail_panel a.check_outofstock{
  height: 25px;
  border-radius: 5px;
}
