
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


/*
	font-family: 'Lato', sans-serif;
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:62.5%;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	color: #042c3f;
	font-size: 3rem;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: bold;
	color: #042c3f;
	font-size: 2rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #042c3f;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-family: 'Lato', sans-serif;
	font-size: 1.4rem;
	color: #222222;
	line-height: 2rem;
	background: #ffffff;
}

a{
	text-decoration: none;
	color: #d7002a;
}

a:hover{
	text-decoration: underline;
	color: #d7002a;
}

.fa-input {
	font-family: FontAwesome !important;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.8rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1.6rem 0;
	font-size: 1.6rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #042c3f;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	display: inline-block;
	margin: 1rem 1%;
	padding: 0.8rem 5%;
	border: 0.1rem solid #042c3f;
	border-radius: 0.4rem;
	background: #042c3f;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #042c3f;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
}

#contenitore{
	position:relative;
	width: 100%;
}

.contenuto{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

#titolo{
	position: relative;
	width: 100%;
	align: center;
	text-align: center;
	padding: 1.4rem 0;
}

#titolo h1{
	color: #042c3f;
}

/************************************************/
/* 				Utility							*/
/************************************************/
#utility{
	position: relative;
	background: #052c3f;
}

#logo{
	position: relative;
	float: left;
	width: 28%;
	top: 0;
	left: 0;
	padding: 0.6rem 0;
	margin-left: 2%;
}

#logo img{
	height: 3.4rem;
	display: inline-block;
}

.utility{
	position:relative;
	float: left;
	width: 40%;
}

@media only screen and ( max-width: 767px){
	.utility{
		width: 100%;
	}
}

/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata{
	position: relative;
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

#areaRiservata ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 100%;
}

#areaRiservata ul li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem 1.5%; 
	margin: 0rem;
	list-style-type: none;
	text-align: center;
}

#areaRiservata ul li a{	
	display: block;
	text-decoration: none;
	padding: 0.6rem 1rem;
	margin: 1rem 0;
	color: #ffffff;
}

#areaRiservata ul li a:hover{
	text-decoration:none;
	color: #ffffff;
	background: #d7002a;
}

/* riassunto carrello */
#riassuntoCarrello{
	display: inline-block;
	float: right;
	right: 0rem;
	margin: 0;
	font-size: 1.4rem;
	text-align: right;
	padding: 1.8rem 0.5rem;
	line-height: 0;
	overflow: hidden;
	background: #d7002a;
	color: #ffffff;
}

#riassuntoCarrelloNum{
	display: inline-block;
	border-left: 0.2rem solid #ffffff;
	padding: 0.8rem 0 0.8rem 1rem;
	margin: 0 0 0 1rem;
}

#riassuntoCarrello a{
	color: #ffffff;
}

#riassuntoCarrello a:hover{
	text-decoration: none;
	color: #ffffff;
}

#riassuntoCarrello img{
	height: 2rem;
	display: inline-block;
	margin: 0 0.8rem 0 0;
}

#riassuntoCarrello i{
	font-size: 2rem;
	margin-right: 0.4rem;
}

#riassuntoCarrelloBox{
	position:absolute; 
	z-index:10000; 
	display:block; 
	top: 100%; 
	right: 0%;
	width: 30rem; 
	height: 0;
	max-height: 50rem;
	border:0.2rem solid #d7002a; 
	background: #ffffff;
	opacity: 0;
	text-align: left;
	line-height: 1.8rem;
	font-size: 1.4rem;
	color: #222222;
}

#riassuntoCarrelloBoxSpese{
	position: relative;
	width: 96%;
	margin: 0.6rem 3%;
	font-size: 1.2rem;
	font-weight: 700;
}

.riassuntoCarrelloBoxRiga{
	position: relative;
	width: 94%;
	border-top: 0.1rem solid #042c3f;
	padding: 0.4rem 0;
	margin: 0 3%;
}

.riassuntoCarrelloBoxImg{
	position: relative;
	float: left; 
	width: 25%;
}

