<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
}
.errors::-webkit-input-placeholder {
    color: red;
}

.errors:-moz-placeholder { /* Firefox 18- */
    color: red;
}

.errors::-moz-placeholder {  /* Firefox 19+ */
    color: red;
}

.errors:-ms-input-placeholder {
    color: red;
}
.errors:focus{
    outline-color: red;
}

html {
    font-family: Verdana, Helvetica, sans-serif;
    display: block;
}

body {
    width: 100%;
    height:100%;
}

fieldset{
    border: 0;
}

#footer,#header {
    display: block;

}

#main {
    width: 100%;
    position: relative  ;
    display: inline-block;

}

#header {
	height: 0px;
}

#wrapper {
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 0;
}

#nav {

    background-color: #373535;
    color: #fff;
    min-height: 2em;

}

#nav p {
      padding-top: 0.4em;
	display: inline-table;
}

#presentazione {
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    height: 4em;
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}

.contenitore {
    margin: 0 auto;
    max-width: 1024px;
    height: 100%;
	    word-wrap:break-word;

}

.colore {
    color: #373535;

}

.hyde{
    margin-left:-1000em;
}

.hide
{
	display: none;
}

#logoScritta {
    padding-top: 0em;
    height: 4em;
    margin-left: 0.8em;
}
#Scritta {
    z-index: 3;
    float: left;
    position: fixed;
    top: 0;
}

#Charlot {
    z-index: 2;
    float: left;
    width: 10em;
    position: relative;
    height: 10em;
    margin-top: 3em;
        background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../image/charlot.png");
    -ms-behavior: url(backgroundsize.min.htc);
}

#Charlot p, #bottone_menu, #bottone_cerca
{
	display: none;
}

#menu_contain
{
	margin: 0 auto;
    max-width: 1024px;
	/*display: inline-block; mobile*/
}

#menu {
    position: fixed;
    top:0px;
    width: 100%;
    max-width: 1024px;
    height: 4em;
    background-color: #fff;
    float:right;
    z-index: 1;

}

#menu_raggruppato {
    float:right;
}

#menu ul {
    list-style-type: none;
    height: 4em;
    float: left;
    background-color: #ffffff;
}
#menu ul li {
    float: left;
    padding-top: 2.3em;
}

#menu ul li div{
    padding-bottom: 0.3em;
    border-bottom: 0.25em solid #373535;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

#menu ul li a {
    text-decoration: none;
    color: #000000;
    padding-bottom: 0.5em;
    padding-top: 2.3em;
    padding-left: 0.75em;
    padding-right: 0.75em;

}
#menu ul li a:hover {
    background-color: gray;
    color:#ffffff;
}


legend.cerca{
    display: none;
}

#link
{
	padding-top: 4em;
	display: block;
}

#formStyle {
    min-width: 18.5em;
    padding-left: 0.5em;
      margin-top: -0.5em;
    float: right;
}

#textStyle {
    height: 2em;
    width: 80%;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


#formStyle:hover {
    height: auto;
    background-color: #fff;
}

#bottomStyle {
    height: 2.1em;
    background-color: white;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    padding: 0.3em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#nascondimi
{
	display: none;
}

#fascia1 {
    position: relative;
    min-height: 20em;
    width: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../image/1.jpg");
    -ms-behavior: url(backgroundsize.min.htc);
    background-position: center;
    max-height: 1024px;
    display: inline-block;
}

#fascia2 {
    position: relative;
    width: 100%;
    overflow: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

#fascia3 {
    position: relative;
    min-height: 10em;
    width: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../image/3.jpg");
    -ms-behavior: url(backgroundsize.min.htc);
    background-position: center;
    max-height: 1024px;
        display: inline-block;
}



#fascia4 {
    position: relative;
    width: 100%;
    display: inline-block;
}

#descrizione {
    padding: 1em;
    margin-top: 4em;
    margin-right: 1em;
	margin-left: 1em;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 55%;
    max-width: 28em;
}

#descrizione p
{
    text-align: justify;
}


#news {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    float: left;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    max-width: 500px;
    width: 100%;
}
#datanews{
    color: #4f5155;
    font-size: 0.85em;
}
#testonews{
    padding-top: 1em;
    padding-bottom: 1em;
}
#imgpost{
    float: left;
    margin-right: 1em;
}
#linkpost{
    clear: both;
    display: block;
}
#linkpost{
    display: block;
}
#titleshare{
    font-weight: bold;
}

#boxPizza {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fff;
}

#pizzaImg {
    height: 15em;
    float: left;
    margin-top: 3em;
     border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;

}

