/* MOSAICO */
.mosaicflow__column {
	float:left;
	background-color: #FFF;
	padding: 0px;
}
.mosaicflow__item {
	background-color: #FFF;
	margin-bottom: 30px;
	/*box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);*/
	border: solid 1px #DDD;
}
.mosaicflow__item:hover {
	opacity: 0.8;
}
.mosaicflow__item img {
	display:block;
	width:100%;
	height:auto;
}
.mosaicflow__item h2 {
	font-size: 22px;
	text-align: left;
	line-height: normal;
	margin: 20px 15px 15px 15px;
}
.mosaicflow__item h2 a {
	text-decoration: none;
	color: #000;
}
.mosaicflow__item p {
	text-align: left;
	margin: 15px 15px 20px 15px;
	line-height: normal;
	font-size: 12px;
	display: block;
}
.mosaicflow__item p a {
	text-decoration: none;
	color: #000;
}
.frecciaPost {
	background-color: #BBB;
	display: block;
	height: 5px;
	margin-top: 20px;
}
.mosaicflow__item:hover .AggregateRag {
	background-color: #0ba13b;
}
.mosaicflow__item:hover .AggregateRag a {
	color: #fff;
}
.AggregateRag {
	background-color: #9c9c9c;
	padding: 8px 15px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}
.AggregateRag a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.AggregateIco img {
	width: 26px;
	float: left;
}
.AggregateGuarda a {
	margin-left: 1px;
	background-color: #d9b006;
	color: #FFF;
	padding: 1px 10px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	float: left;
	font-family: 'Roboto', sans-serif;
}
.AggregateDate a {
	background-color: #f2f2f2;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding: 1px 10px;
	margin-left: 1px;
	font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 480px) {
.mosaicflow__column {
	padding: 10px;
}
}
@media only screen and (min-width: 778px) {
}
@media only screen and (min-width: 1025px) {
}