/*////////--- OGGETTO TIPO 41 (Elenco richiami con img tonda animata) ---/////////*/
.OB43{
	display: block;
}
.OB43 .OB_box{
	float: left;
	display: block;
	margin: 15px 0 0 0;
	text-align: left;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.OB43 .OB_time{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #bbb;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	font-weight: 300;
}
.OB43 .OB_item{
	display: block;
	height: inherit;
	margin: 0 15px;
	color: #888;
	text-decoration: none;
}
.OB43 a.OB_item:Hover, .OB43 a.OB_titolo:Hover{
	color:#444;
}
.OB43 .OB_item.Act, .OB43 .OB_item.Act:hover{color: #E05D1E;}
.OB43 .OB_text{
	display: block;
	text-decoration: none;
	text-align: left;
	-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;
}
.OB43 .OB_img{
	display: block;
	height: 50px;
	margin: 5px 0 0 0;
	text-align: left;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.OB43 .OB_img.video{
	width: 90px;
	text-align: center;
	outline: solid 0px rgba(55,151,191,0.7);
	-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;
}
.OB43 .OB_img.video:before{
	content: '';
	position: relative;
	z-index: 99;
	display: block;
    width: 40px;
    height: 40px;
	top: 5px;
	margin: 0 auto -40px auto;
	background: rgba(0,0,0,0.4) url(../img/play.png) no-repeat 15px 11px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-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;
}
.OB43 a.OB_img.video:hover{
	outline: solid 2px rgba(55,151,191,0.7);
}
.OB43 a.OB_img.video:hover:before{
	background: rgba(55,151,191,0.7) url(../img/play.png) no-repeat 15px 11px;
}
.OB43 .OB_img img{
	height: 50px;
	-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;
}
.OB43 .OB_titolo{
	display: block;
	padding: 5px 0 0 0;
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.OB43 .OB_testo{
	display: block;
	font-size: 14px;
	margin: 3px 0 0 0;
	font-weight: 300;
	line-height: normal;
	-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;
}
/*link*/
.OB43 .OB_linkbox{
	display: block;
	height: 60px;
	margin: 5px 0 0 0;
}
.OB43 .OB_link1{
	float: left;
	display: block;
	padding: 0 20px;
	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;
}
.OB43 .OB_link1:Hover{
	background-color: #F1CA6F;
}
.OB43 .OB_link1:Active{
	background-color: #F1CA6F;
}
.OB43 .OB_link1 .OB_linkicon{
	float: left;
	display: block;
	margin: 0 5px 0 -15px;
	height: 30px;
	width: 30px;
	background-image: url(../../immagini/icone/icon8.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	opacity: 0.6;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out;
}
.OB43 .OB_link1:Hover .OB_linkicon{opacity: 0.8;}
.OB43 .OB_link1 .OB_linktxt{display: inline;}

/*Label*/
.OB43 .OB_labelbox{
	float: right;
	display: block;
	height: 10px;
	width: 60px;
}
.OB43 .OB_label{
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 12px;
	max-width: 100%;
	text-align: center;
	background-color:#d1e875;
	border: solid 2px #fff;
	color: #496927;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out;
}
.OB43 .OB_labelicon{
}
.OB43 .OB_labeltxt{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*meter tag*/
.OB43 .OB_meter{
	-webkit-appearance: none; /*reset*/
	-moz-appearance: none; /*reset*/
	height: 12px;
	width: 60px;
	display: block;
	text-align: left;
	background: url(../img/icon-meter-back_small.png) repeat-x left top;
	background-size: auto 12px;
	margin: 5px 0 0 0;
}
.OB43 .OB_meter::-webkit-meter-bar{
	background: none; /*reset*/
}
.OB43 .OB_meter::-webkit-meter-optimum-value {
	background-image: none; /*reset*/
	background-image: url(../img/icon-meter-over_small.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: auto 12px;
}
.OB43 .OB_meter::-moz-meter-bar {
	background-image: none; /*reset*/
	background-image: url(../img/icon-meter-over_small.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: auto 12px;
}
.OB43 .OB_meter .OB_meter-img{
	display: block;
	height: 12px;
	background: url(../img/icon-meter-over_small.png) repeat-x left top;
	background-size: auto 12px;
	text-indent: -999px;
}
/*funzioni hover*/
.OB43 .OB_box:Hover .OB_img img{-webkit-filter: brightness(1.1);filter: brightness(1.1);}

@media only screen and (max-width:1000px) {
}