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;
}

.fa-input {
	font-family: FontAwesome !important;
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="number"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #826a57;
	padding: 1rem 1%;
	margin: 0 0 1.6rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #826a57;
	box-shadow: 0.1rem 0.1rem 0.4rem #444444;
}

form textarea{
	min-height: 10rem;
	font-size: 1.2rem;
	color: #444444;
	font-family: 'Raleway', sans-serif;
}

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: 1rem 5%;
	border: 0.1rem solid #826a57;
	background: #826a57;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #826a57;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata{
	position: relative;
	float: right;
	width: 25%;
	margin: 2rem 5% 0 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 600;
}

#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;
	margin: 0.4rem 1.5%;
	list-style-type: none;
	text-align: center;
}

#areaRiservata ul li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%;
	color: #ffffff;
}

#areaRiservata ul li a:hover{
	text-decoration:none;
	color: #ffffff;
}

@media only screen and ( max-width: 767px){
}

/********************************************************/
/* 		riassunto carrello								*/
/********************************************************/
#riassuntoCarrelloMob{
	position: absolute;
	right: 5%;
	width: 40%;
	top: 10rem;
	border: 0.3rem solid #ffffff;
	background: rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 0.6rem;
	text-align: center;
}

#riassuntoCarrelloMob a, #riassuntoCarrelloMob a:hover{
	color: #ffffff;
}

#riassuntoCarrelloMob img{
	height: 2rem;
	display: inline-block;
	margin: 0 0.8rem 0 0;
}

#nav > ul > li.riassuntoCarrello{
	padding: 1rem 5%; 
	color: #ffffff;
}

#riassuntoCarrelloNum{
	display: inline-block;
	border-left: 0.2rem solid #ffffff;
	padding: 0.8rem 0 0.8rem 1rem;
	margin: 0 0 0 1rem;
	color: #ffffff;
}

#nav > ul > li.riassuntoCarrello a{
	color: #ffffff;
	padding: 0;
}

#nav > ul > li.riassuntoCarrello a:hover{
	text-decoration: none;
	color: #ffffff;
}

#nav > ul > li.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 #ffffff; 
	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%;
	border-top: 0.1rem solid #826a57;
	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){
	#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;
	}
}


/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 2rem 0;
	font-size: 2rem;
	font-weight: 400;
}

h2{
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 1rem 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: 'Raleway', sans-serif;
	color: #826a57;
	font-size: 1.2rem;
	background: #fcf9f3;
}

a{
	text-decoration: none;
	color: #604c3f;
}

a:hover{
	text-decoration: underline;
	color: #604c3f;
}

.contenuto{
	position: relative;
	width: 90%;
	max-width: 140rem;
	margin: 0 auto;
}

/************************************************/
/* 				Box Home						*/
/************************************************/
.contenitore{
	position: relative;
	padding: 5rem 0;
	width: 90%;
	max-width: 120rem;
	margin: 0 auto;
}

#banner{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bannerIn{
	position: relative;
	width: 100%;
	height: 50%;
	overflow: hidden;
}

#velinaBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: #000000;*/
	background: url(sfondo.png);
	opacity: 0.4;
	z-index: 100;
}

video#videoBackground { 
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    /*height: 100%;*/
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(croccantini.jpg) no-repeat;
    background-size: cover; 
}

#menuLingue{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 20%;
}

#menuLingue > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 700;
}

#menuLingue > ul > li{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0; 
	padding: 1rem 4%;
	color: #ffffff;
}

#menuLingue > ul > li a{
	display: block;
	color: #ffffff;
}

@media only screen and ( max-width: 767px){
	video#videoBackground { 
		width: auto;
		height: 100%;
	}
	
	#menuLingue{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
	}
}