.riassuntoCarrelloBoxImg img{
	width: 100%;
	height: auto!important;
	display: inline-block;
	padding: 0 0.4rem;
}

.riassuntoCarrelloBoxNome{
	position: relative;
	float: left; 
	width: 45%;
}

span.riassuntoCarrelloBoxPeso{
	font-weight: 400;
	font-style: italic;
	font-size: 1.2rem;
}

.riassuntoCarrelloBoxTot{
	position: relative;
	float: left; 
	width: 30%;
	text-align: right;
}

#fasciaVetrina{
	position: relative;
	width: 100%;
	padding: 4rem 0;
}

@media only screen and ( max-width: 767px){
	#areaRiservata{
		width: 60%;
		float: left;
	}
	
	#areaRiservata ul li a{	
		margin:0;
	}

	#riassuntoCarrello{
		padding: 0.6rem 0.8rem;
		margin: 0;
		text-align: center;
	}
	
	#riassuntoCarrello img{
		height: 1.6rem;
		display: inline-block;
		margin: 0 0.4rem 0 0;
	}	
}

/************************************************/
/* 				Ricerca							*/
/************************************************/
#boxRicerca{
	position: relative;
	float: left;
	width: 30%;
	padding: 0.8rem 0;
	top: 0rem;
	left: 0;
	overflow: hidden;
}

#boxRicerca form input[type="text"]{
	position:relative;
	float: left;
	top: 0;
	width: 80%;
	height: 100%;
	border: 0px;
	padding: 0.8rem 2%;
	margin: 0;
	border: 0.1rem solid #ffffff;
	border-radius: 0;
	color: 222222;
	font-size: 1.4rem;
	background: #ffffff;
}

#boxRicerca form input[type="submit"]{
	position:relative;
	float: left;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	border: 0.1rem solid #d7002a;
	padding: 0.7rem 0 0.7rem 0;
	margin: 0;
	background: #d7002a;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, border 0.4s;
	font-weight: normal;
	border-radius: 0;
	font-size: 1.6rem;
}

#boxRicerca form input[type="submit"]:hover{
	background: #ffffff;
	color: #d7002a;
	border: 0.1rem solid #ffffff;
}


@media only screen and ( max-width: 767px){
	#boxRicerca{
		position: relative;
		float: none;
		margin: 1rem auto;
		padding: 0rem;
		width: 90%;
		border: 1px solid #042c3f;
		background: #ffffff;
		height: 3rem;
		overflow: hidden;
		bottom: auto;
	}
	
	#boxRicerca form input[type="text"]{
		width: 70%;
		background: #ffffff;
	}

	#boxRicerca form input[type="submit"]{
		left: 70%;
		width: 30%;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	bottom: 0rem;
	right: 0;
	width: 100%;
	z-index:2000;
}

.lineaMenu{
	position: absolute;
	width: 0%;
	height: 0.8rem;
	background: #ffffff;
	bottom: 0;
	left: 50%;
	opacity: 0;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 500;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 14.25%;
	transition: background 0.4s;
}

#nav > ul > li:hover{
	background: #d7002a;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 1rem 0 1rem 0; 
	color: #444444;
	font-weight: 700;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
}

/* secondo livello*/
#nav li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
	background: #ffffff;
}

 #nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
	border: 0.1rem solid #b8b8b8;
}

#nav > ul ul > li a{
	display: block;
	text-align: center;
	padding: 0.8rem 0rem; 
	color: #585854;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#nav > ul ul > li:hover{
	background: #d7002a;
}

@media only screen and ( max-width: 767px){

	#logo{
		width: 50%;
		margin: 0;
	}

	#menu{
		position: relative;
		float: left;
		width: 50%;
	}

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}
	
    /* first level */
 
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        right: 0%;
		background: #052c3f;
		top: 6rem;
		font-size: 1.8rem;
		width: 200%;
		z-index: 1000;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		padding: 0 5%;
	}
	
	#nav > ul > li:hover{
		background: #042c3f;
	}
	
	#nav > ul > li a{
		color: #ffffff;
		padding: 1.4rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #d7002a;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
	}
	
	#nav li:hover ul{
		//display: block;
	}

	#nav > ul ul > li{
		position: relative;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 5%;
		border-top: 1px solid #222222;
		color: #585854;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #ffffff;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0.6rem 5%;
	background: #042c3f;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #ffffff;
	line-height: 0;
}

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				Animazione banner				*/
/************************************************/
/************************************************/
/* 				home							*/
/************************************************/
#boxBannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	overflow: hidden;
}

