 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Square+Peg&display=swap');


/*
 * @import
	font-family: "Square Peg", cursive;
	font-family: "Open Sans", sans-serif;
*/

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

*{
	-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: 1rem 0rem;
	font-size: 4.2rem;
	font-family: "Square Peg", cursive;
	font-weight: 400;
	font-style: normal;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1rem 0rem;
	font-size: 2rem;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}


body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #231F20;
}

a{
	text-decoration: none;
	color: #000000;
	font-weight: 300;
}

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

@media (max-width: 767px) {
	h1{
		font-size: 3.0rem;
	}
}

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

form textarea{
	min-height: 10rem;
	font-family: "Open Sans", 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 #636046;
	background: #636046;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

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

.errore{
	color: #cf3838;
}

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

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.contenitore{
	position: relative;
	max-width: 130rem;
	margin: 0 auto;
	padding: 0 1%;
}

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

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

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 8%;
	}
}
/************************************************/
/* 				Testata							*/
/************************************************/
#testata{
	position: relative;
	width: 100%;
	padding: 0rem;
	z-index: 1000;
	background: #FBF4EA;
}

#intestazione{
	position: relative;
	widht: 100%;
	background: #636046;
	color: #FDFBF5;
}

@media (max-width: 767px){

}
/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata{
	position: relative;
	float: right;
	width: 50%;
	margin: 0.6rem 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; 
	margin: 0rem;
	list-style-type: none;
	text-align: center;
}

#areaRiservata ul li img{
	color: #000000;
	margin: 0;
	width: 2.5rem;
}

#areaRiservata ul li a{	
	display: block;
	text-decoration: none;
	padding: 0.6rem 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FDFBF5;
}

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

/********************************************************/
/* 		Riassunto carrello								*/
/********************************************************/
#riassuntoCarrello{
	position: relative;
	float: right;
	right: 0rem;
	margin: 0;
	text-align: right;
	line-height: 0;
	overflow: hidden;
	margin: 0.4rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#riassuntoCarrelloImg{
	position: relative;
	float: left;
	padding: 0.8rem 0;
	color: #000000;
	font-size: 1.2rem;
}

#riassuntoCarrelloImg img{
	width: 2.5rem;
}

#riassuntoCarrelloTesto{
	position: relative;
	float: left;
	padding: 0rem;
	font-weight: 600;
	font-size: 1.2rem;
}

#riassuntoCarrelloNum{
	position: relative;
	float: left;
	padding: 2rem 0.4rem;
	font-weight: 600;
	color: #FDFBF5;
}

#riassuntoCarrelloTot{
	position: relative;
	float: left;
	padding: 2rem 1.8rem;
	font-weight: 600;
	color: #FDFBF5;
}

#riassuntoCarrello a{
}

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

#riassuntoCarrelloBox{
	position:absolute; 
	z-index:10000; 
	display:block; 
	top: 100%; 
	right: -0.2rem;
	width: 30rem; 
	height: 0;
	max-height: 50rem;
	background: #ffffff;
	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%;
	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){
	#testata{
		position: relative;
		width: 100%;
		padding: 0rem 0;
		z-index: 1000;
	}
	
	#testata .contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 2%;
	}	

	#areaRiservata, #riassuntoCarrello{
		position: relative;
		text-align: right;
	}
}

/************************************************/
/* 				Testata							*/
/************************************************/
#titolo{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

#titolo h1{
	font-size: 5rem;
	padding: 4rem 0 0 0;
}

#corpo{
	position: relative;
	padding: 1rem 0 4rem 0;
	margin: 0rem auto;
	text-align: center;
	background: #fff;
}

#corpo .contenitore{
	width: 90%;
	max-width: 90rem;
}

#prodottiSidebar{
	position: absolute;
	top: 3%;
	left: 0;
	width: 18%;
	height: 98%;
	padding: 2rem 1%;
	background: #FDFBF5;
}

#contattiSidebar{
	background: #636046;
	color: #fff;
	padding: 1rem 5%;
	margin: 2rem 0 0 0;
}

#contattiSidebar h1{
	padding: 0 0 1rem 0;
}

#contattiSidebar a, #contattiSidebar a:hover{
	color: #fff;
	font-size: 2.4rem;
}

