
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,700&display=swap');

/*
	font-family: 'Tangerine', cursive;
	font-family: 'Roboto Slab', 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;
}

#avvisi{
	padding: 1rem 5%;
	background: #24611e;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
      

        
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	color: #24611e;
	font-family: 'Roboto Slab', serif;
	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: #24611e;
	font-family: 'Roboto Slab', serif;
	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: #24611e;
	font-family: 'Roboto Slab', serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-family: 'Roboto Slab', serif;
	font-size: 1.6rem;
	color: #444444;
	line-height: 2rem;
	background: #f8f8f8;
}

a{
	text-decoration: none;
	color: #24611e;
}

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

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

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

/********************************************************/
/* 				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 #24611e;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'Roboto Slab', 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 #24611e;
	border-radius: 0.4rem;
	background: #24611e;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 1.2rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #24611e;
	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: 1200px;
	width: 90%;
	margin: 0 auto;
}

#barraSu{
	position: relative;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}	

#titolo{
	position: relative;
	width: 100%;
	/*background: #24611e;*/
	align: center;
	text-align: center;
	padding: 1.4rem 0;
}

#titolo h1{
	color: #24611e;
}

#logo{
  	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 50%; 
	padding: 2rem 0;
}

#logo img{
	width: 100%;
	max-width: 35.0rem;
	display: block;
}

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

#newsletter{
	position: relative;
	float: left;
	width: 96%;
	margin: 0rem 1.5% 0.4rem 1.5%;
	padding: 0.2rem 0;
	border: 0.2rem solid #ddd9d1;
	color: #ffffff;
	text-align: center;
	background: #ddd9d1;
}

#newsletter:hover{
	color: #ddd9d1;
	background: transparent;
}

#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: left;
	top: 0px;
	left: 0px;
	padding: 0rem; 
	margin: 0.4rem 1.5%;
	list-style-type: none;
	text-align: center;
	background: #c4a546;
}

#areaRiservata ul li.utenteLoggato{
	width: 30%;
}

#areaRiservata ul li.utenteSloggato{
	width: 47%;
}

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

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

/* riassunto carrello */
#riassuntoCarrello{
	position: relative;
	float: right;
	right: 0rem;
	margin: 3rem 0 0 0;
	font-size: 1.4rem;
	text-align: right;
	padding: 1.6rem;	
	border: 0.2rem solid #24611e;
	line-height: 0;
	overflow: hidden;
}

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

#riassuntoCarrello a{
	color: #24611e;
}

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

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

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

#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 #24611e;
	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;
}

@media only screen and ( max-width: 767px){
	#logo{
		width: 45%; 
		padding: 0rem 0;
	}
	
	#areaRiservata ul li.utenteLoggato, #areaRiservata ul li.utenteSloggato{
		width: 100%;
	}

	#riassuntoCarrello{
		padding: 1rem 0.8rem;
		margin: 0 0.8rem 0 0;
		text-align: center;
	}
	
	#riassuntoCarrello img{
		height: 1.6rem;
		display: inline-block;
		margin: 0 0.4rem 0 0;
	}
	
	#barraSu{
		width: 100%;
		padding: 2rem 0;
	}	

}

/************************************************/
/* 				Ricerca							*/
/************************************************/
#utility{//va di fianco al logo e ci va dentro riassunto carrello
  	position: relative;
	float: right;
	top: 0;
	left: 0;
	width: 50%; 
}

#utility-mob{// va nel div menu
	display: none;
}

#boxRicerca{
	position: relative;
	float: left;
	margin: 1rem 0;
	padding: 0rem;
	top: 0rem;
	left: 0;
	width: 50%;
	border: 2px solid #24611e;
	overflow: hidden;
}

#boxRicerca form input[type="text"]{
	position:relative;
	float: left;
	top: 0;
	width: 80%;
	height: 100%;
	border: 0px;
	padding: 1rem 2%;
	margin: 0;
	background: #f8f3e9;
	color: #666666;
}

#boxRicerca form input[type="submit"]{
	position:relative;
	float: left;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	border: 0px;
	padding: 1.1rem 0;
	margin: 0;
	background: #24611e;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s;
	font-weight: normal;
	border-radius: 0;
}

#boxRicerca form input[type="submit"]:hover{
	background: #ffffff;
	color: #24611e;
}


@media only screen and ( max-width: 767px){
	#boxRicerca{
		position: relative;
		float: none;
		margin: 1rem auto;
		padding: 0rem;
		width: 90%;
		border: 1px solid #24611e;
		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;
	top: 0px;
	left: 0px;
	border-top: 0.2rem solid #24611e;
	border-bottom: 0.2rem solid #24611e;
	z-index: 2000;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* first level */
#nav > ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 1.8rem;
	width: 100%;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 20%;
	text-transform: uppercase;
}

#nav > ul > li.linguaLi{
	float: right;
	width: auto;
	margin-right: 3%;
}

#nav > ul > li.linguaLiAttiva{
	float: right;
	width: auto;
	padding: 1.0rem 0px 1.0rem 0px;
}

#nav > ul > li.linguaLiAttiva:hover{
	background: transparent;
}

#nav > ul > li a{
	display: block;
	color: #24611e;
	text-decoration: none;
	padding: 1.0rem 0px 1.0rem 0px; 
}

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

#nav > ul > li:hover{
	background: #24611e;
}

#nav li ul{
	display: none;
	position: absolute;
	top: 100%;
	background: #f8f3e9;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

/* second level */
 #nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
	border-top: 1px solid #ffffff;
	background: #ddd9d1;
}

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

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