.icoBottomWhite{
	position: absolute;
	width: 40%;
	bottom: 0rem;
	left: 30%;
	height: 6rem;
	background: url(ico_bottom_w.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 100;
	cursor: pointer;
}

#slideTesto{
	position: relative;
	padding: 10rem 5%;
	text-align: center;
	font: normal normal normal 1.2rem "Times New Roman", Times, serif;
}

 
#croccantino, #sanmarco, #storia{
	position: relative;
	width: 100%;
	height: 50rem;
}

#sfizio{
	position:relative;
	float: left;
	width: 60%;
	height: 55rem;
}

#incantesimo{
	position:relative;
	float: left;
	width: 60%;
	height: 55rem;
}

#delicatezze{
	position:relative;
	float: right;
	width: 40%;
	height: 70rem;
}

#cioccolatini{
	position:relative;
	float: right;
	width: 40%;
	height: 40rem;
}

#uova{
	position:relative;
	float: left;
	width: 40%;
	height: 40rem;
}


#panettone{
	position:relative;
	float: right;
	width: 60%;
	height: 40rem;
}

.velinaBox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.6;
    -webkit-transition: opacity 0.5s;/* Safari */
    transition: opacity 0.5s;
}

.velinaBox:hover{
	opacity: 0;
}

.cerchioTitolo{
	position: absolute;
	width: 18rem;
	height: 18rem;
	border-radius: 10rem;
	overflow: hidden;
	background: #ffffff;
	text-align: center;
	color: #826a57;
	padding: 5rem 3rem 2rem 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #efe4cc;
}

.cerchioTitolo h1{
	font-size: 1.4rem;
	color: #826a57;
	margin: 0 0 0.4rem 0;
	padding: 0;
	text-transform: uppercase;
}

.cerchioTitoloTopLeft{
	top: 5rem;
	left: 5rem;
	background-image: url(schizzoRight);
	background-repeat: no-repeat;
	background-position: 90% 12%;
}

.cerchioTitoloTopRight{
	top: 5rem;
	right: 5rem;
	background-image: url(schizzoLeft);
	background-repeat: no-repeat;
	background-position: 10% 12%;
}

.cerchioTitoloBottomRight{
	bottom: 5rem;
	right: 5rem;
	background-image: url(schizzoLeft);
	background-repeat: no-repeat;
	background-position: 10% 12%;
}

.cerchioTitoloBottomLeft{
	bottom: 5rem;
	left: 5rem;
	background-image: url(schizzoRight);
	background-repeat: no-repeat;
	background-position: 90% 12%;
}

.cerchioTitoloBottomCenter{
	bottom: 5rem;
	left: 40%;
	background-image: url(schizzoRight);
	background-repeat: no-repeat;
	background-position: 90% 12%;
}

.cerchioTitoloTopCenter{
	top: 5rem;
	left: 40%;
	background-image: url(schizzoRight);
	background-repeat: no-repeat;
	background-position: 90% 12%;
}

