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

html{overflow:scroll;}
body {
margin:0; 
padding:0;
background-color: #F3F3F3;
color: #666;
font-family: 'Open Sans', sans-serif;
font-size:12px;
text-rendering: optimizelegibility;
font-weight:400;
line-height:1.3em;

/*background: url(http://www.impiantidibetonaggiomobili.it/images/sf-main-grigio.jpg) no-repeat scroll 50% 0 rgba(0, 0, 0, 0);*/

min-width:1100px;

}
a {text-decoration:none; color:#666;}
a:hover {color:#666;}
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: #123c6c;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	line-height:24px;
    margin: 0px 0 10px 0;
    padding: 0;
	font-weight:700;
	
}

h2 {
    color: #666;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 0;
	font-weight:400;
}
	.titoletto {
		color: #123c6c;
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		margin: 15px 0 15px 0;
		padding: 0;
		text-transform: uppercase;
		font-weight:400;
	}
h3{
    color: #123c6c;
	font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    margin: 0px 0 15px 0;
    padding: 0;
    text-transform: uppercase;
	font-weight:700;
}
h4 {
    color: #123c6c;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
  
  font-weight:700;
}
h5 {
    color: #666;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0px 0 20px 0;
    padding: 0;
    text-transform: none;
	line-height:19px;
	font-weight:500;
}
h6 {
    color: #999999;
	font-family: 'Open Sans', 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; line-height:18px;}

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


/*MENU RESPONSIVE*/
/* Button Responsive Menu*/
.btn-responsive-menu{
display: none;
/*float: left;*/
clear:both;
width: 120px;
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%;
background:#ffffff;
height: 128px;
min-width:1100px; 

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


	#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:135px;
		}

/*CENTRO*/

#center {
margin:0; 
padding:8px 0 55px 0;
background:url(../images/sf_breadcrump.png) top center repeat-x #fff;
float:left;
width:100%;
}

#pg_home #center{
	background:url(../images/sf_center_home.png) top center no-repeat #fff;
	padding:20px 0 55px 0;
}

	#corpo {
	margin:0 auto; 
	padding:0;
	background:#fff;
	width:1100px;
	}
	
		#testo{
		float:left;
		margin:0; 
		padding:0 25px 0 25px;
		width:1050px;/*1100-50*/
		}
		#pg_home #testo{
		margin:22px 0 0 0; 
		}

				/*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_realizzazioni{
			float:left;
			padding:0; 
			margin:0;
			width:100%;
			min-height:771px;
			}
			
			.ru #box_realizza{
			font-size:14px;	
			line-height:20px;
			padding-top:5px;
			height: 48px;
			}
			
			#box_realizza{
			float:left;
			padding:0 0 0 15px; 
			margin:0;
			width:45%;
			background: url("../images/box_realizza.png") top left no-repeat;
            height: 53px;
			color:#FFF;
			font-size:18px;
			font-weight:700;
			line-height:53px;
			}
			
			.fr #box_realizza {
			font-size:17px;	
			}
			
			#cont_mappaselect {
			float:left;
			padding:0 0 40px 0; 
			margin:0;
			width:100%;}
			
			#box_select{
			float:right;
			padding:0; 
			margin:0;
			width:45%;
			}
			
			 #box_mappamondo{
			float:left;
			padding:10px 0 0 0; 
			margin:0;
			width:100%;
			text-align:center;
			}
			
			

			#txt{
			float:right;
			padding:0 0 50px 30px; 
			margin:0;
			width:760px;
			border-left:1px dotted #CCCCCC;
			
			}
			
			#txt_dx{
			float:right;
			padding:35px 0 0 0; 
			margin:0;
			width:220px;
			}
			
			#txt_sx{
			float:left;
			padding:0 30px 0 0; 
			margin:0;
			width:510px;
			}
			
			#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:10px 0 0 0; 
padding:0 0 50px 0;
background:#F3F3F3;
float:left;
width:100%;
}

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

		#testo_footer {
		float:left;
		margin:10px 25px 0 25px; 
		padding:14px 0;
		width:1050px;
		border-top:5px solid #CCCCCC;
		}
			.dati {
				background: url("http://www.impiantidibetonaggiomobili.it/images/logo_footer.png") no-repeat scroll left top rgba(0, 0, 0, 0);
				float: left;
			}
			.dati p {
				color: #999999;
				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;
					font-weight:700;
					font-style:italic;
					}
					.credits ul li:first-child{
					border-right:0;
					}
				
			
			#testo_footer a {
				color: #999999;
			}
			#testo_footer a:hover {
			text-decoration:underline;
			}

/*silvia*/
.gallery {
    margin: 0;
    padding: 0;
	/*float:left;*/
}
#txt .gallery {
    margin: 30px 20px 20px 20px;
    padding: 0;
	float:left;
	width:100%;
	text-align:center;
}
.gallery li {
	margin:0;
	list-style:none;
    display: block;
    float: left;
    padding: 0;
}
.gallery li a {
    display: block;
}