@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/*--- form ---*/
#form_booking {
	margin:0;
	padding:25px;
}

input[type="text"].input_booking,select.select_booking {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	border:none;
    background:#fff;
    border-radius:5px;
    color:#01737d;
    display:block;
    margin:0;
    outline:none;
    padding:0 6px;
	box-shadow:none;
    width:100%;
	font-size:16px;
	font-weight:400;
	height:35px;
	cursor:pointer;
}

input[type="text"].input_booking {
	background:#fff url(../img/booking/ico_calendario.png) no-repeat 98%;
    position:relative;
	width: 134px;
}

select.select_booking {
	-webkit-appearance: none;
    position:relative;
	margin:0;
	background-color:#fff;
	background-image:url(../img/booking/arrow_Select.png);
	background-repeat:no-repeat;
	background-position:90%;
	width:100%;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
   -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border:0;
}
select.select_booking_sistemazione {
    border:0;
	-webkit-appearance: none;
	padding: 6px;
	border-radius: 5px;
    position:relative;
	margin:0;
	height:35px;
	width:210px;
   -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	background-color:#fff;
	background-image:url(../img/booking/ico_sistemazione.png);
	background-repeat:no-repeat;
	background-position:98%;
	cursor:pointer;
	font-size:16px;
	font-weight:400;
    color:#01737d;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select.select_booking_sistemazione::-ms-expand, select.select_booking::-ms-expand {
    display: none;
}
select.select_booking_camere, select.select_booking_adulti, select.select_booking_bambini, select.select_booking_eta {
	width:66px;
}

.booking-titolo {
	font-size:25px;
	font-weight:normal;
	background-color: #004c86;
	height: 65px;
	line-height: 65px;
	display: block;
	text-align: center;
}