@media only screen and ( max-width: 767px){
	#croccantino, #sanmarco, #storia, #sfizio, #incantesimo, #delicatezze, #cioccolatini, #uova, #panettone{
		position:relative;
		float: none;
		width: 100%;
		height: 30vh;
	}
	
	.velinaBox{
		opacity: 0;
	}
	
	.cerchioTitolo{
		position: absolute;
		width: 10rem;
		height: 10rem;
		border-radius: 10rem;
		overflow: hidden;
		background: #ffffff;
		text-align: center;
		color: #826a57;
		padding: 3.8rem 0.5rem 0rem 0.5rem;
		font-size: 1rem;
	}
	
	.cerchioTitolo h1{
		font-size: 1.2rem;
		color: #826a57;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
		
	.cerchioTitoloTopLeft{
		top: 2rem;
		left: 2rem;
		background-image: url(schizzoRight);
		background-repeat: no-repeat;
		background-position: 87% 13%;
		background-size: 2rem 2rem;
	}

	.cerchioTitoloTopRight{
		top: 2rem;
		right: 2rem;
		background-image: url(schizzoLeft);
		background-repeat: no-repeat;
		background-position: 13% 13%;
		background-size: 2rem 2rem;
	}

	.cerchioTitoloBottomRight{
		bottom: 2rem;
		right: 2rem;
		background-image: url(schizzoLeft);
		background-repeat: no-repeat;
		background-position: 13% 13%;
		background-size: 2rem 2rem;
	}

	.cerchioTitoloBottomLeft{
		bottom: 2rem;
		left: 2rem;
		background-image: url(schizzoRight);
		background-repeat: no-repeat;
		background-position: 87% 13%;
		background-size: 2rem 2rem;
	}

	.cerchioTitoloBottomCenter{
		bottom: 2rem;
		left: 35%;
		background-image: url(schizzoRight);
		background-repeat: no-repeat;
		background-position: 87% 13%;
		background-size: 2rem 2rem;
	}

	.cerchioTitoloTopCenter{
		top: 2rem;
		left: 35%;
		background-image: url(schizzoRight);
		background-repeat: no-repeat;
		background-position: 87% 13%;
		background-size: 2rem 2rem;
	}

}
/************************************************/
/* 				News Home						*/
/************************************************/
#newsHome{
	position: relative;
	max-width: 100rem;
	margin: 8rem auto;
}

#newsSlide{
	position: relative;
	width: 90%;
	left: 5%;
	overflow: hidden;
}

#newsSlideContenitore{
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: 0;
}

.newsHome{
	position:relative;
	float: left;
	width: 10%;
	margin: 0 3.3%;
	/*
	width: 20%;
	margin: 0 6.5%;
	*/
}

.newsHomeElenco{
	position:relative;
	float: left;
	width: 28%;
	margin: 2rem 2%;
}

.newsHomeData{
	position: relative;
	min-width: 1rem;
	background: #7e6d58;
	padding: 0;
	margin-bottom: 1.5rem;
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
}

.newsHomeTitolo{
	position:relative;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1rem;
	height: 10rem;
}

.newsHomeImg{
	position:relative;
	border-radius: 50rem;
	border: 0.8rem solid #efe4cc;
	overflow: hidden;
}

.newsHomeImg img{
	width: 100%;
	display: block;
}

#newsHomeLeft{
	position: absolute;
	background-image: url(ico_left.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 5%;
	left: 0rem;
	top: 0;
	z-index: 200;
	cursor: pointer;
}

#newsHomeRight{
	position: absolute;
	background-image: url(ico_right.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 5%;
	right: 0rem;
	top: 0;
	z-index: 200;
	cursor: pointer;
}

@media only screen and ( max-width: 767px){
	#newsSlideContenitore{
		width: 600%;
	}
	
	#newsHomeLeft{
		width: 12%;
	}

	#newsHomeRight{
		width: 12%;
	}

}

/************************************************/
/* 				Box principali					*/
/************************************************/
#testata{
	position: absolute;
	width: 100%;
	height: 14rem;
	z-index: 100;
	border-bottom: 0.4rem solid #ffffff;
	z-index: 101;
}

#testataIn{
	position: absolute;
	width: 80%;
	left: 20%;
	height: 14rem;
	z-index: 100;
	border-bottom: 0.4rem solid #ffffff;
	z-index: 101;
}

#testataInLeft{
	position: absolute;
	width: 10%;
	left: 0%;
	height: 14rem;
	z-index: 100;
	border-bottom: 0.4rem solid #ffffff;
	z-index: 101;
}

#bannerPromoSfondo{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2999;
}

#bannerPromo{
	position: absolute;
	width: 50%;
	margin: 10rem 25%;
	z-index: 3000;
}

#bannerPromo img{
	width: 100%;
}

#bannerPromoChiudi{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3001;
	color: #fff;
	cursor:pointer;
}

