
/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 300;
}

#areaRiservata li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem; 
	line-height: 2.0rem;
	margin: 0;
	border: 0.4rem solid transparent;
}

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

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

#areaRiservata li.rosso{
	background: #db413c;
	border: 0.4rem solid #db413c;
	transition: background 0.4s;
	border-radius: 0.2rem;
	opacity: 0.8;
	transition: opacity 0.4s;
}

#areaRiservata li.rosso:hover{
	background: transparent;
	opacity: 1;
	color: #db413c;
}

#areaRiservata li.rosso a{
	font-weight: 700;
	transition: color 0.4s;
}

#areaRiservata li.rosso a:hover{
	
}

#areaRiservata img{
	width: 2.0rem;
	height: 20.rem;
	float: right;
}

/*
#areaRiservata ul li ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0; 
	line-height: 2.0rem;
	background: #ffffff;
	display: none;
}

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

#areaRiservata > ul ul > li{
	position: relative;
	float: none;
	width: 100%;
	border-bottom: 1px solid #db413c;
	padding: 0;
	text-align: left;
	margin: 0;
}

#areaRiservata > ul ul > li a{
	color: #db413c;
}

#areaRiservata > ul ul > li a:hover{
	color: #db3430;
}
*/
@media only screen and ( max-width: 767px){
	#areaRiservata ul{
		font-size: 1.4rem;
	}

	#areaRiservata li a{	
		display: block;
		text-decoration: none;
		padding: 0.5rem 0.5rem; 
	}
}

/********************************************************/
/* 	(lib_ecommerce.php)									*/
/********************************************************/

/* riassunto carrello */
#riassuntoCarrello ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

#riassuntoCarrello li{
	position: relative;
	float: right;
	margin: 0 1rem;
}

#riassuntoCarrello li a{
	color: #ffffff;
	padding: 0.6rem 1rem;
	display: block;
}

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

#riassuntoCarrello i{
	float: right;
	font-size: 1.8rem;
	margin: 0 0 0 0.4rem;
}

@media (max-width: 767px) {
	#riassuntoCarrello li{
		margin: 0;
	}

	#riassuntoCarrello li a{
		padding: 0.6rem 0.5rem;
	}
}

/********************************************************/
/* 	Contenuto nav									*/

#carrelloNav{
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid #cccccc;
}

.carrelloNav{
	position: relative;
	float: left;
	width: 25%;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	border-right: 0.1rem solid #f8f8f8;
}

.carrelloNavAttivo{
	background: #db413c;
	color: #ffffff;
}

.carrelloNavFreccia{
	position: absolute;
	width:2rem;
    height:100%;
    top:0;
	right: 0;
	background-image: url('freccia.png');
	z-index: 10;
	background-repeat:no-repeat;
    background-size:100% 100%;
}

@media (max-width: 767px) {
	.carrelloNav{
		width: 100%;
	}
	
	.carrelloNavFreccia{
		position: absolute;
		width:100%;
		height:10%;
		top:90%;
		left: 0;
		background-image: url('frecciaMob.png');
		z-index: 10;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}
}
/********************************************************/
/* 	Contenuto carrello									*/

.carrelloScheda{
	position: relative;
	width: 98%;
	margin: 0 auto;
	border-bottom: 0.1rem solid #db413c;
	background: #ffffff;
}

.carrelloScheda i{
	color: #db413c;
}

.carrelloImg{
	position: relative;
	float: left;
	width: 30%;
	padding: 1rem 1%;
}

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

.carrelloInfo{
	position: relative;
	float: left;
	width: 60%;
	padding: 1rem 2%;
}

span.carrelloSub{
	color: #888888;
	font-size: 1rem;
}

.carrelloBox25, .carrelloBox30, .carrelloBox50, .carrelloBox100{
	padding: 1rem 0;
}

.textCapitalize{
	text-transform: capitalize;
}

.carrelloBox25{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}

.carrelloBox30{
	position: relative;
	float: left;
	width: 33.3%;
	text-align: center;
}

.carrelloBox50{
	position: relative;
	float: left;
	width: 50%;
	text-align: left;
	border-top: 0.1rem solid #cccccc;
}

