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

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

span.rosso {
	color:#db413c;
}

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

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

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: #db413c;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-family: 'Nunito', sans-serif;
	color: #444444;
	line-height: 1.6rem;
	font-size: 1.4rem;
	font-weight: 400;
}

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

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

.fa-input {
	font-family: FontAwesome, 'Nunito', sans-serif;
}

/********************************************************/
/* 				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: 1.8rem 1%;
	border-radius: 0.2rem;
	margin: 0 0 1rem 0;
	background: #ffffff;
}

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

form textarea{
	min-height: 10rem;
	font: normal normal normal 1.2rem ms-serif,arial,tahoma;
	color: #444444;
	background: #ffffff;
}

form select{
	color: #444444;
}

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

.fotoForm{
	position: relative;
	float: left;
	width: 30%;
	max-width: 15rem;
	min-height: 8rem;
	border: 0.1rem solid #cccccc;
	padding: 0.2rem;
	text-align: center;
}

.fotoForm.cuocoFormImg{
	background-image: url(../user.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.fotoForm span img, .fotoForm img{
	width: 100%;
	display: block;
}

.fotoFormMenu{
	position: relative;
	float: left;
	width: 70%;
	padding: 0.4rem 2%;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	float:left;
	width: 46%;
	margin: 1rem 2%;
	padding: 0.8rem 0;
	border: 0.4rem solid #db413c;
	border-radius: 0.4rem;
	background: #db413c;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #ffffff;
	color: #db413c;
	border: 0.4rem solid #db413c;
}

.errore{
	color: #cf3838;
}

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

@media only screen and ( max-width: 767px){
	.fotoForm{
		position: relative;
		float: none;
		width: 100%;
	}
	.fotoFormMenu{
		position: relative;
		float: none;
		width: 100%;
		padding: 1rem 2%;
	}
}

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

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

#contenuto{
	padding: 2rem 0 10rem 0;
}

.contenuto{
	margin: 0 auto;
	padding: 0 5%;
	font-size: 1.6rem;
	line-height: 2rem;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

/************************************************/
/* 				Banner							*/
/************************************************/
#banner{
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100vh;
	z-index: 1000;
}

#testoBanner{
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	z-index: 100;
	letter-spacing: 0.2rem;
	line-height: 3.3rem;
}

span.testoBanner{
	font-size: 3rem;
	line-height: 4rem;
}

#bannerIn{
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 60vh;
	z-index: 1000;
}

#velinaBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%);
}

#bannerTasti{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 9rem;
	text-align: center;
	z-index: 100;
	
}

#inizia{
	display: inline-block;
	padding: 2rem 3rem;
	border: 0.4rem solid #db413c;
	border-radius: 0.4rem;
	background: #db413c;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: pointer;
	transition: background 0.4s, border 0.4s, color 0.4s;
	text-transform: uppercase;
}

#inizia:hover{
	background: #ffffff;
	color: #db413c;
	border: 0.4rem solid #ffffff;
}

@media only screen and ( max-width: 767px){
	#banner{
		height: 100vh;
	}
	
	#bannerIn{
		height: 60vh;
	}
	
	#testoBanner{
		font-size: 2.0rem;
		letter-spacing: 0rem;
	}
}

/************************************************/
/* 				Intestazione					*/
/************************************************/
#intestazione{
	position: relative;
	width: 100%;
	z-index: 200;
	background: rgba(0, 0, 0, 0.4);
}

#contatti, #intestazioneSocial{
	position: relative;
	float: left;
	width: 40%;
	margin-top: 1rem;
}

#intestazioneSocial{
	width: 30%;
	text-align: right;
}

#contatti ul, #intestazioneSocial ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	font-weight: 300;
}

#contatti li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0rem; 
	line-height: 2.0rem;
	margin: 0;
}

#intestazioneSocial li{
	display: inline-block;
	top: 0px;
	left: 0px; 
	text-align: center;
	border: 0.2rem solid #cccccc;
	border-radius: 4rem;
	width: 2.6rem;
	height: 2.6rem;
	padding: 0;
	line-height: 0;
	margin: 0.4rem 0.4rem 0 0.4rem;
	transition: border 0.4s;
}

#intestazioneSocial li:hover{
	border: 0.2rem solid #ffffff;
}

#intestazioneSocial li i{
	font-size: 1.4rem;
}

#contatti li a, #intestazioneSocial li a{	
	display: block;
	text-decoration: none;
	padding: 0.8rem 2rem 0.6rem 2rem; 
	color: #cccccc;
	transition: color 0.4s;
}