#boxPizza h1 {
    font-size: 1.3em;
    padding-bottom: 1em;
}

#boxPizza h2 {
    font-size: 2em;
}

#boxPizza h3 {
    font-size: 1em;
}

#boxPizza div {
    float:right;

}

#pizzaMomento {
    float: right;
        width: 45%;
    margin-top: 3em;
    bottom: 0px;

}
.socialBox {
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;
    padding-top: 0.5em;
    margin-top: 2em;
    width: 100%;
}

.socialBox p {
    float:left;
}

.socialBox ul {
    list-style-type: none;
    position:relative;
    float:right;

}
.socialBox ul li {
    float: left;
    display: list-item;
}
.socialBox img {
    width:  40px;
    height: 40px;
}
.socialBox a {
    width:  40px;
    height: 40px;
    display: block;
}
.socialBox span {
    display:  none;
}


#social{
       width: 100%;
    padding-bottom: 2em;
  margin-top: 6em;
  height: 3em;
}

#social .contenitore div {
    float:right;
}

#social p{
    float:left;
    display: inline;
    padding: 1em;
}
#social ul{
    list-style-type: none;
    min-width: 17em;
    width: 17em;
}
#social ul li{
    float: left;
}
#social a {
    width:  50px;
    height: 50px;
    display: block;
}
#social span {
    display: none;
}
#social img {
    width:  50px;
    height: 50px;
}

#info {
    float:left;
    margin-left: 2em;
}

#sc_telefono {
    margin-top: 2em;
    height: 5.5em;
    float: left;
}

#sc_telefono_img {
    background-repeat: no-repeat;
    background-size: 4.55rem;
    background-position: 0 0.5rem;
    display: block;
    padding-left: 5em;
    height: 100%;
	background-image: url("../image/icon/tefolono_2.png");
    -ms-behavior: url(backgroundsize.min.htc);
}
#telefono_numero a{
    color: #000;
}
#sc_telefono a:visited {
    color: #800080;
}

#telefono_numero {
    font-size: 1.3em;
    padding-top: 0.4em;
    text-align: left;
    display: flex;
    flex-direction: column;
}


#telefono_descrizione {
    padding-top: 0.2em;
    text-align: left;
    font-size: 1em;
}

#sc_indirizzo {
    clear: both;
    margin-top: 2em;
    height: 4.5em;
    float: left;
}

#sc_indirizzo_img {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    color: #000;
    padding-left: 5em;
	background-image: url("../image/icon/indirizzo.png");
    -ms-behavior: url(backgroundsize.min.htc);
}

#sc_indirizzo a:visited {
    color: #800080;
}
#sc_indirizzo a {
    color: #000;
}
#indirizzo_via {
    font-size: 1.3em;
    text-align: left;
}
span#indirizzo_citta{
    padding-top: 0.2em;
    display: block;
}
#indirizzo_citta {
    font-size: 1em;
    text-align: left;
}

#mappa {
    float:right;
        width: 50%;
	margin-right: 1%;

}

#maps {
    margin-top: 1.5em;
    height: 20em;
    width: 95%;

    margin-left:3%;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    float:right;
}


#footer {
    background-color: #373535;
    color:#ffffff;
    font-size: 0.8em;

	margin-top: 3em;

}

#footer div {
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 1.5em;
        padding-bottom: 1em;
        background-color: #373535;


}

#footer div p {
    text-align: center;
    padding-top: 0.75em;
}

#footer div p a {
    color: #fdfd6c;
}

#footer div p a:visited {
    color: #cecece;
}

#footer div p a:hover {
    color: white;
}

#html5 {
    float:left;
    margin-top: -6em;
    margin-left: 1em;
}

#xhtml {
    float:left;
    margin-top: -5em;
    margin-left: 1em;
}

#css {
    float:right;
    margin-top: -5em;
    margin-right: 1em;
}
a img{
    text-decoration: none;
    border: 0;
}

/*fine FOOTER*/


#nav a
{
    color: #fdfd6c;
}

#nav a:visited
{
    color: #cecece;
}

#nav a:hover{
    color: white;
}

/*CSS PIZZA*/

.container {
    height: 20em;

    overflow: hidden;
}
.container img {
    display: block;
        margin-top: -20%;

}
.portrait img {
    width: 100%;
}

.container h1 {
    position: absolute;
    margin: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.9);
    font-size: 4em;
    margin-top: 3em;
    margin-left: 1%;
    border-style: solid;
    border-color: #373535;
    color: #373535;
}

.altezzaAuto {
    height: auto;
}

