/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.top-links .ImmagineLingue {
	width:18px;
	max-height:12px;
}


/* ----------------------------------------------------------------
	FOTO
-----------------------------------------------------------------*/


.DivGalleriaFotoImmobile {
	width:100%; 
	height:270px;
	margin:0; 
	padding:0; 
	overflow:hidden;
}
.FotoImmobile {
	width:100%; 
}


@media (min-width: 1200px) and (max-width: 1450.98px) {
.DivGalleriaFotoImmobile {
	width:100%; 
	height:231px;
	margin:0; 
	padding:0; 
	overflow:hidden;
}
.FotoImmobile {
	width:100%; 
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.DivGalleriaFotoImmobile {
	width:100%; 
	height:191px;
	margin:0; 
	padding:0; 
	overflow:hidden;
}
.FotoImmobile {
	width:100%; 
}
}

@media (min-width: 746px) and (max-width: 991.99px) {
.DivGalleriaFotoImmobile {
	width:100%; 
	height:213px;
	margin:0; 
	padding:0; 
	overflow:hidden;
}
.FotoImmobile {
	width:100%; 
}
}



@media (max-width: 745px) {
.DivGalleriaFotoImmobile {
	width:100%; 
	height:320px;
	margin:0; 
	padding:0; 
	overflow:hidden;
}
.FotoImmobile {
	width:100%; 
}
}