#prodottiSidebar form input[type="text"]{
	position: relative;
	float: left;
	width: 75%;
	border: 0.1rem solid #636046;
	padding: 1rem 1%;
	border-radius: 0;
	margin: 0;
	font-size: 1.4rem;
}

#prodottiSidebar form button{
	position: relative;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0.7rem 0 0.6rem 0;
	border: 0.1rem solid #636046;
	background: #636046;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-weight: 600;
	font-size: 2rem;
}

#prodottiCorpo{
	position: relative;
	float: right;
	width: 80%;
	top: 0;
	padding: 0 5%;
}

.corpoColonnaSx{
	position: relative;
	float: left;
	width: 40%;
	margin: 0rem 5% 6rem 5%;
	text-align: right;
}

.corpoColonnaDx{
	position: relative;
	float: right;
	width: 40%;
	margin: 6rem 5% 0rem 5%;
	text-align: left;
}

.corpoColonnaSx h1, .corpoColonnaDx h1{
	font-size: 2.6rem;
}

.corpoColonnaImg{
	position: relative;
	width: 100%;
	padding: 0;
}

.corpoColonnaImg img{
	width: 100%!important;
	display: block;
	margin: 0!important;
}

.corpoColonnaSx img, .corpoColonnaDx img{
	width: 30%;
	display: block;
	margin: 1rem 1.5%;
	float: left;
}

#galleria{
	position: relative;
	width: 100%;
	padding: 4rem 20% 4rem 20%;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 767px){
	#corpo, #galleria{
		padding: 8rem 5% 6rem 5%;
	}
	
	#corpoPuntini{
		display: none;
	}

	.corpoColonnaSx, .corpoColonnaDx, .contenutoSx, .contenutoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}

	#prodottiSidebar{
		position: relative;
		top: 3%;
		left: 0;
		width: 100%;
		height: auto;
		padding: 2rem 5%;
		background: #FDFBF5;
	}

	#prodottiCorpo{
		position: relative;
		float: none;
		width: 100%;
		top: 0;
	}
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
.prodottoSx{
	position: relative;
	float: left;
	width: 50%;
	height: 60vh;
}

.prodottoDx{
	position: relative;
	float: left;
	width: 50%;
	padding: 0 4%;
}

.prodottoDescrizione{
	position: relative;
	width: 100%;
}

.prodottoIngredienti{
	position: relative;
	width: 100%;
	font-weight: 300;
	margin: 2rem 0;
	font-style: italic;
	font-size: 1.4rem;
}

.varianteRiga{
	position: relative;
	width: 100%;
	padding: 2rem 0;
	margin: 2rem 0 0 0;
	font-size: 1.4rem;
}

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

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

.varianteTitolo{
	position: relative;
	float: right;
	width: 70%;
	font-weight: 600;
}

.varianteDescrizione{
	position: relative;
	float: right;
	width: 70%;
	font-weight: 300;
}

@media (max-width: 767px){
	.prodottoSx, .prodottoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}
}
	
/************************************************/
/* 				home							*/
/************************************************/
#logo{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

#logo img{
	height: 80%;
	margin: 10% 0 0 0;
}

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

#logoHome{
	position: absolute;
	top: 10%;
	height: 20%;
	width: 100%;
	text-align: center;
	z-index: 200;
}

#logoHome img{
	height: 100%;
}

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

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

#testoSlides{
	position: absolute;
	bottom: 10%;
	width: 60%;
	left: 20%;
	z-index: 500;
	color: #ffffff;
	line-height: 2.4rem;
	text-align: left;
	overflow: hidden;
	text-align: center;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

#titoloSlide{
	position: relative;
}

.nomeSlide{
	position: relative;
	font-size: 5rem;
	font-family: "Square Peg", cursive;
	padding: 2rem 0 0 0;
} 

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

.scopriSlide{
	display: inline-block;
	padding: 1rem;
	color: #ffffff;
	margin: 1rem 0 1rem 0;
	padding: 0.6rem 1rem;
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 0.4rem solid #ffffff;
}

.scopriSlide:hover{
}

@media (max-width: 767px) {
	.nomeSlide{
		position: relative;
		font-weight: 400;
		font-size: 3.4rem;
		letter-spacing: 0.2rem;
	} 

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

#ricercaHome{
	background: #FDFBF5;
	padding: 2rem;
}

#ricercaHome form{
	width: 50%;
	margin: 0 25%;
}

