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




/* DetailsE */



details {
	display:block; 
	width:100%;
	margin:10px 0;
}
summary {
	display:block;
	color:white;
	border-radius:5px;
	padding:5px;
	cursor:pointer;
	font-weight:bold;
	background-color: #993300;
}

summary::-webkit-details-marker {
   color:#FF0000; 
   background:#FFFFFF; 
}

details[open] summary::-webkit-details-marker {
   color:#0000FF; 
   background:#00FFFF;
}
summary::-webkit-details-marker {
   display: none
}

summary:after {
   content: "+";
   color: #FFFFFF;
   float: left;
   font-size: 1.5em;
   font-weight: bold;
   margin: -5px 5px 0 0;
   padding: 0;
   text-align: center;
   width: 20px;
}

details[open] summary:after {
   content: "-";
  color: #FFFFFF;
}



/* Display block per gli elementi HTML5 su IE */
article,
aside,titolipagine3g
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; 
}

/* Stili di base e tipografia */
#tuodiv {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html {
	font-size: 100%;
	height: 100px;
	z-index: 800;
}

body {
	height: 100%;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust:100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 200;
	padding-left: 0;
	font-weight: normal;
	background: #FFFFFF;
}

a {
	color: #F9EA02;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
	font-family:"Georgia", "Times New Roman", serif; 
} 

h1 { 
 font-size:42px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 {
	font-family: "Indie Flower";
	font-size: 4em;
	color: #D46529;
	line-height: 0.3em;
	font-weight: lighter;
}

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: Helvetica, arial;
	font-size: 0.8em;
	color: #E74C77;
	line-height: 1.2em;
	font-weight: lighter;
}
.titolipaginefrandi2 {
	font-family: Helvetica, arial;
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}
.titolipaginefrandibold {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
}
.titolipaginefrandibold1 {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
}
.titolipaginefrandibold2 {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
	background-color: #FFFFFF;
	padding: 0px;
}
.titolipaginefrandi {
	font-family: Helvetica, arial;
	font-size: 1.5em;
	font-weight: lighter;
	color: #000000;
	line-height: 1em;
}
.titolipaginefrandi2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.2em;
}
.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;
}
.duedue .riga .titolipaginefrandi a:link {
	text-decoration: none;
	background-color: #B9B7B3;
	padding: 10px;
	color: #FFFFFF;
}
.duedue .riga .titolipaginefrandi a:visited {
	text-decoration: none;
	background-color: #B9B7B3;
	padding: 10px;
	color: #FFFFFF;
}
.duedue .riga .titolipaginefrandi a:hover {
	text-decoration: none;
	background-color: #534D3A;
	padding: 10px;
	color: #FFFFFF;
}
.titolipaginefrandi a:link {
	text-decoration: none;
	color: #000000;
}
.titolipaginefrandi a:visited {
	text-decoration: none;
	color: #000000;
}
.titolipaginefrandi a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Griglia */

.menu {
	background-color: #000000;
}




.riga1 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}


.riga {
	width: 100%;
	max-width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
}

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

[class*='colonnas-'] {
 float: left; 
display: block;
 padding: 0 0px; 
}


.colonna-1-3 {
	width: 60%;
}
.colonna-1-4 {
	width: 5%;
}
.colonna-1-5 {
	width: 30%;
}

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