.ingredienti
{
    max-width: 65%;
  min-width: 20em;
    margin-left: 1%;
      overflow: hidden;
    margin-top: 1em;
}

#bordo
{
  background-repeat: repeat-x;
  background-position: center;
    background-image: url("../image/lineaIngredienti.png");
}

#bordo span
{
      font-size: 1.5em;
  margin-left: 0.5em;
  background-color: white;
  padding: 0.1em;
}

#prezzo
{
    width: 5em;
    margin-left: 2%;
    margin-right: 1%;

    float: right;
    font-size: 3em;
	margin-top: 0.3em;
    color: #373535;
    background-repeat: no-repeat;
    background-size:contain;
    background-image: url("../image/icon/euro.png");
    -ms-behavior: url(backgroundsize.min.htc);
}

#prezzo p
{
    padding-left: 1.5em;
}

.ingredientiDescrizione
{
    padding-left: 1.6em;
    height: 1.5em	;
    font-size: 2em;
    background-repeat: no-repeat;
    background-size:contain;
    -ms-behavior: url(backgroundsize.min.htc);
}

.ingredientiDescrizione p
{
    padding-top: 0.1em;

}

.ingredienti ul
{
        list-style-type: none;

}

.ingredienti li
{
    margin: 0.5em;
}

.class_Verdura
{
    background-image: url("../image/icon/verdure.png");
}

.class_Formaggio
{
    background-image: url("../image/icon/formaggio.png");
}

.class_Carne
{
    background-image: url("../image/icon/carne.png");
}

.class_Pesce
{
    background-image: url("../image/icon/pesce.png");
}

.class_Funghi
{
    background-image: url("../image/icon/funghi.png");
}

.class_Frutta
{
    background-image: url("../image/icon/frutta.png");
}

.class_Uova
{
    background-image: url("../image/icon/uovo.png");
}

.class_Condimento
{
    background-image: url("../image/icon/condimento.png");
}

.class_Pane
{
    background-image: url("../image/icon/pane.png");
}

