#wrapper {
	position: relative;
	background: red;
}
#search-container {
	position: absolute;
	top: 70px;
	left: 7%;
	width: 330px;
	opacity: 1.0;
	z-index: 99999999;
	padding: 10px 20px 10px 20px;
}
.controls {
	margin-bottom: 20px;
}
.controls input {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 50px;
	background: #fafafa;
	border: 1px solid #b8141f;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	line-height: 20px;
	padding: 13px 20px;
	vertical-align: middle;
	outline: none;
	margin: 0;
	border-radius: 0px;
	box-sizing: border-box;
	box-shadow: none;
}
.btn.sppb-btn-primary, .sppb-btn.sppb-btn-primary, .btn.btn-primary, .sppb-btn.btn-primary {
	background: #b8141f;
}
.btn.sppb-btn-primary:hover, .sppb-btn.sppb-btn-primary:hover, .btn.btn-primary:hover, .sppb-btn.btn-primary:hover {
	background: #900;
}
.button {
	position: relative;
	float: left;
	clear: right;
}
.btn.sppb-btn-square, .sppb-btn.sppb-btn-square, .btn.btn-square, .sppb-btn.btn-square {
	border-radius: 0px;
}
.btn, .sppb-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	padding: 14px 30px;
	border: 1px solid transparent;
	text-align: center;
	color: white;
	cursor: pointer;
	letter-spacing: 1px;
	margin-right: 10px;	
}

#gmap_div {
	margin: 0px 12px 0px 0px;
	overflow: hidden;
	background-color: rgb(240, 240, 240);
}
#gv_marker_list_container {
	display: none;
}
#gv_marker_list_handle {
	border-top: 1px solid #5c5c5c;
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	padding: 0px;
	background: #5c5c5c none repeat scroll 0%;
	height: 6px;
	max-height: 6px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	cursor: move;
	align: center;
}
#gv_marker_list_table {
	position: relative;
	opacity: 0.95;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
#gv_marker_list_table {
	display: none;
}
}
#gv_marker_list {
	border: 1px solid #5c5c5c;
	background: white none repeat scroll 0%;
	overflow: auto;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	align: left;
}
#gv_marker_list_static {
	overflow: auto;
	width: 200px;
	float: left;
	display: none;
	align: left;
}
#gv_clear_margins {
	height: 0px;
	clear: both;
}
#gv_legend_container {
	display: none;
}
#gv_legend_table {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	position: relative;
	opacity: 0.95;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}
#gv_legend_handle {
	border-top: 1px solid rgb(238, 238, 238);
	border-left: 1px solid rgb(153, 153, 153);
	border-right: 1px solid rgb(153, 153, 153);
	padding: 0px;
	background: rgb(204, 204, 204) none repeat scroll 0%;
	height: 6px;
	max-height: 6px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	cursor: move;
	align: center;
}
#gv_legend {
	border: 1px solid rgb(0, 0, 0);
	padding: 4px;
	background: rgb(255, 255, 255) none repeat scroll 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	max-width: 300px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	align: left;
}
