@font-face {font-family:"SF-icons"; src:url('../fonts/SF-Pro-Icons-Regular.ttf');}
@font-face {font-family:"SF-bold"; src:url('../fonts/SF-Pro-Text-Bold.ttf');}
@font-face {font-family:"SF-italic"; src:url('../fonts/SF-Pro-Text-Italic.ttf');}
@font-face {font-family:"SF-light"; src:url('../fonts/SF-Pro-Text-Light.ttf');}
@font-face {font-family:"SF-medium"; src:url('../fonts/SF-Pro-Text-Medium.ttf');}
@font-face {font-family:"SF"; src:url('../fonts/SF-Pro-Text-Regular.ttf');}
@font-face {font-family:"SF-condensed"; src:url('../fonts/SF-Condensed-Regular.otf');}
body{
	font-family: 'SF', sans-serif;
	font-size:0.9em;	
	color:#454545;
	background-color: #ffffff;
	}
div{
	text-align:left;
	}
.hidden{
	display:none;
	min-height:0;
	height:0 !important;
	height:0;	
	line-height:1px;
	line-height:1px !important;
	line-height:1px;
	}
.clearboth, hr {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	border:0;
	font-size:0;
	}
hr.margin-bottom{
	font-size:1em;
	line-height:1.75em;
	margin-bottom:1.75em;
	}
.centrato{
	text-align:center;
	}
.sinistra{
	text-align:left;
	}
.destra{
	text-align:right;
	}
.grassetto{
	font-weight:bold;
	}
.giustificato{
	text-align:justify;
	}
.block{
	display:block;
	}
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.no_margin{
	margin:0;
	}
.no_padding{
	padding:0;
	}
.margin_right{
	margin-right:0.5em;
	}
.margin_right1{
	margin-right:1em;
	}
.margin_left05{
	margin-left:0.5em;
	}
.margin_left{
	margin-left:1.5em;
	}
.margin_bottom{
	margin-bottom:1em !important;
	}
.padding_left{
	padding-left:2em;
	}
.padding05{
	padding:0.5em;
	}
.padding_top2{
	padding-top:2em;
	}
.border_bottom{
	border-bottom:solid 1px #ccc;
	}
.nowrap{
	white-space:nowrap;
	}
acronym, abbr{
	cursor:help;
	}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	} 
sup {
	top: -0.5em;
	} 
sub {
	bottom: -0.25em;
	}
.rosso{
	color:#900;
	}
.verde{
	color:#478250;
}
#accessibility, .accessibility{
	position: absolute;
	top: -9999px;
	}
a{
	color:#366915;
	}
a:hover{
	color:#9c9c9c;
	text-decoration:none;
	}
a img{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	}
fieldset{
	margin:1.5em 0 0 0;
	padding:5px;
	}
legend{
	font-weight:bold;
	}
	::-webkit-input-placeholder {
	   color: #444;
	}	
	:-moz-placeholder { /* Firefox 18- */
	   color: #444;
	}	
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #444;
	}	
	:-ms-input-placeholder {  
	  color: #444;
	}
input:focus, textarea:focus{
	border:none;
	}
p{
	padding:0.55em 0.2em;
	line-height:1.5em;
	}
dl{
	line-height:1.6em;
	}
ul, ol, dl{
	line-height:1.9em;
	}
strong{
	font-weight:bold;
	}
em{
	font-style:italic;
	}
.small{
	font-size:85%;
	}
h2{
	font-size:120%;
	color:#478250;
	margin:0.5em 0;
	}
h2.h2_intestazione{
	font-weight:bold;
	text-align:center;
	color:#454545;
	}
h4{
	font-family: 'SF', sans-serif;
	margin:0.5em 0 1em 0;
	font-weight:bold;
	text-transform:uppercase;
	color:#454545;
	}

/*                                               SERVIZIO														*/
.flag_lang{
	width:34px;
	height:20px;
	display:inline-block;
	margin-bottom:-5px;
	}
.flag_lang_ita{
	background:url(../interfaccia/ita_gray.png) no-repeat center center;
	}
.flag_lang_eng{
	background:url(../interfaccia/eng_gray.png) no-repeat center center;
	}
.flag_lang_fra{
	background:url(../interfaccia/fra_gray.png) no-repeat center center;
	}
.flag_lang_deu{
	background:url(../interfaccia/deu_gray.png) no-repeat center center;
	}
.flag_lang_ita.corrente,.flag_lang_ita:hover{
	background:url(../interfaccia/ita.png) no-repeat center center;
	}
.flag_lang_eng.corrente,.flag_lang_eng:hover{
	background:url(../interfaccia/eng.png) no-repeat center center;
	}
.flag_lang_fra.corrente,.flag_lang_fra:hover{
	background:url(../interfaccia/fra.png) no-repeat center center;
	}
.flag_lang_deu.corrente,.flag_lang_deu:hover{
	background:url(../interfaccia/deu.png) no-repeat center center;
	}
a.modifica{
	width:30px;
	height:30px;
	margin-left:0.5em;
	display:inline-block;
	background:url(../interfaccia/ico_modifica.png) no-repeat center center;
	}
a.modifica:hover{
	background:url(../interfaccia/ico_modifica_h.png) no-repeat center center;
	}
a.cancella{
	width:30px;
	height:30px;
	margin-left:0.5em;
	display:inline-block;
	background:url(../interfaccia/ico_cancella.png) no-repeat center center;
	}
a.cancella:hover{
	background:url(../interfaccia/ico_cancella_h.png) no-repeat center center;
	}
.inline_block{
	display:inline_block;
	}
.no_display{
	display:none;
	}
.nascosto{
	display:none !important;
	visibility:hidden;
	height:0px;
	}
.visibile{
	display:block;
	visibility:visible;
	height:auto;
	}
#div_opaco{
	position:absolute;
	background-color:#303030;
	top:0;
	left:0;
	opacity:.75;
	filter:alpha(opacity=75);
	z-index:2001;	 
	}
#div_popup{
	position:absolute;
	vertical-align:middle;
	width:auto;
	height:auto;
	-webkit-box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);  
    box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	padding:0;
	z-index:2002;
	background-color: #fff;
	background-image: linear-gradient(to bottom right, #318834, #29B748);
	}
input[type='text'],input[type='password'],input[type='button'],input[type='submit'],textarea,.simil_input{
	width:100%;
	}
input[type='button'].puls_form,input[type='submit'].puls_form{
	width:auto;
	min-width:8em;
	}
.input_auto{
	width:auto !important;
	}