.carrelloBox100{
	position: relative;
	text-align: left;
	border-bottom: 0.1rem solid #cccccc;
}

.carrelloSubtotale{
	position: absolute;
	width: 10%;
	right: 0;
	bottom: 1rem;
	padding: 1rem 2% 1rem 0;
	text-align: right;
}

.carrelloTotale{
	position: relative;
	width: 98%;
	margin: 0 auto;
	border-bottom: 0.1rem solid #db413c;
	background: #ffffff;
	text-align: right;
	padding: 2rem 2%;
}

@media (max-width: 767px) {
	.carrelloImg, .carrelloInfo, .carrelloSubtotale{
		position: relative;
		top: 0;
		left: 0;
		float: none;
		width: 100%;
	}
	
	.carrelloBox25, .carrelloBox30, .carrelloBox50, .carrelloBox100{
		float: none;
		width: 100%;
		padding: 1rem 1%;
		border: 0;
		border-bottom: 0.1rem solid #cccccc;
	}
}

/* contenuto carrello 
#carrelloDett{
	margin-top: 1.0rem;
}

#carrelloDett table {
    border-collapse: collapse;
}

#carrelloDett th{
	font-size: 1.6rem;
}

#carrelloDett th, td{
    border-bottom: 1px solid #db413c;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

.primaRiga{
	border-color: #d8cec0;
}

.inputQuantit{
	float: left;
	border: 1px solid #db413c;
	border-radius: 0.3rem;
	text-align: center;
	padding: 0.4rem 0rem;
	margin: 0;
}

.modificaQuantit{
	float: left;
	margin: 0rem 0.5rem 0rem 0.5rem;
	border: 1px solid #db413c;
	background: #db413c;
	border-radius: 0.4rem;
	height: 2.7rem;
	width: 2.7rem;



	color: #ffffff;
	cursor: pointer;
}

.deleteCarrello img{
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	margin: 0rem 0.6rem 0rem 0rem;
}

.imgCarrello img{
	border: 0;
	margin: 0rem 0.6rem 0rem 0rem;
}

#totCarrello{
	position: relative;
	text-align: right; 
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.0rem 1% 0rem 0rem;
}

#speseSpedizione{
	padding: 1.0rem 1% 0rem 0rem;
	text-align: right;
}

#speseSpedizione a, #speseSpedizione a:hover{
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
}

.selectRegione{
	float: right; 
	margin: 0.5rem 0;
	padding: 0.2rem 0.4rem;
	border: 1px solid #db413c;
	border-radius: 0.4rem;
}

.speseTotCarrello{
	float: right;
	border-bottom: 1px solid #db413c;
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0.3rem 0rem;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.hiddenMobColonna{
		display: none;
	}
	
	.inputQuantit{
		width: 2.0rem;
	}
}
*/

/*
img tasti
-carrCompleta.png
-carrSvuota.png
*/
#tastiCarrello{
	position: relative;
	width: 100%;
	margin-top: 2.0rem;
}

.tastoRight, .tastoLeft{
	float: right;
	margin: 1rem 2%;
	width: 30%;
	text-align: center;
	border: 1px solid #db413c;
	background: #db413c;
	border-radius: 0.4rem;
	line-height: 2.2rem;
	color: #ffffff;
	font-weight: bold;
}

#tastiCarrello input[type="submit"]{
	position: relative;
	float:right;
	width: 30%;
	margin: 1rem 2%;
	padding: 0.3rem 0.6rem;
	border: 0.1rem solid #db413c;
	border-radius: 0.4rem;
	background: #db413c;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	line-height: 2.2rem;
	font-size: 1.6rem;
	transition: background 0.4s, color 0.4s;
}

.tastoLeft{
	float: left;
}

.tastoLeft:hover, .tastoRight:hover{
	border: 1px solid #db413c;
	background: #db413c;
}

.tastoLeft a, .tastoRight a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0.3rem 0.6rem;
	display: block;
}

.tastoLeft a:hover, .tastoRight a:hover{
	color: #ffffff;
	text-decoration: none;
}