#ricercaHome form input[type="text"]{
	position: relative;
	float: left;
	width: 75%;
	border: 0.1rem solid #636046;
	padding: 1rem 1%;
	border-radius: 0;
	margin: 0;
	font-size: 1.4rem;
}

#ricercaHome form button{
	position: relative;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0.7rem 0 0.6rem 0;
	border: 0.1rem solid #636046;
	background: #636046;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-weight: 600;
	font-size: 2rem;
}

@media (max-width: 767px) {
	#ricercaHome form{
		width: 80%;
		margin: 0 10%;
	}
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#utility{
	position: relative;
	float: right;
	bottom: 0rem;
	right: 0;
	width: 80%;
}

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


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

.lineaMenu{
	position: absolute;
	width: 0%;
	height: 0rem;
	background: #636046
	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.8rem;
	text-transform: capitalize;
	font-weight: 600;
}

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

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

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 4rem 0 2rem 0;
	color: #636046
	font-weight: 600;
}

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

#nav > ul > li.corrente a{
	text-decoration:none;
	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: #fff;
}

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

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

#nav > ul ul > li:hover{
	background: #636046;
	color: #fff;
}

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

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

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 50%;
	}
	
	#logo img{
		height: 7rem;
		margin: 1rem 0;
	}
	
	#titoloTestata{
		position: relative;
		float: left;
		width: 60%;
		color: #ffffff;
		z-index: 200;
		text-align: center;
		font-size: 2.4rem;
		line-height: 2.8rem;
		font-weight: 600;
		padding: 2rem 0;
	}

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

    #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: #636046;
		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{
	}
	
	#nav > ul > li a{
		color: #ffffff;
		padding: 2rem 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 #ffffff;
		color: #ffffff;
	}

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

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

.tastoMenu:hover{
	color: #ffffff;
}


/************************************************/
/* 				Home							*/
/************************************************/

#fasciaHomeTesto{
	position: relative;
	width: 100%;
	background: #FDFBF5;
	padding: 5rem 0;
	text-align: center;
}

#fasciaHomeTesto h1{
	font-size: 4.2rem;
}

#_contattoWa{
	display: flex;
	align-items: center;
	justify-content: center;
}

#_contattoWa img{
	width: 8rem;
}

#_contattoWa a, #_contattoWa a:hover{
	margin: 1rem 4%;
}

#fasciaHomeCucina{
	position: relative;
	width: 100%;
	min-height: 60vh;
	background: #C83E60;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#testoHomeCucina{
	position: relative;
	width: 34%;
	top: 0;
	left: 0%;
	padding: 5rem 5%;
}

#fotoHomeCucina1, #fotoHomeCucina2{
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
}

#fotoHomeCucina1{
	left: 0;
}

#fotoHomeCucina2{
	right: 0;
}

#fasciaHomeStruttura{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #FBF4EA;
}

.strutturaHome{
	position: relative;
	float: left;
	width: 28.3%;
	margin: 2rem 2.5%;
}

.strutturaHome img{
	width: 100%;
}

.strutturaHome h1{
	padding: 1rem 0 0 0;
}

.strutturaHome h2{
	padding: 0 0 1rem 0;
}

.fasciaHome{
	position: relative;
	width: 100%;
	height: 60vh;
}

.luogo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.titoloHome{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 66%;
	text-align: center;
	z-index: 100;
	color: #fff;
	font-size: 2rem;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

.testoHome{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 80%;
	text-align: center;
	z-index: 100;
	color: #fff;
	font-size: 2rem;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

.navHomeCont{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 90%;
	text-align: center;
	z-index: 100;
}

.navHome{
	display: inline-block;
	width: 2rem;
	background: rgb(0, 0, 0, 0.4);
	border: 0.1rem solid transparent;
	border-radius: 5rem;
	margin: 0 0.4rem;
}

.navHomeAttivo{
	background: rgb(255, 255, 255, 0.4);
}

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

#homeVetrina{
	position: relative;
	width: 100%;
	padding: 5rem 0;
}

#fasciaHomeEsperienze{
	position: relative;
	width: 100%;
	min-height: 60vh;
	background: #CD761A;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#testoHomeEsperienze{
	position: relative;
	width: 34%;
	top: 0;
	left: 0%;
	padding: 5rem 5%;
}

#fotoHomeEsperienze1, #fotoHomeEsperienze2{
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
}

