

/************* ALBERO CATEGORIE **************/
.submenu {
    font-size: 11px;
    position: absolute;
	display: none;
	width: 130px;
	
	padding: /*sopra=*/1px /*destra=*/2px /*sotto=*/1px /*sinistra=*/5px;
}
.subMenuTop_MainLevel 
{
    height: 25px;		
}

.submenu_link{
    width: 99%;
    height: 100%;
    text-decoration: none;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.submenu_link:hover{
    color: var(--primary);
}

.MenuTop_MainLevel {
    color: #000000;
    font-size: 11px;
    cursor: hand;
	padding: /*sopra=*/1px /*destra=*/2px /*sotto=*/1px /*sinistra=*/1px;
}


@media screen and (max-width: 768px) {
	.PhotoCategory{
	  width: 100%;
	  margin-bottom: 20px;
	  border: 0;	  
	}
}

@media screen and (min-width: 768px) {
	.PhotoCategory{
	  padding: 0px 0px 60px 10%;
	  width: 50%;
	  border: 0;
	}
}


@media screen and (max-width: 767px) {
	.GalleryIMG{
	  width: 90%;
	}
}
@media screen and (min-width: 768px) {
	.GalleryIMG{
		padding: 20px 20px 20px 20px;
		height: 120px;
	}
}

.CorniceFotoMosaico{
	height: 150px;
	overflow: hidden;
	border: solid #EEE 1px;
}

