#recsearch form, .unifSearch form {
    background-color: #e7e7e7;
}
.unifSearchRecreation, .unifSearchCriteria .criteria_section label {
  color: #092845;
}
.facility_view_header a.facility_link {
  color: #44697D;
  font-family: 'Open Sans', sans-serif !important;
}
.unifSearchRecreation {
	font-size: 20px;
}
.check_avail_panel a.check_available, .check_avail_panel a.book_now {
  background-color: #9A3B26;
  border: 1px solid #BD4F19;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9A3B26), to(#BD4F19));
  background: -webkit-linear-gradient(top, #9A3B26, #BD4F19);
  background: -moz-linear-gradient(top, #9A3B26, #BD4F19);
  background: -ms-linear-gradient(top, #9A3B26, #BD4F19);
  background: -o-linear-gradient(top, #9A3B26, #BD4F19);
}
.check_avail_panel a.check_available:hover, .check_avail_panel a.book_now:hover {
  background-color: #44697D !important;
  background-image: none;
}
.check_avail_panel a.check_available {width: 120px;}
.unifSearchCriteria input[type=text] {
  color: #4a4a4a;
}
.check_avail_panel a.book_now {
  color: #fff;
}
@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{
  border-radius: 5px;
}

div.filterCategory span {
    color: #4b8236;
}