#intestazioneSocial li a{
	padding: 0.4rem 0.4rem 0.6rem 0.4rem; 
}

#contatti li a:hover, #intestazioneSocial li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#logoMenu{
	position: relative;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.15);
	margin-top: 1rem
}

#logo{
  	position: relative;
	float: left;
	top: 0px;
	left: 0;
	width: 30%; 
	height: 6rem;
	text-align: left;
	margin-top: 1rem;
}

#logo img{
	display: inline-block;
	height: 90%;
}

#utility{
  	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50%; 
	height: 11.0rem;
}

#utility-mob{
	display: none;
}

#areaRiservata{
	position: relative;
	float: right;
	width: 30%;
	text-align: left;
	margin-top: 1rem;
}

#riassuntoCarrello{
	position: relative;
	float: right;
	width: 50%;
	text-align: right;
	color: #ffffff;
	padding: 0;
	line-height: 2.2rem;
	z-index: 100;
}

@media only screen and ( max-width: 767px){
	#contatti, #intestazioneSocial{
		display: none;
	}

	#logo{
		width: 50%;
	}
	
	#logo img{
		display: inline-block;
		height: 5rem;
	}
	
	#areaRiservata, #riassuntoCarrello{
		position: relative;
		width: 100%;
		border-bottom: 0;
	}
	
	#logoMenu{
		border: 0;
		margin-top: 0rem
	}
	
	#logo{
		text-align: center;
	}
}

/************************************************/
/* 				Cerca							*/
/************************************************/
#cerca{
	position:relative;
	left: 32%;
	width: 60%;
	height: 4rem;
	text-align: center;
	border-radius: 0.4rem;
	opacity: 0.8;
	transition: opacity 0.4s;
	z-index: 100;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#cerca:hover{
	opacity: 1;
}

#cerca form input[type="text"]{
	position: relative;
	float: left;
	width: 40%;
	left: 0;
	margin: 0 0%;
	font-size: 1.4rem;
	font-weight: 300;
	border: 0;
	border-radius: 0;
	border-right: 0.1rem solid #cccccc;
	text-align: center;
	cursor: pointer;
	line-height: 1rem;
	
	padding: 1rem 1%;
	-webkit-padding-before: 1.2rem;
	-webkit-padding-after: 1.2rem;
	-webkit-padding-start: 0rem;
	-webkit-padding-end: 0rem;
	-webkit-appearance: none;
}

#cerca form input[type="text"]#_ricercaLuogo{
	border-top-left-radius: 0.4rem;
	border-bottom-left-radius: 0.4rem;
}

#cerca form input[type="submit"]{
	position: relative;
	float: left;
	width: 20%;
	left: 0;
	margin: 0;
	font-size: 1.4rem;
	background: #db413c;
	font-weight: 300;
	border: 0;
	border-radius: 0;
	border-top-right-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
	
	padding: 1rem 0 0.8rem 0;	
	-webkit-padding-before: 1.2rem;
	-webkit-padding-after: 0.8rem;
	-webkit-padding-start: 0rem;
	-webkit-padding-end: 0rem;
	-webkit-appearance: none;
}

#cerca form input[type="submit"]:hover{
	color: #ffffff;
}

#_cercaLuoghi{
	position: absolute;
	width: 40%;
	top: 100%;
	max-height: 20rem;
	background: #ffffff;
	padding: 0rem 0%;
	overflow-y: auto;
	display: none;
}

._cercaLuoghi{
	padding: 0.5rem 2%;
	border-top: 0.1rem solid #cccccc;
	text-align: left;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 300;
}

._cercaLuoghi:hover{
	background: #f8f8f8;
}

#_ricercaData{
	display: none;
}

#_cercaDate{
	position: absolute;
	width: 40%;
	left: 40%;
	top: 100%;
	background: #ffffff;
	border-top: 0.1rem solid #cccccc;
	padding: 0rem 1%;
	overflow-y: auto;
	display: none;
}

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

	#cerca{
		position: relative;
		left: 2%;
		width: 96%;
		height: 12rem;
	}
	
	#cerca form input[type="text"]{
		width: 100%;
		border-radius: 0;
	}
	
	#cerca form input[type="text"]#_ricercaLuogo{
		border-radius: 0;
		border-bottom: 0.1rem solid #cccccc;
	}
	
	#cerca form input[type="submit"]{
		width: 100%;
		border-radius: 0;
		-webkit-appearance: none;
	}
	
	#_cercaLuoghi,#_cercaDate{
		width: 100%;
		left: 0;
		top: 50%;
	}
	
	._cercaLuoghi{
		font-size: 1.6rem;
	}
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	width: 70%;
	top: 0px;
	left: 0px;
	margin-top: 1rem;
}

