<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document for studiofurigo.it */

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

body {
	color: #000;
	margin: 0.625em 0em;
	padding: 0em;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.125em;
	background-image: url(../images/sf-body.jpg);
	background-repeat: repeat-x;
	background-position: 0em 0em;
}
a:link {
	color: #932736;
	text-decoration: none;
}
a:visited {
	color: #932736;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
/*
#main {
} */
h3 {
	font-size: 1.125em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #900;
	border-bottom: 0.25em solid #CCC;
	padding: 0em 0em 0.3125em 0em;
	margin: 0em 0em 0.625em 0em;
}
h4 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.3125em 0em;
	margin: 0em 0em 0.625em 0em; 
}
h5 {
	font-size: 1em;
	line-height: 1em;
	font-weight: lighter;
	padding: 0.3125em 0em;
	margin: 0em;
	font-style: oblique;
}
h6 {
	font-size: 0.875em;
	line-height: 0.875em;
	font-weight: lighter;
	padding: 0.3125em 0em;
	margin: 0em;
	font-style: oblique;
}
/* Header */
#header-container {
	max-width: 38.75em;
	height: 11.25em;
	padding: 0.625em 0.625em 0em 0.625em;
	margin: 0em auto;
	background-color: #FFF;
}
#header {
	max-width: 38.75em;
	height: 11.25em;
	padding: 0em;
	margin: 0em;
	/* background-color: #F00; */
}
	/* Header Sx */
#header-sx {
	width: 13.125em;
	height: 11.25em;
	float: left;
	/* background-color: #99CC00; */
	margin-right: 0.625em;
	border-right: 0.125em solid #932736;
}	
#header-sx img {
	width: 12.5em;
	border: 0em none;
}
	/* Fine Header Sx */
	/* Header Dx */
#header-dx {
	width: 24.875em;
	height: 11.25em;
	float: right;
	background-image: url(../images/sf-header-dx.jpg);
	background-repeat: no-repeat;
	background-position: -5em 0em;	
	/* background-color: #336699; */
}
		/* Menù di Navigazione */
#menu {
	color: #932736;
	font-size: 1.125em;
	height: 2.0625em;
	text-align: right;
	border-bottom: 0.125em solid #932736;
}
#menu a:link {
	color: #932736;
	text-decoration: none;
}
#menu a:visited {
	color: #932736;
	text-decoration: none;
}
#menu a:hover {
	color: #932736;
	text-decoration: underline;
}
		/* Fine Menù di Navigazione */
		/* Nome pagina */
h1 {
	font-size: 1.875em;
	font-weight: lighter;
	line-height: 30px;
	color: #FFF;
	padding: 0em;
	margin: 3.125em 0.5em 0em 0em;
	text-align: right;
}		
		/* Fine Nome pagina */
	/* Fine Header Dx */
/* Fine Header */
/* Contenuti */
#corpo {
	width: 38.75em;
	min-height: 6.25em;
	height: auto !important;
	height: 6.25em;
	padding: 0.625em;
	margin: 0em auto;
	background-color: #FFF;
}
#contenuti-container {
	width: 38.625em;
	min-height: 6.25em;
	height: auto !important;
	height: 6.25em;
	border-right: 0.125em solid #932736;
	border-top: 0.125em solid #932736;
	border-bottom: 0.125em solid #932736;
	padding: 0em; 
	/* background-color: #CC99CC; */
}
#contenuti {
	width: 36.75em;
	min-height: 6.25em;
	height: auto !important;
	height: 6.25em;
	border-left: 0.125em solid #932736;
	padding: 0.625em; 
	margin-left: 0.625em;
	/* background-color: #99FF66; */
}	
#contenuti p {
	margin: 0em 0em 0.625em 0em;
	padding: 0em;
}
#contenuti p.last {
	margin: 0em;
}
#contenuti ul {
	margin: 0em 0em 0.625em 0em;
	padding: 0em;
	list-style: square;
}
#contenuti ul li {
	margin: 0em 0em 0em 1em;
	padding: 0em;
}
		/* Percorso Pagina */
#percorso {
	width: 36.75em;
	height: 1.9375em;
	padding: 0.1875em 0em 0em 0em;
	margin: 0em;
	font-size: 1em;
	line-height: 1.125em;
	text-align: right;
	border-bottom: 0.0625em dotted #666;
}
#percorso a:link {
	color: #000;
	text-decoration: underline;
}
#percorso a:visited {
	color: #000;
	text-decoration: underline;
}
#percorso a:hover {
	color: #932736;
	text-decoration: none;
}
		/* Fine Percorso Pagina */
		/* Colonna SX */