input[type='text'],input[type='password'],input[type='button'],input[type='submit'],select,textarea,.simil_input{
	height:3em;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0 1em;
	font-size:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;position:relative;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
textarea{
	font-family: 'SF', sans-serif;
	height:5em;
	}
input[type='text'],input[type='password'],select,textarea{	
	border:solid 1px #fff;	
	}
input[type='button'],input[type='submit']{
	border:none;
	background-color: #fff;/*top-left bottom-right*/
	background-image: linear-gradient(to bottom right, #318834, #29B748);
	background-size: 200% auto;
	color:#fff;
	cursor:pointer;
	transition:all 0.5s ease;
	}
.testo_label{
	padding-bottom:0.6em;
	display:inline-block;
	}
input[type='radio'],input[type='checkbox']{
	margin-bottom:1.2em;
	}
/*											BARRA NAVIGAZIONE								*/
.barra_nav{
	text-align:center;
	font-size:130%;
	margin-top:0;padding-top:0;
	}
.barra_nav span{
	display:inline-block;
	padding:0.2em 0.4em 0 0.4em;
	width:1em;
	color:#4D7CFE;
	margin-top:-6em;
	cursor:pointer;
	}
.barra_nav span.freccetta{
	background-color:#4D7CFE;
	-webkit-border-radius:15px;   
	border-radius:15px;
	color:#fff;
	padding:0 0.25em;
	margin:0 0.3em;	
	}
.barra_nav span.dx:before,.barra_nav span.sx:before,.barra_nav span.ultimo:before,.barra_nav span.primo:before{
	font-family: FontAwesome;
	
	}
.barra_nav span.dx:before{
	content: "\f105";
	}
.barra_nav span.sx:before{
	content: "\f104";
	}
.barra_nav span.primo:before{
	content: "\f100";
	}
.barra_nav span.ultimo:before{
	content: "\f101";
	}
.barra_nav span.corrente{
	font-weight:bold;
	color:#000;
	border:solid 1px #4D7CFE;
	-webkit-border-radius:15px;   
	border-radius:15px;
	padding:0 0.25em;
	margin:0 0.3em;
	}

.no_mob,#div_c_servizi{
	display:block;
	}
#span_h4_valutazione,.span_orario_scadenza,.no_mob_inline{
	display:inline-block;
	}
#div_c_servizi_mob,#menu_laterale,#testata_mob,span[id^='p_m_nuov'],.solo_mob,.solo_mob_inline,.piedi_popup,#span_h4_valutazione_mob,#span_h4_valutazione_mob2,.p_orario_scadenza{
	display:none;
	}
/*																TESTATA											*/
#testata{
	position:fixed;
	width:100%;
	background-color: #fff;
	background-image: linear-gradient(to bottom right, #318834, #29B748);
	margin:0 0 0 0;
	height:70px;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	z-index:100;
	}
#logo_testata{	
	float:left;
	padding:10px 0 0 10px;
	}
#tabs_testata{	
	float:left;
	margin-left:0;
	padding:1.4em 0.5em 1.1em 1em;
	}
#tabs_testata li{
	float:left;
	margin:0 1.5em;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:110%;
	cursor:pointer;
	}
#tabs_testata li:hover{
	color:#39450e;
	}
#tabs_testata li.corrente{
	color:#39450e;
	}
#li2_com{
	position:relative;
	width:20px;
	height:26px;
	display:inline-block;
	margin:0 0.5em !important;
	background:url(../interfaccia/campana.png) center center no-repeat;
	}
#div_testata_mob_com{
	position:absolute;
	top:26px;
	right:26px;
	width:20px;
	height:40px;
	display:inline-block;
	background:url(../interfaccia/campana.png) center center no-repeat;
	cursor:pointer;
	}
#li2_mob_com{
	position:relative;
	}
#alert_com,#alert_com_mob,#alert_com_mob_t{
	position:absolute;
	-webkit-border-radius:18px;	
	background-color:#c00;
	color:#fff;
	text-align:center;	
	padding:0 !important;
	}
#alert_com{
	width:17px;
	height:17px;
	line-height:17px;
	top:1px;
	left:2px;
	font-size:55%;
	}
#alert_com_mob{
	top:8px;
	right:15px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:75%;
	}
#alert_com_mob_t{
	top:0px;
	left:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:75%;
	}
.puls_esci{	
	position:absolute;
	display:block;
	width:21px;
	height:21px;
	top:1.6em;
	right:1.5em;
	margin-left:0;
	background:url('../interfaccia/esci_grande_h.png') no-repeat center center;
	cursor:pointer;
	}
.puls_esci:hover{
	background:url('../interfaccia/esci_grande.png') no-repeat center center;
	}
#utente_connesso{
	position:absolute;
	right:10px;
	top:60px;
	text-align:right;
	}
#utente_connesso a{
	color:#478250;
	text-decoration:none;
	font-weight:normal;	
	}
#utente_connesso a:hover{
	color:#9C9C9C;
	text-decoration:underline;	
	}

#testata_popup,.testata_popup{
	height:120px;
	position:relative;
	text-align:center;
	}
.sotto_chiudi_popup,.sotto_preferiti{
	position:absolute;
	top:18px;
	display:block;
	width:22px;
	height:22px;	
	padding:0;	
	z-index:98;
	-webkit-border-radius:22px;
	border-radius:22px;
	}
.sotto_chiudi_popup{
	background-color:#303030;
	left:18px;
	filter:alpha(opacity=50);
	opacity:.50;
	}
.sotto_preferiti{
	background-color:#303030;
	right:18px;
	filter:alpha(opacity=50);
	opacity:.50;
	}
.sotto_preferiti.preferita{
	background-color:#fff;
	}
.chiudi_popup,.preferiti{
	position:absolute;
	top:20px;
	display:block;
	width:19px;
	height:19px;
	padding:0 !important;
	cursor:pointer;
	z-index:99;
	}
.chiudi_popup{
	left:20px;
	background:url('../interfaccia/freccia_sx.png') no-repeat center center;
	}
.preferiti{
	right:20px;
	background:url('../interfaccia/cuore_bianco.png') no-repeat center center;
	}
.preferiti.preferita{
	background:url('../interfaccia/cuore_verde.png') no-repeat center center;
	}
.popupizza{
	margin-top:2em !important;
	}
#div_popup h3,.popupizza h3,.popupizza_no_testata h3{
	font-size:120%;
	padding:20px 0 0 0;
	color:#454545;
	font-weight:bold;
	text-transform:uppercase;
	}
#div_popup h3{
	color:#ffffff;
	}
#cont_popup,.cont_popup_mobile{
	padding:0.5em;
	-webkit-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
	margin-top:-20px;
	background-color:#fff;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
.spiega_popup{
	margin:0 2em;
	}
#link_pwd_inviato{
	color:#454545;
	margin-top:2em;
	}
.page{
	max-width:100%;
	margin:0 auto;
	clear:both;
	padding:90px 0.5em 0 0.5em;
	}
.div_errori,.div_msg{
	border:solid 2px #990000;
	color:#990000 !important;
	background-color:#efefef;
	width:250px;
	max-width:90%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: 0 auto;
	padding:0.3em;
	text-align:center;
	}
.div_msg{
	border:solid 2px #097c09;
	color:#097c09 !important;
	}

#testata_simil_mob{
	position:relative;
	display:block;
	z-index:100;
	width:100%;
	background-color: #fff;
	background-image: linear-gradient(to bottom right, #318834, #6AC56E);
	margin:0 0 0 0;
	height:90px;	
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
#testata_simil_mob_logo{
	text-align:center;
	padding:10px 0;
	}

/*																	LOGIN 										*/
#logo_login_m{
	display:none;
	}