#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.6rem;
	font-family: 'Open Sans Condensed', sans-serif;
	max-width: 1200px;
}

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

#nav > ul > li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 2.0rem 0px 2.0rem 0px; 
	transition: color 0.4s;
}

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

#nav > ul > li:hover{
}

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

/* second level */
 #nav li:hover ul{
    display: block;
	z-index: 100;
}

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

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

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

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


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

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}
	
    /* first level */
	
    #nav > ul{
        height: auto;
        display: none;
        position: fixed;
		top: 0;
        right: -80%;
		z-index: 500;
		background-color: #ffffff;
		font-size: 1.4rem;
		width: 80%;
		height: 100%;
		padding-top: 4rem;
		overflow: auto;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border: 0;
	}
	
	#nav > ul > li a{
		color: #db413c;
		padding: 2rem 0;
	}
	
	#nav li ul{
		position: relative;
		background-color: #d8cec0;
	}
	
	#nav > ul > li.rosso{
		background: #db413c;
		border: 0.4rem solid #db413c;
		transition: background 0.4s;
		border-radius: 0.2rem;
		width: 90%;
		margin: 0 auto;
	}

	#nav > ul > li.rosso:hover{
		background: transparent;
		color: #db413c;
	}

	#nav > ul > li.rosso a{
		font-weight: 700;
		transition: color 0.4s;
		color: #ffffff;
	}
	
    /* second level */
 
	#nav li:hover ul{
		display: block;
		z-index: 100;
	}

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

	#nav > ul ul > li a{
		display: block;
		color: #222222;
		text-align: left;
		padding: 1rem 2%; 
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #222222;
	}
	
    /* 
	first level menu originale
 
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        right: 0;
		z-index: 100;
		background-color: #db413c;
		top: 5.0rem;
		font-size: 1.4rem;
		width: 200%;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #cccccc;
	}
	
	#nav > ul > li a{
		color: #ffffff;
		padding: 2rem 0;
	}
	
	#nav li ul{
		position: relative;
		background-color: #d8cec0;
	}
	
    /* second level */
 
	#nav li:hover ul{
		display: block;
		z-index: 100;
	}

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

	#nav > ul ul > li a{
		display: block;
		color: #222222;
		text-align: left;
		padding: 1rem 2%; 
	}

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

.tastoMenu{
	position: relative;
	float: right;
	margin: 0.6rem 2%;
	width: 3.6rem;
	height: 3.6rem;
	/*background-color: #db413c;*/
	border-radius: 4rem;
	padding: 0.5rem;
	color: #ffffff;
	text-align: center;
	display: none;
	z-index: 1000;
}

.tastoMenuAct{
	position: relative;
	float: right;
	margin: 0.6rem 2%;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 4rem;
	padding: 0.5rem;
	color: #db413c;
	text-align: center;
	display: none;
	z-index: 1000;
}

.tastoMenu i, .tastoMenuAct i{
	font-size: 2.4rem;
}

.tastoMenu:hover{
	color: #ffffff;
}

.tastoMenu:hover{
	/*background-color: #db3430;*/
}

/************************************************/
/* 				corpo							*/
/************************************************/
.corpoSx{
	position: relative;
	float: left;
	width: 60%;
	padding: 1rem 4% 1rem 0;
	border-right: 0.1rem solid #cccccc;
}

.corpoSx h1{
	color: #222222;
	font-size: 2.4rem;
	padding: 2rem 1%;
}

.corpoDx{
	position: relative;
	float: right;
	width: 40%;
	padding: 3rem 0 1rem 4%;
}

@media (max-width: 767px){
	.corpoSx, .corpoDx{
		float: none;
		width: 100%;
		padding: 1rem 0;
		border: 0;
	}
}
/************************************************/
/* 				home page						*/
/************************************************/
#homeIstruzioni{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #ffffff;
}

.boxHomeIstruzioni{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
	text-align: center;
}

.boxHomeIstruzioni img{
	display: inline-block;
	width: 25%;
}