#col-sx, #col-bottom {
	min-height: 2.5em;
	height: auto !important;
	height: 2.5em;
	margin: 0.625em 0.625em 0.625em 0em;
}
#col-sx h2, #col-bottom h2 {
	font-size: 1.25em;
	line-height: 24px; /* Va espresso in px altrimenti non viene correttamente visualizzato */
	font-weight: lighter;
	color: #999;
	margin: 0em;
	padding: 0em;
	text-transform: uppercase;
	border-bottom: 0.125em solid #999;
}
#col-sx {
	display: none;
}
div.circolari-col-sx {
	margin-top: 0.625em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0em;
	/*
	background-image: url(../images/circolari/icona-pdf.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0em; */
}
div.doc-scad-fisc span {
	display: none;
}
		/* Fine Colonna SX */
#contenuti-dx {
	margin-top: 0.625em;
}
		/* Home Page */
#block-1 {
	line-height: 22px;
	color: #666;
	margin-top: 0.625em;
	/* background-color: #ED0307; */
}
#block-2 {
	margin-top: 0.625em;
	line-height: 24px;
	color: #666;
	/* background-color: #D6E11E; */
}
div.block-sx {
	width: 35.375em;
	height: 17.375em;
	padding: 0.625em;
	border: 0.0625em solid #CCC;
}
div.block-dx {
	width: 35.375em;
	height: 17.375em;
	padding: 0.625em;
	margin-top: 0.625em;
	border: 0.0625em solid #CCC;
}
#block-1 h2, #block-2 h2 {
	font-size: 2.5em;
	line-height: 50px; /* Va espresso in px altrimenti non viene correttamente visualizzato */
	font-weight: lighter;
	color: #FFF;
	background-color: #888;
	text-align: right;
	margin: 0em;
	padding: 0em 0.5em 0em 0em
}
#block-1 div.maggiori-informazioni a:link, #block-2 div.maggiori-informazioni a:link {
	width: 23.25em;
	height: 2em;
	display: block;
	color: #900;
	/* background-color: #1F2CB5; */
}
#block-1 div.maggiori-informazioni a:visited, #block-2 div.maggiori-informazioni a:visited {
	width: 23.25em;
	height: 2em;
	display: block;
	color: #900;
}
#block-1 div.maggiori-informazioni a:hover, #block-2 div.maggiori-informazioni a:hover {
	width: 23.25em;
	height: 2em;
	display: block;
	color: #CCC;
	text-decoration: none;
}
div.testi-anteprima {
	width: 35.375em;
	height: 10.1875em;
	padding: 0.625em 0em;
	margin: 0em;
	overflow: auto;
}
#contenuti #block-1 div.testi-anteprima ul {
	margin: 0em;
	padding: 0em;
	list-style: none;
}
#contenuti #block-1 div.testi-anteprima ul li {
	margin: 0.625em 0em 0em 0em;
	padding: 0em 0em 0em 2.5em;
	height: 2.8125em;
	background-image: url(../images/index-home/sf-ul-block.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#contenuti #block-1 div.testi-anteprima ul li.longer-1 {
	height: 5.25em;
}
#contenuti #block-1 div.testi-anteprima ul li.longer-2 {
	height: 2.8125em;
}
#contenuti #block-1 div.testi-anteprima ul li:first-child {
	margin: 0em;
}
div.testi-anteprima-circolari {
	width: 35.375em;
	height: 10.1875em;
	padding: 0.625em 0em;
	margin: 0em;
	overflow: auto;
}
div.maggiori-informazioni {
	width: 31.625em;
	height: 2em;
	margin: 0em;
	padding: 0.75em 3.75em 0em 0em;
	border-top: 0.0625em dotted #000;
	text-transform: uppercase;
	text-align: right;
	color: #900;
	font-weight: bold;
	/* background-color: #E9C323; */
	background-image: url(../images/index-home/sf-maggiori-informazioni.jpg);
	background-position: 535px 12px;
	background-repeat: no-repeat;
}
div.maggiori-informazioni:hover {
	color: #CCC;
	background-image: url(../images/index-home/sf-maggiori-informazioni-hover.jpg);
	background-position: 525px 12px;
	background-repeat: no-repeat;
}
		/* Fine Home Page */
		/* Circolari */