#slides{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

#testoSlides{
	position: absolute;
	bottom: 50%;
	width: 100%;
	text-align: center;
	z-index: 500;
	color: #ffffff;
	font-size: 4rem;
	line-height: 4rem;
	padding: 0 5%;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
}

#bannerNav{
	position: relative;
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 2rem 0;
}

.bannerNav{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 2rem;
	background: #b8b8b8;
	margin: 0 1rem;
}

.bannerNavVisit{
	background: #585854;
}

.fasciaTitolo{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 1rem 0;
}

.fasciaTitoloLinea{
	position: absolute;
	width: 40%;
	height: 0.3rem;
	top: 50%;
	left: 30%;
	background: #585959;
	border: 0.1rem solid #d5d7db;
	z-index: 0;
}

.fasciaTitoloTesto{
	position: relative;
	display: inline-block;
	background: #ffffff;
	padding: 1rem 3rem;
	color: #585959;
	z-index: 10;
}

@media (max-width: 767px) {
	#boxBannerHome{
		height: 40vh;
	}
	
	.fasciaTitoloLinea{
		width: 60%;
		left: 20%;
	}
}

/************************************************/
/* 				Contenuto						*/
/************************************************/
#contenuto{
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 5% 10.0rem 5%;
	font-size: 1.6rem;
	line-height: 2rem;
}

.corpo{
	position: relative;
	width: 100%;
	padding: 5rem 0;
}

.corpoSx{
	float: left;
	width: 70%;
}

.corpoDx{
	float: left;
	text-align: left;
	width: 30%;
	padding-left: 2%;
}

@media (max-width: 767px) {
	.corpoSx, .corpoDx{
		float: none;
		width: 100%;
		padding: 0%;
	}
}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: center;
	background: #042c3f;
	z-index: 30;
	color: #052c3f;
	font-size: 1.2rem;
}

#fine a, #fine a:hover{
	color: #ffffff;
}

#fineInfo{
	position: relative;
	width: 100%;
	background: #052c3f;
	text-align: left;
	color: #ffffff;
}

.boxFine{
	position: relative;
	float: left;
	width: 23%;
	margin: 4rem 1%;
}

.boxFine img{
	display: inline-block;
	height: 4rem;
	margin: 1rem;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
}

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 1.2rem;
    font-weight: bold;
}

.boxFine li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
	color: #ffffff;
}

.boxFine li a:hover{
	color: #d7002a;
}

.boxFine h2{
	color: #ffffff;
	font-size: 1.4rem;
}

.boxFine #logoMenu{
	display: none;
}

#logoFine{
	position: relative;
	width: 100%;
	padding: 2rem 0 0 0;
	text-align: center;
}

#logoFine img{
	height: 10rem;
}

#fineDati{
	background: #d7002a;
	color: #ffffff;
}

@media (max-width: 767px) {

	.contattiFooterSx, .contattiFooterDx{
		width: 100%;
		float: none;
		text-align: center;
	}

	.boxFine{
		float: none;
		width: 100%;
		margin: 5rem 0;
	}
}

/************************************************/
/* 				Recensioni						*/
/************************************************/
#recensioniRaggruppate{
	position: relative;
	border: 0.1rem solid #cccccc;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	background: linear-gradient(to top, #dedede 0%, #f8f8f8 70%) repeat scroll 0% 0% transparent;
}

#recensioniRaggruppateStelle{
	position: relative;
	float: left;
	width: 50%;
	padding: 1rem 2%;
	text-align: center;
}