#fotoHomeEsperienze1{
	left: 0;
}

#fotoHomeEsperienze2{
	right: 0;
}

@media (max-width: 767px){
	#fasciaHomeCucina{
		display: block;
	}
	
	#testoHomeCucina, #fotoHomeCucina1, #fotoHomeCucina2{
		position: relative;
		float: none;
		width: 100%;
		min-height: 50vh;
		left: 0;
	}
	
	.strutturaHome{
		float: none;
		width: 90%;
		margin: 4rem 5%;
	}
	
	#fasciaHomeEsperienze{
		display: block;
	}
	
	#testoHomeEsperienze, #fotoHomeEsperienze1, #fotoHomeEsperienze2{
		position: relative;
		float: none;
		width: 100%;
		min-height: 50vh;
		left: 0;
	}
	
	#titoloHomeLuoghi{
		top: 55%;
		font-size: 2.6rem;
	}

	.testoHomeLuoghi{
		top: 70%;
		font-size: 2rem;
	}
}

/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	background: #FDFBF5;
	color: #231F20;
}

#fineContatti{
	position: relative;
	width: 100%;
	padding: 4rem 5%;
	text-align: center;
}

#fineInfo{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background: #636046;
}

#fineInfo2{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
}

#fineDati{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	background: #636046;
	font-size: 1.4rem;
	color: #ffffff;
}

.fineBox, .fineBoxImg, .fineBoxRecensioni{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 30.3%;
	margin: 4rem 1.5%;
}

.fineLoghi{
	display: inline-block;
	border: 0.1rem solid #FDFBF5;
	color: #636046;
	background: #FDFBF5;
	border-radius: 5rem;
	width: 4rem;
	height: 4rem;
	padding-top: 0.4rem;
	margin: 1rem;
}

.fineBox h2, .fineBoxRecensioni h2{
	text-transform: lowercase;
}

.fineBox img{
	width: 17%;
	margin: 0 1%;
}

.fineBoxImg img{
	width: 40%;
	margin: 0 1%;
}

.fineBox h1{
	color: #ffffff;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.fineBox a, .fineBox a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

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

.fineBox li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.fineBox li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 0; 
	color: #ffffff;
}

.fineBox li a:hover{	
	display: block;
	text-decoration: none;
}

.fineBox li #logoMenu{
	height: 0;
	display: none;
}

@media (max-width: 767px){

	#fineBox{
		width: 100%;
	}
	
	.fineBox, .fineBoxImg, .fineBoxRecensioni{
		float: none;
		width: 100%;
		margin: 2rem 0%;
		text-align: center;
	}
	
}

/************************************************/
/* 				Marche							*/
/************************************************/
#homeMarchi{
	padding: 4rem 0;
	text-align: center;
}

.homeMarchi{
	display: inline-block;
	width: 14%;
	text-align: center;
}

.homeMarchi img{
	width: 100%;

}

/************************************************/
/* 				Prodotto elenco					*/
/************************************************/
.prodottoElenco{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

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

.prodottoElencoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
}

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

/************************************************/
/* 				Prodotti						*/
/************************************************/
.menuProdotti{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

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

.menuProdottiImg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

.menuProdottiNome{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.6rem 4%;
	background: rgba(255, 255, 255, 0.4);
	font-size: 1.8rem;
	text-align: center;
}

@media (max-width: 767px){
	.menuProdotti{
		width: 50%;
	}
}

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

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

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

/************************************************/
/* 				Recensioni						*/
/************************************************/
#recensioneHome{
	position: relative;
	font-size: 2.2rem; 
	font-weight: 700;
	line-height: 3.2rem;
	text-align: center;
}

.recensioneHome{
	font-weight: 400;
	font-style: italic;
	line-height: 2rem;
	text-align: center;
	font-size: 1.8rem; 
}

span.recensioneUtenteHome{
	font-weight: 400;
	font-size: 1.2rem;
}

/************************************************/
/* 				Utilità							*/
/************************************************/
#bricioleDiPane{
	position: relative;
	padding: 1rem 0;
	text-transform: uppercase;
	font-weight: 300;
}

#bricioleDiPane a{
	color: #231F20;
	text-decoration: none;
	font-weight: 400;
}

#bricioleDiPane a:hover{
	color: #636046;
	text-decoration: none;
	font-weight: 500;
}


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

.visible-mob{
	display: none;
}

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