#map{
    position:relative;
}
#map .map-legend {
    position: absolute;:
    top: 80px;
    right: 0;
    left: 0;
    height: 0;
}

#map .map-legend,
#map .gomapsext-cats {
    left: 50px;
    width: 250px;
    top: 30px;
}

#map .gme-info-window .bodytext a {
    border-bottom: 1px solid
}

#map .tx-go-maps-ext .gm-style div {
    border-radius: 0 !important;
}

#map .tx-go-maps-ext .gm-style div.gm-style-iw{
    width: 360px !important;
}

#map .gomapsext-cats {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #2c2c27;
}

    #map .gomapsext-cats li {
        margin-left: 0;
        height: 30px;
        line-height: 30px;
        position: relative;
        width: 200px;
        margin-bottom: 2px;
    }

        #map .gomapsext-cats li label {
            padding-left: 10px;
        }

            #map .gomapsext-cats li a,
            #map .gomapsext-cats li label {
                cursor: pointer;
                display: block;
                background-color: rgba(255,255,255,0.9);
                background-repeat: no-repeat;
                background-position: 10px center;
                padding-right: 10px;
                padding-left: 30px;
                color: inherit;
                font-size: 12px;
                text-decoration: none;
            }

            #map .gomapsext-cats li input:checked+label {
                background-color: #5e6570;
                color: white;
            }
            #map .gomapsext-cats li input:checked+img+label {
                background-color: #5e6570;
                color: white;
            }

            #map .gomapsext-cats li img.categorie-icon{
                position: absolute;
                top: 8px;
                left:5px;
            }

    #map .gomapsext-cats input[type="checkbox"] {
        float: left;
        display: none;
    }


#zoom {
    height: 247px;
    position: absolute;
    margin: 0 auto;
    left: 210px;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.9);
}

#zoom .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min{
    background-color: #6c7580;
    background: #6c7580;
}

div#zoom{
    display: none;
}