/************************************************/
/* 				home recensioni					*/
/************************************************/
#_recensioni{
	position: relative;
	margin: 2rem auto;
	width: 60%;
	height: 15rem;
}

.recensioneHome{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.recensioneHomeImg{
	position: relative;
	width: 20%;
	margin: 0 auto;
	border-radius: 20rem;
	overflow: hidden; 
	border: 0.1rem solid #cccccc;
}

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

.recensioneHomeVoto{
	diaplay: inline;
	margin: 0px; 
	padding: 4px 2% 2px 2%;
	font-size: 1.5rem;
	text-align: center;
        font-weight: bold;
}

.recensioneHomeMessaggio{
	position: relative;
	width: 100%;
	padding: 1rem 5% 0 5%;
	text-align: center;
	font-size: 1.8rem;
}

@media (max-width: 767px){
	#_recensioni{
		position: relative;
		margin: 0rem auto;
		margin-top:2rem;
		width: 90%;
		height: 29rem;
	}
	
	.recensioneHomeMessaggio{
		position: relative;
		width: 100%;
		padding: 1rem 5% 0 5%;
		text-align: center;
		font-size: 1.8rem;
	}
}

/************************************************/
/* 				home cittą						*/
/************************************************/
#homeCitta{
	position: relative;
	width: 100%;
	padding: 5rem 0;
}

.boxHomeCitta{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
	border-radius: 0.4rem;
	overflow: hidden;
}

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

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

/************************************************/
/* 				home scopri						*/
/************************************************/

#homeScopri{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #ffffff;
}

.boxHomeScopri{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
	border-radius: 0.4rem;
	overflow: hidden;
}

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

.boxHomeScopriTesto{
	position: absolute;
	width: 100%;
	top: 40%;
	text-align: center;
	font-size: 2.4rem;
	color: #ffffff;
	z-index: 100;
}

#homeIstruzioni h1, #homeCitta h1{
	color: #000000;
}

h1.home{
	color: #000000;
	font-size: 2.4rem;
	padding: 0 0 3rem 0;
	text-align: center;
}

/************************************************/
/* 				Home experience					*/
/************************************************/
#homeExperience{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	margin: 0 0 8rem 0;
}

#homeExperienceVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

#homeExperienceCorpo{
	position: relative;
	margin: 0 auto;
	padding: 0 5%;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	color: #ffffff;
	z-index: 100;
	font-size: 3rem;
	font-weight: bold;
}

/************************************************/
/* 				food experience					*/
/************************************************/
#foodExperience{
	position: relative;
	width: 100%;
	padding: 8rem;
}

#foodExperienceVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

#foodExperienceCorpo{
	position: relative;
	width: 90%;
	margin: 4rem 5%;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	z-index: 100;
	font-size: 3rem;
        font-weight: bold;
}

/************************************************/
/* 				Home numbers					*/
/************************************************/
#homeNumber{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	margin: 0 0 8rem 0;
}

#homeNumbersVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.boxHomeNumbers{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
	overflow: hidden;
	z-index: 200;
	color: #ffffff;
	text-align: center;
	padding: 2rem 0;
	font-size: 2.6rem;
	line-height: 2.8rem;
	font-weight: bold;
}

span.numbers{
	font-size: 1.6rem;
	text-transform: uppercase;
}

.boxHomeNumbers img{
	width: 30%;
	display: inline-block;
	margin: 0 0 1rem 0;
}

@media (max-width: 767px){
	#homeNumber{
		position: relative;
		width: 100%;
		padding: 5rem 0;
	}

	.boxHomeIstruzioni, .boxHomeCitta, .boxHomeScopri, .boxHomeNumbers{
		position: relative;
		float: none;
		width: 90%;
		margin: 2rem 5%;
	}
	
	.boxHomeNumbers{
		width: 50%;
		float: left;
		margin:0;
	}
	
	.boxHomeNumbers img{
		width: 40%;
	}
}

/************************************************/
/* 				box risultati ricerca			*/
/************************************************/
#ricercaCorpo{
	position: relative;
	width: 100%;
}

#ricercaFiltro{
	position: relative;
	float: left;
	width: 20%;
	padding: 2rem 2%;
	border: 0.1rem solid #cccccc;
	background: #ffffff;
}

#ricercaRisultati{
	position: relative;
	float: left;
	width: 80%;
	padding: 2rem 2%;
}

@media (max-width: 767px){
	#ricercaFiltro, #ricercaRisultati{
		float: none;
		width: 90%;
		padding: 2rem 2%;
		margin: 2rem 5%;
	}
}

