.gmap {
	width: 100%;
	height: 300px
}
.gmap:before {
	width: 30px !important;
	height: 30px !important;
	visibility: visible !important;
	font-size: 0;
	margin: 0 10px;
	padding: 0;
	border-radius: 100%;
	z-index: 0;
	position: absolute;
	content: '';
	top: calc(50% - 14px);
	left: calc(50% - 14px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(167, 167, 167, .2);
	border-right-color: #676767;
	background-image: none;
	background-color: transparent;
	animation: CircleBorderLoop .5s linear infinite
}
.gmap img {
	border-radius: 0
}
.gmap > div {
	overflow: hidden
}
.gmap .infowindow {
	padding: 10px;
	color: #111
}
.gm-style-iw-chr {
	display: block !important;
	opacity: 0 !important;
	height: 10px !important
}
button.gm-ui-hover-effect {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}