#recensioniRaggruppateVoti{
	position: relative;
	float: left;
	width: 50%;
	padding: 1rem 2%;
	font-size: 5rem;
	line-height: 5rem;
	text-align: center;
}

#recensioniRaggruppateRiepilogo{
	position: relative;
	float: left;
	padding: 0.5rem 2%;
	width: 50%;
	border-right: 1px solid #cccccc;
	line-height: 20px;
}

#recensioniRaggruppateDettagli{
	position: relative;
	float: left;
	padding: 0.5rem 2%;
	width: 50%;
}

.recensioniRaggruppateArgomenti{
	position: relative;
	float: left;
	width: 50%;
	padding: 0.4rem 2%;
}


@media (max-width: 767px) {
	#recensioniRaggruppateStelle, #recensioniRaggruppateVoti, #recensioniRaggruppateRiepilogo, #recensioniRaggruppateDettagli, .recensioniRaggruppateArgomenti{
		float: none;
		width: 100%;
	}
}

/************************************************/
/* 				Recensioni generali				*/
/************************************************/
#recensioniGenerali{
	position: relative;
	width: 40%;
	margin: 2rem auto;
	padding: 1rem;
	font-size: 1.4rem;
	border: 0.1rem solid #cccccc;
	border-radius: 0.4rem;
	background: #f8f8f8;
	text-align: center;
}

#recensioniGeneraliValutazione{
	position: relative;
	width: 100%;  
	margin: 0; 
	padding: 0 0 0.5rem 0; 
	font-size: 2rem;
	letter-spacing: 0.2rem;
}

#recensioniGeneraliStelle{
	position: relative;
	width: 100%;
	margin: 0; 
	padding: 0 0 0.3rem 0; 
}

#recensioniGeneraliCasuale{
	position: relative;
	width: 96%;
	margin: 1rem 2%; 
	padding: 0.4rem; 
	background: #ffffff;
	font-weight: 300;
	font-size: 1.2rem;
}

#recensioniGeneraliCasualeAutore{
	position: relative;
	width: 100%;
	text-align: right;
	font-style: italic;
}

/************************************************/
/* 				Recensioni spot					*/
/************************************************/
#recensioniSpot{
	position: relative;
	width: 100;
	margin: 4rem;
}

.recensioni{
	position: relative;
	width: 95%;
	margin: 2.0rem 2.5%;
	padding: 1rem;
	overflow: hidden;
	background: #ffffff;
	border: 0.1rem solid #ffffff;
	border-radius: 0.4rem;
	box-shadow: 0.3rem 0.3rem 0.5rem #888888;
}

.recensioniSpot{
	position: relative;
	float: left;
	width: 45%;
	margin: 2.0rem 2.5%;
	padding: 1rem;
	overflow: hidden;
	background: #ffffff;
	border: 0.1rem solid #ffffff;
	border-radius: 0.4rem;
	box-shadow: 0.3rem 0.3rem 0.5rem #888888;
}

.recensioniSpotUtente{
	position: relative;
	float: left;
	width: 30%;
	text-align: center;
	font-weight: 700;
}

.recensioniSpotRisposte{
	position: relative;
	width: 95%;
	margin: 0.4rem 0 0 5%;
	padding-top: 0.4rem 2% 0 2%;
	border-top: 0.1rem solid #ccc;
	font-size: 1.4rem;
}

span.recensioniSpotData{
	font-weight: 300;
	font-size: 1.2rem;
}

.recensioniSpotValutazione{
	position: relative;
	float: right;
	width: 65%;
}

.recensioniSpotTesto{
	position: relative;
	float: right;
	width: 65%;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 300;
}

@media (max-width: 767px){

	.recensioniSpot{
		float: none;
		width: 100%;
		margin: 2rem 0%;
	}
	
	.recensioniSpotUtente, .recensioniSpotValutazione, .recensioniSpotTesto{
		position: relative;
		float: none;
		width: 100%;
		padding: 0;
	}

}

/************************************************/
/* 				Foto							*/
/************************************************/
.foto{
	position: relative;
	float: left;
	width: 30%;
	margin: 2rem 1.5%;
}