#logo{
	position: absolute;
	top: 30%;
	height: 40%;
	width: 100%;
	text-align: center;
	z-index: 101;
}

#logo img{
	height: 100%;
}

#logoIn{
	position: absolute;
	top: 8.5rem;
	left: 10%;
	height: 15%;
	width: 10%;
	text-align: center;
	z-index: 101;
}

#logoIn img{
	width: 100%;
}

@media only screen and ( max-width: 767px){
	#logoIn{
		position: absolute;
		top: 1rem;
		left: 0;
		height: 7rem;
		width: 50%;
		text-align: center;
		z-index: 150;
	}

	#logoIn img{
		height: 100%;
		width: auto;
	}
	
	#testataIn{
		position: absolute;
		width: 100%;
		left: 0;
		height: 9rem;
	}

	#testataInLeft{
		display: none;
	}
}
/************************************************/
/* 				Menu							*/
/************************************************/
#menu{
	position: relative;
	width: 80%;
	height: 100%;
	top: 0rem;
	margin: 0 auto;
	z-index: 200;
}

#menuIn{
	position: relative;
	float: right;
	width: 90%;
	height: 100%;
	top: 0rem;
	z-index: 200;
	margin: 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.6rem;
	font-weight: 700;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
	width: 19.5%;
	margin-top: 2.6rem;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 2rem 0rem 1.8rem 0rem; 
	color: #ffffff;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#nav > ul > li:hover{
/*
	border-top: 0.4rem solid #ffffff;
	border-right: 0.4rem solid #ffffff;
	border-left: 0.4rem solid #ffffff;
*/
	border: 0.4rem solid #ffffff;
}

#nav > ul > li.corrente {
}

#nav > ul > li.corrente a{
}

/* secondo livello*/
#nav li ul{
	display: none;
	position: relative;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.4rem;
	font-weight: 400;
}

#menuIn > #nav > ul ul > li{
	background: #86827e;
}

#nav li:hover ul{
    display: block;
	z-index: 100;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
	z-index: 11;
}

#nav > ul ul > li a{
	display: block;
	text-align: center;
	padding: 0.8rem 0px; 
	color: #ffffff;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #000000;
}

#nav > ul ul > li:hover{
	background: #ffffff;
}

#menuIn > #nav > ul ul > li:hover{
	background: #ffffff;
}

@media only screen and ( max-width: 767px){
	#testata{
		position: absolute;
		width: 100%;
		height: 8rem;
		z-index: 101;
	}
	
	#menu{
		position: absolute;
		left: 0;
		width: 50%;
		top: 10rem;
		height: auto;
	}
	
	#menuIn{
		position: absolute;
		left: 0;
		width: 50%;
		top: 10rem;
		height: auto;
	}

    #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: relative;
        left: 0%;
		z-index: 100;
		top: 8rem;
		width: 200%;
		background: #836a52;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #ffffff;
		margin-top: 0rem;
		text-align: left;
	}
	
	#nav > ul > li:hover{
		border: 0;
		border-bottom: 1px solid #7e6d58;
	}
	
	#nav > ul > li a{
		padding: 1.6rem 5%;
		color: #ffffff;
	}
	
	#nav > ul > li a:hover{
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		width: 100%;
	}
	
	#nav li:hover ul{
		display: block;
		z-index: 100;
	}

	#nav > ul ul > li{
		position: relative;
		border: 0;
		text-align: center;
	}

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 1.6rem 5% 1.6rem 10%;
		color: #ffffff;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
	}
	
}

.tastoMenu{
	position: relative;
	float: left;
	margin: 1rem 0 0 5%;
	width: 4rem;
	height: 4rem;
	background-color: #ffffff;
	border-radius: 0.4rem;
	padding: 0.5rem;
	border: 0.1rem solid #ffffff;
}

.tastoMenu:hover{
/*
	background-color: #c0a583;
*/
}

