@charset "utf-8";
/* CSS Document */

.AAAA { /* Risotto ai Frutta di Mare */
	background-image:url(../site_images/food/AAAA.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AAAA:hover { /* Risotto ai Frutta di Mare */
	background-image:url(../site_images/food/AAAA.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.BBBB { /* Coste di Manzo ai Funghi */
	background-image:url(../site_images/food/BBBB.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.BBBB:hover { /* Coste di Manzo ai Funghi */
	background-image:url(../site_images/food/BBBB.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.CCCC { /* Petto di Anatra alla Melegrano */
	background-image:url(../site_images/food/CCCC.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.CCCC:hover { /* Petto di Anatra alla Melegrano */
	background-image:url(../site_images/food/CCCC.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.DDDD { /* Filetto di Maiale */
	background-image:url(../site_images/food/DDDD.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.DDDD:hover { /* Filetto di Maiale */
	background-image:url(../site_images/food/DDDD.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.EEEE { /* Gamberi Sale e Pepe */
	background-image:url(../site_images/food/EEEE.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.EEEE:hover { /* Gamberi Sale e Pepe */
	background-image:url(../site_images/food/EEEE.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.FFFF { /* Garganelli ai Frutta di Mare - scallops, shrimp, crab, alfredo */
	background-image:url(../site_images/food/FFFF.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.FFFF:hover { /* Garganelli ai Frutta di Mare - scallops, shrimp, crab, alfredo */
	background-image:url(../site_images/food/FFFF.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.GGGG { /* Dover Sole alla Mandorle - brown butter almonds */
	background-image:url(../site_images/food/GGGG.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.GGGG:hover { /* Dover Sole alla Mandorle - brown butter almonds */
	background-image:url(../site_images/food/GGGG.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.HHHH { /* Scofano al Acqua Pazza */
	background-image:url(../site_images/food/HHHH.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.HHHH:hover { /* Scofano al Acqua Pazza */
	background-image:url(../site_images/food/HHHH.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.IIII { /* King Salmon al Champagne */
	background-image:url(../site_images/food/IIII.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.IIII:hover { /* King Salmon al Champagne */
	background-image:url(../site_images/food/IIII.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.JJJJ { /* Turbot alla Mandorle */
	background-image:url(../site_images/food/JJJJ.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.JJJJ:hover { /* Turbot alla Mandorle */
	background-image:url(../site_images/food/JJJJ.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.KKKK { /* Tajarin al Sopore di Mare */
	background-image:url(../site_images/food/KKKK.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.KKKK:hover { /* Tajarin al Sopore di Mare */
	background-image:url(../site_images/food/KKKK.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.LLLL { /* ???? */
	background-image:url(../site_images/food/LLLL.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.LLLL:hover { /* ???? */
	background-image:url(../site_images/food/LLLL.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.MMMM { /* ???? */
	background-image:url(../site_images/food/MMMM.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.MMMM:hover { /* ???? */
	background-image:url(../site_images/food/MMMM.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.NNNN { /* ???? */
	background-image:url(../site_images/food/NNNN.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.NNNN:hover { /* ???? */
	background-image:url(../site_images/food/NNNN.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.OOOO { /* Medaglioni di Pescatrice (Monkfish) */
	background-image:url(../site_images/food/OOOO.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.OOOO:hover { /* Medaglioni di Pescatrice (Monkfish) */
	background-image:url(../site_images/food/OOOO.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.PPPP { /* Pollo Lasagna */
	background-image:url(../site_images/food/PPPP.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.PPPP:hover { /* Pollo Lasagna */
	background-image:url(../site_images/food/PPPP.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.QQQQ { /* Plin al Brasato */
	background-image:url(../site_images/food/QQQQ.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.QQQQ:hover { /* Plin al Brasato */
	background-image:url(../site_images/food/QQQQ.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.RRRR { /* La Fiorentina */
	background-image:url(../site_images/food/RRRR.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.RRRR:hover { /* La Fiorentina */
	background-image:url(../site_images/food/RRRR.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.SSSS { /* Gnocchi alla Da Paolino */
	background-image:url(../site_images/food/SSSS.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.SSSS:hover { /* Gnocchi alla Da Paolino */
	background-image:url(../site_images/food/SSSS.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.TTTT { /* Paccheri al Ragu Scorfano */
	background-image:url(../site_images/food/TTTT.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.TTTT:hover { /* Paccheri al Ragu Scorfano */
	background-image:url(../site_images/food/TTTT.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.UUUU { /* Haddock Encrosta di Patate */
	background-image:url(../site_images/food/UUUU.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.UUUU:hover { /* Haddock Encrosta di Patate */
	background-image:url(../site_images/food/UUUU.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.VVVV { /* Braciole all Napoletana */
	background-image:url(../site_images/food/VVVV.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.VVVV:hover { /* Braciole all Napoletana */
	background-image:url(../site_images/food/VVVV.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.WWWW { /* Grouper al Caponata di Ceci e Maize al Zafferano */
	background-image:url(../site_images/food/WWWW.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.WWWW:hover { /* Grouper al Caponata di Ceci e Maize al Zafferano */
	background-image:url(../site_images/food/WWWW.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.XXXX { /* Chateaubriand - Stake Italiano */
	background-image:url(../site_images/food/XXXX.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.XXXX:hover { /* Chateaubriand - Stake Italiano */
	background-image:url(../site_images/food/XXXX.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.YYYY { /* Pesce Spada alla Griglia - swordfish */
	background-image:url(../site_images/food/YYYY.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.YYYY:hover { /* Pesce Spada alla Griglia - swordfish */
	background-image:url(../site_images/food/YYYY.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.ZZZZ { /* Spalla di Maiale Cotto al Fuoco - pork shoulder */
	background-image:url(../site_images/food/ZZZZ.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.ZZZZ:hover { /* Spalla di Maiale Cotto al Fuoco - pork shoulder */
	background-image:url(../site_images/food/ZZZZ.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AABB { /* Risotto al Aragosta e Burrata */
	background-image:url(../site_images/food/AABB.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AABB:hover { /* Risotto al Aragosta e Burrata */
	background-image:url(../site_images/food/AABB.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AACC { /* Spaghetti Risottato alla Milanese */
	background-image:url(../site_images/food/AACC.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AACC:hover { /* Spaghetti Risottato alla Milanese */
	background-image:url(../site_images/food/AACC.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AADD { /* Risotto di Pizza */
	background-image:url(../site_images/food/AADD.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AADD:hover { /* Risotto di Pizza */
	background-image:url(../site_images/food/AADD.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AAEE { /* Fried Oysters */
	background-image:url(../site_images/food/AAEE.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AAEE:hover { /* Fried Oysters */
	background-image:url(../site_images/food/AAEE.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AAFF { /* Risotto Come Una Pizza */
	background-image:url(../site_images/food/AAFF.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AAFF:hover { /* Risotto Come Una Pizza */
	background-image:url(../site_images/food/AAFF.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AAGG { /* Agnolotti al Brasato */
	background-image:url(../site_images/food/AAGG.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AAGG:hover { /* Agnolotti al Brasato */
	background-image:url(../site_images/food/AAGG.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.AAHH { /* Halibut alla Pesto di Asparagi */
	background-image:url(../site_images/food/AAHH.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.AAHH:hover { /* Halibut alla Pesto di Asparagi */
	background-image:url(../site_images/food/AAHH.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}


/* APPS APPS APPS APPS */
/* APPS APPS APPS APPS */
/* APPS APPS APPS APPS */
/* APPS APPS APPS APPS */

.aaaa { /* Oysters in shell */
	background-image:url(../site_images/food/apps/aaaa.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.aaaa:hover { /* Oysters in shell */
	background-image:url(../site_images/food/apps/aaaa.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.bbbb { /* Velutatta */
	background-image:url(../site_images/food/apps/bbbb.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.bbbb:hover { /* Velutatta */
	background-image:url(../site_images/food/apps/bbbb.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.cccc { /* Cappucinno Porcinin */
	background-image:url(../site_images/food/apps/cccc.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.cccc:hover { /* Cappucinno Porcinin */
	background-image:url(../site_images/food/apps/cccc.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.dddd { /* Sea Urchin */
	background-image:url(../site_images/food/apps/dddd.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.dddd:hover { /* Sea Urchin */
	background-image:url(../site_images/food/apps/dddd.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.eeee { /* Pasta Fagioli */
	background-image:url(../site_images/food/apps/eeee.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.eeee:hover { /* Pasta Fagioli */
	background-image:url(../site_images/food/apps/eeee.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.ffff { /* Burrata Aragosta - Lobster and cheese */
	background-image:url(../site_images/food/apps/ffff.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.ffff:hover { /* Burrata Aragosta - Lobster and cheese */
	background-image:url(../site_images/food/apps/ffff.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.gggg { /* Salumi Misto - salami board */
	background-image:url(../site_images/food/apps/gggg.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.gggg:hover { /* Salumi Misto - salami board */
	background-image:url(../site_images/food/apps/gggg.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.hhhh { /* Gazpacho di Cetriolo e Avocado */
	background-image:url(../site_images/food/apps/hhhh.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.hhhh:hover { /* Gazpacho di Cetriolo e Avocado */
	background-image:url(../site_images/food/apps/hhhh.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.iiii { /* Crudo di Tonno */
	background-image:url(../site_images/food/apps/iiii.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.iiii:hover { /* Crudo di Tonno */
	background-image:url(../site_images/food/apps/iiii.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}

.jjjj { /* Salmon Tartare */
	background-image:url(../site_images/food/apps/jjjj.jpg);
	background-size:contain;
	height:75px;
	width:75px;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
}

.jjjj:hover { /* Salmon Tartare */
	background-image:url(../site_images/food/apps/jjjj.jpg);
	background-size:contain;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
	border-radius:5px;
	transform:rotate(360deg) scale(5);
	-webkit-transform:rotate(360deg) scale(5);
	-moz-transform:rotate(360deg) scale(5);
	-o-transform:rotate(360deg) scale(5);
	-ms-transform:rotate(360deg) scale(5);
}