.maps-google-fs {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gm-style-iw > div {
    width: auto !important;
}
.gm-style {
    font-size: 14px;
}
.infoBox {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.infoBox > div {
    max-height: 410px;
    max-width: 240px;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    padding: 15px;
    position: relative;
}
.infoBox > div > *:last-child {
    margin-bottom: 0;
}
.infoBox .full > .list-group .list-group-item {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
}
.infoBox > img {
    margin: 0 !important;
    position: absolute !important;
    right: 5px;
    top: 5px;
    z-index: 10;
}

.map-overlay, .map-overlay-panel, .map-overlay-sidebar, .navbar-map-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #e2e9e6;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.15);
}
.navbar-map-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}
.map-overlay-sidebar {
    padding: 15px;
    width: 200px;
}
.map-overlay-panel {
    padding: 15px;
}
.map-overlay-top {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.leaflet-popup-tip-container {
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-tip {
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    transform: rotate(45deg);
    width: 17px;
}

/* FIX CLUSTER MAP DISPLAY OF THE MARKERS */
img.leaflet-marker-icon.leaflet-clickable.leaflet-zoom-animated {
  opacity: inherit !important;
}