.lineeMenu{
	position: relative;
	border-radius: 0.2rem;
	width: 100%;
	margin: 0.4rem 0;
	background-color: #836a52;
	height: 0.4rem;
}

/************************************************/
/* 			Pagine Interne						*/
/************************************************/
#containerIn{
	position: relative;
	width: 100%;
	min-height: 75%;
}

#sfondoContainer{
	position:absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	z-index: 0;
	background: #fcf9f3;
}

#contenitoreIn{
	padding-bottom: 10rem;
	background: #ffffff;
	z-index: 10;
}

#bricioleDiPane{
	position:relative;
	border-bottom: 0.4rem solid #836a52;
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 2rem 10%;
	font-style: italic;
}

#bricioleDiPane a{
	color: #542e03;
	text-decoration: none;
	font-weight: 300;
}

#bricioleDiPane a:hover{
	color: #542e03;
	text-decoration: none;
	font-weight: 400;
}

#contenutoSx{
	position:relative;
	float: left;
	width: 60%;
	padding: 2rem 5% 5rem 10%;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

#contenutoSx h1{
	margin-top: 6rem;
	text-transform: uppercase;
}

#infoProdotti{
	position: relative;
	float: right;
	width: 30%;
	margin-left: 10%;
	text-align: center;
}

#infoProdotti img{
	width: 80%;
	margin-bottom: 3rem;
}

#ingredienti{
	position: relative;
	width: 100%;
	border-left: 0.1rem solid #836a52;
	padding: 0 0 0 10%;
	font-size: 1rem;
	text-align: left;
}

#menuProdotti{
	position:relative;
	padding: 5rem 0;
}

.menuProdotti{
	position:relative;
	float: left;
	width: 30%;
	margin: 2rem 1.5%;
	padding: 0 0 1rem 0;
	font-size: 1.4rem;
	border: 0.1rem solid #b5b0a8;
	background: #ffffff;
	transition: border 0.4s;
	text-align: center;
}

.menuProdotti:hover{
	border: 0.1rem solid #826a57;
}

.glutenFree{
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	z-index: 100;
}

.glutenFree img{
	width: 100%;
}

.menuCategorie{
	position:relative;
	float: left;
	width: 22%;
	margin: 2rem 1.5%;
	padding: 0 0 1rem 0;
	font-size: 1.4rem;
	border: 0.1rem solid #b5b0a8;
	background: #ffffff;
	transition: border 0.4s;
	text-align: center;
}

.menuCategorie:hover{
	border: 0.1rem solid #826a57;
}

.menuProdottiImg{
	position: relative;
	width: 100%;
}

.menuProdottiImg img{
	width: 100%;
	display: block;
}

.menuProdottiNome{
	position: relative;
	width: 100%;
	min-height: 6rem;
	padding: 0.4rem 2%;
	text-align: center;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.menuProdottiPrezzo{
	position: relative;
	width: 100%;
	padding: 0.4rem 2%;
	text-align: center;
	font-size: 1.4rem;
}

.menuProdottiScopri{
	display: inline-block;
	padding: 0.4rem 4%;
	color: #ffffff;
	font-size: 1.4rem;
	text-transform: uppercase;
	background: #7f6d5c;
	margin: 0.4rem 0;
	border: 0.1rem solid #7f6d5c;
	border-radius: 0.4rem;
	text-transform: uppercase;
}

.menuProdottiScopri:hover{
	background: #826a57;
	border: 0.1rem solid #826a57;
}

@media (max-width: 767px){
	.menuProdotti{
		float: none;
		width: 90%;
		margin: 5rem auto;
	}
	
	.menuCategorie{
		float: none;
		width: 90%;
		margin: 5rem auto;
	}
}

#contenutoDx{
	position:relative;
	float: right;
	width: 40%;
	min-height: 40rem;
}

#contenutoDx img{
	width: 100%;
	display: block;
}

