#bookingexpert{
width:100%;
overflow:hidden;
color:#fff;
background:#003e53;
padding:0;
}
#searchbox {
position: relative;
max-width: 1100px;
margin: 5px auto 10px auto;
padding: 0 10px;
text-align: left;
font-size: 0;
line-height: 0;
}
#searchbox .searchboxTitle {
display: block;
line-height: 35px;
color: #fff;
margin: 5px 0 30px 0;
padding: 0;
font-family: "Roboto",sans-serif;
font-size: 33px;
font-weight: 300;
text-transform: uppercase;
text-align: center;
}
#searchbox .searchboxBtn {
display: none;
}
#searchbox form {
display: inline-block;
overflow: hidden;
margin-left: 30px;
}
#searchbox div {
float: left;
margin: 0 10px 0 0;
overflow: hidden;
}
#searchbox label {
display: block;
line-height: 24px;
font-size: 15px;
color: #fff;
font-family: "Playfair Display", Sans-serif;
}
#searchbox input, #searchbox select {
width: 100%;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0 10px;
font-family: Sans-Serif;
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
background: #417c86;
color: #fff;
border: 1px solid #fff;
box-sizing: border-box;
}
#searchbox input[name="coupon"] {
width: 140px;
}
#searchbox input[name="checkin"], #searchbox input[name="checkout"] {
width: 140px;
background: url(/booking/calendar_white.png) no-repeat 110px center #417c86;
}
#searchbox input[type="submit"] {
display: block;
float: left;
width: auto;
margin: 23px 0 0 0;
height: 42px;
line-height: 36px;
padding: 0 20px;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
background-color: #e4bc36;
color: #fff;
cursor: pointer;
-webkit-appearance: none;
}
#searchbox .searchboxCredits {
display: inline-block;
text-decoration: none;
overflow: hidden;
vertical-align: top;
margin: 19px 0 0 30px;
display:none;
}
#searchbox .searchboxAdd, #searchbox .searchboxArea {
display: none;
}
#ui-datepicker-div {
font-size: 11px !important;
z-index: 1000 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
height: auto;
padding: 0;
} @media (max-width:990px) {
#searchbox {
margin: 10px auto;
overflow: hidden;
}
#searchbox form {
display: none;
}
#searchbox .searchboxTitle {
display: block;
line-height: 35px;
color: #fff;
margin: 25px 0 30px 0;
padding: 0;
font-family: "Roboto",sans-serif;
font-size: 36px;
font-weight: 300;
text-transform: uppercase;
text-align: center;
}
#searchbox .searchboxBtn {
display: block;
max-width: 200px;
margin:0 auto;
height: 40px;
line-height: 36px;
text-align:center;
padding: 0 5px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
border: 1px solid #fff;
background: #e4bc36;
text-decoration: none; 
box-sizing: border-box;
cursor: pointer;
}
#searchbox .searchboxCredits {
display: none;
}
}