.clear {
	clear: both;
}

.loader_svg {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
}
.loader_svg img {
	margin-top: 10vh;
}
#modulo_prenotazione {
	width: 100%;
    max-width: 1040px;
    margin: auto;
}
#modulo_prenotazione.pacchetti-nascosti #modulo_prenotazione_content2 .modulo_prenotazione_content_h2.modulo_prenotazione_content_h2_pacchetti,
#modulo_prenotazione.pacchetti-nascosti #modulo_prenotazione_content2 .modulo_prenotazione_content_h2_pacchetti + .modulo_prenotazione_pacchetto,
#modulo_prenotazione.pacchetti-nascosti #modulo_prenotazione_content2 .modulo_prenotazione_pacchetto + .modulo_prenotazione_pacchetto {
	display: none !important;
}
#modulo_prenotazione #modulo_prenotazione_sidebar {
	float: left;
	width: 26%;
}
#modulo_prenotazione #modulo_prenotazione_sidebar #input_arrivo,
#modulo_prenotazione #modulo_prenotazione_sidebar #input_partenza {
	width: 0;
    padding: 0;
}
#modulo_prenotazione #modulo_prenotazione_sidebar .modulo_prenotazione_sidebar_div {
	padding-bottom: 18px;
	position: relative;
}
#modulo_prenotazione #modulo_prenotazione_sidebar p {
	padding: 0;
}
#modulo_prenotazione #modulo_prenotazione_sidebar label {
	/*font-family: 'Butler';*/
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 20px !important;
    color: #444;
	cursor: pointer;
}
#modulo_prenotazione #modulo_prenotazione_sidebar #span_n_notti {
	/*font-family: 'Butler';*/
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 20px !important;
    color: #444;
}
#modulo_prenotazione #modulo_prenotazione_sidebar input {
	opacity: 0;
}
#modulo_prenotazione #modulo_prenotazione_sidebar select {
	opacity: 0;
	position: absolute;
    left: 0;
    bottom: 22px;
	cursor: pointer;
}
#modulo_prenotazione .modulo_prenotazione_content {
	float: right;
	width: 70%;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto {
	display: none;
	margin-top: 12px;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera.modulo_prenotazione_camera_visibile, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto.modulo_prenotazione_pacchetto_visibile {
	display: block;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto.modulo_prenotazione_pacchetto_hidden {
	display: none !important;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_img, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_img, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_img {
	width: 16%;
    float: left;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_img img, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_img img, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_img img{
	width: 100%;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_info, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_info, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_info {
	float: left;
    width: 64%;
	margin-left: 3%;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_info h3, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_info h3, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_info h3 {
    color: #333 !important;
	/*font-family: 'Butler';*/
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 20px !important;
	line-height: 20px !important;
    margin-top: 5px;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_info p, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_info p, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_info p {
	line-height: 20px;
	text-align: justify;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_prezzo, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_prezzo, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_prezzo {
	float: left;
    width: 14%;
    margin-left: 3%;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_prezzo .span_js_prezzo, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_prezzo .span_js_prezzo, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_prezzo .span_js_prezzo {
	padding-bottom: 0 !important;
    /*font-family: 'Butler';*/
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
	letter-spacing: 1px;
    font-size: 20px !important;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_prezzo .modulo_prenotazione_camera_span_scegli, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_prezzo .modulo_prenotazione_pacchetto_span_scegli, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_prezzo .modulo_prenotazione_camera_span_scegli {
	/*font-family: 'Butler';*/
	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
	letter-spacing: 1px;
	color: #222;
    font-size: 20px !important;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	display: inline;
	line-height: 36px;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_prezzo .modulo_prenotazione_camera_span_scegli:before, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_prezzo .modulo_prenotazione_pacchetto_span_scegli:before, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_prezzo .modulo_prenotazione_camera_span_scegli:before {
	content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #222;
    position: absolute;
    bottom: -4px;
    left: 0;
	transition: all 0.3s ease-out;
}
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_camera .modulo_prenotazione_camera_prezzo .modulo_prenotazione_camera_span_scegli:hover:before, 
#modulo_prenotazione .modulo_prenotazione_content .modulo_prenotazione_pacchetto .modulo_prenotazione_pacchetto_prezzo .modulo_prenotazione_pacchetto_span_scegli:hover:before, 
#modulo_prenotazione_camera_scelta_div_dinamico .modulo_prenotazione_camera_prezzo .modulo_prenotazione_camera_span_scegli:hover:before {
    width: 100%;
}
#modulo_prenotazione .box_dettagli {
	overflow: hidden;
	margin: 15px 0 25px 0;
}
#modulo_prenotazione .box_dettagli.box_dettagli_hidden {
	height: 0;
}
#modulo_prenotazione .box_dettagli h4 {
	text-transform: uppercase;
    font-size: 18px !important;
}
#modulo_prenotazione .box_dettagli h5 {
	padding: 8px 0 10px 0;
}
#modulo_prenotazione .box_dettagli p {
	padding-bottom: 4px;
    line-height: 18px;
    font-size: 13.5px;
}
#modulo_prenotazione .box_dettagli ul {
	padding-bottom: 4px
}
#modulo_prenotazione .box_dettagli ul li {
	padding-bottom: 4px;
    line-height: 18px;
    font-size: 13.5px;
}
#modulo_prenotazione #modulo_prenotazione_content {
	position: relative;
}
#modulo_prenotazione #modulo_prenotazione_content2 {
	display: none;
	position: relative;
}
#modulo_prenotazione.opaco #modulo_prenotazione_content:before, #modulo_prenotazione.opaco #modulo_prenotazione_content2:before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 95;
	background: rgba(255,255,255,0.5);
}
#modulo_prenotazione #modulo_prenotazione_content2 #a_cambia_camera {
	font-family: 'Butler';
    font-weight: 700;
	letter-spacing: 1px;
	color: #222;
    font-size: 20px !important;
	text-transform: uppercase;
	clear: both;
    display: inline-block;
    margin-top: 23px;
	position: relative;
}
#modulo_prenotazione #modulo_prenotazione_content2 #a_cambia_camera:before {
	content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #222;
    position: absolute;
    bottom: -4px;
    left: 0;
	transition: all 0.3s ease-out;
}
#modulo_prenotazione #modulo_prenotazione_content2 #a_cambia_camera:hover:before {
	width: 100%;
}
#modulo_prenotazione_content2 h2.modulo_prenotazione_content_h2 {
	font-size: 26px !important;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 !important;
    padding: 0 0 12px 0 !important;
}
#modulo_prenotazione_content2 h2.modulo_prenotazione_content_h2.modulo_prenotazione_content_h2_pacchetti {
	padding: 28px 0 12px 0 !important;
}
#modulo_prenotazione .modulo_prenotazione_clear {
	clear: both;
}