#bannerNavPosition{
	position: absolute;
	left: 50%;
	top: 2.0rem;
	height: 2.5rem;
	z-index: 200;
}

#bannerNav{
	position: relative;
	margin-left: -50%;
	height: 100%;
	width: 100%;
}

span.linkFoto{
	display: block;
	float: left;
	border-radius: 0.6rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #444444;
	border: 0rem;
	margin: 0.2rem 0.5rem;
	cursor: pointer;
}

span.linkFotoEv{
	background: #ffffff;
	border: 0.3rem solid #444444;
	border-radius: 0.8rem;
	margin-top: 0;
	cursor: pointer;
	margin: 0.2rem 0.5rem;
}

@media (max-width: 767px){
	#contenutoSx{
		float: none;
		width: 100%;
		padding: 5rem 5%;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	#contenutoSx h1{
		margin-top: 0rem;
	}

	#contenutoDx{
		float: none;
		width: 100%;
		min-height: 50vh;
	}
	
	#infoProdotti{
		float: none;
		width: 100%;
		padding: 2rem 0%;
		margin: 0;
	}

	#infoProdotti img{
		float: left;
		width: 20%;
		margin-bottom: 0;
	}

	#ingredienti{
		float: right;
		width: 75%;
		padding: 0rem 5%;
	}
}

/************************************************/
/* 				rivenditori						*/
/************************************************/
.rivenditore{
	position: relative;
	float: left;
	width: 46%;
	padding: 1rem 1%;
	margin: 1rem 1%;
	border-bottom: 0.1rem solid #826a57;
}

.paddingRivenditore{
	padding: 2rem 5% 0 5%;
	font-size: 1.4rem;
}

#_rivenditoreCerca form input[type="submit"]{
	display: inline-block;
	margin: 0;
	position: relative;
	float: left;
	width: 40%;
	padding: 1.2rem 1%;
}

#_rivenditoreCerca form select{
	float: left;
	width: 60%;
	margin: 0;
}

select{
	appearance:none !important; 
	line-height:20px; 
	width:150px; 
	padding:5px; 
	border:none; 
	background:url(select.png) no-repeat right 30px center;
}
		
select:focus{
	outline:none;
}
		
/* Questo trick non fa visualizzare la freccia su Chrome. */
select{
	-webkit-appearance:none;
}
		
/* Questo trick non fa visualizzare la freccia su IE 10. */
select::-ms-expand {
	display: none;
}
		
/* CSS condizionale per Firefox, soluzione compatibile con tutti i browser. */
@-moz-document url-prefix() {
	#contentSelect{
		width:150px; 
		overflow:hidden;
	}
	
	select{
		width:120%; 
		-moz-appearance:none;
	}
}
		
@media (max-width: 767px){
	.rivenditore{
		position: relative;
		float: none;
		width: 96%;
	}
	
	.selectForm{
		width: 70%;
		margin-left: 2.5%;
	}
}
/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: relative;
	padding: 4rem 0 0 0;
}

#carrelloMessaggioFine{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 1.4rem 2%;
	background: #826a57;
	border: 0.1rem solid #826a57;
	margin: 0 0 2rem 0;
	line-height: 2rem;
	font-weight: 300;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	z-index: 1000;
}

#fine a, #fine a:hover, #fineIn a, #fineIn a:hover{
	color:#ffffff;
	text-decoration: none;
}

#fineIn{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 10rem;
	/*padding: 2rem 5%;*/	
	z-index: 10;
	background-color: #836a52;
}

#fineCentro{
	position: relative;
	max-width: 100rem;
	z-index: 100;
	margin: 0 auto;
}

.fineBox{
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1.5%;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 2.8rem;
	text-align: center;
}

.fineBox ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	text-align: center;
}

.fineBox li{
	position: relative;
	top: 0px;
	left: 0px;
}

.fineBox li a{	
	display: block;
	text-decoration: none;
	padding: 1rem; 
	font-weight: 700;
}