#login_sx{
	float:left;
	display:block;
	width:40%;
	display:block;
	margin:0 0 0 50px;
	text-align:right;
	}
#login_dx{
	float:right;
	width:50%;
	display:block;
	margin:50px 0 0 0;
	text-align:center;
	}
#login_dx h2{
	font-weight:bold;
	}
#login_dx p{
	width:50%;
	margin:0.4em auto;
	}
#login_dx input{
	width:100%;
	height:3em;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0 1em;
	font-size:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
#login_dx input[type='text'],input[type='password']{	
	border:solid 1px #fff;	
	}
#login_dx input[type='button']{
	border:none;
	background-color: #fff;/*top-left bottom-right*/
	background-image: linear-gradient(to bottom right, #318834, #29B748);
	color:#fff;
	cursor:pointer;
	}
#puls_prenota{
	width:auto;
	}
#puls_prenota_mob{
	width:90%;
	}
.simil_input{
	font-size:110%;
	color:#777;
	line-height:3em;
	margin:0.5em 0;
	}

/*/////////////////////////////////////////////////////////// RICERCA ////////////////////////////////////////////////////////////////// */
.div_cont_risultati{	
	position:relative;
	/*background-color:#fff;*/
	margin:0.5em auto;
	width:98%;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.div_cont_risultati p{
	padding:0 !important;
	line-height:1.2em;
	}
.div_cont_risultato{
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:400px;
	height:281px;/*261*/
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0;
	margin:0.3em;	
	background-color:#fff;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	cursor:pointer;
	}
.div_risultato_foto{
	display:block;
	height:196px;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	background-color:#d8d8d8;
	position:relative;
	}
.div_risultato_foto .legenda_area{
	position:absolute;
	top:4px;
	left:4px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width:auto;
	height:20px;
	line-height:20px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	padding:0 0.3em;
	background-color:#fff;
	filter:alpha(opacity=50);
	opacity:.50;
	}
.div_risultato_foto .legenda_area.area{
	color:#060;
	}
.div_risultato_foto .legenda_area.evento{
	color:#900;
	}
.div_risultato_foto img{	
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	}
.div_risultato_dati{
	display:block;
	height:85px;/*65*/
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	background-color:#fff;
	padding:0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	}
.div_risultato_dati .risultati_titolo{
	font-size:110%;
	font-weight:bold;
	line-height:1.3em;
	}
.div_risultato_dati .risultati_indirizzo{
	font-size:90%;
	}

/*/////////////////////////////////////////////////////////// schede //////////////////////////////////////// */
#denominazione_corrente{
	margin-bottom:1em;
	padding-top:0;
	}
.span_preferiti{
	float:right;
	display:block;
	width:41px;
	height:37px;
	cursor:pointer;
	background:url('../interfaccia/cuore_g.png') no-repeat center center;
	}
.span_preferiti.preferita{
	background:url('../interfaccia/cuorev_g.png') no-repeat center center;
	}
.cont_foto_scheda{
	position:relative;
	float:left;
	margin:0 0.5em 0.5em 0;
	}
.cont_modulo_scheda,.cont_modulo_scheda50,.div_mappa{
	float:left;
	padding:0.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
	margin:0;
	}
.cont_modulo_scheda{
	width: calc(100% - 418px);
	}
.cont_modulo_scheda50,.div_mappa{
	position:relative;
	display:block;
	height:400px;
	width: 50%;
	}
#cont_preno #div_valutazioni,#cont_preno #cont_descrizione_area{
	height:auto;
	min-height:160px;
	}
.cont_modulo_scheda50 h4,.h4_modulo_scheda,.div_mappa h4{
	margin-bottom:0.5em;
	}
.cont_modulo_scheda100{
	padding:0.8em;
	}
.cont_map{
	position:relative;
	height:355px;
	width:100%;
	}
#map{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:99;
	}
.div_valutazioni{
	float:left;
	}
.vis_descrizione{
	text-align:justify;
	padding:0.8em;
	}
#mod_area{
	padding:0.8em;
	}
.indirizzo_area,.indirizzo_area_mob{
	margin-left:1em;
	padding-left:25px;
	background:url(../interfaccia/ico_centro.png) no-repeat left center;
	}
.dati_servizio_area{
	margin-left:1em;
	}
.span_servizi{
	display:inline-block;
	margin-right:1em;
	margin-bottom:1em;
	width:70px;
	height:auto;
	/*border:solid 1px #ccc;*/
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:70%;
	text-align:center;
	padding-top:33px;	
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.span_servizi.wi-fi{
	background:url(../interfaccia/servizi1g.png) center 5px no-repeat;
	}
.span_servizi.animali{
	background:url(../interfaccia/servizi2g.png) center 5px no-repeat;
	}
.span_servizi.gratuito{
	background:url(../interfaccia/servizi3g.png) center 5px no-repeat;
	}
.span_servizi.pagamento{
	background:url(../interfaccia/servizi4g.png) center 5px no-repeat;
	}
.span_servizi.cibo{
	background:url(../interfaccia/servizi5g.png) center 5px no-repeat;
	}
.span_servizi.wc{
	background:url(../interfaccia/servizi6g.png) center 5px no-repeat;
	}
.span_servizi.docce{
	background:url(../interfaccia/servizi7g.png) center 5px no-repeat;
	}
.span_servizi.wcdisab{
	background:url(../interfaccia/servizi8g.png) center 5px no-repeat;
	}
.p_fasce_report{
	border-bottom:dashed 1px #ccc;
	padding-bottom:0.1em;
	}
.p_fasce_report span.float_right a{
	text-align:center;
	-webkit-border-radius:20px;
	border-radius:20px;
	line-height:20px;
	width:13em !important;
	height:20px;
	padding:0.2em 0.5em;
	margin:0.5em auto;
	color:#fff;
	background-color: #fff;/*top-left bottom-right*/
	background-image: linear-gradient(to bottom right, #318834, #29B748);
	background-size: 200% auto;
	cursor:pointer;
	transition:all 0.5s ease;
	text-decoration:none;
	}
.p_fasce_report span.float_right a:hover{
	background-image: linear-gradient(to bottom right, #29B748, #318834);
	}
.div_foto_area{
	position:relative;
	text-align:center;
	}
.cont_foto_area{
	width:1261px;
	margin:0 auto;
	}
.span_img_area{
	position:relative;
	float:left;
	margin:0.3em 0.15em;
	-webkit-border-radius:10px;
	border-radius:10px;
	}
.span_img_area img{
	-webkit-border-radius:10px;
	border-radius:10px;
	}
.span_img_area span.img_principale,.span_img_area span.eli_img{
	position:absolute;
	bottom:-5px;
	}
.span_img_area span.img_principale{	
	left:5px;
	}
.span_img_area span.eli_img{
	right:5px;
	}
.span_img_area span.img_principale a,.span_img_area span.eli_img a{
	width:18px;
	height:18px;
	}	
#div_orari_area h5{
	margin-top:0.5em;
	border-bottom:solid 1px #ccc;
	}
.p_orario{
	padding:0 0;
	}
.p_orario .span_giorno_orario{
	font-weight:bold;
	}
.p_orario span{
	white-space:nowrap;
	}
#div_valutazioni h4 .val_totale,#div_valutazioni_mob h4 .val_totale{
	-webkit-border-radius:16px;
	border-radius:16px;
	height:16px;
	color:#fff;
	background-color:#f16f57;
	text-align:center;
	padding:0.1em 0.3em;
	font-weight:bold;
	margin-left:0.5em;
	}
#div_valutazioni div,#div_valutazioni_mob div{	
	width:95%;
	margin:0 auto;
	font-size:90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#div_valutazioni div p,#div_valutazioni_mob div p{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#777;
	}