#modulo_form {
	overflow: hidden;
	height: 0;
	max-width: 780px;
    margin: 0 auto;
}
#modulo_form.modulo_form_visibile {
	height: auto;
}
#modulo_form #modulo_form_box_riepilogo {
	border-bottom: 1px solid #aaa;
    margin-bottom: 35px;
    padding-bottom: 25px;
	border-top: 1px solid #aaa;
    padding-top: 28px;
    margin-top: 25px;
}
#modulo_form #modulo_form_box_riepilogo #modulo_form_h4_riepilogo {
	font-family: 'Butler';
    font-weight: 500;
    font-size: 26px !important;
	padding-bottom: 14px;
	text-transform: capitalize;
}
#modulo_form #modulo_form_box_riepilogo > p {
	padding: 0;
	float: left;
    width: 50%;
	max-width: 180px;
}
#modulo_form .wpcf7 form .et_pb_contact_field_half {
	clear: none !important;
}
#modulo_form .wpcf7 form .et_pb_contact_field_1_3 {
	clear: none !important;
	float: left;
	width: 33.33%;
}
#modulo_form .wpcf7 form .wpcf7-form-control-wrap input, #modulo_form .wpcf7 form .wpcf7-form-control-wrap select {
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #6b6b6b !important;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}
#modulo_form .wpcf7 form .wpcf7-list-item {
	width: 20px;
    height: 20px;
	margin: 0;
}
#modulo_form .wpcf7 form .wpcf7-list-item input {
	width: 20px;
    height: 20px;
	padding: 0;
    -webkit-appearance: checkbox !important;
    display: inline-block;
	vertical-align: sub;
	cursor: pointer;
}
#modulo_form .wpcf7 form .p_accettazione_form {
	margin-bottom: 8px !important;
}
#modulo_form .wpcf7 form .et_contact_bottom_container {
    margin-top: 20px;
}
#modulo_form .wpcf7 form .et_contact_bottom_container input.et_pb_contact_submit {
	background: #48e4b7 !important;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    padding: 12px 30px;
}
#modulo_form .wpcf7 form .ajax-loader {
	display: none !important;
}
#modulo_form .div_input_hidden_cf7 {
	display: none !important;
}