.foto img{
	width: 100%;
	display: block;
}

@media (max-width: 767px) {
}

/************************************************/
/* 				Recensioni						*/
/************************************************/
#recensioniHome{
	position: relative;
	float: left;
	width: 62%;
	margin: 2rem 2%;
	background: #f2eee8;
	border: 0.1rem solid #604c3f;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding: 1rem 2%;
}

.recensioniHome{
	position: relative;
	float: left;
	width: 50%;
}

#viaualizzaTutte{
	position: relative;
	width: 96%;
	margin: 2rem 0 0 0;
	padding: 1rem 2%;
	border-top: 0.1rem solid #604c3f;
}

#recensioniAnteprima{
	position: relative;
	width: 80%;
	margin: 2rem auto;
	background: #f2f0f3;
	border: 0.1rem solid #604c3f;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding: 1rem 2%;
}

#recensioniAnteprima{
	width: 100%;
}

span.recensioneInfo{
	font-size: 1rem;
	font-weight: 500;
}

.recensione{
	position: relative;
	width: 98%; 
	margin: 1.4rem 1%; 
	padding: 0.4rem 0;
	border-radius: 3px;
	border: 0.1rem solid #604c3f;
	overflow: hidden;
	background: #f8f8f8;
}

.recensioneVoto{
	position: relative;
	float: left;
	width: 16%;  
	margin: 0px; 
	padding: 4px 2% 2px 2%;
}

.recensioneUtente{
	position: relative;
	float: left;
	width: 66%; 
	margin: 0px; 
	padding: 4px 2% 2px 2%;
	font-size: 11px; 
}

.recensioneMessaggio{
	position: relative;
	width: 94%;
	margin: 0px 2% 5px 2%; 
	padding: 0.8rem 1%;
	background: #ffffff;
}

#boxRecensione{
	position: relative;
	width: 260px; 
	margin: 10px 4px 10px 4px;
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #c5d886;
	border-radius: 4px;
	font-size: 10px; 
	color: #444444;
}

.valutazione{
	position: relative;
	width: 100%;  
	margin: 0px; 
	padding: 0px 0px 5px 0px; 
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.stellineVoti{
	position: relative;
	width: 100%;
	margin: 0px; 
	padding: 0px 0px 3px 0px; 
	text-align: center;
}

.stellineVoti img{
	width: auto;
}

.messaggioCasuale{
	position: relative;
	width: 100%;
	margin: 0.4rem 0; 
	padding: 0.4rem 2%; 
	background: #ffffff;
	text-align: left;
	box-sizing: border-box;
}

#valutazioniRaggruppate{
	position: relative;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: linear-gradient(to top, #dedede 0%, #f8f8f8 70%) repeat scroll 0% 0% transparent;
}

#stelleRaggruppate{
	position: relative;
	float: left;
	width: 66%;
	margin: 0px 3%;
}

#votiRaggruppati{
	position: relative;
	float: left;
	width: 23%;
	margin: 0px 2%;
	font-family: arial;
	font-weight: bold;
	font-size: 5rem;
	text-align: left;
	line-height: 5rem;
}

#riepilogo{
	position: relative;
	float: left;
	padding: 5px 8%;
	margin: 5px 0px;
	width: 34%;
	border-right: 1px solid #cccccc;
	line-height: 20px;
}

#dettagli{
	position: relative;
	float: left;
	padding: 5px 2%;
	margin: 5px 0px;
	width: 45%;
}

.dettagliArgomenti{
	position: relative;
	float: left;
	width: 49%;
	padding: 4px 0px 2px 0px;
}

.dettagliStelle{
	position: relative;
	float: left;
	width: 49%;
}

.stelle{
	position:relative;
	border:1px solid #cccccc;
}

span.grigio {
	color:#ababab;
}

