/**
   MULTI MEDIA (foto video)
========================================================================================== 
**/


/* Mosaico
------------------------------------------------------------------------------------------ */
.media_mosaic{
	width: 90%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
	.mm_item{
		width: 31%;
		height: 380px;
		margin: 0 2.3% 0 0;
		overflow: hidden;
		float: left;
	}
		div.mm_item:nth-of-type(3n+3){ margin-right: 0; }
		.mmi_image img{ width: 100%; transition-duration: 0.4s; }
		.mmi_image span{
			width: auto;
			height: 38px;
			padding-left: 45px;
			display: block;
			position: absolute;
			right: 25px;
			bottom: 12px;
			line-height: 38px;
			font-size: 12px;
			text-transform: uppercase;
			color: #FFF;
			letter-spacing: 1px;
		}
			.mmi_image span::before{
				content: '';
				width: 38px;
				height: 38px;
				display: block;
				border-radius: 50%;
				position: absolute;
				left: 0;
				background: url(/img/icon_play.svg) no-repeat left center;
				background-size: 38px;
				transition-duration: 0.4s;
			}
				.mmi_image span.gallery::before{ background-image: url(/img/icon_photogallery.svg); }
				.mm_item a:hover span::before{ background-color: rgba(255, 255, 255, 0.5); }
				.mm_item a:hover .mmi_image img{ opacity: 0.8; }
		.mm_item h4{ margin: 14px 0 0 0; font-size: 22px; color: #00BA61; }



/* Schermi Intermedi
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 1024px){


.mm_item{ width: 48%; margin-right: 4%; height: 36vw; }
div.mm_item:nth-of-type(3n+3){ margin-right: 4%; }
div.mm_item:nth-of-type(2n+2){ margin-right: 0; }


/* ----------------- */
}
/* Fine schermi Intermedi */



/* Schermi Tablet
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 768px){


/* ----------------- */
}
/* Fine schermi Tablet */



/* Schermi piccoli
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 767px){

.mm_item{ width: 100%; margin: 0 0 40px 0; height: auto; }
div.mm_item:nth-of-type(3n+3){ margin-right: 0; }
div.mm_item:nth-of-type(2n+2){ margin-right: 0; }


/* ----------------- */
}
/* Fine schermi piccoli */