#div_valutazioni div p.p_nome_criterio,#div_valutazioni_mob div p.p_nome_criterio{
	float:left;
	width:6.3em;
	padding:0.3em 0;
	}
#div_valutazioni div p.p_dato_criterio,#div_valutazioni_mob div p.p_dato_criterio{
	float:right;
	width:2em;
	padding:0.3em 0;
	text-align:right;
	}
#div_valutazioni div p.p_barra_criterio,#div_valutazioni_mob div p.p_barra_criterio{
	float:left;
	width:calc(100% - 8.5em);
	margin-top:0.5em;
	background-image: linear-gradient(to bottom right, #d9d9d9, #aaa);
	position:relative;
	height:14px;	
	-webkit-border-radius:14px;
	border-radius:14px;
	padding:0;
	}
#div_valutazioni div span.span_valore_criterio,#div_valutazioni_mob div span.span_valore_criterio{
	position:absolute;
	display:block;
	height:14px;
	padding:0;
	top:0;
	left:0;	
	-webkit-border-radius:14px;
	border-radius:14px;
	background-image: linear-gradient(to bottom right, #29B748, #318834);
	}

.p_scelta_lingua span{
	margin-right:3px;
	margin-left:15px;
	cursor:pointer;
	}
/* ////////////////////////////////////////////////////////////// PREFERITI //////////////////////////////*/

.sotto_preferiti2{
	position:absolute;
	top:8px;
	display:block;
	width:36px;
	height:36px;	
	padding:0;	
	z-index:98;
	-webkit-border-radius:36px;
	border-radius:36px;
	background-color:#fff;
	right:8px;
	filter:alpha(opacity=80);
	opacity:.80;
	}
.preferiti2{
	position:absolute;
	top:10px;
	display:block;
	width:30px;
	height:34px;
	padding:0 !important;
	cursor:pointer;
	z-index:99;
	right:11px;
	background:url('../interfaccia/cestino1.png') no-repeat center center;
	}

/* ////////////////////////////////////////////////////////////// PRENOTAZIONE //////////////////////////////*/
.div_steps,.div_accedi_reg{
	width:100%;
	margin-top:13px;
	}
.div_accedi_reg{
	display:block;
	text-align:center;
	}
.div_accedi_reg:not(#div_reg_popup) input{
	width:50%;
	}
#div_reg_popup input:not(input[type='checkbox']),#div_reg_popup select{
	width:90%;
	}
.div_steps{
	display:none;
	}
.p_label_privacy{
	text-align:justify;
	padding:0 1em;
	}
.p_label_privacy label{
	font-size:90%;
	}
.div_prenotazione h4{
	text-align:right;
	text-transform:none;
	margin:20px 0.8em 0 0;
	font-size:120%;
	}
.div_prenotazione h5{
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	line-height:1.3em;
	}
.div_prenotazione h5.localita{
	color:#478250;
	border-bottom:solid 1px #ccc;
	text-transform:uppercase;
	}
#naviga_mesi_preno{
	position:relative;
	text-align:center;
	height:35px;
	display:block;
	color:#454545;
	font-weight:bold;
	}
#naviga_mesi_preno p.p_mese_prec_preno,#naviga_mesi_preno p.p_mese_succ_preno{
	position:absolute;
	top:0;
	width:25px;
	height:20px;
	display:block;
	cursor:pointer;
	}
#naviga_mesi_preno p.p_mese_prec_preno{
	left:20px;
	background:url(../interfaccia/freccia_sx_g.png) no-repeat center center;
	}
#naviga_mesi_preno p.p_mese_succ_preno{
	right:20px;
	background:url(../interfaccia/freccia_dx_g.png) no-repeat center center;
	}
#naviga_mesi_preno p.p_mese_prec_preno:hover{
	background:url(../interfaccia/freccia_sx_g_h.png) no-repeat center center;
	}
#naviga_mesi_preno p.p_mese_succ_preno:hover{
	background:url(../interfaccia/freccia_dx_g_h.png) no-repeat center center;
	}
#div_orario_preno{
	position:relative;
	text-align:center;
	}
#div_orario_preno h5{
	margin:0;
	}
#div_orario_preno p{
	display:inline-block;
	margin:0 0.5em;
}
.div_prenotazione .riquadro.riepilogo p,.div_preno_qr p{
	font-size:90%;
	padding:0;
	}
.div_prenotazione h6,.div_preno_qr h6{
	text-align:center;
	font-size:100%;
	font-weight:bold;
	margin-bottom:0.5em;
	}
.span_orario_riepilogo{
	color:#c00;
	float:right;
	font-weight:bold;
	font-size:105%;
	}
.p_persona_riepilogo{	
	background:url(../interfaccia/persona.png) 5px 2px no-repeat;
	font-size:110% !important;
	margin-bottom:0.2em;
	}
.p_persona_riepilogo:not(:last-child){
	border-bottom:solid 1px #ccc;
	}
.p_persona_riepilogo span{
	padding-left:35px;
	}
.p_persona_riepilogo span.persona{
	color:#478250;
	}
.p_qrcode{
	position:relative;
	text-align:center;
	display:block;
	height:212px;
	padding-top:20px;
	}
.p_qrcode img{
	display:inline-block;
	}
.p_qrcode span{
	position:absolute;
	display:block;
	top:0;
	background-color:#ddd;
	width:40px;
	height:240px;
	padding:0;
	}
.p_qrcode span.qr_sx{
	left:0;
	-webkit-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
	}
.p_qrcode span.qr_dx{
	right:0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
	}

#div_giorni_mese_preno{
	position:relative;
	width:362px;
	margin:0.5em auto;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#div_giorni_mese_preno p.giorni_mese_preno{
	float:left;
	margin:0.3em 0.3em;
	padding:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	font-size:130%;
	color:#777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	cursor:pointer;
	}
#div_giorni_mese_preno p.giorni_mese_preno:hover,#div_giorni_mese_preno p.giorni_mese_preno.corrente{
	color:#fff;
	background-image: linear-gradient(to bottom right, #29B748, #318834);
	}
#div_giorni_mese_preno p.giorni_mese_preno.non_disponibile:hover,#div_giorni_mese_preno p.giorni_mese_preno.non_disponibile{
	background-image: linear-gradient(to bottom right, #efefef, #ccc);
	color:#aaa;
	}
.p_fascia_disponibile{
	text-align:center;
	-webkit-border-radius:20px;
	border-radius:20px;
	line-height:20px;
	width:13em !important;
	height:20px;
	padding:0.2em 0.5em;
	margin:0.5em auto;
	color:#fff;
	background-color:#478250;
	}
