/*====================== Gorup Search buttons =====================*/
.booking-bar #check-in-out, 
.booking-bar #q-guests, 
.booking-bar .searchBox-outer, 
.booking-bar .search-button {float:left !important; margin:0 !important; margin-top:0; background-color:#fff; border:1px solid #ccc; }
.booking-bar #searchBox, .booking-bar #q-guests, .booking-bar #check-in-out  {background:#fff; }
.search-button {background-color:#46a06e !important; font-family: 'Open Sans', sans-serif !important; font-size:18px; margin-right:0 !important; }
#check-in-out {background-image: url(../img/icon-calendar.png) !important; background-repeat: no-repeat !important;
	background-position: 10px center !important; background-size: 20px !important;}
#q-guests {background-image: url(../img/icon-users.png) !important; background-repeat: no-repeat !important;
	background-position: 10px center !important; background-size: 20px !important;}
#searchBox {background-image: url(../img/icon-map.png) !important; background-repeat: no-repeat !important;
	background-position: 10px center !important; background-size: 20px !important;}
.booking-bar .searchBox-outer, .booking-bar #searchBox, .booking-bar #check-in-out, 
.booking-bar #q-guests, .booking-bar .search-button, .booking-bar .dp-date { line-height:60px !important; }

.btn-green { background:#46a06e !important; border-radius:0; border:none; color:#fff !important; }

.booking-bar #q-guests { width:20% !important; height: 62px !important; }
.booking-bar .search-button { width:23% !important; height: 62px !important; }
.booking-bar #check-in-out {margin-left: 27% !important; width:30% !important; height: 62px !important; }
.searchBox-outer {position:absolute !important; margin-left: 0 !important; height:auto !important; }
#searchBox { vertical-align: middle;}

#resultsBox { position: relative !important;}
#resultsBox ul.location-results { padding:0; }

@media (max-width:992px)	{
	.booking-bar {position:relative; margin:0 auto; box-shadow:none; bottom:30px; }
	.booking-bar .homeBook #check-in-out, 
  .booking-bar .homeBook #q-guests, 
  .booking-bar .homeBook .searchBox-outer, 
  .booking-bar .homeBook .search-button {width:100% !important; margin:1px !important;}
  .homeBook #q-guests, .homeBook .search-button, .homeBook .dp-date { line-height:40px !important; height:40px !important; }
  .homeBook #check-in-out, 
  .homeBook #q-guests, .homeBook .search-button, .homeBook .dp-date { line-height:40px !important; height:40px !important; }
  .homeBook .searchBox-outer { line-height:40px !important; height:40px !important; }
  
  .searchBox-outer {position:static !important; }
  #resultsBox { position: absolute !important;}
 .homeBook #searchBox {height:auto;line-height: 40px !important;}
}