.tasto{
	display: inline-block;
	padding: 0.5rem 0.8rem;
	border-radius: 0.3rem;
	border: 0.1rem solid #db413c;
	background: #db3430;
	margin: 1rem;
	transition: background 0.4s;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.tasto:hover{
	color: #ffffff;
	background: #db413c;
}

.tasto100{
	position: relative;
	padding: 0.4rem 0;
	border-radius: 0.2rem;
	border: 0.1rem solid #db413c;
	background: #db3430;
	margin: 1rem 0;
	transition: background 0.4s;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}

.tasto100:hover{
	color: #ffffff;
	background: #db413c;
}

/********************************************************/
/* 	(ordine.php) 										*/
/* 	(lib_ecommerce.php) -> Ordini 						*/
/* 	(utenteDati.php) 									*/
/********************************************************/
.categoriaDati{
	position: relative;
	width: 98%;
	border: 1px solid #db413c;
	margin: 1rem 1%;
	padding: 1rem 1%;
	background: #ffffff;
}

.categoriaDatiBox50{
	position: relative;
	float: left;
	width: 48%;
	padding: 0;
	margin: 0 1%;
}

.categoriaDatiBox30{
	position: relative;
	float: left;
	width: 31%;
	padding: 0;
	margin: 0 1%;
}

.datiCuocoImg{
	position: relative;
	float: left;
	margin: 1rem;
	width: 10rem;
	height: 10rem;
	border-radius: 10rem;
	border: 0.2rem solid #db413c;
	overflow: hidden;
	box-shadow: 0.2rem 0.2rem 0.4rem #000000;
	z-index: 100;
}

.datiCuocoImg img{
	width: 100%;
	display: inline-block;
}

.categoriaDatiSx, .categoriaDatiDx{
	position: relative;
	float: left;
	width: 48%;
	border: 1px solid #db413c;
	padding: 1.0rem 1%;
	margin: 1.0rem 1%;
	background: #ffffff;
}

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

.riepilogoBox{
	float: left;
	width: 33.3%;
}

.riepilogoBoxCuocoImg{
	position: relative;
	float: left;
	top: 0.4rem;
	left:0.4rem;
	width: 6rem;
	height: 6rem;
	border-radius: 4rem;
	overflow: hidden;
	box-shadow: 0.2rem 0.2rem 0.4rem #000000;
	background: #ffffff;
}

.riepilogoBoxCuocoImg img{
	width: 100%;
	display: inline-block;
}

@media (max-width: 767px) {
	.riepilogoBox{
		float: none;
		width: 100%;
	}
	
	.categoriaDatiBox50, .categoriaDatiBox30, .categoriaDatiSx, .categoriaDatiDx{
		position: relative;
		float: none;
		width: 98%;
		padding: 0rem 1% 0.5rem 1%;
		margin-top: 1.0rem;
	}
}
/********************************************************/
/* 	(utenteOrdini.php) 									*/
/********************************************************/

/* Elenco ordini*/
#listaOrdini{
	margin-top: 1.0rem;
}

#listaOrdini table {
    border-collapse: collapse;
}

#listaOrdini th{
	font-size: 1.6rem;
}

#listaOrdini th, td{
    border-bottom: 1px solid #db413c;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#listaOrdini th{
    text-align: center;
}

/********************************************************/
/* 	(login.php) 										*/
/* 	(iscrizione.php) 									*/
/********************************************************/
#login{
	position: relative;
	border: 0.1rem solid #cccccc;
	border-radius: 0.4rem;
	padding: 2rem 5%;
	margin: 2rem auto;
	position: relative;
	max-width: 60rem;
}

.larghezzaForm{
	position: relative;
	float: left;
	width: 50%;
	padding: 1rem 2%;
}

