#bookingexpert {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    /*display: inline-block;*/
}

#searchbox {
    position: relative;
    font-family: inherit;
    text-align: left;
}

#searchbox .searchboxTitle {
    text-transform: none;
    background: #ffffff;
    color: #cebfa4;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    padding: 0 2px;
    border-bottom: 1px solid #ccc;
}

#searchbox form {
    padding: 20px 2px;
    margin-bottom: 20px;
}

#searchbox div {
    clear: both;
    overflow: visible;    
	float: left;
    width: 100%;
    display: block;
}

#searchbox label {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    color: #555 !important;
    text-transform: uppercase;
    margin-bottom: 4px;
    width: 35%;
    float: left;
}

#searchbox input:not([type="submit"]), 
#searchbox select, 
#searchbox .select2 {
    width: 64% !important;
    float: right;
    height: 40px !important;
    background-color: #ededed !important;
    line-height: 30px;
    margin: 0 0 10px 0 !important;
    padding: 8px 20px !important;
    font-family: inherit;
	font-size: 17px;
    box-sizing: border-box;
}
#searchbox .select2 {
    padding: 0 !important;
}
#searchbox .select2-selection {
    background: transparent !important;
    border: none !important;
    padding: 7px 15px !important;
	font-size: 17px;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
}
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
}


#searchbox .fancy-select-wrap {
	padding-top:0;
}

#searchbox input[name="checkin"], #searchbox input[name="checkout"] {
    background: url(calendar.png) no-repeat 97% center #fff;
}

#searchbox input[type="submit"] {
    padding: 16px 40px !important;
    color: #000;
    width: 150px;
    margin: 20px 0 0 35%;
	font-weight: 400;
}
#searchbox input[type="submit"]:hover {
	background-color: #c6d5c4;
}
#searchbox form ~ a {
    display: none !important;
}
/*
#searchbox .searchboxCredits {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 15px 0;
    overflow: hidden;
}

#searchbox .searchboxAdd, #searchbox .searchboxArea {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #555;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

#searchbox .searchboxAdd:before, #searchbox .searchboxArea:before {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0 7px 0 20px;
    border-radius: 3px;
}

#searchbox .searchboxAdd:before {
    content: '+';
    line-height: 16px;
    font-size: 20px;
    background: #444;
}

#searchbox .searchboxArea:before {
    content: '-';
    line-height: 11px;
    font-size: 28px;
    background: #888;
}*/

#searchbox-js + #ui-datepicker-div {
    min-width: 300px;
}
#ui-datepicker-div {
    font-size: 11px !important;
    z-index: 1000 !important;
}