/* Box-sizing -*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url('/test/grid/script/boxsizing.htc');
	height: auto;
}

/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

/* Immagini responsive */
img { 
 border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
}
 
img.scala { 
 max-width:100%; 
	height:auto; 
}


/* preload */


#preloader {
  position:fixed; 
  top:0; 
  left:0; 
  right:0;
  bottom:0;
  background-color: #FFFFFF;
  background-image:url(load.gif);
  background-repeat:no-repeat;
  background-position:center;
  z-index:99999; 
}
#status {
	width:400px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	background-repeat:no-repeat;
	background-position:center;
	margin:-150px 0 0 -200px;
}


/* vid */

.edd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.edd-video iframe,
.edd-video object,
.edd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Stili di base e tipografia */
html {
	font-size: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	-webkit-text-size-adjust:100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

a {
 color: #558bc4;
 text-decoration: none;
}

a:hover {
 color: #558bc4;
 text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
	font-family:"Archivo Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 700;
} 

h1 {
	margin-bottom:0px;
	color: #FFFFFF;
	font-size:3.8em;
	margin-bottom:0.4em;
}

h2 { 
 font-size:28px; 
	line-height:32px; 
	margin-bottom:12px; 
}

h3 { 
 font-size:21px; 
	line-height:25px; 
	margin-bottom:8px; 
}

.titoloni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0000;
}
.footer {
	background-repeat: repeat;
}
.testoprincipalemini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.2em;
	font-weight: lighter;
	text-transform: none;
	padding: 5px;
}
.titolipaginefrandi {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2.5em;
	font-weight: 700;
	color: #000000;
	line-height: 1em;
}
.titolipaginefrandix {
	font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
}
.titolipaginefrandixb {
	font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 1.4em;
}
.titolipaginefrandi2 {
	font-family: Quattrocento, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 2em;
	padding: 20px;
	background-color: #000000;
}
.duedue .riga  .titolipaginefrandi2 a:link {
	color: #FFFFFF;
	background-color: #EF2883;
}
.duedue .riga  .titolipaginefrandi2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EF2883;

}
.duedue .riga  .titolipaginefrandi2 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EF2883;
}

/* Griglia */





.menu {
}


.gest {
width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 16px;
}
.gest .ges2 {
	position: absolute;
	z-index: 22;
	width: 259px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	top: -75px;
	left: 1px;
}

.riga {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 300px;
	padding-left: 300px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: auto;
	padding-top: 0px;
}

.riga4 {
	width: 100%;
	max-width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	}

[class*='colonna-'] {
 float: left; 
 min-height: 1px; 
 padding: 0 15px; 
}

.colonna-1-3 {
	width: 22%;
	padding: 0px;
}
.colonna-1-4 {
	width: 5%;
}
.colonna-1-5 {
	width: 78%;
	padding-top: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.colonna-1-2 {
	width: 30%;
}

.colonna-1 {
	width: 60%;
}
.colonna-1-6 {
	width: 48%;
}
.colonna-1-7 {
	width: 4%;
}
.colonna-1-8 {
	width: 48%;
}
.colonna-1-9 {
	width: 5%;
}
.colonna-1-10 {
	width: 30%;
}
.colonna-1-11 {
	width: 30%;
}
.colonna-1-12 {
	width: 5%;
}
.colonna-1-13 {
	width: 30%;
}
.colonna-1-14 {
	width: 5%;
}
.colonna-1-15 {
	width: 30%;
}
.colonna-1-16 {
	width: 100%;
	
}


.colonna-1-50lo {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.colonna-1-50b {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.colonna-1-51 {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #92C4E4;
}
.colonna-1-70 {
	width: 30%;
}
.colonna-1-71 {
	width: 5%;
}
.colonna-1-72 {
	width: 30%;
}
.colonna-1-73 {
	width: 5%;
}
.colonna-1-74 {
	width: 30%;
}

.colonna-1-8000 {
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.colonna-1-900 {
	width: 30%;
	padding: 0px;
}
.colonna-1-901 {
	width: 70%;
}


[class*="colonna-"] + [class*="colonna-"]:last-child {float: right;}

/* Micro-clearfix */
.riga:before,
.riga:after {
 content: " "; 
 display: table;
}

.riga:after {
 clear: both;
}



.riga {
 *zoom: 1;
}


/* Font miei */



.testoprincipalegrande {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 700;
}
.testoprincipalegrande a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2em;
	line-height: normal;
}
.testoprincipalegrande a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2em;
	line-height: normal;
}
.testoprincipalegrande a:hover {
	color: #DB1516;
	text-decoration: underline;
}
.titolipagine {
	font-family: Helvetica, Arial;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
}

.testoprincipalegrandeforma {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 700;
}
.testoprincipalegrandeforma a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	line-height: normal;
}
.testoprincipalegrandeforma a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2em;
	line-height: normal;
}
.testoprincipalegrandeforma a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.titolipagine {
	font-family: Helvetica, Arial;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
}



