
/* Mapbox Map Feature Styles */

	#mapbox-map																	{ width: 100%; /* height: 480px; */ height: 500px; position: relative; }
	#mapbox-map div.location-map												{ width: 100%; height: auto; top: 0px; bottom: 0px; position: absolute; text-align: left; }
	#mapbox-map div.marker														{ background-size: cover; cursor: pointer; }
	#mapbox-map div.marker.office												{ margin-left: -14px; margin-top: -51px; width: 48px; height: 55px; background-image: url('../../../images/map-pin.png'); background-size: 100% auto; }