.colonna-1 {
	width: 60%;
	background-color: #FFFFFF;
}
.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-20 {
	width: 70%;
}
.colonna-1-21 {
	width: 10%;
}
.colonna-1-22 {
	width: 20%;
}
.colonna-1-25 {
	width: 30%;
}
.colonna-1-26 {
	width: 40%;
	background-color: #FFFFFF;
}
.colonna-1-27 {
	width: 30%;
}
.colonna-1-50 {
	width: 24%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-51 {
	width: 1%;
}
.colonna-1-52 {
	width: 24%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-53 {
	width: 1%;
}
.colonna-1-54 {
	width: 22%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-55 {
	width: 1%;
}
.colonna-1-56 {
	width: 22%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-100 {
	width: 33%;
}
.colonna-1-101 {
	width: 1%;
}
.colonna-1-102 {
	width: 33%;
}
.colonna-1-103 {
	width: 1%;
}
.colonna-1-104 {
	width: 33%;
	padding-bottom: 30px;
}
.colonna-1-105 {
	width: 33%;
}
.colonna-1-106 {
	width: 33%;
}
.colonna-1-107 {
	width: 33%;
}
.colonna-1-150 {
	width: 100%;
	padding: 10px;
	background-color: #EDEDED;
}
.colonna-1-151 {
	width: 40%;
}
.colonna-1-152 {
	width: 60%;
	text-align: right; /* orizzontale */
}
.colonna-1-153 {
	width: 70%;
}
.colonna-1-154 {
	width: 30%;
	padding-left: 20px;
}
.colonna-1-155 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.colonna-1-156 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.colonna-1-157 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.colonna-1-200 {
	width: 33.33%;
	padding-right: 20px;
}
.colonna-1-201 {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
}
.colonna-1-202 {
	width: 33.33%;
	padding-left: 20px;
	background-color: #CCCCCC;
}
.colonna-1-203 {
	width: 100%;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.colonna-1-203b {
	width: 100%;
	padding-right: 20px;
	padding-left: 0px;
}
.colonna-1-300 {
	width: 40%;
	padding-right: 0px;
	padding-top: 50px;
	padding-left: 10px;
}
.colonna-1-301 {
	width: 60%;
	padding-right: 0px;
	padding-top: 50px;
	padding-left: 50px;
}
.colonna-1-2001c {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/prova2.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: 300px;
}
.colonna-1-2001cs {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/prova14.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: 100px;
}
.colonna-1-2001css {
	width: 100%;
	height: auto;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 30px;
	background-color: #000000;
}

.colonna-1-2001cssss {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/prova14.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 100px;
}
.colonna-1-2001csss {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(moon-056.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: 120px;
	padding-top: 70px;
}
.colonna-1-2001cssp {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/crushsite-officeint.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: 120px;
	padding-top: 70px;
}
.colonna-1-2001csss-b {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/artesella-crush.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.colonna-1-2001csss-c {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/bfies.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.colonna-1-2001cssssotto {
	width: 100%;
	height: auto;
	background-size:cover;
	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: 70px;
	padding-top: 0px;
}
.colonna-1-2001csssbis {
	width: 100%;
	height: auto;
	background-size:cover;
	background-position: center top;
	background-color: #fff;
	background-image: url(1/crushsite.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 100px;
	
}
.colonna-1-2001csssbis2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-position: center top;
	background-color: #fff;
	background-image: url(1/b-fies.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 100px;
	
}
.duesei2 {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	background-image: url(1/prova14opi.jpg);
	padding-bottom: 0px;
	}
.colonna-1-2001p {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(_a2_DSC_0281bc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.colonna-1-2001cc {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 50px;
}
.colonna-1-2001s {
	position:relative;
	height: 100%;
	background-size:cover;
	box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.colonna-1-2001d {
	width: 100%;
}
.colonna-1-400 {
	width: 50%;
	padding-right: 20px;
}
.colonna-1-401 {
	width: 50%;
}
.colonna-1-4999 {
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.colonna-1-5000 {
	width: 30%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-5000b {
	width: 30%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-5001 {
	width: 5%;
}
.colonna-1-5002 {
	width: 30%;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.colonna-1-5003 {
	width: 5%;
}
.colonna-1-5004 {
	width: 30%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.colonna-1-5004b {
	width: 60%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.colonna-1-5005 {
	width: 30%;
	padding: 20px;
}
.colonna-1-5006 {
	width: 70%;
	padding: 20px;
}
.colonna-1-5007 {
	width: 32%;
	padding-top: 20px;
	padding-right: 0px;
}
.colonna-1-5007b {
	width: 2%;
}
.colonna-1-5008 {
	width: 32%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-5008b {
	width: 2%;
}
.colonna-1-5009 {
	width: 32%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-10000 {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-10001 {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.colonna-1-10002 {
	width: 33%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.colonna-1-5007b {
	width: 2%;
	padding-top: 0px;
	padding-right: 0px;
}
.colonna-1-5008b {
	width: 2%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-5010 {
	width: 100%;
	padding: 0px;
	background-color: #F0F0F0;
}
.colonna-1-6000 {
	width: 30%;
	background-color: #F0F0F0;
	padding: 20px;
}
.colonna-1-6001 {
	width: 5%;
}
.colonna-1-6002 {
	width: 30%;
	padding: 20px;
}
.colonna-1-6003 {
	width: 5%;
}
.colonna-1-6004 {
	width: 30%;
	padding: 20px;
}
.colonna-1-7000 {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
}
.colonna-1-7000b {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-7000c {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.colonnas-1-8000 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8001 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8002 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8003 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8004 {
	width: 20%;
	padding-right: 10px;
}
.colonna-1-7-int {
	width: 100%;
}

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

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

.riga:after {
 clear: both;
}



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

.riga1:after {
 clear: both;
}
.riga1 {
 *zoom: 1;
}



.riga {
 *zoom: 1;
}


/* Font miei */
.titoloni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.4em;
}
.menunuovo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.4em;
}
.duedue .riga .colonna-1-151 .menunuovo a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #046EA0;
	padding: 5px;
}
.duedue .riga .colonna-1-151 .menunuovo a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #046EA0;
	padding: 5px;
}
.duedue .riga .colonna-1-151 .menunuovo a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 5px;
}

.footer {
	background-color: #454545;
	background-image: url(righi6.jpg);
	background-repeat: repeat;
}
.testoprincipalesotto {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 2.5em;
	font-weight: lighter;
	}
	.testoprincipale {
	font-family: Helvetica, arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	}
	.testoprincipaleboldred {
	font-family: Helvetica, arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	}
		.testoprincipalebold {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
	font-weight: 600;
	padding-top: 10px;
	}
	.testoprincipalebold a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
}
.testoprincipalebold a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
}
.testoprincipalebold a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding: 8px;
}
.testoprincipale a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.testoprincipale a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.testoprincipale a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
	.testoprincipalerefnero {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	}
		.testoprincipaleref {
	font-family: Helvetica, arial;
	font-size: 1em;
	color: #000000;
	line-height: 160%;
	font-weight: 300;
	}
.testoprincipaleref a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: 300;
}
.testoprincipaleref a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: 300;
}
.testoprincipaleref a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: 300;
}
	.testoprincipaleref2 {
	font-family: Helvetica, arial;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: lighter;
	}
	.colonna-1-2001d .duequattro .riga  .testoprincipaleref2 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.colonna-1-2001d .duequattro .riga .testoprincipaleref2 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.colonna-1-2001d .duequattro .riga .testoprincipaleref2 a:hover {
	color: #065687;
	text-decoration: none;
	font-weight: bold;
}

.testoprincipale3 {
	font-family: Helvetica, arial;
	font-size: 1.8em;
	color: #000000;
	line-height: 110%;
	font-weight: 500;
	}
	
		.testoprincipale3 a:link {
	text-decoration: none;
	color: #000000;
}
.testoprincipale3 a:visited {
	text-decoration: none;
	color: #000000;
}
.testoprincipale3 a:hover {
	text-decoration: none;
	color: #CC3300;
}


	.testoprincipale22 {
	font-family: Helvetica, arial;
	font-size: 1.1em
.q;
	color: #000000;
	line-height: 180%;
	font-weight: bolder;
	}
	
.testoprincipale22 a:link {
	text-decoration: none;
	color: #000000;
}
.testoprincipale22 a:visited {
	text-decoration: none;
	color: #000000;
}
.testoprincipale22 a:hover {
	text-decoration: none;
	color: #E74C77;
}
	.testoprincipale2 {
	font-family: Helvetica, arial;
	font-size: 1em;
	color: #000000;
	line-height: 150%;
	font-weight: 400;
	}
.testoprincipale2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.testoprincipale2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.testoprincipale2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
	.testoprincipale2b {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
	font-weight: lighter;
	}
	.testoprincipale2b a:link {
	text-decoration: none;
	color: #E74C77;
}
.testoprincipale2b a:visited {
	text-decoration: none;
	color: #E74C77;
}
.testoprincipale2b a:hover {
	text-decoration: underline;
	color: #E74C77;
}
	
.testoprincipalegrande {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 3.4em;
	background-color: #FFFFFF;
	padding: 10px;
}
.testoprincipalegrande a:link {
	color: #999999;
	text-decoration: none;
}
.testoprincipalegrande a:visited {
	color: #999999;
	text-decoration: none;
}
.testoprincipalegrande a:hover {
	color: #EF1B68;
}
.testoprincipalegrandetit {
	font-family: Helvetica, Arial;
	font-size: 3em;
	color: #000000;
	line-height: 1em;
	font-weight: 500;
	text-shadow: 0px 0px 0px #000;
}
.testoprincipalegrandetitnero {
	font-family: Helvetica, Arial;
	font-size: 3.5em;
	color: #000000;
	line-height: 1em;
	font-weight: 500;
	text-shadow: 0px 0px 0px #000;
}

.testoprincipalegrandetiv {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color: #339966;
	line-height: normal;
	font-weight: bold;
}
.testoprincipalegrandetivcrush {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #CC3300;
	line-height: 150%;
	font-weight: 400;
}
.testoprincipalegrandetivcrush a:link {
	color: #E74C77;
	text-decoration: none;
}
.testoprincipalegrandetivcrush a:visited {
	color: #E74C77;
	text-decoration: none;
}
.testoprincipalegrandetivcrush a:hover {
	color: #E74C77;
	text-decoration: underline;
}
.testoprincipalegrandetit2 {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: #866749;
	line-height: 1em;
	font-weight: lighter;
}
.titolipagine {
	font-family: helvetica;
	font-size: 1.2em;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: lighter;
}
.titolipaginemenu {
	font-family: helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
}
.duetre .riga .titolipaginemenu a:link {
	color: #000000;
	text-decoration: none;
}
.duetre .riga .titolipaginemenu a:visited {
	color: #000000;
	text-decoration: none;
}
.duetre .riga .titolipaginemenu a:hover {
	color: #EF8C49;
	text-decoration: none;
	
}
.titolipaginemenuc {
	font-family: helvetica, Arial;
	font-size: 1em;
	color: #999999;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: 400;
}
.titolipaginemenuc a:link {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.titolipaginemenuc a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.titolipaginemenuc a:hover {
	color: #993300;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
.titolipaginemenucc {
	font-family: helvetica, Arial;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: lighter;
}
.titolipaginemenucc a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E74C77;
}
.titolipaginemenucc a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E74C77;
}
.titolipaginemenucc a:hover {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.titolipaginemenuccc {
	font-family: helvetica, Arial;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	background-color: #000000;
}
.titolipaginemenuccc a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #FFFFFF;
}
.titolipaginemenuccc a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #FFFFFF;
}
.titolipaginemenuccc a:hover {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.titolipaginemenu2 {
	font-family: helvetica, arial;
	font-size: 2em;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
.riga .testoprincipale2 a:link {
	color: #000000;
	text-decoration: underline;
}
.riga  .testoprincipale2 a:visited {
	color: #000000;
	text-decoration: underline;
}
.riga .testoprincipale2 a:hover {
	color: #CC3300;
	text-decoration: none;
}


.titolipagine2 {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	font-weight: lighter;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	padding: 0px;
}
.titolipagine3g {
	font-family: Helvetica, arial;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipagine3h {
	font-family: Helvetica, arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipagine3s {
	font-family: Helvetica, arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipagine3s a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background-color: #FF0066;
}
.titolipagine3s a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background-color: #FF0066;
}
.titolipagine3s a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 10px;
}

.titolipagine3ss {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: 500;
	color: #000000;
	line-height: 150%;
	text-decoration: none;
	padding: 0px;
}
.titolipagine3ss a:link {
	text-decoration: none;
	padding: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
.titolipagine3ss a:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 10px;
}
.titolipagine3ss a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding: 10px;
}

.titolipagine3home {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 2.5em;
	text-decoration: none;
	padding: 10px;
	background-color: #000000;
}
.titolipagine3home a:link {
	text-decoration: none;
	padding: 10px;
	color: #FF0066;
}
.titolipagine3home a:visited {
	color: #FF0066;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.titolipagine3home a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 10px;
}

.titolipagine3 {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.6em;
	text-decoration: none;
	padding: 0px;	
}
.titolipagine3 a:link {
	color: #FFFFFF;
}
.titolipagine3 a:visited {
	color: #FFFFFF;
}
.titolipagine3 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


.titolipagine3b {
	font-family: Helvetica, arial;
	font-size: 0.8em;
	font-weight: lighter;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	padding: 0px;
}
.titolipagine3b a:link {
	color: #000000;
	text-decoration: none;
}
.titolipagine3b a:visited {
	color: #000000;
	text-decoration: none;
}
.titolipagine3b a:hover {
	color: #000000;
	text-decoration: underline;
}
.titolipagine3bc {
	font-family: Helvetica, arial;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	padding: 5px;
	background-color: #FFFF00;
}


.riga .titolo {
}
.riga .colonna-1-3 .photo {
	background-color: #999999;
	padding: 10px;
}
.testolinkfoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	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;
}
.duesessa {
	padding: 5px;
	background-repeat: repeat;
	position: fissa;
	left: 814px;
	top: 17px;
}
.duedue {
	padding: 5px;
	background-repeat: repeat;
	background-color: #FFCC00;
}
.duemenu {
	background-repeat: repeat;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
	padding: 5px;
	background-color: #000000;
}
.duemenu2 {
	background-repeat: repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	padding: 8px;
	background-color: #FFFFFF;
}
.duetrenero {
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.duetre {
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.duetretre {
	background-repeat: repeat;
	background-color: #CCCCCC;
	padding: 20px;
}
.duetrebis {
	background-repeat: repeat;
	padding: 20px;
}
.duetretris {
	background-repeat: repeat;
	padding: 20px;
	background-image: url(_a2_DSC_0281b.jpg);
	background-position: right bottom;
}
.duequattro {
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.duequattrobis {
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.duecinque {
	padding: 5px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FF4150;
	height: auto;
}



.duesei {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	.dueseic {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	}
	.dueseib {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: rgba(247, 247, 247, 0.8);
	}


/* 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;
}

nav {
 float: right;
 padding: 20px 20px 0 0; 
}

nav ul, nav li {
 margin: 0;
 padding: 0;
}

nav ul li {
 list-style: none;
 float: left;
 margin-right: 5px;
}

nav ul li a {
 display: block;
 padding: 5px;
}

a.attiva-nav {
 display: none;
}
header
{
    position:relative;
    height: 100%;
    background:#fff url(7.jpg) no-repeat center center;
    background-size:cover;
    box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
}
.dueotto2 {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/bomba11.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueottorassegna {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/2022/alberi4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}

.dueoalt {
	width: 100%;
	height: 180px;
	z-index: -900;
}
.dueoaltriparo {
	width: 100%;
	height: 180px;
	z-index: -900;
}
.dueoalthome {
	width: 100%;
	height: 180px;
	z-index: -900;
}
.dueoaltbis {
	width: 100%;
	height: 90px;
	z-index: -900;
}
.dueoalt2 {
	width: 100%;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.dueottorassegna-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/2022/alberi4.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/pituit.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/camilladef.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/camilladefb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2cantonatale {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/cantodinatale/natale.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2cantonatale-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/nataleb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2vocemontagna {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/vocemontagna3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2vocemontagna-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/vocemontagna3b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla2 {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/casettacamilladef.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla2-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/funzionalitacorale.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2agire {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/cantodellagire.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2agire-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/cantodellagireb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2home {
	width: 100%;
	height: 1000px;
	background-size:cover;
		width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(2023b/2023/DSC06617.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}

.dueotto2home {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(2023b/2023/DSC06617.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	padding: 0px;
}
.dueotto2fagioli-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/fagiolib.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2fagioli {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/fagioli.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2musikaten {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/musikaten.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2musikaten-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/musikatenb.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}

.duedue2 {
	background-repeat: no-repeat;
	padding-top: 370px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue2n {
	background-repeat: no-repeat;
	padding-top: 300px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue2home {
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue2nn {
	background-repeat: no-repeat;
	padding-top: 320px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
	
.testoprincipalegrande {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 2.4em;
	background-color: #FFFFFF;
	padding: 10px;
}




.colonna-1-8001 {
	width: 50%;
	padding-top: 0px;
	padding-right: 20px;
	height: auto;
}


.colonna-1-8002 {
	width: 50%;
	padding-top: 0px;
	padding-left: 20px;
}

.colonna-1-8003 {
	width: 33%;
	padding-top: 0px;
	padding-right: 0px;
}


.colonna-1-7001 {
	width: 40%;
	padding-top: 17px;
	padding-right: 0px;
	background-color: #FFFFFF;
	height: auto;
	padding-left: 100px;
	padding-bottom: 18px;
}


.colonna-1-7002 {
	width: 60%;
	padding-top: 68px;
	padding-right: 100px;
}




.duefixed {
	position: fixed;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 900;
}


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


.colonna-1-7001 {
	width: 100%;
	padding-top: 15px;
	padding-right: 100px;
	background-color: #FFFFFF;
	height: auto;
	padding-left: 30px;
}

.dueoaltbis {
	width: 100%;
	height: 70px;
	z-index: -900;
}


.colonna-1-7002 {
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.dueoalt {
	width: 100%;
	height: 220px;
	z-index: -900;
}
.dueoaltriparo {
	width: 100%;
	height: 220px;
	z-index: -900;
}
.dueoalthome {
	width: 100%;
	height: 220px;
	z-index: -900;
}


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


.dueoalt {
	width: 100%;
	height: 200px;
	z-index: -900;
}

.dueoaltriparo {
	width: 100%;
	height: 200px;
	z-index: -900;
}

.dueoalthome {
	width: 100%;
	height: 150px;
	z-index: -900;
}


.dueoaltbis {
	width: 100%;
	height: 100px;
	z-index: -900;
}


.titolipagine3ss {
	font-family: Helvetica, arial;
	font-size: 0.8em;
	font-weight: 500;
	color: #000000;
	line-height: 150%;
	text-decoration: none;
	padding: 0px;
}

.titolipagine3ss a:link {
	text-decoration: none;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
}
.titolipagine3ss a:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 5px;
}
.titolipagine3ss a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding: 5px;
}


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

/* Display block per gli elementi HTML5 su IE */
article,
aside,titolipagine3g
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; 
}

/* Stili di base e tipografia */
#tuodiv {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html {
  font-size: 100%;
  height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	-webkit-text-size-adjust:100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 200;
	padding-left: 0;
	font-weight: normal;
	background: #FFFFFF;
}

a {
	color: #F9EA02;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #E74C77;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
	font-family:"Georgia", "Times New Roman", serif; 
} 

h1 { 
 font-size:42px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 {
	font-family: "Indie Flower";
	font-size: 4em;
	color: #D46529;
	line-height: 0.3em;
	font-weight: lighter;
}

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: Helvetica, arial;
	font-size: 0.8em;
	color: #E74C77;
	line-height: 1.2em;
	font-weight: lighter;
}
.titolipaginefrandi2 {
	font-family: Helvetica, arial;
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}
.titolipaginefrandibold {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
}
.titolipaginefrandibold1 {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
}
.titolipaginefrandibold2 {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
	background-color: #FFFFFF;
	padding: 0px;
}
.titolipaginefrandi {
	font-family: Helvetica, arial;
	font-size: 1.5em;
	font-weight: lighter;
	color: #000000;
	line-height: 1em;
}
.titolipaginefrandi2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.2em;
}
.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;
}
.duedue .riga .titolipaginefrandi a:link {
	text-decoration: none;
	background-color: #B9B7B3;
	padding: 10px;
	color: #FFFFFF;
}
.duedue .riga .titolipaginefrandi a:visited {
	text-decoration: none;
	background-color: #B9B7B3;
	padding: 10px;
	color: #FFFFFF;
}
.duedue .riga .titolipaginefrandi a:hover {
	text-decoration: none;
	background-color: #534D3A;
	padding: 10px;
	color: #FFFFFF;
}
.titolipaginefrandi a:link {
	text-decoration: none;
	color: #000000;
}
.titolipaginefrandi a:visited {
	text-decoration: none;
	color: #000000;
}
.titolipaginefrandi a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Griglia */

.menu {
	background-color: #000000;
}




.riga1 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}


.riga {
	width: 100%;
	max-width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
}

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

[class*='colonnas-'] {
 float: left; 
display: block;
 padding: 0 0px; 
}


.colonna-1-3 {
	width: 60%;
}
.colonna-1-4 {
	width: 5%;
}
.colonna-1-5 {
	width: 30%;
}

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

.colonna-1 {
	width: 60%;
	background-color: #FFFFFF;
}
.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-20 {
	width: 70%;
}
.colonna-1-21 {
	width: 10%;
}
.colonna-1-22 {
	width: 20%;
}
.colonna-1-25 {
	width: 30%;
}
.colonna-1-26 {
	width: 40%;
	background-color: #FFFFFF;
}
.colonna-1-27 {
	width: 30%;
}
.colonna-1-50 {
	width: 24%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-51 {
	width: 1%;
}
.colonna-1-52 {
	width: 24%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-53 {
	width: 1%;
}
.colonna-1-54 {
	width: 22%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-55 {
	width: 1%;
}
.colonna-1-56 {
	width: 22%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.colonna-1-100 {
	width: 33%;
}
.colonna-1-101 {
	width: 1%;
}
.colonna-1-102 {
	width: 33%;
}
.colonna-1-103 {
	width: 1%;
}
.colonna-1-104 {
	width: 33%;
	padding-bottom: 30px;
}
.colonna-1-105 {
	width: 33%;
}
.colonna-1-106 {
	width: 33%;
}
.colonna-1-107 {
	width: 33%;
}
.colonna-1-150 {
	width: 100%;
	padding: 10px;
	background-color: #EDEDED;
}
.colonna-1-151 {
	width: 40%;
}
.colonna-1-152 {
	width: 60%;
	text-align: right; /* orizzontale */
}
.colonna-1-153 {
	width: 70%;
}
.colonna-1-154 {
	width: 30%;
	padding-left: 20px;
}
.colonna-1-155 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.colonna-1-156 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.colonna-1-157 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.colonna-1-200 {
	width: 33.33%;
	padding-right: 20px;
}
.colonna-1-201 {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
}
.colonna-1-202 {
	width: 33.33%;
	padding-left: 20px;
	background-color: #CCCCCC;
}
.colonna-1-203 {
	width: 100%;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.colonna-1-203b {
	width: 100%;
	padding-right: 20px;
	padding-left: 0px;
}
.colonna-1-300 {
	width: 40%;
	padding-right: 0px;
	padding-top: 50px;
	padding-left: 10px;
}
.colonna-1-301 {
	width: 60%;
	padding-right: 0px;
	padding-top: 50px;
	padding-left: 50px;
}
.colonna-1-2001c {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/prova2.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: 300px;
}
.colonna-1-2001cs {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/prova14.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: 100px;
}
.colonna-1-2001css {
	width: 100%;
	height: auto;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 30px;
	background-color: #000000;
}

.colonna-1-2001cssss {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/prova14.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 100px;
}
.colonna-1-2001csss {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(moon-056.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: 120px;
	padding-top: 70px;
}
.colonna-1-2001cssp {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/crushsite-officeint.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: 120px;
	padding-top: 70px;
}
.colonna-1-2001csss-b {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/artesella-crush.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.colonna-1-2001csss-c {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/bfies.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.colonna-1-2001cssssotto {
	width: 100%;
	height: auto;
	background-size:cover;
	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: 70px;
	padding-top: 0px;
}
.colonna-1-2001csssbis {
	width: 100%;
	height: auto;
	background-size:cover;
	background-position: center top;
	background-color: #fff;
	background-image: url(1/crushsite.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 100px;
	
}
.colonna-1-2001csssbis2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-position: center top;
	background-color: #fff;
	background-image: url(1/b-fies.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 100px;
	
}
.duesei2 {
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: auto;
	background-image: url(1/prova14opi.jpg);
	padding-bottom: 0px;
	}
.colonna-1-2001p {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(_a2_DSC_0281bc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.colonna-1-2001cc {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 50px;
}
.colonna-1-2001s {
	position:relative;
	height: 100%;
	background-size:cover;
	box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.colonna-1-2001d {
	width: 100%;
}
.colonna-1-400 {
	width: 50%;
	padding-right: 20px;
}
.colonna-1-401 {
	width: 50%;
}
.colonna-1-4999 {
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.colonna-1-5000 {
	width: 30%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-5000b {
	width: 30%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-5001 {
	width: 5%;
}
.colonna-1-5002 {
	width: 30%;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.colonna-1-5003 {
	width: 5%;
}
.colonna-1-5004 {
	width: 30%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.colonna-1-5004b {
	width: 60%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.colonna-1-5005 {
	width: 30%;
	padding: 20px;
}
.colonna-1-5006 {
	width: 70%;
	padding: 20px;
}
.colonna-1-5007 {
	width: 32%;
	padding-top: 20px;
	padding-right: 0px;
}
.colonna-1-5007b {
	width: 2%;
}
.colonna-1-5008 {
	width: 32%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-5008b {
	width: 2%;
}
.colonna-1-5009 {
	width: 32%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-10000 {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-10001 {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.colonna-1-10002 {
	width: 33%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.colonna-1-5007b {
	width: 2%;
	padding-top: 0px;
	padding-right: 0px;
}
.colonna-1-5008b {
	width: 2%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colonna-1-5010 {
	width: 100%;
	padding: 0px;
	background-color: #F0F0F0;
}
.colonna-1-6000 {
	width: 30%;
	background-color: #F0F0F0;
	padding: 20px;
}
.colonna-1-6001 {
	width: 5%;
}
.colonna-1-6002 {
	width: 30%;
	padding: 20px;
}
.colonna-1-6003 {
	width: 5%;
}
.colonna-1-6004 {
	width: 30%;
	padding: 20px;
}
.colonna-1-7000 {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
}
.colonna-1-7000b {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colonna-1-7000c {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.colonnas-1-8000 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8001 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8002 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8003 {
	width: 25%;
	padding-right: 40px;
	padding-left: 20px;
}
.colonnas-1-8004 {
	width: 20%;
	padding-right: 10px;
}
.colonna-1-7-int {
	width: 100%;
}

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

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

.riga:after {
 clear: both;
}



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

.riga1:after {
 clear: both;
}
.riga1 {
 *zoom: 1;
}



.riga {
 *zoom: 1;
}


/* Font miei */
.titoloni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.4em;
}
.menunuovo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.4em;
}
.duedue .riga .colonna-1-151 .menunuovo a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #046EA0;
	padding: 5px;
}
.duedue .riga .colonna-1-151 .menunuovo a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #046EA0;
	padding: 5px;
}
.duedue .riga .colonna-1-151 .menunuovo a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 5px;
}

.footer {
	background-color: #454545;
	background-image: url(righi6.jpg);
	background-repeat: repeat;
}
.testoprincipalesotto {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 2.5em;
	font-weight: lighter;
	}
	.testoprincipale {
	font-family: Helvetica, arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	}
	.testoprincipaleboldred {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	}
		.testoprincipalebold {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
	font-weight: 600;
	padding-top: 10px;
	}
	.testoprincipalebold a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
}
.testoprincipalebold a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
}
.testoprincipalebold a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding: 8px;
}
.testoprincipale a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.testoprincipale a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.testoprincipale a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
	.testoprincipalerefnero {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	}
		.testoprincipaleref {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	}
.testoprincipaleref a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.testoprincipaleref a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.testoprincipaleref a:hover {
	color: #CC3300;
	text-decoration: none;
	font-weight: normal;
}
	.testoprincipaleref2 {
	font-family: Helvetica, arial;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: lighter;
	}
	.colonna-1-2001d .duequattro .riga  .testoprincipaleref2 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.colonna-1-2001d .duequattro .riga .testoprincipaleref2 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.colonna-1-2001d .duequattro .riga .testoprincipaleref2 a:hover {
	color: #065687;
	text-decoration: none;
	font-weight: bold;
}

.testoprincipale3 {
	font-family: Helvetica, arial;
font-size: 1.4em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 500;
	}
	.testoprincipale22 {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bolder;
	}
	
.testoprincipale22 a:link {
	text-decoration: none;
	color: #000000;
}
.testoprincipale22 a:visited {
	text-decoration: none;
	color: #000000;
}
.testoprincipale22 a:hover {
	text-decoration: none;
	color: #E74C77;
}
	.testoprincipale2 {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	font-weight: 400;
	}
.testoprincipale2 a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.testoprincipale2 a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.testoprincipale2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
	.testoprincipale2b {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.5em;
	font-weight: lighter;
	}
	.testoprincipale2b a:link {
	text-decoration: none;
	color: #E74C77;
}
.testoprincipale2b a:visited {
	text-decoration: none;
	color: #E74C77;
}
.testoprincipale2b a:hover {
	text-decoration: underline;
	color: #E74C77;
}
	
.testoprincipalegrande {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 3.4em;
	background-color: #FFFFFF;
	padding: 10px;
}
.testoprincipalegrande a:link {
	color: #999999;
	text-decoration: none;
}
.testoprincipalegrande a:visited {
	color: #999999;
	text-decoration: none;
}
.testoprincipalegrande a:hover {
	color: #EF1B68;
}
.testoprincipalegrandetit {
	font-family: Helvetica, Arial;
	font-size: 3em;
	color: #000000;
	line-height: 1em;
	font-weight: 500;
	text-shadow: 0px 0px 0px #000;
}
.testoprincipalegrandetitnero {
	font-family: Helvetica, Arial;
	font-size: 3em;
	color: #000000;
	line-height: 1em;
	font-weight: 500;
	text-shadow: 0px 0px 0px #000;
}

.testoprincipalegrandetiv {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color: #339966;
	line-height: normal;
	font-weight: bold;
}
.testoprincipalegrandetivcrush {
	font-family: Helvetica, Arial;
	font-size: 1em;
	color: #CC3300;
	line-height: normal;
	font-weight: 400;
}
.testoprincipalegrandetit2 {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: #866749;
	line-height: 1em;
	font-weight: lighter;
}
.titolipagine {
	font-family: helvetica;
	font-size: 1.2em;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: lighter;
}
.titolipaginemenu {
	font-family: helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
}
.duetre .riga .titolipaginemenu a:link {
	color: #000000;
	text-decoration: none;
}
.duetre .riga .titolipaginemenu a:visited {
	color: #000000;
	text-decoration: none;
}
.duetre .riga .titolipaginemenu a:hover {
	color: #EF8C49;
	text-decoration: none;
	
}
.titolipaginemenuc {
	font-family: helvetica, Arial;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: 400;
}
.titolipaginemenuc a:link {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.titolipaginemenuc a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.titolipaginemenuc a:hover {
color: #CC3300;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
.titolipaginemenucc {
	font-family: helvetica, Arial;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: lighter;
}
.titolipaginemenucc a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E74C77;
}
.titolipaginemenucc a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E74C77;
}
.titolipaginemenucc a:hover {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.titolipaginemenuccc {
	font-family: helvetica, Arial;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	background-color: #000000;
}
.titolipaginemenuccc a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #FFFFFF;
}
.titolipaginemenuccc a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #FFFFFF;
}
.titolipaginemenuccc a:hover {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.titolipaginemenu2 {
	font-family: helvetica, arial;
	font-size: 2em;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
.riga .testoprincipale2 a:link {
	color: #000000;
	text-decoration: underline;
}
.riga  .testoprincipale2 a:visited {
	color: #000000;
	text-decoration: underline;
}
.riga .testoprincipale2 a:hover {
	color: #666666;
	text-decoration: none;
}


.titolipagine2 {
	font-family: Helvetica, arial;
	font-size: 1.1em;
	font-weight: lighter;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	padding: 0px;
}
.titolipagine3g {
	font-family: Helvetica, arial;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipagine3h {
	font-family: Helvetica, arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipagine3s {
	font-family: Helvetica, arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipagine3s a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background-color: #FF0066;
}
.titolipagine3s a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background-color: #FF0066;
}
.titolipagine3s a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 10px;
}



.titolipagine3home {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 2.5em;
	text-decoration: none;
	padding: 10px;
	background-color: #000000;
}
.titolipagine3home a:link {
	text-decoration: none;
	padding: 10px;
	color: #FF0066;
}
.titolipagine3home a:visited {
	color: #FF0066;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.titolipagine3home a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 10px;
}

.titolipagine3 {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.6em;
	text-decoration: none;
	padding: 0px;	
}
.titolipagine3 a:link {
	color: #FFFFFF;
}
.titolipagine3 a:visited {
	color: #FFFFFF;
}
.titolipagine3 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


.titolipagine3b {
	font-family: Helvetica, arial;
	font-size: 0.8em;
	font-weight: lighter;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	padding: 0px;
}
.titolipagine3b a:link {
	color: #000000;
	text-decoration: none;
}
.titolipagine3b a:visited {
	color: #000000;
	text-decoration: none;
}
.titolipagine3b a:hover {
	color: #000000;
	text-decoration: underline;
}
.titolipagine3bc {
	font-family: Helvetica, arial;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	padding: 5px;
	background-color: #FFFF00;
}


.riga .titolo {
}
.riga .colonna-1-3 .photo {
	background-color: #999999;
	padding: 10px;
}
.testolinkfoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	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;
}
.duesessa {
	padding: 5px;
	background-repeat: repeat;
	position: fissa;
	left: 814px;
	top: 17px;
}
.duedue {
	padding: 5px;
	background-repeat: repeat;
	background-color: #FFCC00;
}
.duemenu {
	background-repeat: repeat;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
	padding: 5px;
	background-color: #000000;
}
.duemenu2 {
	background-repeat: repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	padding: 5px;
	background-color: #FFFFFF;
}
.duetrenero {
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.duetre {
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.duetretre {
	background-repeat: repeat;
	background-color: #CCCCCC;
	padding: 20px;
}
.duetrebis {
	background-repeat: repeat;
	padding: 20px;
}
.duetretris {
	background-repeat: repeat;
	padding: 20px;
	background-image: url(_a2_DSC_0281b.jpg);
	background-position: right bottom;
}
.duequattro {
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.duequattrobis {
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.duecinque {
	padding: 5px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FF4150;
	height: auto;
}

.duesei {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	.dueseic {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	}
	.dueseib {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: rgba(247, 247, 247, 0.8);
	}


/* 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;
}

nav {
 float: right;
 padding: 20px 20px 0 0; 
}

nav ul, nav li {
 margin: 0;
 padding: 0;
}

nav ul li {
 list-style: none;
 float: left;
 margin-right: 5px;
}

nav ul li a {
 display: block;
 padding: 5px;
}

a.attiva-nav {
 display: none;
}
header
{
    position:relative;
    height: 100%;
    background:#fff url(7.jpg) no-repeat center center;
    background-size:cover;
    box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
}
.dueotto2 {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/bomba11.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueottorassegna {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/2022/alberi4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueottorassegna-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/2022/alberi4.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/pituit.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/camilladef.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/camilladefb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2cantonatale {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/cantodinatale/natale.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2cantonatale-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/nataleb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2vocemontagna {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/vocemontagna3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2vocemontagna-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/vocemontagna3b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla2 {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/casettacamilladef.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2camilla2-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/funzionalitacorale.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2agire {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/cantodellagire.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2agire-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/cantodellagireb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2home {
	width: 100%;
	height: 1000px;
	background-size:cover;
		width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
background-image: url(2023/DSC06617.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}

.dueotto2home {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-color: #fff;
	background-image: url(2023/DSC06617.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	padding: 0px;
}
.dueotto2fagioli-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/fagiolib.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2fagioli {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/fagioli.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2musikaten {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/musikaten.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
.dueotto2musikaten-b {
	width: 100%;
	height: 400px;
	background-size:cover;
	background-color: #fff;
	background-image: url(media/musikatenb.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}

.duedue2 {
	background-repeat: no-repeat;
	padding-top: 370px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue2n {
	background-repeat: no-repeat;
	padding-top: 300px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue2home {
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
.duedue2nn {
	background-repeat: no-repeat;
	padding-top: 320px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.0);
}
	
.testoprincipalegrande {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 2.4em;
	background-color: #FFFFFF;
	padding: 10px;
}




.colonna-1-8001 {
	width: 50%;
	padding-top: 0px;
	padding-right: 22px;
	height: auto;
}


.colonna-1-8002 {
	width: 50%;
	padding-top: 0px;
	padding-left: 22px;
}

.colonna-1-8003 {
	width: 33%;
	padding-top: 0px;
	padding-right: 0px;
}


.colonna-1-7001 {
	width: 100%;
	padding-top: 10px;
	padding-right: 100px;
	background-color: #FFFFFF;
	height: auto;
	padding-left: 30px;
}


.colonna-1-7002 {
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}




.duefixed {
	position: fixed;
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 10px;
}





}

@media only screen and (max-width:600px) {
.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;}

a.attiva-nav {
 display: block;
	float: right;
	color: #2cb7ea;
	background: #4e4e4e;
	text-decoration: none;
	margin: 20px 0 0 0;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
}

nav {
 clear: both;
 position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10000;
	background: #fff;
	padding: 0;
	display: none;
}

nav ul {
 margin: 0;
 padding: 0;
}
nav ul li {
 list-style: none;
 float: none;
}

nav ul li a { 
 padding: 5px;
 display: block;
 border-bottom: 1px solid #333; 
}

.footer {
	background-repeat: repeat;
}
.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;

}
.duetre {
	background-color: none;
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 60px;
	padding-left: 5px;
}

.riga {
	width: 100%;
	max-width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
.colonna-1-301 {
	width: 60%;
	padding-right: 0px;
	padding-top: 50px;
	padding-left: 10px;
}
.colonna-1-5000 {
	width: 30%;
	background-color: #FFFFFF;
	padding: 0px;
}
.colonna-1-5001 {
	width: 5%;
}
.colonna-1-5002 {
	width: 30%;
	background-color: #FFFFFF;
	padding: 0px;
}
.colonna-1-5003 {
	width: 0%;
}
.colonna-1-5004 {
	width: 30%;
	background-color: #FFFFFF;
	padding: 0px;
}
.colonna-1-5007 {
	width: 50%;
	padding-top: 20px;
	padding-right: 0px;
}
.colonna-1-5008 {
	width: 50%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.titolipagine3s {
	font-family: Helvetica, arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-decoration: none;
}
.titolipaginemenu {
	font-family: helvetica, Arial;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: lighter;
}

.colonnas-1-8000 {
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
}
.colonnas-1-8001 {
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}
.colonnas-1-8002 {
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}
.colonnas-1-8003 {
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}
.colonnas-1-8004 {
	width: 20%;
	padding-right: 10px;
}

.testoprincipalegrandetit {
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	color: #000000;
	line-height: 1em;
	font-weight: bold;
	text-shadow: 0px 0px 0px #000;
}
.testoprincipalegrandetitnero {
		font-family: Helvetica, Arial;
	font-size: 2.3em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 600;
	text-shadow: 0px 0px 0px #000;
}

.titolipaginemenuc {
	font-family: helvetica, Arial;
	font-size: 0.8em;
	color: #000000;
	line-height: 2.4em;
	text-decoration: none;
	font-weight: normal;
}
.titolipaginemenuc a:link {
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	
}
.titolipaginemenuc a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.titolipaginemenuc a:hover {
	color: #CC3300;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	}
	.testoprincipalegrandetivcrush {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	color: #CC3300;
	line-height: 1.6em;
	font-weight: 400;
}
.colonna-1-2001csss {
	width: 100%;
	height: auto;
	background-size:cover;
	background-color: #fff;
	background-image: url(1/crushsite-office2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 50px;
	padding-bottom: 60px;
}
.duequattro {
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.testoprincipalegrandetit2 {
	font-family: Helvetica, Arial;
	font-size: 0.5em;
	color: #000000;
	line-height: 1em;
	font-weight: light;
}
.titolipaginemenu2 {
	font-family: helvetica, arial;
	font-size: 1.8em;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
	.testoprincipale {
	font-family: Helvetica, arial;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	}

	.testoprincipale2b {
	font-family: Helvetica, arial;
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
	font-weight: lighter;
	}
	.testoprincipalebold {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 10px;
	}
.titolipaginemenucc {
	font-family: helvetica, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: lighter;
}
.titolipagine3g {
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
}
	.testoprincipaleref {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	}
	.testoprincipalerefnero {
	font-family: Helvetica, arial;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: normal;
	}


.colonna-1-8001 {
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	height: auto;
}


.colonna-1-8002 {
	width: 50%;
	padding-top: 0px;
	padding-left: 0px;
}

.duetrenero {
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
}

.testoprincipale3 {
	font-family: Helvetica, arial;
font-size: 1.4em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 500;
	}
	
	.dueoalt {
	width: 100%;
	height: 200px;
	z-index: -900;
}

	.dueoaltriparo {
	width: 100%;
	height: 220px;
	z-index: -900;
}


.dueoalthome {
	width: 100%;
	height: 220px;
	z-index: -900;
}



}

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


	.dueoalt {
	width: 100%;
	height: 180px;
	z-index: -900;
}

	.dueoaltriparo {
	width: 100%;
	height: 220px;
	z-index: -900;
}

.dueoalthome {
	width: 100%;
	height: 200px;
	z-index: -900;
}