.riga .titolo {
}
.riga .colonna-1-3 .photo {
	background-color: #999999;
	padding: 10px;
}
.testolinkfoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	color: #000000;
}
.riga .colonna-1-3 .photo .testolinkfoto a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.riga .colonna-1-3 .photo .testolinkfoto a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.riga .colonna-1-3 .photo .testolinkfoto a:hover {
	color: #000000;
	text-decoration: none;
}




/* layout */



.dueventi {
	width: 100%;
	background-color: #971618;
	}

.duetredici {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	background-color: #999999;
	padding-top: 40px;
	padding-bottom: 40px;
	}
.dueinterno {
	width: 100%;
	background-color: #E9CA5C;
	}

	.duebiancoc {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #E30B17;
	}
	.duebianco-b {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	.duebianconone {
	width: 100%;
	padding: 10px;
	height: auto;
	}
	
.colonna-1-10000 {
	width: 25%;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 0px;
}
.colonna-1-10001 {
	width: 25%;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.colonna-1-10002 {
	width: 25%;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.colonna-1-10003 {
	width: 25%;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.colonna-1-600 {
	width: 30%;
	padding-right: 40px;
}
.colonna-1-601 {
	width: 70%;
	padding-left: 40px;
}



.testo-sottotitolo10 {
	font-family: helvetica;
	font-size: 1em;
	font-weight: 500;
	color: #333333;
	line-height: 2em;
	text-decoration: none;
}

.testo-sottotitolo10 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	background-color: #3399FF;
	padding: 10px;
}
.testo-sottotitolo10 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	background-color: #3399FF;
}
.testo-sottotitolo10 a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: 400;
	background-color: 00a4d8;
}


.testo-sottotitolo {
	font-family: helvetica;
	font-size: 1em;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	}
	
	
	/* template --------------------------------------------------------------------------------------- */
	
	.duefoto {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	.duenormale {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	.dueundici {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	}
	.duedodici {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	}
	.duedodici-b {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	}
		.duedodici-c {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	}
	.duedodici-d {
	width: 100%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-color: #EDEDED;
	padding: 10px;
	}
	.colonna-1-port {
	width: 35%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.colonna-1-port0 {
	width: 75%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.colonna-1-port1 {
	width: 20%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-port2 {
	width: 10%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.colonna-1-port3 {
	width: 90%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.colonna-1-50 {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #333333;
}
.duedieci {
	background-repeat: no-repeat;
	background-color: #333333;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
.duesei2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(media_teatro/percaso4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 220px;
	padding-top: 50px;
}
.duesei22 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/robot2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 170px;
	padding-top: 50px;
}
.dueonw22 {
	width: 100%;
}
.colonna-1-50-alt {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.duequattro {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #333333;
	}


	.duesette2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(tpp6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 220px;
	padding-top: 70px;
}
		.duecinque {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	}
	
		.duebianco {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
		.duebiancotre {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
	.duebiancodue {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	}
	
	.dueformenu {
	width: 100%;
	position: fixed;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	background-color: #000000;
	z-index: 1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
	
	.colonna-1-200-base {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	.colonna-1-200-base2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-200-base-crediti {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-200-base-alt {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	background-color: FFFFFF;
}
.colonna-1-200-base-alt-2 {
	width: 100%;
	border-bottom-width: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	padding: 0px;
}
	.colonna-1-200 {
	width: 70%;
	padding-right: 0px;
	padding-left: 0px;
}
.colonna-1-200-3 {
	width: 39%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.colonna-1-200-0 {
	width: 2%;
	padding-right: 0px;
	padding-left: 0px;
}
.colonna-1-200-1 {
	width: 100%;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.colonna-1-200-foto {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.colonna-1-200-titolo {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
.colonna-1-200-testo {
	width: 100%;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.colonna-1-201 {
	width: 26%;
	padding-left: 0px;
	padding-right: 0px;
}
.colonna-1-201-3 {
	width: 59%;
	padding-left: 10px;
	padding-right: 0px;
}
.colonna-1-201-0 {
	width: 48%;
	padding-left: 0px;
	padding-right: 0px;
}
.colonna-1-202 {
	width: 100%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.duesotto {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.dueeng {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

	
	/* font definitivi--------------------------------------------------------------------------------------- */
	
	.testomlogo {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 800;
	}
	.testomlogo2 {
	font-family: Raleway, Helvetica, Arial;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 400;
	}
	
	.testoprincipale-rosso {
	font-family: Helvetica, Arial;
	font-size: 2em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 400;
	}
	.testoprincipale-verde {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.8em;
	font-weight: 400;
	}
	.testoprincipale-verde a:link {
	color: #00CCFF;
}
.testoprincipale-verde a:visited {
	color: #00CCFF;
}
.testoprincipale-verde a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

	.testoprincipale-verdepuls {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.8em;
	font-weight: 600;
	
	}
	.testoprincipale-verdepuls a:link {
	color: #00CCFF;
	text-decoration: underline;
}
.testoprincipale-verdepuls a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
.testoprincipale-verdepuls a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.testoprincipalerosso {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #84754E;
	line-height: 1.4em;
	font-weight: lighter;
	padding-left: 30px;
	padding-top: 50px;
	}
	
		.testoprincipale600 {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.4em;
	font-weight: 600;
	}
	.testoprincipale {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.8em;
	font-weight: normal;
	}
.testoprincipale a:link {
	color: #00CCFF;
}
.testoprincipale a:visited {
	color: #00CCFF;
}
.testoprincipale a:hover {
	color: #CC9900;
	text-decoration: underline;
}
.testoprincipalerosso {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #84754E;
	line-height: 1.4em;
	font-weight: lighter;
	padding-left: 30px;
	padding-top: 50px;
	}
	
.testoprincipalerosso a:link {
	color: #DB1516;
	text-decoration: none;
}
.testoprincipalerosso a:visited {
	color: #DB1516;
	text-decoration: underline;
}
.testoprincipalerosso a:hover {
	color: #DB1516;
	text-decoration: underline;
}

	.testoprincipale23 {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #000000;
	line-height: 1em;
	font-weight: normal;
	}
	
.testoprincipale23 a:link {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}
.testoprincipale23 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}
.testoprincipale23 a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: 400;
}

	.testoprincipale23b {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
	}
	
.testoprincipale23b a:link {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}
.testoprincipale23b a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}
.testoprincipale23b a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: 400;
}

	.testoprincipale22 {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
	font-weight: 400;
	}
	.testoprincipale22 a:link {
	color: #993300;
	text-decoration: none;
	font-weight: 400;
}
.testoprincipale22 a:visited {
	color: #993300;
	text-decoration: none;
	font-weight: 400;
}
.testoprincipale22 a:hover {
	color: #993300;
	text-decoration: underline;
	font-weight: 400;
}


		.testoprincipale22bold {
	font-family: Helvetica, Arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.4em;
	font-weight: bold;
	}
.titoloni {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	color: #705E36;
	line-height: normal;
	font-weight: bold;
}
.titoloni a:link {
	color: #E40918;
	text-decoration: none;
}
.titoloni a:visited {
	color: #E40918;
	text-decoration: none;
}
.titoloni a:hover {
	color: #000000;
	text-decoration: underline;
}
.titolonidue {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #000000;
	line-height: 1.4em;
	font-weight: 500;
}
.titolonidue a:link {
	color: #000000;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}
.titolonidue a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.titolonidue a:hover {
	color: #E20B18;
	text-decoration: underline;
	background-color: #FFFFFF;
}
	

.titolipaginemenu {
	font-family: Raleway, Helvetica, Arial;
	font-size: 7em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.titolipaginemenubis {
	font-family: Raleway, Helvetica, Arial;
	font-size: 3em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.titolipaginemenuu {
	font-family: "Roboto Condensed", Helvetica, arial;
	font-size: 12em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.titolipaginemenux {
	font-family: Helvetica, arial;
	font-size: 3em;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.titolipaginemenuxx {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2.4em;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.2em;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.titolipaginemenu2 {
	font-family: Raleway, helvetica;
	font-size: 1.6em;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.titolipaginemenu2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: -0px 0 black, 0 0px black, 0px 0 black, 0 0px black;
	background-color: #000000;
	padding: 5px;
}
.titolipaginemenu2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: -0px 0 black, 0 0px black, 0px 0 black, 0 0px black;
	background-color: #000000;
	padding: 5px;
}
.titolipaginemenu2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A3A3A3;
	text-shadow: -0px 0 black, 0 0px black, 0px 0 black, 0 0px black;
	padding: 5px;
}
	


.titolipaginemenu2-mini {
	font-family: Quattrocento, helvetica;
	font-size: 1em;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 2.8em;
	text-decoration: none;
	background-color: #951516;	
}
.titolipaginemenu2-mini a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background-color: #705E36;
}
.titolipaginemenu2-mini a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background-color: #705E36;
}
.titolipaginemenu2-mini a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 10px;
}
.testomicro {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: lighter;
	}
.testomicro a:link {
	color: #DB1516;
	text-decoration: none;
}
.testomicro a:visited {
	color: #DB1516;
	text-decoration: none;
}
.testoprincipalegrande a:hover {
	color: #66CCFF;
	font-size: 2em;
	text-decoration: none;
}
.testotesto-sotto {
	font-family: Raleway, Helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
	font-weight: 400;
	text-transform: none;
	border-radius: 4px 4px 4px 4px;
}
.testotesto-sotto a:link {
	color: #000000;
	text-decoration: none;
	padding: 5px;
	background-color: #FFCC00;
	border-radius: 4px 4px 4px 4px;
}
.testotesto-sotto a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border-radius: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.testotesto-sotto a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
	padding: 5px;
	border-radius: 4px 4px 4px 4px;
}
.testotesto-sotto5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000000;
	line-height: 2em;
	font-weight: normal;
	text-transform: none;
	border-radius: 4px 4px 4px 4px;
}
.testotesto-sotto5 a:link {
	color: #000000;
	text-decoration: none;
	padding: 5px;
	background-color: #FFCC00;
	border-radius: 4px 4px 4px 4px;
}
.testotesto-sotto5 a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border-radius: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.testotesto-sotto5 a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
	padding: 5px;
	border-radius: 4px 4px 4px 4px;
}
.testotesto-sotto-grassetto {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: none;
}
.testotesto-sotto10 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	line-height: 1.2em;
	font-weight: lighter;
	text-transform: none;
	padding: 0px;
}
.testotesto-sotto10 a:link {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.testotesto-sotto10 a:visited {
	color: #000000;
	text-decoration: none;
}
.testotesto-sotto10 a:hover {
	color: #705E36;
	text-decoration: none;
}
.testotesto-sottorosso-grassetto {
	font-family: Raleway, Helvetica, arial, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
}
.testotitoli-sotto {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: none;
}
.testotitoli-sotto a:link {
	color: #000000;
	text-decoration: none;
}
.testotitoli-sotto a:visited {
	color: #000000;
	text-decoration: none;
}
.testotitoli-sotto a:hover {
	color: #000000;
	text-decoration: underline;
}
	



	/* font definitivi end end--------------------------------------------------------------------------------------- */


.testoprincipaleminiverde {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.9em;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
}
.testoprincipaleminiverde a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.testoprincipaleminiverde a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.testoprincipaleminiverde a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.testoprincipalemini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
}
.testoprincipalemini a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.testoprincipalemini a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.testoprincipalemini a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.testotitoli-sotto2 {
	font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: none;
}










	
/* layout ex */



.duedue {
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
}

	
	.duesei {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	background-image: url(IMG_1192.JPG);
	padding-bottom: 300px;
	}
	
	.duecontenuto {
	width: 100%;
	background-color: #EDEDED;
	height: auto;
	}
	.duecontenuto2 {
	width: 100%;
	background-color: #FFFFFF;
	}
	
	

.dueotto2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}

.dueotto2int {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}
	.duesei3 {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 0px;
	background-color: #971517;
	}
	


	.duecinque-b {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	.duecinque-c {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #E30B17;
	}


/* Stili  per le varie sezioni */
header {
	height: 70px;
	position: relative;
}

header #logo {
 float: left;
}

#logo a {display: block;}

footer {
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
}


.duedue .riga .colonna-1-202 .colonna-1-5 .titolipaginemenu a:link {
	background-color: #FFFFFF;
	color: #000000;
}
.duedue .riga .colonna-1-202 .colonna-1-5 .titolipaginemenu a:visited {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
}
.duedue .riga .colonna-1-202 .colonna-1-5 .titolipaginemenu a:hover {
	color: #91C4E0;
	padding: 0px;
}


.menu-alt {
	color: #FFFFFF;
	background-color: #FF3333;
	border-left-width: thin;
	border-left-color: #000000;
	border-right-width: thin;
	border-right-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dueotto2 {
	width: 100%;
	height: 700px;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/208.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto22 {
	width: 100%;
	height: 700px;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/1011b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto222 {
	width: 100%;
	height: 700px;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/d.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2222 {
	width: 100%;
	height: 700px;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/1010.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto22222 {
	width: 100%;
	height: 700px;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/202.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}

.dueotto223f {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/nuovi/tel-59PS-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}




.dueotto223a {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto223aa {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto223b {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/luna.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto223prov {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/1010c.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}

.dueotto223 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/invisibiligenerazionib.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223cosasara {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/cosasarab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223cosasara2 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/tuttosudilui.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223giocodaragazzi {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/2026/giocodaragazzi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223lupo {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/lupob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223orsa {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/orsa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223citta {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/citta2022.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223don {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/donchisciotte2023.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223luna {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/luna-elementare3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223sfortunato {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/sfortunatodepero4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223humana {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/humana2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.teststagione {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/sfortunatodepero4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.dueotto223homesocial {
	display: none;
}

.dueotto223home {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/tsdl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: none;
}
.dueotto223home28 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/festivalpiccoli26/banner_festival_noscritte2026-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: none;
}
.dueotto223home2 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/corsiteatro23b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: none;
}
.dueotto223home3 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/2026/homefdp25.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: none;
}

.dueotto223x {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/1010.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto222222 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/205.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2222222 {
width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2a {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/213.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto21 {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(home/h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 0px;
}
.duedue2 {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.dueduebox {
	width: 100%;
	height: 500px;
	background-color: #000000;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 200px;
}
.duedueboxcolor {
	width: 100%;
	height: 500px;
	background-color: #33FF99;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 200px;
}
.dueduebox2 {
	position: absolute;
	padding-bottom: 70px;
	left: -330px;
	bottom: 9px;
	padding-right: 160px;
	padding-left: 300px;
	z-index: 0;
}
.dueduebox2h {
	position: absolute;
	padding-bottom: 70px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 300px;
	z-index: 0;
}
.dueduebox2c {
	position: absolute;
	padding-bottom: 30px;
	left: -2px;
	bottom: 0;
	z-index: 0;
}
.dueduebox211 {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	left: -2px;
	bottom: 100px;
	padding-right: 50px;
	padding-left: 60px;
	z-index: 0;
	padding-topxxx: 900px;
	text-align: right;
}

.dueduebox210 {
	position: absolute;
	padding-bottom: 0px;
	left: -2px;
	bottom: 150px;
	padding-right: 50px;
	padding-left: 660px;
	z-index: 0;
	padding-top: xx200px;
	text-align: left;
}


	
.dueduebox2color {
	padding-bottom: 0px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 160px;
	z-index: 0;
	padding-top: 200px;
}
.dueduebox2color2 {
	padding-bottom: 0px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 160px;
	z-index: 0;
	padding-top: 200px;
	height: auto;
}
.duedue200 {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue22 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.duequattrocinque {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.colonna-1-90 {
	width: 33%;
	padding: 10px;
}
.colonna-1-91 {
	width: 34%;
	padding: 10px;
}
.colonna-1-92 {
	width: 33%;
	padding: 10px;
}
.colonna-1-93 {
	width: 25%;
	background-color: #CCCCCC;
	padding: 10px;
	background-image: url(home/18.jpg);
}

.colonna-1-900 {
	width: 50%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-901 {
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.duequattroquattro {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 200px;
	padding-left: 200px;
	background-color: #000000;
	}
	
.duequattrosei {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	}
.duequattrosette {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	}
	
.duequattrootto {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000000;
	padding-bottom: 50px;
	padding-top: 40px;
	}

.duequattronove {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000000;
	padding-bottom: 50px;
	padding-top: 120px;
	}
	
.duequattroottohome {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	}
	



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




	.testoprincipale600 {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.6em;
	font-weight: 600;
	}
	
	.duequattrosette {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	}
	
	.titolipaginemenu {
	font-family: Raleway, Helvetica, Arial;
	font-size: 6em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	.titolipaginemenubis {
	font-family: Raleway, Helvetica, Arial;
	font-size: 3em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.dueduebox2 {
	position: absolute;
	padding-bottom: 70px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 200px;
	z-index: 0;
}
.dueduebox2h {
	position: absolute;
	padding-bottom: 70px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 200px;
	z-index: 0;
}

.riga {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 200px;
	padding-left: 200px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: auto;
	padding-top: 0px;
}
.dueduebox210 {
	position: absolute;
	padding-bottom: 0px;
	left: -2px;
	bottom: 100px;
	padding-right: 50px;
	padding-left: 560px;
	z-index: 0;
	padding-top: xx200px;
	text-align: right;
}



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

.titolipaginemenuxx {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2em;
	font-weight: 200;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.duequattro {

	padding-right: 0px;
	padding-left: 0px;
	}
.testoprincipale23 {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: normal;
	}

.testoprincipale600 {
	font-family: Helvetica, Arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.6em;
	font-weight: 600;
	}
	
	.colonna-1-200-base {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.riga {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: auto;
	padding-top: 0px;
}
.titolipaginemenux {
	font-family: helvetica;
	font-size: 2.1em;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

	.testomlogo {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 800;
	}
	.testomlogo2 {
	font-family: Raleway, Helvetica, Arial;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 400;
	}
	
		.dueformenu {
	width: 100%;
	position: fixed;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 10px;
	background-color: #000000;
	z-index: 1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

	.titolipaginemenu {
	font-family: Raleway, Helvetica, Arial;
	font-size: 4em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	.titolipaginemenubis {
	font-family: Raleway, Helvetica, Arial;
	font-size: 3em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.dueduebox2 {
	position: relative;
	padding-top: 250px;
	padding-bottom: 300px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 100px;
	z-index: 0;
}
.dueduebox2h {
	position: relative;
	padding-top: 100px;
	padding-bottom: 0px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 100px;
	z-index: 0;
}


.dueotto223 {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/invisibiligenerazionib.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223cosasara {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/cosasarab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223cosasara2 {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/tuttosudilui.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223giocodaragazzi {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/2026/giocodaragazzi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223lupo {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/lupob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223orsa {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/orsa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223citta {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/citta2022.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223don {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/donchisciotte2023.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223luna {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/luna-elementare3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223sfortunato {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/sfortunatodepero4b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223humana {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/humana2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223homesocial {
	display: block;
}

.dueotto223home {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/tsdl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}
.dueotto223home28 {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/festivalpiccoli26/banner_festival_noscritte2026-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}
.dueotto223home2 {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/corsiteatro23.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}
.dueotto223home3 {
	width: 100%;
	height: 500px;
	background-size:cover;
	background-color: #fff;
		background-image: url(media-elem/2026/homefdp25.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}
.dueduebox2c {
	position: absolute;
	padding-bottom: 0px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 160px;
	z-index: 0;
	display: none;
}

.duequattrootto {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #000000;
	padding-bottom: 20px;
	padding-top: 20px;
	}
	
		.duequattrosette {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	}
	
.duequattronove {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	padding-bottom: 20px;
	padding-top: 100px;
	}

.colonna-1-900 {
	width: 50%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-901 {
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



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



.duequattro {
	background-color: #FFFFFF;
	width: 100%;
	background-image: none;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	}
	

.dueotto223 {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/invisibiligenerazionib.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223cosasara {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/cosasarab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223cosasara2 {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/tuttosudilui.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223giocodaragazzi {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/2026/giocodaragazzi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223lupo {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/lupob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223orsa {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/orsa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223citta {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/citta2022.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223don {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/donchisciotte2023.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223luna {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/luna-elementare3bb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223sfortunato {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/sfortunatodepero4b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dueotto223humana {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/humana2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.dueotto223home {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/tsdl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223home28 {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/festivalpiccoli26/banner_festival_noscritte2026-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223home2 {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/corsiteatro23.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dueotto223home3 {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media-elem/2026/homefdp25.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.duedue2 {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}

.duequattrosei {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	}
	
		.titolipaginemenu {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
		.titolipaginemenubis {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

	.titolipaginemenu {
	font-family: Raleway, Helvetica, Arial;
	font-size: 2em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.titolipaginemenuxx {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1.4em;
	font-weight: 200;
	color: #FFFFFF;
	line-height: 120%;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


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





/* altro */

.riga { 
  width: auto;
 min-width: 0; 
 margin-left: 0; 
 margin-right: 0;
}
 
[class*="colonna-"] { 
 width: auto !important; 
 float: none;  
}

[class*="colonna"] + [class*="colonna"]:last-child {float: none;}
 
[class*="colonna-"]:before, [class*="colonna-"]:after {
 content:""; 
 display:table;
}

[class*="colonna-"]:after {clear: both;}




.footer {
	background-repeat: repeat;

	}

.titolipagine {
	font-family: helvetica;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}

.riga .titolo {
}
.riga .colonna-1-3 .photo {
	background-color: #999999;
	padding: 10px;
}
.testolinkfoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	color: #FFFFFF;
}
.riga .colonna-1-3 .photo .testolinkfoto a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.riga .colonna-1-3 .photo .testolinkfoto a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.riga .colonna-1-3 .photo .testolinkfoto a:hover {
	color: #000000;
	text-decoration: none;
}


.gest {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 30px;
}
.gest .ges2 {
	position: absolute;
	z-index: 22;
	width: 87px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	top: -84px;

}

.duequattro {
	background-color: #FFFFFF;
	width: 100%;
	background-image: none;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	}


	.duesei {
	background-color: #961417;
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	}

.colonna-1-3 {
	width: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px
}
.colonna-1-4 {
	width: 5%;
}
.colonna-1-5 {
	width: 78%;
	padding-top: 0px;
	padding-left: 20px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #000000;
}
.testomenu {
	font-family: Dosis, helvetica;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
	text-decoration: none;
	padding: 0px;
	background-color: #FFFFFF;
}
.duedue {
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

.titolipaginemenux {
	font-family: helvetica;
	font-size: 1.1em;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

.colonna-1-50b {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.colonna-1-200 {
	width: 50%;
	padding-left: 0px;
	padding-right: 0px;
}
.colonna-1-201 {
	width: 50%;
	padding-left: 0px;
	padding-right: 0px;
}


.titolipaginefrandi {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1.5em;
	font-weight: 700;
	color: #000000;
	line-height: 1em;
}
.titoloni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
.dueportland {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	background-color: #CCCCCC;
	}


	/* template --------------------------------------------------------------------------------------- */
	
	.dueundici {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 30px;
		}
	.colonna-1-port {
	width: 25%;
	padding-left: 0px;
	padding-right: 100px;
}
.colonna-1-port0 {
	width: 75%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.colonna-1-port1 {
	width: 75%;
	padding-top: 20px;
	padding-left: 0px;
}

	.colonna-1-50 {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

.duedieci {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}

.colonna-1-50-alt {
	width: 100%;
	background-image: url(.);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.duedodici-b {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 00px;
	padding-left: 00px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	}
	.duesette2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/tpp6b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	padding-top: 70px;
}
.duefoto {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}





.duebianco {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

.dueotto2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.colonna-1-10000 {
	width: 25%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 00px;
}
.colonna-1-10001 {
	width: 25%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.colonna-1-10002 {
	width: 25%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.colonna-1-10003 {
	width: 25%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.duesei2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/tornoindietro2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	padding-top: 30px;
}
.duesei22 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/robot2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.titolipaginemenu2 {
	font-family: Quattrocento, helvetica;
	font-size: 1em;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.titolonidue {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
	font-weight: lighter;
}

h1 {
	margin-bottom:0px;
	color: #FFFFFF;
	font-size:1.5em;
}
.testoprincipale23 {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: normal;
	}

.testoprincipale600 {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
	font-weight: 600;
	}
.testoprincipale22 {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
	font-weight: 400;
	}
		.testoprincipale22bold {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
	font-weight: bold;
	}
.colonna-1-200-titolo {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
.colonna-1-200-base-alt {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	background-color: FFFFFF;
}
.colonna-1-200-base-alt-2 {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	background-color:#EEEEEE;
}
	.colonna-1-200-base {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #EDEDED;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.testotitoli-sotto {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: none;
}
.colonna-1-200-1 {
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.riga {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: auto;
	padding-top: 0px;
}
.titolipaginefrandixb {
	font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #993333;
	line-height: 1.4em;
}
.titolipaginefrandix {
	font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #993333;
}
.testoprincipaleminiverde {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 160%;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
}
.testoprincipalemini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.2em;
	font-weight: lighter;
	text-transform: none;
	padding: 0px;
}

.testotitoli-sotto2 {
	font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: none;
}
	.testoprincipale-rosso {
	font-family: Helvetica, Arial;
	font-size: 2em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 400;
	}
	
		.titolipaginemenu {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1.6em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.testoprincipalegrande {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.3em;
	font-weight: 700;
}
.testoprincipale-verde {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.4em;
	font-weight: 400;
	}
.duequattrootto {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #000000;
	padding-bottom: 20px;
	padding-top: 20px;
	}
	
	.duequattrosette {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	}
	
	.dueduebox2 {
	position: relative;
	padding-top: 160px;
	padding-bottom: 300px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 30px;
	z-index: 0;
}
	.dueduebox2h {
	position: relative;
	padding-top: 100px;
	padding-bottom: 0px;
	left: -2px;
	bottom: 0;
	padding-right: 160px;
	padding-left: 30px;
	z-index: 0;
}

.testoprincipale {
	font-family: Raleway, Helvetica, Arial;
	font-size: 1em;
	color: #333333;
	line-height: 1.4em;
	font-weight: normal;
	}
	
	.colonna-1-900 {
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-901 {
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

}
