/*QR BOOKING*/
body{ margin:0px; padding:0px;}
#booking h2{
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 50px;
line-height: 50px;
text-align:center;
margin: 15px;
}
#booking{ width:100%; position:relative; clear:both; background-image:url(../images/orange.jpg);}
#booking_left{ width:100%; height:auto; position:relative; float:left;  background-color:#0B2842; text-align:center;}
#booking_left_i{  padding-left:50px; padding-top:20px; padding-bottom:50px;}
#booking_right{ width:50%; height:250px; position:relative; float:left;}
#booking_left h1{     font-family: 'Lato', sans-serif; color:#fff; font-size:54px; line-height:60px; margin:0px;}
#booking_left p{     font-family: 'Lato', sans-serif; color:#fff; font-size:25px; line-height:25px; margin:0px;} 

#booking_i{ padding:0px 0px;}

/*QR BOOKING*/
#booking_left form{ position:relative; float:left; width:100%;padding-bottom: 15px !important;}
#booking_left{ }
#booking_right_i{  float:right; margin-top:80px; padding-right:0px;}
form span{ font-family: 'Lato', sans-serif; color: #fff; font-size: 20px; line-height: 25px; }
#booking_left input {
padding: 15px 10px;
height:25px;
border: none;
font-size: 16px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
    font-family: 'Lato', sans-serif;
color:#777;
margin-top:10px;
width:180px;
}


#booking_left select#nights_1, #booking_left select#adults1, #booking_left select#children1{ width:100%;}

#booking_left input#prenota{ background-color:#C80E39; color:#fff; text-transform:uppercase; letter-spacing:1px; padding-right:70px; background-image:url(../images/invia.jpg); background-repeat:no-repeat; background-position:center right; background-size:55px; height:55px;
margin-top:35px; padding-left:10px; padding-top:17px; padding-left:0px; padding-right:0px;}
#booking_left input#prenota:hover{ cursor:pointer; opacity:0.9;}

.custom_form{ position:relative; float:left; text-align:left; margin-right:5px; width:19%;}
#custom_date{ width:150px;}


.other_input{width: 20%;
position: relative;
float: left;
text-align:left;
}

.other_input_i{ padding-top:0px; padding-left:30px;}


.other_input p span a{ font-size:17px; line-height:16px;}
.other_input p{ margin:0px;}
.other_inputp span:hover{ cursor:pointer; opacity:0.8;}


.tp-caption{     font-family: 'Lato', sans-serif; text-shadow: 0px 0px 50px rgba(0,0,0,0.8); font-size:100px;}

#booking_left select   {
padding: 15px;
border: none;
font-size: 16px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
    font-family: 'Lato', sans-serif;
color: #777;
margin-top: 10px;
height: 55px;
}

.custom_form1 input{ width:95%; padding-left:8px;}



/*QR BOOKING MOBILE*/

@media (max-width: 767px) {

		#booking_center, #booking_left{ width:100%;}
		#booking{ height:auto;}
		#booking_center{ background-image:url(../images/blu.jpg);}
		#booking_center_i {
		width: 80%;
		right: 10%;
		background-size: 30%;
		}


		#booking_left_i {
		padding-left: 20px;
		padding-bottom: 20px;
		padding-top: 40px;
		}
		#booking_left, #booking_right{ width:100%;}
		#booking{ height:auto;}

		.custom_form{ width:90%;
		margin-bottom:20px;
		}

		.custom_form1 input { width: 100% !important;}

		.other_input {
				width: 90%;
				text-align: center;
		}

		.other_input_i {
				padding-left: 0px;
		}

		p.other_1, p.other_2{
				padding-bottom: 10px;
		}

		.custom_form, #booking_left input{
		text-align:center;
		}

		.custom_form.custom_form2 {
				float: left;
				width: 40%;
				margin-right: 0px;
		}
		.custom_form.custom_form3 {
				width: 40%;
				padding-left: 25%;
		}

}