/************************************************/
/* 				Valutazioni						*/
/************************************************/
.valutazioniRaggruppate{
	position: absolute;
	top: -6rem;
	right: 5%;
	width: 95%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	z-index: 110;
}

.stelleRaggruppate{
	position: relative;
	width: 100%;
	text-align: right;
}


.votiRaggruppati{
	position: relative;
	width: 100%;
	text-align: right;
}



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

.recensioneVoto{
	diaplay: inline;
	margin: 0px; 
	padding: 4px 2% 2px 2%;
	font-size: 1.1rem;
}

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

.recensioneRisposte{
	position: relative;
	width: 92%;
	margin: 0px 2% 5px 6%; 
	padding: 0.8rem 1%;
	background: #ffffff;
	font-size: 1.2rem;
}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: center;
	background: #46454b;
	color: #ffffff;
	z-index: 30;
}

#fineDati{
	position: relative;
	border-top: 0.1rem solid #615f66;
	padding: 1rem 0;
	font-size: 1.3rem;
}

.boxFine30, #footerMenu{
	position: relative;
	width: 33.3%;
	float: left;
	color: #ffffff;
	padding: 2rem 1.5%;
	text-align: center;
}

.boxFine30 img{
	height: 6rem;
	display: inline-block;
	margin: 6rem 0;
}

.boxFine30 a{
	color: #ffffff;
}

.boxFine30 a:hover{
	color: #db413c;
}

#footerMenu > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 400;
}

#footerMenu > ul > li{
	position: relative;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
}

#footerMenu > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.2rem 0; 
	color: #cccccc;
	font-weight: normal;
	transition: color 0.4s;
}

#footerMenu > ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}

#footerMenu > ul ul{
	display: none;
}

@media (max-width: 767px){

	.boxFine30, #footerMenu{
		width: 100%;
		float: none;
	}


	#footerMenu > ul > li{
		text-align: center;
	}
	
	#footerMenu > ul > li a{
		padding: 1rem 0; 
	}

	.contenutoFloatSx, .contenutoFloatDx{
		float: none;
		text-align: center;
		width: 100%;
	}
}

/*****************************************************
					Footer Contatti e social
*****************************************************/
#contattiFooter, #socialFooter{
	position: relative;
	width: 100%;
	margin-top: 1rem;
}

#contattiFooter ul, #socialFooter ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	font-weight: 300;
	width: 100%;
}

#contattiFooter li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0rem; 
	line-height: 2.0rem;
	margin: 0;
	width: 50%;
	text-align: center;
}
	
#socialFooter li{
	display: inline-block;
	top: 0px;
	left: 0px; 
	text-align: center;
	border: 0.2rem solid #cccccc;
	border-radius: 4rem;
	padding: 0.4rem;
	width: 3rem;
	height: 3rem;
	padding: 0;
	line-height: 0;
	margin: 0 1rem;
	transition: border 0.4s;
}

#contattiFooter li a, #socialFooter li a{	
	display: block;
	text-decoration: none;
	padding: 0; 
	color: #cccccc;
	transition: color 0.4s;
}

#socialFooter li a{
	padding: 0.6rem 0.4rem 0.6rem 0.4rem; 
}

#contattiFooter li a:hover, #socialFooter li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#socialFooter li:hover{
	border: 0.2rem solid #ffffff;
}

#socialFooter i{
	font-size: 1.4rem;
}

/*****************************************************
					Pop up contenuto
*****************************************************/
.popUpBox{
	position: relative;
	float: left;
	width: 46%;
	padding: 1rem 2%;
	margin: 0rem 2%;
	text-align: left;
}

.popUpBox form label{
	position: relative;
	float: left;
	width: 15%;
	font-weight: bold;
	padding: 0.8rem 2% 0 0;
	text-align: right;
	margin: 1rem 0 0 0;
}

.popUpBox form input[type="text"], .popUpBox form input[type="password"], .popUpBox form textarea, .popUpBox form select{
	position: relative;
	float: left;
	width: 35%;
	border: 0.1rem solid #ccc;
	padding: 0.5rem 1%;
	border-radius: 0.4rem;
	margin: 1rem 0 0 0;
}

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

.popUpSelezionati, .popUpLista{
	position: relative;
	float: left;
	width: 46%;
	padding: 1rem 2%;
	border: 0.1rem solid #db413c;
	border-radius: 0.6rem;
	margin: 0rem 2%;
	max-height: 30rem;
	overflow-y: auto;
}

