
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Noto+Sans:wght@300;400;700&display=swap');

/*
font-family: 'Lora', serif;
font-family: 'Noto Sans', sans-serif;
*/

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

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

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 2rem 0;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: 700;
	font-size: 3rem;
	font-family: 'Lora', serif;
}

h2{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: 700;
	font-size: 2rem;
	font-family: 'Lora', serif;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
	font-family: 'Lora', serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: 'Noto Sans', sans-serif;
	color: #444444;
}

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

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

.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"]:focus{
	outline: none;
}

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

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

form textarea{
	min-height: 10rem;
	font-family: 'KoHo', 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"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #381819;
	background: #381819;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'KoHo', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

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

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

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

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

#testoSlides{
	position: absolute;
	top: 40%;
	width: 50%;
	left: 25%;
	text-align: right;
	z-index: 500;
	color: #ffffff;
	line-height: 2.4rem;
	text-align: center;
}

#titoloSlide{
	display: inline-block;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.1);*/
	padding: 1.4rem 5%;
	text-align: center;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

.nomeSlide{
	position: relative;
	font-weight: 400;
	font-size: 3.4rem;
	letter-spacing: 0.2rem;
} 

.descrizioneSlide{
	position: relative;
	font-weight: 300;
	font-size: 1.8rem;
	padding-top: 0.6rem;
}

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

	#boxBannerHome{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 60vh;
		overflow: hidden;
	}

	.nomeSlide{
		position: relative;
		font-weight: 400;
		font-size: 2.6rem;
		letter-spacing: 0.2rem;
	} 

	.descrizioneSlide{
		position: relative;
		font-weight: 300;
		font-size: 1.2rem;
		padding-top: 0.6rem;
	}
}

/************************************************/
/* 				Home page						*/
/************************************************/
#header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #F5F7F4;
}

#logo{
	display: none;
}

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 50%;
		display: block;
	}
	
	#logo img{
		height: 7rem;
		margin: 1rem 0;
	}
}

#pagineInterne{
	background: #ffffff;
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	bottom: 0rem;
	right: 0;
	width: 100%;
	padding: 0;
}

#logoMenu{
	position:relative;
	float: left;
	width: 100%;
	height: 7rem;
	text-align: center;
	margin-top: 2rem;
}

#nav > ul > li > #logoMenu a, #nav > ul > li > #logoMenu a:hover{
	padding: 0; 
	border: 0;
}

#logoMenu img{
	height: 7rem;
	display: inline-block;
}

.lineaMenu{
	position: absolute;
	width: 0%;
	height: 0.8rem;
	background: transparent;
	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;
	font-weight: 300;
}

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

#nav > ul > li:hover{
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 4rem 0 4rem 0; 
}

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

.corrente{
	font-weight: 500;
}

.corrente .lineaMenu{
	width: 100%!important;
	opacity: 0.8!important;
	left: 0!important;
}


/* 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: #381819;
}

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

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

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

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

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

@media only screen and ( max-width: 767px){
	#menu{
		position: relative;
		float: right;
		width: 50%;
		padding: 0rem;
	}

    #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: #ffffff;
		top: 8rem;
		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: #381819;
	}
	
	#nav > ul > li a{
		color: #381819;
		padding: 1.4rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
	}
	
    /*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 #381819;
		color: #ffffff;
	}

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

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

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				Box home						*/
/************************************************/
.fasciaHome{
	position: relative;
	width: 100%;
	padding: 8rem 0 0 0;
}

.fasciaHome .contenuto{
	position: relative;
	max-width: 600px;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

#fasciaHome1{
	background: #D2E0CF;
}

#fasciaHome2{
	background: #9FC19D;
}

#fasciaHome3{
	background: #D2E0CF;
}

#fasciaHome4{
	background: #9FC19D;
}

.fasciaHomeImg{
	position: relative;
	width: 100%;
	margin: 8rem 0 0 0;
	opacity: 0;
}

.fasciaHomeImg img{
	width: 33.33%;
	float: left;
}

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

/************************************************/
/* 				corpo							*/
/************************************************/
.corpoSx{
	position: relative;
	float: left;
	width: 50%;
	padding: 5rem 4% 2rem 0;
}

.corpoSx h1{
	font-size: 2.4rem;
	padding: 2rem 0%;
}

.corpoSx h2{
	font-size: 1.4rem;
	padding: 0rem 0%;
	font-weight: 500;
}

.corpoDx{
	position: relative;
	float: right;
	width: 50%;
	padding: 5rem 0 2rem 0;
}

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

.fasciaRecensioni{
	position: relative;
	width: 100%;
	padding: 4rem 0;
	color: #fff;
	background: #75AB7E;
	text-align: center;
}

.fasciaRecensioni{
	color: #fff;
}