.p_fascia_disponibile.evento{
	height:40px;
	font-weight:bold;
	}
.p_fascia_disponibile.evento em{
	font-weight:normal;
	}
/* //////////////////////////////////////////////////////////////// DATI PERSONALI //////////////////////////////*/
#cont_dati_personali,#cont_nucleo{
	width:800px;
	}
.div_dato_modificabile{
	border-bottom:solid 1px #ccc;
	height:auto;
	width:100%;
	display:block;
	padding:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.div_dato_modificabile p{
	line-height:60px;
	margin:0;
	padding:0;
	}
.modificabile{
	cursor:pointer;
	}
.modificabile span,.val_modificabile span{
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.modificabile .span_etichetta,.val_modificabile .span_etichetta{
	float:left;
	}
.modificabile .span_valore,.val_modificabile .span_valore{
	float:right;
	}
.modificabile .span_valore{
	padding:0 1em;
	}
#cont_dati_personali input[type='button'],#cont_nucleo  input[type='button']{
	margin-top:1em;
	}
#div_nuovo_nucleo h6{
	font-weight:bold;
	color:#478250;
	}
strong.span_elimina{
	margin:0 10px -8px 5px;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../interfaccia/ico_cancella2.png) no-repeat center center;
	cursor:pointer;
	}
strong.span_elimina:hover{
	background:url(../interfaccia/ico_cancella2_h.png) no-repeat center center;
	}
/* ////////////////////////////////////////////////////// COMUNICAZIONI \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.elenchi_risultati{
	border-top:dotted 1px #ccc;
	}
/* ///////////////////////////////////////// SUPPORTO /////////////////////////////////*/
h3.faq_d{
	font-size:105%;
	font-weight:bold;
	cursor:pointer;
	padding:1.5em 0.5em 0 0.5em;
	}
#cont_supporto h3{
	font-size:105%;
	font-weight:bold;
	padding:1em 0.5em;
	}
#cont_supporto .riquadro{
	margin-bottom:0.5em;
	}
.credits{
	margin-top:2em;
	font-size:85%;
	color:#00c;
	}
.credits span{
	color:#666;
	}
.credits a{
	color:#0b6cda;
	}

/* ////////////////////////////////// AUTO COMPLETAMENTO //////////////////////////////*/
#suggerimenti{
	position:absolute;
	width:auto;left:5px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #29B748;
	border-top:none;
	-webkit-border-radius: 5px;   
	border-radius: 5px;
	-webkit-box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);  
    box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	z-index:98;
	}
#suggerimenti li{
	border-bottom:dotted 1px #29B748;
	line-height:1.75em;
	background-color:#F0F0F0;
	color:#404040;
	padding:0.2em 0.5em;
	margin:0.125em;
	cursor:pointer;
	}
#suggerimenti li:last-child{
	border:0;
	}
#suggerimenti li:hover{
	background-color:#29B748;
	color:#FFFFFF;
	}
/*////////////////////////////////////////////////////////////// HOME //////////////////////////////////////////////////////////////////////*/

.span_eli_citta{
	float:right;
	}
.span_eli_citta a{
	-webkit-border-radius:20px;
	border-radius:20px;
	border:solid 1px #900;
	color:#900;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	width:20px;
	padding-right:1px;
	height:20px;
	font-size:105%;
	display:inline-block;
	text-decoration:none;
	background-color:#fff !important;
	}
.span_eli_citta a:hover{
	background-color:#900 !important;
	color:#fff;
	}
.div_sx_filtri{
	margin:0 0.5em;
	float:left;
	width:230px;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.div_sx_filtri h4{
	margin-bottom:0.5em;
	}
.div_sx_filtri p{
	padding:0.2em 0;
	font-size:90%;
	}
.cont_servizi_hp{
	position:relative;
	text-align:center;
	margin:0 auto;
	}
#div_c_servizi p,#div_c_servizi_mob p{
	display:inline-block;
	margin-right:1em;
	margin-bottom:1em;
	width:70px;
	height:auto;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:70%;
	text-align:center;
	padding-top:40px;	
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	}
#cerca_servizio1,#cerca_servizio_mob1{
	background:url(../interfaccia/servizio1g_hp.png) no-repeat center 10px;
	}
#cerca_servizio2,#cerca_servizio_mob2{
	background:url(../interfaccia/servizio2g_hp.png) no-repeat center 5px;
	}
#cerca_servizio3,#cerca_servizio_mob3{
	background:url(../interfaccia/servizio3g_hp.png) no-repeat center 5px;
	}
#cerca_servizio4,#cerca_servizio_mob4{
	background:url(../interfaccia/servizio4g_hp.png) no-repeat center 5px;
	}
#cerca_servizio5,#cerca_servizio_mob5{
	background:url(../interfaccia/servizio5g_hp.png) no-repeat center 5px;
	}
#cerca_servizio6,#cerca_servizio_mob6{
	background:url(../interfaccia/servizio6g_hp.png) no-repeat center 5px;
	}
#cerca_servizio7,#cerca_servizio_mob7{
	background:url(../interfaccia/servizio7g_hp.png) no-repeat center 5px;
	}
#cerca_servizio8,#cerca_servizio_mob8{
	background:url(../interfaccia/servizio8g_hp.png) no-repeat center 5px;
	}
#cerca_servizio1.selezionato,#cerca_servizio_mob1.selezionato{
	background:url(../interfaccia/servizio1g_hp_sel.png) no-repeat center 10px;
	}
#cerca_servizio2.selezionato,#cerca_servizio_mob2.selezionato{
	background:url(../interfaccia/servizio2g_hp_sel.png) no-repeat center 5px;
	}
#cerca_servizio3.selezionato,#cerca_servizio_mob3.selezionato{
	background:url(../interfaccia/servizio3g_hp_sel.png) no-repeat center 5px;
	}
#cerca_servizio4.selezionato,#cerca_servizio_mob4.selezionato{
	background:url(../interfaccia/servizio4g_hp_sel.png) no-repeat center 5px;
	}
#cerca_servizio5.selezionato,#cerca_servizio_mob5.selezionato{
	background:url(../interfaccia/servizio5g_hp_sel.png) no-repeat center 5px;
	}
#cerca_servizio6.selezionato,#cerca_servizio_mob6.selezionato{
	background:url(../interfaccia/servizio6g_hp_sel.png) no-repeat center 5px;
	}
#cerca_servizio7.selezionato,#cerca_servizio_mob7.selezionato{
	background:url(../interfaccia/servizio7g_hp_sel.png) no-repeat center 5px;
	}
#cerca_servizio8.selezionato,#cerca_servizio_mob8.selezionato{
	background:url(../interfaccia/servizio8g_hp_sel.png) no-repeat center 5px;
	}
.div_sx_filtri input[type='radio'],input[type='checkbox']{
	margin-bottom:0;
	}
.span_stella{
	display:inline-block;
	width:20px;
	height:21px;
	margin-right:5px;
	margin-bottom:-3px;
	background:url(../interfaccia/stella.png) no-repeat center center;
	}
