section.map-search {
    margin-top: 35px;
}
.map-marker-hidden {
    display: none!important;
    z-index: -10!important;
}
.map-search-item {
    border: 1px solid #D6D9D8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 0 20px 20px;
}

.ggl-map-filters {
    text-align: right;
    width: 170px;
    padding-right: 5px;
}
.ggl-map-filters button {
    margin: 5px 0 5px 0;
}
#search-google-map {
    height: 600px;
}
#search-google-map.search-map.collapsed {
    display: none;
}
.ggl-map-marker-wrapper {
    width: 0;
    height: 0;
    margin-top: -55px;
    margin-left: -20px;
}
.ggl-map-marker {
    background: url('/bundles/balimap/images/ggl_map_marker.png') 0 0 no-repeat;
    width: 63px;
    height: 51px;
}
.ggl-map-marker.combined-marker {
    background: url('/bundles/balimap/images/ggl_map_marker_combined.png') 0 0 no-repeat;
}
.ggl-map-marker.housing-marker {
    background: url('/bundles/balimap/images/ggl_map_marker_housing.png') 0 0 no-repeat;
}
.ggl-map-marker-text {
    width: 36px;
    height: 40px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
}
[id^="ggl-map-marker-"] {
    width: 36px;
    height: 40px;
    display: block;
}
.ggl-map-marker strong {
    margin-top: 12px;
}
.ggl-map-btn.activate {
    background-color: #F89406;
}

.ggl-map-tooltip-wrapper {
    background-color: #ffffff;
    min-width: 160px;
    width: auto;
    min-height: 50px;
    height: auto;
    margin-left: 27px;
    margin-top: -60px;
    padding: 0 5px;
    box-shadow: 3px 3px 5px #000000;
    border-radius: 4px;
    cursor: default;
}
.ggl-map-tooltip-wrapper:before {
    content: "";
    position: absolute;
    margin: 8px 0 0 -15px;
    
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #ffffff transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.ggl-map-housing {
    width: 280px;
}
figure[id^="ggl-map-tooltip-"] {
    margin: 0;
}
#search-google-map {
    background: url('/bundles/profilerent/images/google-map-default.png') 50% 50% no-repeat #e1e1e1;
}

.tooltip-content {
    padding-top: 5px;
    padding-left: 15px;
}
.tooltip-content .geo-article-title {
    display: inline-block;
    margin-bottom: 15px;
}
.tooltip-content.combined-tooltip {
    width: 250px;
}
    .ggl-map-housing .thumbnail {
        width: 105px;
        height: 70px;
        min-height: 60px;
        overflow: visible;
    }
    .ggl-map-housing .description header > h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .ggl-map-housing .description ul {
        border-bottom: none;
        padding: 9px 0;
        margin-left: 4px;
        width: 100%;
    }
    .ggl-map-housing .description ul li {
        padding: 5px 10px;
        float: left;
    }
    .ggl-map-housing .description ul li p {
        margin: 0;
    }
    .ggl-map-housing .description .housing-address {
        border-bottom: 1px dotted #BABABA;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .ggl-map-housing .description ul li:first-child {
        border-right: 1px dotted #BABABA;
        /*padding-right: 10px;*/
    }
    .ggl-map-housing span.price {
        color: #E10000;
        font-size: 24px;
    }
    .ggl-map-housing span.price sup {
        color: #4F4F4F;
        font-size: .5em;
        padding: 0 2px;
    }
    
/* For search map publication popup */
.context-ggl-map {
    display: none;
    position: relative;
    width: 900px;
    height: 600px;
}