#map {
  height: 400px;
}

#map .mapInfoContent {
  display: -webkit-box;
  display: flex;
  color: #ffffff;
  z-index:11;
}

#map .infoBoxWrapper {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

#map .infoBoxWrapper > :nth-child(3) {
  padding: 12px;
  border-radius: 50%;
  background-color: white;
  right: 35px !important;
  top: 0 !important;
  opacity: 1 !important;
}

#map .infoBoxWrapper > :nth-child(3) img {
  left: 3px !important;
  top: -330px !important;
}

#map .infoBoxWrapper > :first-child > :nth-child(4) {
  background-color: transparent !important;
}

#map .infoBoxWrapper > :first-child > :nth-child(2) {
  display: none;
}

#map .infoBoxWrapper > :first-child > :nth-child(3) {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

#map .infoBoxWrapper > :first-child > :nth-child(3) > :nth-child(1) > :first-child, #map .infoBoxWrapper > :first-child > :nth-child(3) > :nth-child(2) > :first-child {
  background-color: #009fe3 !important;
}

#map .infoBoxWrapper > :first-child > :first-child {
  display: none;
}

#map .mapInfoContent {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  width: 480px;
  -webkit-box-align: stretch;
          align-items: stretch;
}

#map .mapInfoContent.small {
  width:320px;		
}

#map .mapInfoContent strong {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

#map .mapInfoContent .mapInfoContent-contact {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 270px;
  padding: 15px 20px;
  background-color: #009fe3;
  margin-right: 2px;
  border-radius: 10px 0 0 0;
}

#map .mapInfoContent .mapInfoContent-title {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 300px;
  padding: 15px 20px;
  background-color: #009fe3;
  margin-right: 0;
  border-radius: 10px 10px 0 0;
}

#map .mapInfoContent .mapInfoContent-contact a, #map .mapInfoContent .mapInfoContent-title a {
  color: #ffffff;
}

#map .mapInfoContent .mapInfoContent-contact p:not(:last-child) {
  margin-bottom: 10px;
}

#map .mapInfoContent .mapInfoContent-feature {
  border-radius: 0 0 10px 0;
  padding: 15px 20px 15px 40px;
  -webkit-box-flex: 0;
          flex: 0 0 200px;
  background-color: #0178A0;
}

#map .mapInfoContent .mapInfoContent-feature strong {
  margin-left: -20px;
}

#map .mapInfoContent .mapInfoContent-feature ul {
  margin-bottom: 10px;
  margin-left:0;
  padding-left:0;
}

#map .mapInfoContent .mapInfoContent-wifi {
  float: right;
  text-align: center;
}

#map .mapInfoContent .mapInfoContent-wifi span:first-child {
  line-height: 1.1;
  display: block;
  font-size: 12px;
}
.gm-style-iw {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.gm-style-iw > div {
  overflow: visible !important;   
}
.infoWindow {
  overflow: hidden !important;
}