#cont_aree{
	float:right;
	margin-right:0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:calc(100% - 260px);
	}
/*////////////////////////////////////////////////////////////////////////// TUE PRENOTAZIONI //////////////////////////////////// */
.velo_preno{
	position:absolute;
	bottom:85px;
	right:0;
	width:150px;
	height:36px;	
	/*background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); */
	background-color:#fff;
	opacity:.75;
	filter:alpha(opacity=75);
	margin:0;
	color:#454545;
	font-size:100%;
	line-height:1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:8px 0 0 0;
	border-radius:8px 0 0 0;z-index:4000;
	text-align:center;
	padding:0;
	}
.cont_preno_qr{
	display:block;
	text-align:center;
	margin:0 auto;
	position:relative;
	min-height:268px;
	}
.div_preno_qr{
	display:inline-block;
	vertical-align:top;
	width:400px;
	}
.div_preno_qr h5{
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.5em;
	line-height:1.3em;
	}
#div_dati_preno_qr,#div_dati_preno_qr_mob{
	padding:0 1.5em;
	}
h5.h5_giorno_preno{
	margin-bottom:0;
	}
h5.h5_giorno_preno span{
	float:right;
	margin-top:-5px;
	}
h5.h5_persone_autorizzate{
	margin-top:1em;
	}
.div_cont_stelle_valuta_preno{
	width:95%;
	text-align:center;
	margin:0 auto;
	background-color:#fff;
	padding:0.5em;
	-webkit-border-radius: 8px;   
	border-radius: 8px;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
.div_cont_stelle_valuta_preno h5{
	text-align:left !important;
	}
.stella_valuta{
	display:inline-block;
	width:54px;
	height:27px;
	margin:0 8px -3px 8px;
	cursor:pointer;
	background:url(../interfaccia/stella2_m.png) no-repeat center center;
	}
.stella_valuta.corrente,.stella_valuta:hover{
	background:url(../interfaccia/stella2_m_h.png) no-repeat center center;
	}
/* //////////////////////////////////////////////////////////////// VERIFICA PRENO /////////////////////////////////////////////////// */
#cont_verifica_qr{
	margin:0 auto;
	padding-top:0;
	margin:0 auto;
	width:400px;
	}
#cont_verifica_qr .riquadro{
	padding-bottom:1.2em;
	}
#cont_verifica_qr .valido_verifica{
	text-align:center;
	font-weight:bold;
	}
#dati_utente_verifica{
	margin-top:2em;
	font-size:105%;
	}
#dati_utente_verifica p{
	margin:0.7em 0;
	}
.puls_validita{
	width:98%;
	height:3em;
	display:block;
	margin:2em auto !important;
	text-align:center;
	line-height:3em;
	padding:0;
	-webkit-border-radius:3em;
	border-radius:3em;
	color:#ffffff;
	text-transform:uppercase;
	}
