/*////////--- OGGETTO TIPO 41 (Elenco richiami con img tonda animata) ---/////////*/
.OB41{
	display: block;
	text-align: left;
}
.OB41 .OB_box{
	display: inline-block;
	vertical-align: top;
	float: left\9;/*IE6-7-8*/
	display: block\9;/*IE6-7-8*/
	height: 350px\9;/*IE6-7-8*/
	margin: 40px 0 0 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.OB41 .OB_item{
	display: block;
	text-align: left;
	height: inherit;
	margin: 0 15px;
	text-decoration: none;
}
.OB41 a.OB_item:Hover{
	cursor: pointer;
}
.OB41 .OB_text{
	display: block;
	text-decoration: none;
	text-align: left;
	max-height: 120px\9;/*IE6-7-8*/
	overflow: hidden\9;/*IE6-7-8*/
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
.OB41 .OB_img{
	display: block;
	height: 100px;
	line-height: 0;
	background-color: rgba(0,0,0,0.05);
	border-bottom: solid 1px #e0e0e0;
	margin: 0;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.OB41 .OB_img img{
	height: 100%;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
.OB41 .OB_titolo{
	display: block;
	padding: 10px 0;
	font-size: 20px;
	line-height: 20px;
	color: #444;
	font-weight: 100;
}
.OB41 .OB_testo{
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	color: #aaa;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
.OB41 .OB_link_box{
	display: block;
	margin: 19px 0 0 0;
}
.OB41 .OB_link1{
	float: left;
	display: block;
	padding: 0 15px;
	height: 30px;
	width: auto;
	line-height: 30px;
	text-align: center;
	background-color: #ECB330;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0 2px 0 #DEA014;
	-webkit-box-shadow: 0 2px 0 #DEA014;
	-moz-box-shadow: 0 2px 0 #DEA014;
	-ms-box-shadow: 0 2px 0 #DEA014;
	-o-box-shadow: 0 2px 0 #DEA014;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
.OB41 .OB_link1:Hover{
	background-color: #F1CA6F;
}
.OB41 .OB_link1:Active{
	background-color: #F1CA6F;
}
.OB41 .OB_link2{
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 0;
	text-align: left;
	color: #aaa;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.OB41 .OB_link2:Hover{
	color: #F92700;
}
/*Label*/
.OB41 .OB_labelbox{
	float: right;
	width: 0;
	height: 0;
}
.OB41 .OB_label{
	position: absolute;
	z-index: 10;
	width: 80px;
	height: 30px;
	text-align: center;
	margin: -15px 0 0 -75px;
	background-color: #d1e875;
	color: #496927;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*box-shadow: 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px rgba(0,0,0,0.1);*/
	-webkit-transition: all 0.1s ease-out; 
	-moz-transition: all 0.1s ease-out; 
	-o-transition: all 0.1s ease-out; 
	transition: all 0.1s ease-out;
}
.OB41 .OB_labelicon{
}
.OB41 .OB_labeltxt{
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}
/*funzioni hover*/
.OB41 a.OB_item:Hover .OB_titolo, .OB41 a.OB_item:Hover .OB_testo{color:#222;}
.OB41 a.OB_item:Hover .OB_img img{-webkit-filter: brightness(1.1);filter: brightness(1.1);}

@media only screen and (max-width:560px) {
.OB41 .OB_img{height:auto;max-height: 250px;}
.OB41 .OB_img img{max-width:100%; height:auto;}
}