.fineBox img{
	width: 70%;
	margin: 0 15%;
}

#velinaFine{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	z-index: 50;
	top: 0;
	left: 0;
}

#social{
	position: relative;
	height: 6rem;
	margin: 1rem 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	color: #ffffff;
	z-index: 100;
}

#social img{
	height: 70%;
}

#socialIn{
	position: relative;
	width: 80%;
	margin: 1rem 10%;
	height: 40%;
	text-align: right;
	z-index: 100;
}

#socialIn img{
	height: 100%;
}

#finePrivacy{
	position: relative;
	width: 100%;
	z-index: 100;
	color: #ffffff;
	text-align: center;
}

@media (max-width: 767px){
	.fineBox{
		position: relative;
		float: none;
		width: 97%;
		margin: 0 1.5% 3rem 1.5%;
		color: #ffffff;
		font-size: 1.6rem;
		text-align: center;
	}
	
	#socialIn{
		position: relative;
		width: 80%;
		margin: 1rem 10%;
		height: 45%;
		text-align: right;
		z-index: 100;
	}
	
	#finePrivacy li a{	
		color: #ffffff;
	}

	#carrelloMessaggioFine{
		padding: 1.4rem 5%;
		line-height: 1.8rem;
		font-weight: 300;
		font-size: 1.4rem;
	}

}

/************************************************/
/* 				Tasto whatsapp					*/
/************************************************/
#fixedWA{
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	width: 4.5rem;
	height: 4.5rem;
	z-index: 2000;
}

#fixedWA img{
	width: 100%;
	display: inline-block;
}

/************************************************/
/* 				Finanziamento					*/
/************************************************/
#finanziamento{
	position: relative;
	width: 100%;
	margin: 4rem 0 6rem 0;
	z-index: 1000;
	background: #ffffff;
	border: 0.1rem solid #ffffff;
}

#finanziamentoContenuto{
	position: relative;
	width: 90%;
	margin: 2rem 5%;
}

#finanziamentoTesti{
	position: relative;
	float: left;
	width: 70%;
}

#finanziamentoLoghi{
	position: relative;
	float: left;
	width: 30%;
	text-align: center;
}

#finanziamentoLoghi img{
	width: 20%;
	display: inline-block;
}

@media (max-width: 767px){
	#finanziamento{
		margin: 4rem 0 10rem 0;
	}
	
	#finanziamentoTesti, #finanziamentoLoghi{
		position: relative;
		float: none;
		width: 100%;
		text-align: center;
	}

}
/************************************************/
/* 				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%;
	}
}

.rigaRecensione{
	position: relative;
	width: 100%;
	padding: 1rem 2%;
	border: 0.1rem solid #cccccc;
	background: #ffffff;
}

#recensioniHome{
	position: relative;
	width: 100%;
	margin: 2rem 0%;
	background: #f2eee8;
	border: 0.1rem solid #cccccc;
	box-sizing: border-box;
	padding: 1rem 2%;
	border-radius: 0.4rem;
	color: #222222;
}

.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; 
	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){
	.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%;
	}
}

/************************************************/
/* 				Pop up pagamento				*/
/************************************************/
#_contPaypal{
	width: 50%;
	margin: 0 auto;
}

@media (max-width: 767px){
	width: 100%;
	margin: 0 auto;
}

#_contPaypal button{
	position: relative;
	width: 98%;
	margin: 1rem 1%;
	padding: 1rem 5%;
	border: 0.1rem solid #826a57;
	background: #826a57;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

#_contPaypal button:hover{
	background: #826a57;
	color: #ffffff;
}

/************************************************/
/* 				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;
	}
}


/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

.box50{
	width: 50%;
	float: left;
	font-size: 1.4rem;
}

.box25{
	width: 25%;
	float: left;
	font-size: 1.4rem;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
	
	.box50{
		width: 100%;
		float: none;
	}

}