#google-map-contact {
	position: relative;
	width: 100%;
	height: 350px;
	/*margin-top: 30px;*/
	margin-bottom: -48px;
}

#google-map {
  position: relative;
  width: 100%;
  height: 600px;
  /*margin-top: 30px;*/
  margin-top:3em;
 /* margin-bottom:-3em; */
}

.gm-style .gm-style-iw {
  width: 300px !important;
}

.gm-info {
  width: 300px;
  padding: 10px 10px 5px;
  box-sizing: border-box;
}

.gm-info h3 {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #788689;
  font-size: 16px;
}

.gm-info a,
.gm-info a:active,
.gm-info a:focus,
.gm-info a:visited,
.gm-info a:hover {
  color: #788689;
  text-decoration: none;
}

.gm-info a.gm-info-btn {
  display: block;
  width: 100%;
  background: #788689;
  margin-top: 15px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
}

.gm-info a.gm-info-btn:hover {
  background: #4c4c4c;
  padding-left: 15px;
}

.gm-info p {
  margin: 10px 0;
  font-size: 14px;
}

.gm-info img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.google-maps-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  /*background: linear-gradient(to right, #ecf0f1, #c9d3d6);*/
  background: transparent;
  text-align: center;
}

.google-maps-loader i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -50px;
  color: #788689;
  font-size: 100px !important;
}
