@charset "utf-8";

#gmaps {

}
.container-fluid #intro_contacts #map {
}

#indirizzo {
	/*border-width: 2px;*/
	font-family: poppins;


}
#maps {
	width: 80%;
	min-width: 320px;
	max-width: 800px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	/* border: 1.5px solid rgba(10,135,189,1.00); */
	font-family: poppins;

}
.container-fluid #maps #map {
	height: 395px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	font-family: poppins;
}
#address {width: 80%;
	min-width: 320px;
	max-width: 1035px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: rgba(89,91,92,1.00);
	font-size: 12pt;
	text-align: center;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,1.00);
	border-left-style: none;
	border-right-style: none;
	font-family: poppins;
}
@media only screen and (max-width:550px) {
	#address {
	font-size: 10pt;
	color: rgba(89,91,92,1.00);
	font-family: poppins;
	}
}