.puls_validita.valido{
	background-image: linear-gradient(to bottom right, #308833, #29B647);
	}
.puls_validita.non_valido{
	background-image: linear-gradient(to bottom right, #fa6400, #d71f1f);
	}

/*												CORPO								*/
.riquadro{
	background-color:#FFFFFF;
	margin:0 auto 0.5em auto;
	padding:0.5em;
	-webkit-border-radius: 8px;   
	border-radius: 8px;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
.riquadro h3{
	font-weight:bold;
	text-transform:uppercase;
	margin:0.5em 0;
	}
.riquadro h4{
	font-weight:bold;
	text-transform:uppercase;
	color:#478250;
	}
#div_orari_area h4{
	color:#454545 !important;
	}
.no_float_mobile{
	float:left;
	margin-right:1em;
	height:81px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

/*                                                 ALTRE RISOLUZIONI                              */

@media screen and (max-width:2798px) {
	.div_cont_risultati{
	width:2460px;
	margin:0.3em 0.15;
	}	
	.div_cont_risultato{
	margin:5px 3px;
	}
}
@media screen and (max-width:2737px) {
	.div_cont_risultati{
	width:2050px;
	}
}
@media screen and (max-width:2325px) {
	.div_cont_risultati{
	width:1639px;
	}
}
@media screen and (max-width:1914px) {
	.div_cont_risultati{
	width:1229px;
	}
}
@media screen and (max-width:1503px) {
	.div_cont_risultati{
	width:1079px;
	}
	.div_cont_risultato{
	width:350px;
	height:256px;
	}
	.div_risultato_foto{
	height:171px;
	}
	.div_risultato_foto img{
	width:350px;
	}
}
@media screen and (max-width:1354px) {
	.div_cont_risultati{
	width:719px;
	}
}
@media screen and (max-width: 1340px) {	
	#login_dx{
	margin:20px 0 0 0;
	}	
}
@media screen and (max-width: 1335px) {
	#div_dati_preno_qr{
	width:350px;;
	}
}
@media screen and (max-width:1320px) {	
	.cont_foto_area{
	width:631px;
	}
}
@media screen and (max-width:1300px) {	
	.cont_foto_area{
	width:631px;
	}
	#tabs_testata{
	padding:1.4em 0.5em 1.1em 0.5em;
	}
	#tabs_testata li{
	margin:0 1em;
	}
}
@media screen and (max-width: 1289px) {
	#div_dati_preno_qr{
	width:250px;;
	}
}
@media screen and (max-width:1251px) {
	#tabs_testata li{
	margin:0 1em;
	}
}
@media screen and (max-width: 1200px) {	
	#login_dx{
	margin:20px 0 0 0;
	}
	#login_dx p{
	width:65%;
	}
	#tabs_testata li{
	font-size:105%;
	}
}
@media screen and (max-width: 1185px) {
	#div_dati_preno_qr{
	width:200px;;
	}
	#div_dati_preno_qr .p_persona_riepilogo{
	font-size:95% !important;
	}
}
@media screen and (max-width: 1169px) {
	#tabs_testata li{
	font-size:100%;
	margin:0 0.5em;
	}
	#tabs_testata{
	padding:1.4em 0.5em 1.1em 1em;
	}
}
@media screen and (max-width: 1135px) {
	#div_preno_qr0{
	width:350px;;
	}
}
@media screen and (max-width: 1085px) {
	#div_preno_qr0{
	width:220px;
	border:solid 2px #ddd;
	-webkit-border-radius:8px;
	}
	#div_preno_qr0 .p_qrcode span{
	display:none;
	}
}
@media screen and (max-width: 1039px) {	
	.div_steps{
	display:block;
	height:70px;
	text-align:center;
	margin:0 auto;
	}
	body{
	background-color: #ffffff;
	}
	.page{
	padding:0 0.5em 0 0.5em;
	}
	#testata,#utente_connesso,span[id^='p_nuov'],.no_mob,.no_mob_inline,#testata_simil_mob{
	display:none;
	}
	#testata_mob,span[id^='p_m_nuov'],.solo_mob,.solo_mob_inline,.piedi_popup{
	display:block;
	}
	#login_dx{
	margin:50px 0 0 0;
	}
	#login_sx{
	margin:30px 0 0 50px;
	}
	.popupizza,.popupizza_no_testata{
	position:absolute;
	vertical-align:middle;
	-webkit-box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);  
    box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);	
	background-color: #fff;
	padding:0;
	top:0;
	left:0;
	font-size:100%;
	margin-top:0 !important;
	margin-right:0;
	border:none;	
	z-index:2002;
	-webkit-border-radius:0;
	border-radius:0;
	width:100%;
	}
	.popupizza{
	background-image: linear-gradient(to bottom right, #318834, #29B748);
	}
	#div_popup h3,.popupizza h3{
	color:#ffffff !important;
	}
	.testata_popup_foto:not(#cont_preno.testata_popup_foto){
	position:relative;
	float:left;
	width:400px;
	margin:0 0.5em 0.5em 0;
	height:198px;
	background-color:#fff;
	height:283px;
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
	.div_img_popup_foto{
	width:400px;
	height:auto;
	position:relative;
	margin:0 auto;
	}
	.velo_foto{
	position:absolute;
	bottom:0px;
	left:0;
	width:400px;
	height:60px;	
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); 
	margin:0;
	padding:0;
	color:#fff;
	font-size:150%;
	line-height:1em;
	font-weight:bold;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.velo_foto strong{
	margin:0.7em 0 0 0.8em;
	max-width:365px;
	display:block;
	}
	#testata_mob{
	position:relative;
	z-index:100;
	width:100%;
	background-color: #fff;
	background-image: linear-gradient(to bottom right, #318834, #6AC56E);
	margin:0 0 0 0;
	height:80px;	
	-webkit-box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);  
    box-shadow:  0px 2px 48px 0px rgba(0, 0, 0, 0.13);
	}
	#div_pulsante_m{
	position:absolute;
	bottom:17px;
	left:15px;
	display:block;
	}
	#testata_mob_logo{
	text-align:center;
	padding:10px 0;
	}
	#menu_laterale{
	position:absolute;
	background-color:#f5f5f5;
	padding-top:10px;
	top:90px;
	left:0;
	width:80%;
	max-width:300px;
	height:450px;
	font-size:100%;
	margin-right:0;
	border-right:none;	
	z-index:2003;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
	}
	#li2_lingue .flag_lang,#li2_mob_lingue .flag_lang{
	margin-right:1em;
	}
	.p_chiudi_menu{
	font-family: 'SF', sans-serif;
	font-size:140%;
	margin-top:0;
	margin-bottom:0.5em;
	padding-left:20px;
	}
	.p_chiudi_menu a{
	text-decoration:none;
	}
	#utente_connesso_mobile{
	margin-top:0;
	margin-bottom:2em;	
	}
	#utente_connesso_mobile p{
	padding-left:20px;
	padding-bottom:0;
	}
	#menu_laterale li{
	padding:0.3em 0 0.3em 40px;
	margin-right:0;	
	}
	#base_menu_laterale{
	position:absolute;
	bottom:0;
	width:100%;
	background-color: #fff;
	background-image: linear-gradient(to bottom right, #318834, #6AC56E);
	-webkit-border-radius:0 0 15px 0;
	border-radius:0 0 15px 0;
	}
	.p_cambia_pwd_mobile{
	font-size:80%;
	margin:0 0.5em;
	color:#fff;
	}
	.p_cambia_pwd_mobile img{
	margin-bottom:-4px;
	margin-right:3px;
	}
	.no_float_mobile{
	float:none;
	margin-right:0;
	width:100% !important;
	}
	.dati_servizio_area,#div_orari_area{
	width:85%;
	}
	#div_preno_qr0_mob{
	width:400px;
	}
	#div_dati_preno_qr_mob{
	width:300px;
	}	
	#div_dati_preno_qr_mob .p_persona_riepilogo{
	font-size:100% !important;
	}	
	#div_dati_preno_qr_mob .p_persona_riepilogo .persona{
	font-size:105% !important;
	}
	#div_preno_qr0_mob .p_qrcode span{
	display:inline-block;
	}
	#div_cont_qr_mob{
	float:none;
	width:100%;
	}
	.cont_preno_qr{
	-webkit-border-radius:0;   
	border-radius:0;
	-webkit-box-shadow:none; 
    box-shadow:none;
	width:100%;
	margin:0;
	padding:0;
	}
	#cont_dati_personali,#cont_nucleo{
	width:90%;
	}	
	.span_eli_citta a{
	font-size:100%;
	padding-right:0;
	}
	
}
@media screen and (max-width: 994px) {		
	.div_cont_risultati{
	width:699px;
	}
	.div_cont_risultato{
	width:340px;
	height:251px;
	}
	.div_risultato_foto{
	height:166px;
	}
	.div_risultato_foto img{
	width:340px;
	}
}
@media screen and (max-width:974px) {
	.div_cont_risultati{
	width:400px;
	}
	.div_cont_risultato{
	width:400px;
	height:281px;
	margin:8px 0;
	}
	.div_risultato_foto{
	height:196px;
	}
	.div_risultato_foto img{
	width:400px;
	}
}
@media screen and (max-width: 958px) {	
	#div_preno_qr0{
	width:200px;
	padding:0;
	border:none;
	-webkit-border-radius:8px;
	}
}

/*/////////////////////////////////////////////////////////// CAMBIO TESTATA /////////////////////////////////////////////*/