#nav > ul ul > li:hover{
	background: #24611e;
}

#nav > ul  > li:hover > a{
	background: #24611e;
	color: #ffffff;
}


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

	#menu{
		position: relative;
		float: left;
		width: 20%;
		top: 0px;
		left: 0px;
		z-index: 2000;
		background: transparent;
		border: 0;
	}

    #nav{
        position: relative;
		float: none;
		width: 100%;
    }
    
	#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;*/
		display: block;
        position: fixed;
		top: 0;
        left: -180%;
		z-index: 500;
		background-color: #ffffff;
		font-size: 1.6rem;
		font-weight: 700;
		width: 80%;
		height: 100%;
		padding-top: 4rem;
		overflow: auto;
		margin: 0;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		text-align: right;
		border-bottom: 0.1rem solid #24611e;
		padding: 0;
	}
	
	#nav > ul > li.linguaLi{
		border: 0;
	}

	#nav > ul > li.linguaLiAttiva{
		padding: 2.4rem 0%; 
		border: 0;
	}
	
	#nav > ul > li a{
		color: #24611e;
		padding: 2.4rem 5%; 
	}

	#nav > ul > li a:hover{
		text-decoration :none;
		color: #24611e;
	}
	
	#nav li ul{
		position: relative;
		font-size: 1.4rem;
		left: 0%;
		width: 100%;
	}
	
    /* second level */
 
	#nav li:hover ul{
		display: block;
	}

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

	#nav > ul ul > li a{
		display: block;
		color: #ffffff;
		text-align: right;
		padding: 2rem 5%; 
	}

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

.tastoMenu{
	position: relative;
	float: left;
	margin: 0rem 0 0 1rem;
	padding: 0.3rem 0.5rem;
	color: #24611e;
	font-size: 2rem;
}

.tastoMenuAct{
	position: relative;
	float: left;
	margin: 0rem 0 0 1rem;
	padding: 0.3rem 0.5rem;
	color: #24611e;
	font-size: 2rem;
	display: none;
	z-index: 1000;
}

.tastoMenu:hover{
	background: #24611e;
	color: #ffffff;
}

#banner{
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 35vh;
	overflow: hidden;
	z-index: 19;
}

/************************************************/
/* 				Animazione banner				*/
/************************************************/
#velinaBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(30,87,153,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(30,87,153,0) 0%,rgba(0,0,0,0.6) 100%);
	background: radial-gradient(ellipse at center, rgba(30,87,153,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cc000000',GradientType=1 );
	opacity: 0;
	z-index: 100;
}

#contenutoBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 150;
	text-align: center;
}

#spazioBanner{
	position:relative;
	width: 100%;
	height: 8rem;
}

#titoloBanner{
	display: inline-block;
	color: #ffffff;
	font-size: 3.4rem;
	padding: 1.4rem 2rem;
        line-height: 3.4rem;
}

#testoBanner{
	display: inline-block;
	color: #ffffff;
	font-size: 2rem;
	border-top: 0.2rem solid #24611e;
	padding: 1rem 2rem;
}

@media (max-width: 767px){
	#titoloBanner{
		font-size: 2.2rem;
		line-height: 3.0rem;
	}

	#testoBanner{
	}
	
	#spazioBanner{
		position:relative;
		width: 100%;
		height: 40%;
	}
}

#bannerNavPosition{
	position: absolute;
	left: 0%;
	width: 100%;
	bottom: 2.0rem;
	height: 2.5rem;
	text-align: center;
	z-index: 200;
	display: none;
}

span.linkFoto{
	display: inline-block;
	border-radius: 2.2rem;
	width: 1.6rem;
	height: 1.6rem;
	background: #24611e;
	border: 0.1rem solid #24611e;
	margin: 0rem 0.5rem;
	cursor: pointer;
	box-shadow: 0.4rem 0.4rem 0.8rem #000000;
}

span.linkFotoEv{
	background: #ffffff;
	border: 0.1rem solid #ffffff;
	border-radius: 2.2rem;
	margin: 0rem 0.5rem;
}

@media (max-width: 767px){
	#velinaBanner{
		width: 100%;
	}
}


/************************************************/
/* 				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						*/
/************************************************/
.evidenza{
	float: left;
	width: 29%;
	margin: 3.0rem 1.9%;
	border: 1px solid #ffffff;
	overflow: hidden;
}

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

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: center;
	background: #d3d4d2;
	border-top: 2rem solid #24611e;
	z-index: 30;
}

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

#logoFine img{
	height: 6rem;
	display: inline-block;
	margin: 3rem 0;
}

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

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

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

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

.fine50 li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
}

#spedizioniPagamenti{
	position: relative;
	width: 100%;
	background: #efefe8;
	text-align: left;
}

.fine50{
	position: relative;
	float: left;
	width: 50%;
	margin: 2rem 0;
	padding: 0 5%;
}

.fine50 h2{
	font-family: 'Roboto Slab', serif;
	color: #444444;
	font-size: 1.4rem;
}

.fine50{
	position: relative;
	float: left;
	
}

.fine50 img{
	display: inline-block;
	height: 6rem;
	margin: 1rem;
}

@media (max-width: 767px) {
	.boxFine, .fine50{
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
}

#fineDati{
	position: relative;
	width: 100%;
	padding: 1.4rem 0rem;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}

/************************************************/
/* 				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%;  
	}

}

/************************************************/
/* 				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 #24611e;
		background: #24611e;
	}
}

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

.visible-mob{
	display: none;
}

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

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

}