#vname,#vemail,#vmsg
{
	height: 2em;
	border-style: solid;
    border-color: gray;
    border-width: 1px;
	max-width: 720px;
	margin: auto;
	width: 100%;
	display: inline-block;
	margin-top: 0.5em;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

#erroreN,#erroreE,#erroreM
{
	padding-top: 0.4em;
	font-size: 0.75em;
	float: left;
	color: red;
}



#submitAJAX
{
	  max-width: 7em;
  width: 100%;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  height: 2em;
	margin-top: 0.5em;
}

#vmsg
{
	height: 6em;
	resize: none;

}

#commento
{
	display: none;
	max-width: 800px;
	margin: auto;
	width: 100%;
	margin-bottom: 3em;
}

#commento_ultimariga
{
	  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
}

#commento h1
{
	font-size: 1.5em;
	text-align: center;
}

#chiudi, #apri
{
	  float: right;
	  margin-top: -2em;
	  height: 2em;
	width: 2em;
		border-style: solid;
    border-color: gray;
    border-width: 1px;
	background-color: #fff;
}

#apri
{
	float:right;
	margin-right: 10%;
	width: auto;
	padding: 0.2em;
}


.valutazione
{
	min-width: 12em;
	min-height: 7em;
  	margin-left: 1%;
  	margin-top: 6.5em;
  	margin-right: -13em;
	font-size: 1em;
    color: #373535;
	border-style: solid;
    border-color: gray;
	border-width: 1px;

	float: right;
}

#valutazioneEcommenti
{
	width: 100%;
	min-height: 12em;
	overflow:auto;
}

#formAJAX
{
	max-width: 1024px;
	margin-left: 2em;
	margin-right: 5%;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-top: 3em;
	border-color: gray;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
}

#fildset_commenti
{
	width: 90%;
	margin-left: 5%;
	display: block;

}

#scritta_voto
{
    display: inline;
  	float: right;
	margin-top: 0.7em;
	margin-left: 1.5em;
	color: gray;
	margin-right: 1em;
}

.rating {
	 float:right;
	 border-width:0px;
	min-width: 8em;
}
.rating:not(:checked) &gt; input {
	visibility: hidden;
	clip:rect(0,0,0,0);
	position: absolute;
  		top: -9999px;
}
.rating:not(:checked) &gt; label {
	float:right;
	width:1em;
	padding:0 .1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:200%;
	line-height:1.2;
	color:#ddd;

}
.rating:not(:checked) &gt; label:before {
	content: 'â˜… ';
}
.rating &gt; input:checked ~ label {
	color: #373535;

}
.rating:not(:checked) &gt; label:hover,
.rating:not(:checked) &gt; label:hover ~ label {
	color: black;

}
.rating &gt; input:checked + label:hover,
.rating &gt; input:checked + label:hover ~ label,
.rating &gt; input:checked ~ label:hover,
.rating &gt; input:checked ~ label:hover ~ label,
.rating &gt; label:hover ~ input:checked ~ label {
	color: black;
}

.rating &gt; label:active {
	position:relative;
	top:2px;
	left:2px;
}

#voto
{
	text-align: center;
	font-size: 5em;
}

.stelle
{
	font-size: 0px;
}

.stella_vuota
{
	height: 40px;
	width: 40px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../image/icon/stella_vuota.png");
	-ms-behavior: url(backgroundsize.min.htc);
}

.stella_piena
{
	height: 40px;
	width: 40px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../image/icon/stella_piena.png");
	-ms-behavior: url(backgroundsize.min.htc);
}

.stella_mezza_piena
{
	height: 40px;
	width: 40px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../image/icon/stella_mezza_piena.png");
	-ms-behavior: url(backgroundsize.min.htc);
}

.stella_utente
{
	height: 20px;
	width: 20px;
	font-size: 0px;
}


.persona
{
	font-size: 1.1em;
	word-wrap:break-word;
  max-width: 11em;
}

.messaggio
{
	font-size: 0.75em;
	margin-top: 0.5em;
	word-wrap:break-word;
  max-width: 18em;

}

.commenti_utente
{
	display: inline-table;
	float: left;
	margin: 1em;
	min-width: 12em;
	max-width: 15em;
}

.commenti_utenti
{
	overflow: auto;
	display: inline-block;
	width: 90%;
  	float: left;
}

#indietro
{
	float: left;
	height: 15em;
	background-color: white;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
	width: 1.5em;

}

#avanti
{
	float: right;
	height: 15em;
	background-color: white;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
	width: 1.5em;
}



.pizza_details
{
		overflow:auto;

}

.surgelato
{
	margin-left: 1.5em;
	font-style: italic;
}

.allergeni_titolo
{
	display: inline;
	font-size: 1.3em;
	margin-left: 1.5em;
}

.allergeni
{
	display: inline;
	font-size: 1.3em;
	word-wrap:break-word;

}

.allergeneZone
{
	margin-top: 2em;
	word-wrap:break-word;

}

.dubbio
{
    margin-top: 0.5em;
    margin-left: 2em;
}

.no_placeholder
{
    display: none;
}


/*CSS ABOUT*/
#fasciastory {
    position: relative;
    min-height: 20em;
    width: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../image/scena.jpg");
    -ms-behavior: url(backgroundsize.min.htc);
    max-height: 1024px;
    display: inline-block;
}
#descrizionestory {
    padding: 1em;
    margin-top: 4em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: right;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    max-width: 50%;
}
#orario{
    float:left;
    margin-left: 2em;
    margin-top: 2em;
}

#orario table caption{
    text-align: left;
    font-size: 2em;
    margin-bottom: 0.2em;
}
#orario table td{
    text-align: center;
    padding: 0.25em;
}
#orario table th{
    text-align: center;
    padding: 0.25em;
}
#orario table {
    border-collapse: collapse;
}
#orario table td, #orario table th {
    border: 1px solid black;
}
#orario table thead tr:first-child th {
    border-top: 0;
    background-color: #a2a2a2;
    color: #fff;
}
#orario table tr:last-child td {
    border-bottom: 0;
}
#orario table tr td:first-child,
#orario table tr th:first-child {
    border-left: 0;
    background-color: #a2a2a2;
    color: #fff;
}
#orario table tr td:last-child,
#orario table tr th:last-child {
    border-right: 0;
}
#orario table tr:last-child th:first-child {
    border-bottom: 0;
}

#telind {
    float:right;
    width: 50%;
    margin-top: 2em;
}

.riga
{
    padding-bottom: 0.5em;
}

/*CSS errore*/

.errore{
    margin-top:3em;
    text-align: center;
    overflow: auto;
    height: auto;
}

.errore h1
{
    width: 70%;
    margin: auto;
}


.errore img
{
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
}

blockquote
{
    font-style: italic;
    width: 70%;
    margin: auto;
}

@media only screen and (max-width:800px){
    #telind {
    	float:left;
        width: 90%;
		margin-left: 5%;
		margin-bottom: 1em;
	}
}

/*maintenance*/
.logo-maintenance {
  width: 15em !important;
  height: 15em;
}
</pre></body></html>