@media screen and (max-width:920px) {
	
}
@media screen and (max-width: 799px) {	
	.cont_modulo_scheda50,.div_mappa{
	height:350px;
	}
	.cont_map{
	height:305px;
	}
	#div_preno_qr0_mob{
	width:310px;
	}
}
@media screen and (max-width: 700px) {	
	#login_sx{
	width:30%;
	margin:50px 0 0 50px;
	}
	#login_dx{
	margin:20px 0 0 0;
	width:60%;
	}	
	.cont_modulo_scheda,.cont_modulo_scheda50,.div_valutazioni,.cont_foto_scheda,.testata_popup_foto,.div_mappa{
	float:none;
	width:100%;
	}
	.testata_popup_foto{
	text-align:center;
	height:auto;
	}
	.cont_modulo_scheda50{
	height:auto;
	}
	.div_mappa{
	height:79vw;
	}
	.cont_map{
	position:relative;
	height:70vw;
	width:100%;
	}
	#map{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	}
	.div_preno_qr,#div_preno_qr0,#div_preno_qr0_mob{	
	width:400px;
	}
	#div_dati_preno_qr,#div_dati_preno_qr_mob{
	margin-top:2em;
	padding:0;
	}		
}
@media screen and (max-width:699px) {
	.cont_foto_area{
	width:661px;
	}
}
@media screen and (max-width:680px) {
	.cont_foto_area{
	width:331px;
	}
}
@media screen and (max-width:676px) {
	.div_cont_risultati{
	width:360px;
	}
	.div_cont_risultato{
	width:360px;
	height:261px;
	}
	.div_risultato_foto{
	height:176px;
	}
	.div_risultato_foto img{
	width:360px;
	}
}
@media screen and (max-width:638px) {
	.div_cont_risultati{
	width:340px;
	}
	.div_cont_risultato{
	width:340px;
	height:251px;
	}
	.div_risultato_foto{
	height:166px;
	}
	.div_risultato_foto img{
	width:340px;
	}
}
@media screen and (max-width:618px) {
	.div_sx_filtri{
	width:180px;
	}
	#cont_aree{
	width:calc(100% - 210px);
	}
}
@media screen and (max-width: 600px) {	
	#login_sx{
	width:20%;
	margin:60px 0 0 20px;
	}
	#login_dx{
	margin:20px 0 0 0;
	width:65%;
	}
	#login_dx p{
	width:75%;
	}	
	.div_accedi_reg:not(#div_reg_popup) input{
	width:70%;
	}
	.div_dato_modificabile p:first-child {
	margin-top:1em;
	}
	.div_dato_modificabile p[id^='vis_']{
	line-height:1.3em;
	}
	.div_dato_modificabile p[id^='mod_']{
	line-height:1.3em;
	}
	.val_modificabile .span_etichetta{
	padding-top:0.5em;
	}
	.modificabile .span_valore{
	text-align:right;
	color:#478250;
	}
	.modificabile span,.val_modificabile span{
	display:block;
	float:none;
	width:100%;
	}
	.div_dato_modificabile input{
	height:2.5em;
	}
}
@media screen and (max-width:567px) {
	.div_cont_risultati{
	width:320px;
	}
	.div_cont_risultato{
	width:320px;
	height:241px;
	}
	.div_risultato_foto{
	height:156px;
	}
	.div_risultato_foto img{
	width:320px;
	}
}
@media screen and (max-width: 550px) {	
	#login_sx{
	display:none;
	}
	#login_dx{
	float:none;
	width:100%;
	margin:0 0 0 0;
	}
	#logo_login_m{
	display:block;
	text-align:center;
	margin-bottom:2em;
	padding-top:10px;
	}
	#login_dx h2{
	font-size:150%;
	}
	#login_dx fieldset{
	margin-top:0.5em;
	}
	#login_dx p{
	width:90%;
	}
}
@media screen and (max-width: 547px) {
	.div_sx_filtri,#cont_aree{
	width:100%;
	float:none;
	margin:0 0;
	}
	#div_cont_filtri{
	position:relative;
	text-align:center;
	}
	.div_sx_filtri,#cont_aree{
	width:100%;
	float:none;
	}
	.div_sx_filtri .riquadro:not(#div_c_citta):not(#div_c_denominazione):not(#div_c_servizi_mob){
	display:inline-block;
	margin:0.3em 0.15em;
	width:45%;
	vertical-align:top;
	height:260px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.div_sx_filtri .cat_aree_eventi{
	display:inline-block;
	vertical-align:top;
	width:48%;
	}
	#p_cont_button_filtri input{
	width:50% !important;
	}
	#div_c_citta,#div_c_denominazione,#div_c_servizi_mob{
	width:88%;
	}
	.div_sx_filtri p{
	font-size:80%;
	}
	.div_sx_filtri h4{
	font-size:90%;
	}
	.span_stella{
	width:10px;
	height:11px;
	margin-right:3px;
	background:url(../interfaccia/stella10.png) no-repeat center center;
	margin-bottom:1px;
	}
	.div_cont_risultati{
	width:340px;
	}
	.div_cont_risultato{
	width:340px;
	height:251px;
	}
	.div_risultato_foto{
	height:166px;
	}
	.div_risultato_foto img{
	width:340px;
	}
	#div_c_servizi,#span_h4_valutazione{
	display:none !important;
	}
	#div_c_servizi_mob{
	display:block;
	}
	#span_h4_valutazione_mob{
	display:inline-block;
	}
	.stella_valuta{
	margin:0 5px -3px 5px;
	}
}
@media screen and (max-width:499px) {	
	#div_filtra_categorie{
	width:60% !important;
	}
	#div_filtra_valutazione{
	width:30% !important;	
	}
}
@media screen and (max-width:450px) {			
	.div_accedi_reg input{
	width:90%;
	}
	.div_preno_qr,#div_preno_qr0,#div_preno_qr0_mob{	
	width:350px;
	}
	.sotto_preferiti2{
	width:29px;
	height:29px;
	-webkit-border-radius:29px;
	border-radius:29px;
	}
	.preferiti2{
	width:23px;
	height:28px;
	background:url('../interfaccia/cestino2.png') no-repeat center center;
	}
}
@media screen and (max-width:399px) {
	.div_img_popup_foto,.div_img_popup_foto img{
	width:100%;
	}
	.velo_foto{
	font-size:130%;
	max-width:100%;
	padding-right:0.5em;
	}
	.velo_foto strong{
	margin:1em 0 0 0.8em;
	}
	#div_preno_qr0,#div_preno_qr0_mob{	
	width:320px;
	}
	.stella_valuta{
	margin:0 2px -3px 2px;
	}
}
@media screen and (max-width:387px) {
	.div_cont_risultati{
	width:340px;
	}
	.div_cont_risultato{
	width:340px;
	height:251px;
	}
	.div_risultato_foto{
	height:166px;
	}
	.div_risultato_foto img{
	width:340px;
	}
	.puls_validita.non_valido{
	font-size:80%;
	}		
	.span_stella{
	margin-right:0 !important;
	}
}
@media screen and (max-width:379px) {	
	#div_filtra_categorie,#div_filtra_valutazione{
	width:92% !important;
	display:block;
	}
	.div_sx_filtri .cat_aree_eventi{
	width:49%;
	}
	.div_sx_filtri .riquadro#div_filtra_valutazione{
	height:200px !important;
	padding-left:25%;
	}
	.span_stella{
	width:20px;
	height:21px;
	margin-right:5px;
	margin-bottom:-3px;
	background:url(../interfaccia/stella.png) no-repeat center center;
	}
	#span_h4_valutazione{
	display:inline-block !important;
	}
	#span_h4_valutazione_mob,#span_h4_valutazione_mob2{
	display:none;
	}
}
@media screen and (max-width:374px) {	
	.span_img_area{
	float:none;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:30%;
	margin:0.1em 0.15em;
	}
	.span_img_area img{
	width:100%;
	}
	.cont_foto_area{
	width:90%;
	}	
	.div_preno_qr,#div_preno_qr0,#div_preno_qr0_mob,#div_dati_preno_qr,#div_dati_preno_qr_mob,#cont_verifica_qr{	
	width:290px;
	}
}
@media screen and (max-width:368px) {
	.div_cont_risultati{
	width:320px;
	}
	.div_cont_risultato{
	width:320px;
	height:241px;
	}
	.div_risultato_foto{
	height:156px;
	}
	.div_risultato_foto img{
	width:320px;
	}
}
@media screen and (max-width:355px) {			
	.stella_valuta{
	margin:0 1px -3px 1px;
	}
}
@media screen and (max-width:348px) {	
	.div_cont_risultati{
	width:280px;
	}
	.div_cont_risultato{
	width:280px;
	height:221px;
	}
	.div_risultato_foto{
	height:136px;
	}
	.div_risultato_foto img{
	width:280px;
	}
	#p_data_ora_visita{
	font-size:93%;
	}
}