/* Google Maps */

.cmsGoogleMaps #mapGoogle {
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 5px -2px #000000;
	height: 500px;
	max-width: 940px;
	width: 100%;
}
.cmsGoogleMaps #mapGoogle .info {
	font-family: Arial, Helvetica, sans-serif;
}
.cmsGoogleMaps #mapGoogle .info span.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

@media all and (max-width: 750px){

	.cmsGoogleMaps #mapGoogle {
		height: 400px;
	}

}
@media all and (max-width: 550px){

	.cmsGoogleMaps #mapGoogle {
		height: 300px;
	}

}