.pac-container:after {
	background-image: none !important;
	height: 0;
	margin: 0;
	padding: 0;
}

.gmnoprint a,
.gmnoprint span,
.gmnoprint div{
	display: none;
}

.gmnoprint div {
	background: none !important;
}

#GMapsID div div a div img {
	display: none;
}

.gm-style img[alt="Google"] {
	display: none;
}

.gm-map {
	position: relative;
	display: block;
    height: 240px;
	overflow: hidden;
}

.gm-map>div {
    position: relative;
    display: block;
	height: 100%;
}

.gm-map>div.gm-fsmode {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99;
}

.gm-map .gm-ui {
	display: block;
	margin: 0;
	overflow: hidden;
}

.gm-map .gm-ui>a.fa-search {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	width: 30px;
	line-height: 40px;
	font-size: 22px;
	color: #1d5f9e;
	text-align: center;
	text-decoration: none;
}

.gm-map .gm-ui>input[type=text] {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 50px 0 16px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 20px;
	border: 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.gm-map .gm-ui>a:not(.fa-search) {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #1d5f9e;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	border: 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	cursor: pointer;
	overflow: hidden;
}

.gm-map .gm-ui>a:not(:nth-child(1)):not(.fa-search) {
	margin-top: 6px;
}

.gm-map .gm-ui.LEFT_TOP {
	width: calc(100% - 70px);
	max-width: 300px;
	top: 10px !important;
	left: 10px !important;
}

.gm-map .gm-ui.RIGHT_TOP {
	top: 10px !important;
	right: 10px !important;
}

.gm-map .gm-ui.RIGHT_BOTTOM {
	right: 10px !important;
	bottom: 10px !important;
}

