/* CSS Document */
@font-face {
     font-family: "Georgia";
    src: url('fonts/Georgia.ttf');
}
@font-face {
     font-family: "OpenSans_Light";
    src: url('fonts/Georgia.ttf');
}
@font-face {
     font-family: "OpenSans_Bold";
    src: url('fonts/Georgia.ttf');
}



body {
font-family:"Georgia",Arial, Helvetica, sans-serif;
text-align:left;
color:#333;
font-size:0.9em;
margin:0;
padding:0;
min-width: 1000px;
}
img, img a{
	border:0;
}
a {
	text-decoration: none;
}

#sf_header{
	width:100%;
	background-color:#1B9BD2;

	margin:0;
padding:0;
	}
header {
	width:1000px;
	margin:0 auto;
	font-family:"Georgia",Arial, Helvetica, sans-serif;
	color:#FFF;

}
#lingue{
	float:right;
	color:#FFF;
	font-size:0.8em;
	padding-top:20px;
	padding-bottom:20px;
	}
#lingue a{
	color: #fff;

}

/*MENU*/
#menu{
	width:100%;
	background-color:#00468C;
	height:40px;
	top:98px;
	position:absolute;
	min-width: 1000px;

	}
#nav {
	width:1055px;
	margin:0 auto; 
	padding:0; 
	list-style:none;
		text-transform: uppercase;
	}	

	#nav li {
			float:left; 
			display:block; 
			position:relative;
			padding:11px 20px;
			z-index:500; 
			margin:0;
		}
		#nav li a {
			color:#fff;
			display:block; 
			text-decoration:none; 
			text-align:center; 
		}

		#nav li a:hover {
			color:#1B9BD2;
		}

		#nav a.selected {
			color:#1B9BD2;
		}
	
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0; 
			padding:0; 
			list-style:none;
			margin-top:10px;
		}
		
		#nav ul li {
			width:120px; 
			float:left; 
			border-top:1px solid #fff;
			background-color:#00468C;
		}
		
		#nav ul a {
			display:block;  
			height:auto;
			padding: 5px 3px; 
			color:#FFF;
		}
		/* fix ie6, meglio inserirlo in un file .css separato 
		*html #nav ul {
			margin:0 0 0 -2px;
		}*/
/*fine MENU*/



#pag1{
width:100%;
background-image:url("../img/foto.jpg") ;
background-repeat:no-repeat;
background-size: 100% auto;
height:647px;

}
.centro{
	width:1000px;
	margin:0 auto;
}
.strillo{
	width:430px;
	text-align:justify;
	padding-top:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.5em;
	}
.strillo label{
	font-family:"OpenSans",Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.7em;
	}
#pag2{

background-image:url("../img/sf_sfondo.jpg");

background-repeat:repeat-y;
min-height:670px;
padding: 0 10px;
border:0;
border-bottom: 1px solid #1B9BD2;
}
.testo{
	width:1000px;
	text-align:justify;
	padding-top:100px;
	}
.testo_home{
	width:580px;
	text-align:justify;
	padding-top:100px;
	}
.dx_home{
	padding-top:100px;
	width:376px;
	float:right;
	}
.dx_home ul{
	width:362px;
	margin:0 7px 0 2px;
	padding:0;
}
.dx_home ul li{
	list-style-type:none;
	background-color:#00468C;
	padding:5px;
	margin:1px;
	color:#FFF;
}
.dx_home ul li a{
	color:#FFF;
	text-decoration:none;
	}
	
	.dx_img{
	padding-top:100px;
	width:376px;
	float:right;
	margin-left: 10px;
	}
#fascia_tit{
width:100%;
background-image:url("../img/foto_interna.jpg");
background-repeat:no-repeat;
background-size: 100% auto;
height:250px;
}
h1{
	width:600px;
	padding-top:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:1.8em;
	line-height:1.5em;
	color:#00468C;
	}
.titolo{
	color:#00468C;
	font-size:1.2em;
	}
footer{
	background-color:#1B9BD2;
	padding:15px;
	text-align:center;
	color:#FFF;
	font-size:0.75em;
	}
footer a{
	color:#FFF;
	text-decoration:none;
}

#gallery {

	color: #FFFFFF;
	padding: 10px;
	margin: 0;
	border: none;
	width: 100%
}
.chiaro {
	background-color: #ddd;
}
.scuro {
		background-color: #212121;
}

.item {
	float: left;

	height: 240px;
	margin: 2px;
	overflow: hidden;
	margin: 10px ;
	background-color: #fff;
	border: 1px solid white;

}

.item_title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	color: #333;
	text-align: center;



}
.clearfix {
	clear: both;
}


.social-wrapper{
	display:inline-block;
	height: 240px
}