/************************************************/
/* 				Recensioni						*/
/************************************************/
.rigaRecensione{
	position: relative;
	width: 100%;
	padding: 1rem 2%;
	border: 0.1rem solid #cccccc;
	background: #ffffff;
}

.recensioneHome{
	display: inline-block;
	width: 27.3%;
	margin: 0  3%;
}

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; 
	font-style: italic;
}

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

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

#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 #222222;
	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){
	
	.recensioneHome{
		display: inline-block;
		width: 94%;
		margin: 2rem 3%;
	}
	
	.recensioneVoto{
		float: none;
		width: 100%;  
		margin: 0px; 
	}

	#stelleRaggruppate{
		float: none;
		width: 100%;
		margin: 0px 0;
	}

	#votiRaggruppati{
		float: none;
		width: 100%;
		margin: 0px 0;
	}

	#riepilogo{
		float: none;
		margin: 5px 0px;
		width: 100%;
		border: 0;
	}

	#dettagli{
		float: none;
		margin: 5px 0px;
		width: 100%;
	}
}

/************************************************/
/* 				pagine composte					*/
/************************************************/
#pagineComposte{
	position: relative;
	width: 100%;
	padding: 0 0 4rem 0;
	background: #ffffff;
}

.pagineComposteFoto{
	position: relative;
	top: 0;
	width: 100%;
	height: 70vh;
}

.pagineComposteTesto{
	position: relative;
	width: 100%;
	padding: 2rem 0;
}

@media (max-width: 767px){

}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: left;
	z-index: 30;
	background: #9FC19D;
}

#fine a{
	text-decoration: none;
	font-weight: 700;
}

#fine a:hover{
	text-decoration: none;
}

#fineDati{
	position: relative;
	width: 100%;
	background: #75AB7E;
	color: #ffffff;
	font-weight: 400;
	font-size: 1.2rem;
	font-style: italic;
	padding: 3rem 0;
}

.boxFine{
	position: relative;
	float: left;
	width: 27.3%;
	margin: 5rem 3%;
}

.boxFine img{
	margin: 0 0 1rem 0;
}

span.boxFinePayOff{
	font-style: italic;
}

span.boxFineGiorni{
	font-size: 2rem;
	font-style: italic;
}

.boxFine h2{
	padding: 0rem 0rem 1.4rem 0rem;
	font-weight: 500;
	font-style: italic;
}

#cercaRivenditore, #cercaRivenditoreIn{
	margin: 0 0 2rem 0;
}

#cercaRivenditore form input[type="text"], #cercaRivenditoreIn form input[type="text"]{
	position: relative;
	float: left;
	width: 80%;
	border: 0.1rem solid #ccc;
	padding: 1.4rem 2% 1.5rem 2%;
	border-radius: 0rem;
	margin: 0 0;
	font-size: 1.4rem;
}

#cercaRivenditore form input[type="submit"], #cercaRivenditoreIn form input[type="submit"]{
	position: relative;
	float: left;
	width: 18%;
	margin: 0rem 0 0 2%;
	border: 0.1rem solid #381819;
	background: #381819;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 1.4rem;
}

#cercaRivenditore form input[type="submit"]:hover, #cercaRivenditoreIn form input[type="submit"]:hover{
	background: #381819;
	color: #ffffff;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	font-family: 'KoHo', sans-serif;
}

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

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

@media (max-width: 767px) {

	.boxFine, .boxFineSx{
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
}

/************************************************/
/* 				Foto							*/
/************************************************/
#galleria{
	position: relative;
	width: 100%;
	margin: 4rem 0;
}

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

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

.fotoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 100;
	transition: opacity 0.2s;
}

.fotoImg:hover{
	opacity: 1;
}

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

.fotoTesto{
	position: absolute;
	width: 100%;
	height: 55%;
	top: 45%;
	left: 0;
	z-index: 101;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.2rem;
	opacity: 0;
	padding: 0 2% 0 2%;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

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

/************************************************/
/* 				Pagine composte					*/
/************************************************/
.foto30, .foto50, .foto100{
	position: relative;
	float: left;
	margin: 4rem 1% 2rem 1%;
	overflow: hidden;
}

.foto30 img, .foto50 img, .foto100 img{
	width: 100%;
	display: block;
}

.foto30{
	width: 31.3%;
}

.foto50{
	width: 48%;
}

.foto100{
	width: 98%;
}

.fotoFasciaVelina{
	position: absolute;
	width: 100%;
	height: 100;
	z-index: 100;
	opacity: 0;
	padding: 20% 5%;
	color: #ffffff;
	font-size: 3rem;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

/************************************************/
/* 				Foto Prod						*/
/************************************************/
.galleriaProd{
	position: relative;
}

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

.fotoProd img{
	width: 100%;
}

/************************************************/
/* 				Media Video						*/
/************************************************/
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
	margin-top: 2rem;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.visible-mob{
	display: none;
}

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