.larghezzaForm h2{
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

.inputLogin{
	width: 93%;
	margin: 0rem 2%;
	padding: 0.2rem 1%;
	border: 1px solid #db413c;
	border-radius: 0.4rem;
}

.login{
	position: relative;
	width: 20.0rem;
	border: 1px solid #db413c;
	border-radius: 0.8rem;
	padding: 0.8rem;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.inputLogin{
		width: 93%;
		margin: 0rem 2%;
		padding: 0.2rem 1%;
		border: 1px solid #db413c;
		border-radius: 0.4rem;
	}

	.login{
		position: relative;
		width: 90%;
		border: 1px solid #db413c;
		border-radius: 0.8rem;
		padding: 0.8rem 5%;
	}
	
	.larghezzaForm{
		position: relative;
		float: none;
		width: 100%;
	}
}

/********************************************************/
/* 	(logreg.php) 										*/
/********************************************************/
.boxLogreg{
	position: relative;
	float: left;
	width: 45%;
	border: 1px solid #db413c;
	border-radius: 0.8rem;
	padding: 0.8rem 1%;
	margin: 0 1%;
}

/********************************************************/
/* 	(iscrizione.php)									*/
/********************************************************/
.errore{
	color: #db413c;
}

span.errore{
	font-size: 1.2rem;
}

/*****************************************************
					Box menu
*****************************************************/
.boxMenu{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1% 2rem 1%;
	border-radius: 0.2rem;
	overflow: hidden;
	padding: 0;
	background: #ffffff;
	box-shadow: 0.1rem 0.1rem 0.6rem #888888;
}

/* visualizzazione front-end*/
.boxMenuElenco{
	width: 30%;
	margin: 0 1.5% 2rem 1.5%;
}

.boxMenuElenco:hover{
	box-shadow: 0.2rem 0.2rem 0.6rem #888888;
}

.boxMenuImgExt{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.boxMenuVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
	z-index: 100;
}

.boxMenuImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
}

.boxMenuImgExt img, .boxMenuImg img{
	width: 100%;
	display: block;
}

.boxMenuCuoco{
	position: absolute;
	width: 100%;
	top: 0;
	padding: 2rem 1rem 0 7.4rem;
	font-size: 2rem;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
	z-index: 100;
}

.boxMenuCuocoImg{
	position: absolute;
	float: left;
	top: 0.4rem;
	left:0.4rem;
	width: 6rem;
	height: 6rem;
	border-radius: 4rem;
	overflow: hidden;
	box-shadow: 0.2rem 0.2rem 0.4rem #000000;
	background: #ffffff;
}

.boxMenuCuocoImg img{
	width: 100%;
	display: inline-block;
}

.boxMenuTitolo, .boxMenuPrezzo, .boxMenuDescrizione, .boxMenuPiatti{
	position: relative;
	width: 96%;
	padding: 1rem 1%;
	font-size: 1.4rem;
	border-top: 0.1rem solid #f8f8f8;
	border-bottom: 0.1rem solid #cccccc;
	margin: 0 2%;
	//border: 1px solid #ae0000;
}

.boxMenuTitolo{
	font-size: 1.6rem;
	font-weight: 500;
	text-transform:none;
}

span.boxCategoriaCuoco{
	font-size: 1.2rem;
	font-weight: 300;
	color: #db413c;
}

.boxMenuCategoria{
	position: relative;
	float: left;
	width: 50%;
	font-size: 1.2rem;
	font-weight: 300;
	color: #db413c;
}

.boxMenuRecensioni{
	position: relative;
	float: left;
	width: 50%;
	font-size: 1.2rem;
	text-align: right;
	line-height: 0;
}

.boxMenuPrezzo, .boxMenuPiatti, .boxMenuDescrizione{
	float: left;
	width: 46%;
	text-align: center;
	border: 0;
	font-weight: 500;
}

.boxMenuPrezzo{
	float: right;
}

.boxMenuPrezzo a, .boxMenuPrezzo a:hover, .boxMenuPiatti a, .boxMenuPiatti a:hover, .boxMenuDescrizione a, .boxMenuDescrizione a:hover{
	color: #444444;
	text-decoration: none;
}

.boxMenuPrezzo i, .boxMenuDescrizione i, .boxMenuPiatti i{
	color: #db413c;
}

.boxMenuPiattiLista, .boxMenuDescrizioneInfo{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	overflow-y: auto;
	display: none;
	z-index: 1000;
	color: #ffffff;
	padding: 2rem 2%;
	text-align: center;
}

