/*
#geomapping_immobili, #mapsearch-canvas {
    height: 850px;
}

.popup_images_google {
    width: 100%;
    height: 200px;
    position: relative;
    border: 1px solid #ccc;
}

.popup_images_google img {
    vertical-align: middle;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}

.popup_price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    background: #D6AD32;
    font-weight: bold;
}

.description_popup a {
    font-weight: bold;

}

.description_popup, .description_popup a {
    font-size: 14px;
    margin: 10px 0;
}

.geomapping_search .content-area, .widget-area {
    padding-top: 0;
}

#address_search {
    position: absolute;
}

.address_search .col-md-2 {
    padding: 0;
}

.address_search #mapsearch_address {
    height: 40px;
    width: 100%;
}

#map_search .mapsearch_control_selectArea {
    z-index: 5;
    color: #11a7da;
    background: rgba(42, 42, 42, 0.4);
    border: 1px solid #aaaaaa;
    width: 36% !important;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;


}

#search_geomapping_results {
    display: none;
}

#map_search .mapsearch_control_border {
    color: rgba(60, 60, 68, 0.8);
    position: absolute;
}

#map_search .mapsearch_control_border_selected {
    color: rgba(214, 173, 50, 0.8);
}

#map_search .mapsearch_control_inner {
    color: #fff;
}

.mapsearch_control_selectArea div {
    display: inline-block;
    position: relative;
}

#map_search #resetdiv_selector {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
}

#map_search #circle_selector {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    padding: 0 10px;
}

#map_search #poligono_selector {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.mapsearch_control_circle_km {
    background: #D6AD32;
    padding: 10px;
    border: 1px solid #fff;
    color: #3C3C44;
    font-size: 25px;
    border-radius: 30px;
}

#mapsearch_address {
    padding: 10px;
    width: 200px;
    font-size: 18px;
    text-transform: capitalize;
}

div#column_immobili {
    overflow: scroll;
    overflow-x: hidden;
}

#column_immobili .annunci_col_wrapper {
    margin-bottom: 40px;
}

#column_immobili .image_wrapper {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.popup_price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}

.image_wrapper {
    height: 200px;
    background-position: center center;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}
*/

#mapid {
    height: 500px;
    border-radius: 0.2em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 1em;
    z-index: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px 0 0 !important;
    text-align: center;
    width: 20px !important;
    height: 20px !important;
    font: 20px/20px Tahoma, Verdana, sans-serif !important;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}