/*******************************************************/
/*						 thumbnail	 			      	   */
/*******************************************************/
.thumbnail {
	padding: 0px;
	margin-bottom: 10px;
}
/*******************************************************/
.thumbnail > a img{
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px; 
}
.thumbnail > img, 
.thumbnail a > img{
  	width: 100%;
}
/*******************************************************/
.thumbnail h4{
	color:#333;
}
.thumbnail .caption h5{
	color:#317FA8;
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 0px;
}
.thumbnail .caption .glyphicon-facetime-video{
	font-size:14px;
	color:#bbb;
}
.thumbnail .caption p.bodytext{
	color:#666;
	font-size:13px;
	padding:2px 6px 0px 6px;
	margin:0px;
}
@media (min-width: 768px) {
	.thumbnail .caption{
		min-height:120px;
	}
}
@media (min-width: 992px) {
	.thumbnail .caption{
		min-height:160px;
  		padding-bottom: 0px;
	}
}
/*******************************************************/
.categoria {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:300;
	background-color:#565656;/* colore */
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
}
.categoria a{
	color:#fff;
}
.categoria a:hover{
	color:#fff;
	background:none;
	text-decoration:underline;
}