
html,body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 100%;
}
.wrapper_content{width: 1170px;padding: 0px;margin: 0px auto;}
.naviga{
	width: 100%;
	background: #FFF;
	/*height: 20px;
	vertical-align:bottom;*/
}
ul#top_nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
	ul#top_nav li{
		font-size: 12px;
		display: inline-block;
		margin: 2px; 
	}
		ul#top_nav li:after{content: " | ";}
		ul#top_nav li:last-child:after{content: "";}

.header{
	background: #f59a01;
	padding: 3px 15px 6px 0px;
	height: 60px;
}
	.header img.logo{margin-left: 15px;float: right;}
	.header .slogan{
		margin-top: -13px;
		font-size: 40px;
		color: #FFF;
		display: inline-block;
	}
.footer{
	width: 100%;
	background: #f59a01;
	padding: 8px 15px;
	min-height: 100px;
	overflow: hidden;
	color: #FFF;
}
.divider{
	margin: 5px 0px;
	background: url("../images/divider.jpg") bottom center repeat-x;
}
.meta_news{
	font-size: 12px;
}
.wrapper_header{
	position: relative;
	padding-bottom: 50px;
}
	.wrapper_header .categoria{
		position: absolute;
		top: 0;
		background: #330033;
		left: 60px;
		height: 300px;
		z-index: +10;
		width: 240px;
	}
	.cat_icon{position: relative;width: 240px;height: 300px;}
		.cat_icon img{position: absolute;top: 15%;left: 8%;}
		
ul.settori{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}
	ul.settori li{	margin-right: 62px;float: left;display: inline;}
	ul.settori li:last-child{margin-right: 0px;}

.logo_company{
	width: 51px;
	height: 49px;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	background: #f59a01;
	
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}
.blog-img{width:88px;height: auto;}
.media-heading a{color: #333333;}
.language{display: inline-block;margin-left: 15px;}