.boxMenuDescrizioneInfo{
	right: 0;
}

.boxMenuTasti{
	position: relative;
	padding-top: 2rem;
	width: 96%;
	margin: 0 2% 1rem 2%;
}

span._modifica, span._cancella, span._aggiungiPiatto{
	position: relative;
	float: right;
	margin: 0 1%;
	padding: 0.2rem 1%;
	border: 0.1rem solid #db3430;
	border-radius: 0.4rem;
	background: #db3430;
	cursor: pointer;
	transition: background 0.4s;
	color: #ffffff;
	font-size: 1.2rem;
}

span._modifica:hover, span._cancella:hover, span._aggiungiPiatto:hover{
	background: #db413c;
}

span._modifica i, span._cancella i, span._aggiungiPiatto i{
	color: #ffffff;
}

@media only screen and ( max-width: 767px){
	.boxMenu{
		width: 100%;
		margin: 2rem 0;
	}
	
	.boxMenuCuoco{
		font-size: 2.0rem;
	}
	
	.boxMenuCuocoImg{
		width: 5rem;
		height: 5rem;
	}
	
	.boxMenuTitolo{
		font-size: 2rem;
	}

	.boxMenuCategoria{
		font-size: 1.2rem;
	}
}

/*****************************************************
					Dettaglio Menu
*****************************************************/
#dettaglioMenu{
}

#dmCorpo{
	position: relative;
	float: left;
	width: 70%;
}

#dmPrenotazione{
	position: relative;
	float: right;
	width: 25%;
}

#dmDescrizione, #dmContatti, #dmMenu, #dmCuoco{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	margin: 0;
	/*border: 0.1rem solid #ae0000;*/
}

#dmFormTasto{
	position: relative;
	width: 96%;
	border: 0.2rem solid #db413c;
	cursor: pointer;
	margin: 0.6rem 2% 1rem 2%;
	padding: 1rem 0;
	text-align: center;
	background: #db413c;
	border-radius: 0.4rem;
	color: #ffffff;
}

#dmFormTasto:hover{
	background: #ffffff;
	color: #db413c;
}
/*
#scriviCuoco{
	position: relative;
	float: right;
	padding: 1rem 2%;
	border: 0.1rem solid #db413c;
	cursor: pointer;
	margin: 0 2% 1rem 0;
	background: #ffffff;
	border-radius: 0.4rem;
}*/

#scriviCuoco{
	position: relative;
	float: none;
	width: 100%;
	padding: 1rem 2%;
	border: 0.1rem solid #db413c;
	cursor: pointer;
	margin: 1rem 0;
	background: #ffffff;
	border-radius: 0.4rem;
	text-align: center;
}

#scriviCuoco:hover{
	color: #ffffff;
	background: #db413c;
}

#dmMenu, #dmCuoco{
	border-top: 0.1rem solid #e3e3e3;
	overflow: hidden;
}

.dmVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("velinaImg.png");
	background-size: 100% 100%;
	z-index: 99;
}

@media only screen and ( max-width: 767px){
	#scriviCuoco{
		position: relative;
		float: none;
		width: 100%;
		padding: 1rem 2%;
		border: 0.1rem solid #db413c;
		cursor: pointer;
		margin: 1rem 0;
		background: #ffffff;
		border-radius: 0.4rem;
		text-align: center;
	}
}

/************************************************/
/* 				Galleria 						*/
/************************************************/
.galleryExt{
	position: relative;
	width: 90%;
	margin: 2rem auto;
}

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

.gallerySx, .galleryDx{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 40%;
	border-radius: 50px;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
}

.gallerySx:hover, .galleryDx:hover{
	color: #db3430;
}

.gallerySx{
	left: 5px;
}

.galleryDx{
	right: 5px;
}

.gallery{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	background: #ffffff;
}

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

.active{
	left: 0;
}

.prev, .next{
	width: 90%;
	top: 5%;
}

.prev img, .next img{
	opacity: 0.4;
	transition: opacity 0.4s;
	cursor: pointer;
}

