@charset "utf-8";
/* CSS Document */

html{overflow:scroll;}
body {
margin:0; 
padding:0; 
font-family: 'Roboto', sans-serif;
text-rendering: optimizelegibility;
font-weight:400;
font-size:12px;
/*background: url(../images/sf-main-grigio.jpg) no-repeat scroll 50% 0 rgba(0, 0, 0, 0);*/
background-color:#AF3632;
color:#333;
line-height:1.6em;
min-width:1100px;

}
a {text-decoration:none; color:#000;}
a:hover {color:#000;}
a img:hover {/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}
img{
border:0;
}

/*titoli h1-h2-h3 etc...*/
h1 {
    color: #000;
	font-family: 'Oswald', sans-serif;
    font-size: 28px;
	line-height:30px;
    margin: 0px 0 5px 0;
    padding: 0;
	font-weight:700;
	
}

h2 {
    color: #666;
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
	font-weight:400;
}
	.titoletto {
		color: #000000;
		font-family: 'Oswald', sans-serif;
		font-size: 20px;
		margin: 15px 0 15px 0;
		padding: 0;
		text-transform: uppercase;
		font-weight:400;
	}
h3{
    color: #000;
	font-family: 'Oswald', sans-serif;
    font-size: 28px;
    margin: 0px 0 5px 0;
    padding: 0;
    text-transform: uppercase;
	font-weight:700;
	line-height:30px;
}
h4 {
    color: #000;
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
  
  font-weight:700;
}
h5 {
    color: #AF3632;
	font-family: 'Oswald', sans-serif;
    font-size: 13px;
    margin: 2px 0 2px 0;
    padding: 0;
    text-transform: none;
	line-height:14px;
}
h6 {
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin: 2px 0 2px 0;
    padding: 0;
    text-transform: none;
	line-height:14px;
}


p{margin:0 0 10px 0; padding:0;}

/*bread-crumb*/
ul.bread {
    float: left;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0 0 0;
    width: 100%;
}
	.bread li {
		background: url("../images/freccina-bread.png") no-repeat scroll right 5px rgba(0, 0, 0, 0);
		float: left;
		margin: 0 4px 0 0;
		padding: 0 12px 0 0;
		font-size:11px;
		color:#666;
	}
		.bread li:last-child {
			background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
			padding:0;
			margin:0;
		}
			.bread a {
				color: #333333;
				/*font-size: 11px;
				line-height: 12px;*/
				text-transform: none;
			}


/*MENU RESPONSIVE*/
/* Button Responsive Menu*/
.btn-responsive-menu{
display: none;
/*float: left;*/
clear:both;
width: 28px;
padding:5px;
cursor:pointer;
margin: 0 auto 10px auto;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background:#333;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.icon-bar {
display: block;
width: 18px;
height: 2px;
margin:5px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}


/*CONTENITORE SITO*/
#contenitore {
margin:0; 
padding:0;
float:left;
width:100%;
min-width:1100px;
}

/*TOP*/
#top {/*silvia cambio padding e sfondo*/
margin:0 0 0 0; 
padding:0 0 0 0;
float:left;
width:100%;
/*border-bottom:1px solid #E5E5E5;*/
/*background:url(../images/sf_top.png) 0 0 repeat-x;*//*silvia*/
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 10px 6px rgba(51, 51, 51, 0.1);
height: 105px;
min-width:1100px; 


/*PER SLIDE SOTTO*/
/*position:absolute;
z-index:1000;*/ /*100000*/
}
#pg_home #top { /*inserire stili come es. sfondo solo per la homepage*/

}


	#header {
	margin:0 auto; 
	padding:0;
	width:1100px;
	/*background:#111A24 url(../images/sf_top.png) 0 0 repeat-x;/*silvia*/
	}	
	
		#cont_header {/*silvia possition relative per position absolute del logo*/
		float:left;
		margin:0; 
		padding:0;
		width:1100px;
		position:relative;
		height:105px;
		}

/*CENTRO*/
#center {
margin:0; 
padding:20px 0 55px 0;
background:#fff/* url(../images/sf_center.png) 0 0 repeat-x*/;
float:left;
width:100%;
border-top:15px solid #ededed;
}
	#corpo {
	margin:0 auto; 
	padding:0;
	background:#fff;
	width:1100px;
	}
	
		#testo{
		float:left;
		margin:0; 
		padding:0px 25px 0 25px;
		width:1050px;/*1100-50*/
		}
		/*#pg_home #testo{
		}*/

				/*CONTENITORE BOX HOMEPAGE*/
				#box3{
				float:left;
				margin:0px 0 20px 0; 
				width:1050px;
				z-index:10;
				background-color:#FFFFFF;
				padding:10px 0;
				}
				/*FINE CONTENITORE BOX HOMEPAGE*/

			#txt{
			float:right;
			margin:0 0 0 25px; 
			padding:0;
			width:785px;
			}
			#txt_centopercento, .txt_centopercento {
				float:left;
				margin:0 0 0 0; 
				padding:0;
				width:100%;
				}
				
			#banner-sotto{
			float:left;
			width:100%;
			margin:20px 0;
			background-color:#F4F4F4;
			min-height:100px;
			}			

				
/*BOTTOM*/			
#bottom {
clear:both;
margin:0; 
padding:0 0 50px 0;
background:#AF3632;
float:left;
width:100%;
border-top:30px solid #621E1C;
}

	#footer {
	margin:0 auto; 
	padding:0;
	background:#272727;
	width:1100px;
	}

		#testo_footer {
		float:left;
		margin:0; 
		padding:20px 25px;
		width:1050px;
		}
			.dati {
				background: url("../images/logo_footer.png") no-repeat scroll left top rgba(0, 0, 0, 0);
				float: left;
			}
			.dati p {
				color: #fff;
				font-size:11px;
			}
			.credits {
				float: right;
			}
				.credits ul{
				margin:0;
				padding:0;
				}
				
					.credits ul li{
					margin:0;
					padding:0 5px;
					float:right;
					border-right:1px solid #eee;
					list-style-type:none;
					font-size:11px;
					}
					.credits ul li:first-child{
					border-right:0;
					}
				
			
			#testo_footer a {
				color: #fff;
			}
			#testo_footer a:hover {
			text-decoration:underline;
			}





