/*
@sa_black: #23272a;
@sa_grey: #e9e9e9;
@sa_grey_light: #e9e9e9;
@sa_grey_bg: #f4f4f4;
@sa_brick: #e0582e;
@sa_orange: #fcb32b;
@sa_orange_light: #feda99;
@sa_green: #8ed8ac;
@sa_green_light: #d1e7d9;
*/

.map_container {
	position: relative;
}
.map_overlay_spinner {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(142,216,172,0.6);
	background-image: url(../images/throbber.gif);
	background-position: center;
	background-size: 80px 80px;
	background-repeat: no-repeat;
}

#map_canvas {
	height: 600px;
	margin-top: 15px;
	background-color: #d1e7d9;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
}

#map_canvas .marker_infowindow {
	padding: 30px;
	font-size: 18px;
}
#map_canvas .marker_infowindow a {
	display: inline-block;
	border-radius: 8px;
	padding: 0.5em 1em;
	background-color: #23272a;
	color: #fff;
	font-weight: bold;
}

#map_canvas .marker_infowindow a:hover,
#map_canvas .marker_infowindow a:focus,
#map_canvas .marker_infowindow a:active {
	background-color: #cf4520;
	color: #fff;
	text-decoration: none;
}

.view-content.row.tiles .no-results,
.view-content.row.tiles .results-count {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}

.map_body .no-results {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}