/*****  MAPS SHORTCODE  */
#map.interactive {
    /*width: 70% !important;*/
    height: 70vh !important;

}
#map_list {
    /*width: 30%;*/
    height: 70vh;
    overflow: auto;

}
#map_list .list_item {
    padding-left: 0.5em;
    border-top: solid 1px #757473;
}
#map_list .list_item:hover,
#map_list .list_item:focus,
#map_list .list_item:active {
    background: #757473;
    color: #fff;
    cursor: pointer;
}
#map_list .list-group-item-action:hover {
    cursor: pointer;
}
#map_search {
    text-align: right;
}
#map_modal .modal-footer .btn {
    text-transform: uppercase;
}
@media (max-width: 768px) {
    #map.interactive {
        /*width: 70% !important;*/
        height: 50vh !important;

    }
    #map_list {
        /*width: 30%;*/
        height: 50vh;
        overflow: auto;

    }
}