#contenuti ul.cicolari-elenco li {
	margin: 0em 0em 0.3125em 0em;
	padding: 0.375em 0em 0em 1.875em;
	height: 1.875em;
	background-image: url(../images/circolari/icona-pdf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style: none;
}
#contenuti div.testi-anteprima-circolari ul.cicolari-elenco li { /* Per l'elenco circolari nella home */
	margin: 0em 0em 0.3125em 0em;
	padding: 0.375em 0em 0em 1.875em;
	height: 2.25em;
	background-image: url(../images/circolari/icona-pdf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style: none;
}
			/* Form iscrizione */
form {
	margin: 0em;
	padding: 0em;
}
fieldset {
	margin: 0em 0em 0.625em 0em;
	padding: 0.625em;
	border: 0.0625em solid #CCC;
}
fieldset.tasti {
	margin: 0em;
}
legend {
	padding: 0em 0.3125em;
	margin: 0em;
	color: #039;
}
select {
	margin: 0em 0em 0em 0.3125em;
	padding: 0.625em;
	width: 8.5em;
	border: 0.0625em solid #CCC;
	color: #000;
}
div.dati label {
	display: block;
	margin: 0.625em 0em;
	padding: 0em;
}
div.dati label b {
	width: 14.375em;
	float: left;
	padding: 0.25em 0em 0em 0em;
}
div.dati input {
	width: 23.75em;
	padding: 0.625em;
	border: 0.0625em solid #CCC;
}
			/* Fine Form iscrizione */
		/* Circolari */
		/* Contatti */
.c-frame {
	margin: 0em;
	padding: 0em;
	width: 36,25em;
	height: 31.125em;
}
#map-container {
	margin: 0em;
	border: 0.0625em solid #666;
	padding: 0.125em;
}
#contenuti .no-bullet {
	margin: 0em 0em 0.625em -1em;
	padding: 0em;
	list-style: none;	
}
		/* Fine Contatti */
.floatsx {
	float: left;
	padding: 0.0625em;
	margin: 0em 0.625em 0em 0em;
	border: 0.0625em solid #CCC;
}
	/* Fine Contenuti */
/* Fine Corpo */
/* Footer */
#footer-container {
	width: 38.75em;
	min-height: 2.5em;
	height: auto !important;
	height: 2.5em;
	padding: 0.625em;
	margin: 0em auto 0.625em auto;
	clear: both;
	background-image: url(../images/sf-footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#footer {
	width: 38.75em;
	min-height: 2.5em;
	height: auto !important;
	height: 2.5em;
	margin: 0em;
	padding: 0em;
	color: #6B0000;
	font-size: 1em;
	line-height: 18px;
	text-align: center;
}
#footer a:link {
	color: #6B0000;
	text-decoration: none;
}
#footer a:visited {
	color: #6B0000;
	text-decoration: none;
}
#footer a:hover {
	color: #6B0000;
	text-decoration: underline;
}
	/* Menù Rules */
#menu-rules {
	padding: 0em 0em 0.625em 0em;
	margin: 0em;
}	
	/* Fine Menù Rules */ 
#azienda {
	padding: 0em;
	margin: 0em 0em 1.25em 0em;
	text-transform: uppercase;
	font-weight: bold;
}
	/* Contatto diretto */
#contatto-diretto {
	border-top: 0.0625em solid #6B0000;
	clear: both;
	width: 20.9375em;
	height: 2.75em;
	padding: 0.625em;
	color: #720D0D;
	font-size: 1.75em;
	line-height: 34px;
	/* background-color: #F00; */
}
#cd-sx {
	display: none;
}
#cd-c {
	width: 8.375em;
	height: 2.125em;
	float: left;
	padding: 0.875em 3em 0em 0em;
	background-image: url(../images/sf-cd-c.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	/* background-color: #556688; */
}
#cd-dx {
	width: 6.25em;
	height: 2.125em;
	float: right;
	padding: 0.875em 3em 0em 0em;
	background-image: url(../images/sf-cd-dx.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	/* background-color: #41EF16; */
}
	/* Contatto diretto */
	/* Social */
div.social-container {
	border-top: 0.0625em solid #6B0000;
	padding: 0.625em 0em 0em 0em; 
	margin: 0.3125em 0em 0em 0em; 
}
div.social-container img {
	border: 0.25em solid #6B0000;
	padding: 0.25em;
	border-radius: 5px;
	margin: 0.625em 0.625em 0em 0em; 
}
div.social-container img:hover {
	border: 0.25em solid #FFF;
}	
	/* Fine Social */
/* Fine Footer */
}
</pre></body></html>