@media (max-width: 767px) {

	#recensioniHome{
		width: 100%;
		padding: 1rem 2%;
		margin: 2rem 0;
	}

	.recensioniHome{
		position: relative;
		float: none;
		width: 100%;
	}
	
	#stelleRaggruppate{
		position: relative;
		float: none;
		width: 94%;
		margin: 0px 3%;
		text-align: center;
	}
	
	#votiRaggruppati{
		position: relative;
		float: left;
		width: 96%;
		margin: 0px 2%;
		text-align: center;
	}
	
	#riepilogo, #dettagli{
		position: relative;
		float: none;
		padding: 5px 2%;
		margin: 0;
		width: 96%;
		border-right: 0;
	}
	
	.recensioneVoto, .recensioneUtente{
		position: relative;
		float: none;
		width: 96%;  
	}

}

/************************************************/
/* 				Fascia home						*/
/************************************************/
.fasciaHome{
	position: relative;
	width: 100%;
	background: #052c3f;
	margin: 4rem 0;
}

.fasciaHomeFoto{
	position: relative;
	float: left;
	width: 50%;
	top: 0;
	left: 0;
}

.fasciaHomeFoto img{
	width: 100%;
	display: block;
}

.fasciaHomeTesto{
	position: relative;
	float: right;
	width: 40%;
	margin: 0 5% 0 0;
	padding: 0;
}

.fasciaHomeTestoTitolo{
	position: relative;
	width: 60%;
	color: #ffffff;
	font-size: 4rem;
	line-height: 4.4rem;
	padding: 0 0 2rem 0;
}

.fasciaHomeTestoLinea{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 0.4rem;
	background: #d7002a;
}

@media (max-width: 767px){

	.fasciaHomeFoto{
		position: relative;
		float: none;
		top: 0;
		left: 0%;
		width: 100%;
		height: 30vh;
	}
	
	.fasciaHomeTesto{
		position: relative;
		float: none;
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 5rem 5%;
	}
	
}

/************************************************/
/* 				Gesture							*/
/************************************************/
#gesture{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#gesture img{
	width: 0;
	display: block;
}

.gesture{
	position: relative;
	float: left;
	width: 25%;
	margin: 0;
	overflow: hidden;
}

.gesture img{
	width: 100%!important;
	display: block;
}

.gestureVelina{
	position: absolute;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	z-index: 100;
}

#gestureNav{
	display: none;
}

@media (max-width: 767px) {
	#gesture img{
		width: 100%;
		height: auto;
		display: block;
	}

	.gesture{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 100;
		margin: 0;
	}

	#gesture1_1{
		left: 0%;
	}

	#gesture1_2, #gesture1_3, #gesture1_4{
		left: 100%;
	}
	
	#gestureNav{
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		text-align: center;
		z-index: 200;
		display: block;
	}

	.gestureNav{
		display: inline-block;
		border: 0.1rem solid #ffffff;
		background: #ffffff;
		border-radius: 2rem;
		width: 1rem;
		height: 1rem;
		margin: 0 0.4rem 1rem 0.4rem;
	}

	#gestureNav1{
		border: 0.1rem solid #042c3f;
		background: #042c3f;
	}
}

/************************************************/
/* 				Eventi							*/
/************************************************/
#eventi{
	position: relative;
	margin: 4rem 0;
}

.eventi{
	position: relative;
	float: left;
	width: 30%;
	margin: 2rem 1.5%;
}

.eventi img{
	width: 100%;
	display: block;
}

.eventiVelina{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.2;
	z-index: 10;
}

span.eventiTestoTitolo{
	font-size: 1.8rem;
	color: #d7002a;
	font-weight: 700;
}

.eventiTesto{
	position: absolute;
	top: 40%;
	width: 60%;
	left: 20%;
	color: #ffffff;
	z-index: 15;
	text-align: center;
}

@media (max-width: 767px){

	.eventi{
		float: none;
		width: 100%;
		margin: 2rem 0%;
	}
	
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px) {
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}

	#banner{
	height: 28.0rem;
	}
	
	.evidenza{
		clear: both;
		width: 98%;
		margin: 1.5rem 1%;
		border: 1px solid #ffffff;
		overflow: hidden;
	}	
	
	h1{
		font-size: 2.2rem;
		padding-top: 2.0rem;
	}

}