.popUpSelezionati{
	background: #db3430;
	color: #ffffff;
	font-weight: bold;
	border: 0.1rem solid #ffffff;
}

.popUpVoce{
	position: relative;
	width: 100%;
	padding: 0.6rem 2%;
	border-bottom: 0.1rem solid #cccccc;
	cursor: pointer;
	text-align: left;
}

.popUpVoce:hover{
	background: #f8f8f8;
	color: #222222;
}

@media (max-width: 767px) {
	.popUpBox{
		position: relative;
		float: none;
		width: 100%;
		padding: 1.6rem 2% 0.4rem 2%;
		margin: 0rem 0%;
		text-align: left;
	}
	
	.popUpSelezionati, .popUpLista{
		position: relative;
		float: none;
		width: 100%;
		padding: 1rem 2% 0.4rem 2%;
		border: 0.1rem solid #db413c;
		border-radius: 0.6rem;
		margin: 0rem 0%;
	}
	
	.popUpBox form label{
		position: relative;
		float: none;
		width: 100%;
	}

	.popUpBox form input[type="text"], .popUpBox form input[type="password"], .popUpBox form textarea, .popUpBox form select{
		position: relative;
		float: none;
		width: 100%;
		border: 0.1rem solid #ccc;
		padding: 0.5rem 1%;
		border-radius: 0.4rem;
		margin: 0rem 0 0 0;
	}
}

/************************************************/
/* 				Tabelle responsive				*/
/************************************************/
.rigaIntestazione{
	position: relative;
	width: 100%;
	background: #db413c;
	border-bottom: 0.1rem solid #db413c;
	color: #ffffff;
	padding: 0.8rem 0;
	font-weight: bold;
}

.riga{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #cccccc;
	padding: 0.4rem 0;
}

.box{
	float:left;
	padding: 0.4rem 1%;
}

.box .fa{
	margin: 0 0.4rem;
	padding: 0;
	color: #db413c;
	cursor: pointer;
	font-size: 1.8rem;
}

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

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

.box-border-bottom{
	border-bottom: 0.1rem solid #ededed;
}

.box5{
	width: 5%;
}

.box10{
	width: 10%;
}

.box15{
	width: 15%;
}

.box20{
	width: 20%;
}

.box25{
	width: 25%;
}

.box30{
	width: 30%;
}

.box35{
	width: 35%;
}

.box40{
	width: 40%;
}

.box50{
	width: 50%;
}

.box60{
	width: 60%;
}

.box70{
	width: 70%;
}

.box80{
	width: 80%;
}

.box100{
	width: 100%;
}

@media (max-width: 767px) {
	.riga{
		position: relative;
		width: 100%;
		border: 0.1rem solid #db413c;
		padding: 0;
		margin-bottom: 2rem;
	}
}

/************************************************/
/* 				Strumenti admin					 *
*************************************************/
#strumentiAdmin{
	position: fixed;
	top: 0rem;
	left: 0;
	padding: 0.6rem;
	border: 0.1rem solid #ffffff;
	background: #db413c;
	color: #ffffff;
	font-weight: 600;
	z-index: 10000;
	opacity: 0.6;
	transition: opacity 0.2s;
}

#strumentiAdmin:hover{
	opacity: 1;
}

/************************************************/
/* 				Chiama ora						 *
*************************************************/
#chiamaOra{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
	color: #ffffff;
	display: none;
	background: #db413c;
	border: 0.1rem solid #db413c;
	border-radius: 0.4rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	#chiamaOra{
		display: block;
	}
}

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

.visible-mob{
	display: none;
}

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

/************************************************/
/* 				Gesture							*/
/************************************************/
#gesture, #gesture2{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0.4rem;
}

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

.gesture, .gesture2{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
	border-radius: 0.4rem;
	overflow: hidden;
}

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

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

#gestureNav, #gesture2Nav{
	display: none;
}

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

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

	#gesture1_1,#gesture2_1{
		left: 0%;
	}

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

	.gestureNav, .gesture2Nav{
		display: inline-block;
		border: 0.1rem solid #444444;
		background: #444444;
		border-radius: 2rem;
		width: 1rem;
		height: 1rem;
		margin: 0 0.4rem 1rem 0.4rem;
		background: rgba(0, 0, 0, 0.4);
	}

	#gestureNav1, #gesture2Nav1{
		border: 0.1rem solid red;
		background: red;
	}
}