.prev img:hover, .next img:hover{
	opacity: 1;
}

.prev{
	left: -90%;
}

.next{
	left: 100%;
}

.galleryLink{
	position: absolute;
	width: 100%;
	left:0;
	bottom: 20%;
	z-index: 100;
	text-align: center;
}

.galleryTesto{
	position: relative;
	height: 60px;
	overflow-y: auto;
	padding: 5px 2%;
	font-size: 14px;
	background: #ffffff;
	display: block;
}

.next .galleryTesto, .prev .galleryTesto{
	display: none;
}

.next .galleryLink, .prev .galleryLink{
	opacity: 0;
}

.link{
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 2px 2%;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

@media only screen and ( max-width: 767px){
	.galleryExt{
		width: 90%;
	}
}

/*
.dmPiatto{
	position: relative;
	float: left;
	width: 23%;
	margin: 1rem 1% 1rem 1%;
	border: 0.1rem solid #cccccc;
	border-radius: 0.2rem;
	overflow: hidden; 
}

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

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

.dmPiattoTitolo{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1rem 4%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
	z-index: 100;
}

*/
.dmPiattoDescrizione{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0.4rem 2%;
}

.dmCuocoImg{
	position: relative;
	float: left;
	width: 20%;
	border-radius: 20rem;
	overflow: hidden; 
	border: 0.1rem solid #cccccc;
}

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

.dmCuocoDescr{
	position: relative;
	float: right;
	width: 75%;
}

#dmPrezzo{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: right;
	padding: 2rem 0;
	border-bottom: 0.1rem solid #e3e3e3;
}

#dmPrezzo i{
	color: #db413c;
}

#dmPrenotazione form input[type="text"], #dmPrenotazione form input[type="submit"], #dmPrenotazione form select{
	margin: 1rem 2%;
	width: 96%;
	text-align: center;
}

#dmPrenotazione form textarea{
	margin: 1rem 2%;
	width: 96%;
}

@media only screen and ( max-width: 767px){
	#dmCorpo, #dmPrenotazione{
		position: relative;
		float: none;
		width: 100%;
	}
	
	#dmPrenotazione{
		border-top: 0.1rem solid #cccccc;
	}
	
	.dmPiatto{
		position: relative;
		float: none;
		width: 90%;
		margin: 2.4rem auto;
	}
	
	.dmCuocoImg{
		position: relative;
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	
	.dmCuocoDescr{
		float: none;
		width: 100%;
		margin: 1rem 0 2rem 0;
		text-align: center;
	}
}

/*****************************************************
					Menu
*****************************************************/
#fotoMenu{
	position: relative;
	width: 96%;
	margin: 2rem 2%;
	border: 0.1rem solid #cccccc;
	border-radius: 0.4rem;
	background: #ececec;
	padding: 1rem 2%;
}

/*****************************************************
					Filtri ricerca
*****************************************************/
#filtri{
	position: relative;
	width: 100;
	border-bottom: 0.1rem solid #cccccc;
	display: none;
}

.filtro{
	position: relative;
	float: left;
	padding: 1.6rem 4%;
	font-size: 1.2rem;
	background: #ffffff;
	color: #888888;
	transition: color 0.4s, background 0.4s;
	cursor: pointer;
}

.filtro:hover{
	color: #ffffff;
	background: #db413c;
}

.filtro i{
	color: #db413c;
	font-size: 1.8rem;
	transition: color 0.8s, padding 0.8s;
	padding: 0 0.2rem 0 0;
}

.filtro:hover i{
	color: #ffffff;
	padding: 0 1rem 0 0;
}

.chiudiFiltro{
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
	text-align: center;
}

.chiudiFiltro i, .chiudiFiltro:hover i{
	color: #ffffff;
	font-size: 1.2rem;
}

/*****************************************************
					Calendario
*****************************************************/
#calendarioDate, calendarioInfo{
	position: relative;
	float: left;
	width: 50%;
	padding: 0 5%;
}

@media only screen and ( max-width: 767px){
	#calendario, calendarioInfo{
		float: none;
		width: 100%;
	}
}
