#tx-maplocator-map {
    height: 600px;
    width: 100%;
    display: block;
    background-color: #eee;
}
.tx-maplocator_full_width {
    background: #bad031;
    padding-bottom: 8px;
}
.fa-redo:before {
    font-family: FontAwesome;
    content: "\f01e";
    margin-right: 7px;
    font-style: normal !important;
}
.fa-times:before {
    font-family: FontAwesome;
    content: "\f00d";
    margin-right: 7px;
    font-style: normal !important;
}
#tx-maplocator-location-list {
    list-style-type: none;
    margin: 0px -30px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
#tx-maplocator-location-list li {
    flex: 2 1 25%;
    background-color: #eee;
    color: #333;
    margin: 10px;
    padding: 20px;
}
#tx-maplocator-location-list li div.information {
    padding: 10px;
    background-color: white;
    color: #1a4085;
}
#tx-maplocator-location-list li div.information .header {
    cursor: pointer;
    margin: 0;
}
#tx-maplocator-location-list li div.information .header .info_button {
    font-weight: 700;
}
#tx-maplocator-location-list li div.information .header .info_button:after {
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 5px;
}
#tx-maplocator-location-list li div.information .content {
    display: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#tx-maplocator-location-list li div.information .content.open {
    opacity: 1;
    display: block;
}
#tx-maplocator-location-list li .btn-primary {
    letter-spacing: 0px;
    text-align: left;
}
.tx-maplocator-topbar_wrapper {
    background-color: #eee;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar {
    display: flex;
    padding: 10px 0px;
    margin-bottom: 5px;
    justify-content: space-between;
    align-items: center;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .tx-maplocator-topbar_filter {
    z-index: 1;
}
@media (max-width: 991px) {
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar {
        padding: 10px;
        flex-direction: column;
        align-items: baseline;
    }
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar .filter {
        margin-top: 10px;
    }
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar .search {
        flex-basis: initial !important;
        width: 100%;
        margin-bottom: 0px !important;
    }
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar .tx-maplocator-topbar_search {
        width: 100%;
    }
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar .tx-maplocator-topbar_search #tx-maplocator-searchfield {
        width: 100%;
    }
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar .tx-maplocator-topbar_filter {
        transform: initial;
        width: 100%;
    }
    .tx-maplocator-topbar_wrapper .tx-maplocator-topbar .tx-maplocator-topbar_filter .filter_bar div {
        width: 100%;
    }
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar:after, .tx-maplocator-topbar_wrapper .tx-maplocator-topbar:before {
    display: none;
    content: '';
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .tx-maplocator-topbar_search {
    display: flex;
    align-items: center;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter {
    position: relative;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    background-color: white;
    border: 1px solid #6c6c6c;
    width: 300px;
    font-size: 1em;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_close {
    position: absolute;
    cursor: pointer;
    margin: 7px 15px;
    font-size: 20px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_headline {
    color: #1a4085;
    text-align: center;
    border-bottom: 8px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 15px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_category {
    padding: 10px 15px;
    border-bottom: 8px solid #eee;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_category .filter_product_category_headline {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_category .filter_product_category_list {
    margin: 0px;
    padding: 0px;
    display: block;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_category .filter_product_category_list li {
    display: block;
    paddging: 0px;
    margin: 5px 0px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_category .filter_product_category_list li .category-selector {
    display: block;
    margin: 10px 0px;
    border: 2px solid #bad031;
    padding: 4px 0px;
    font-size: 15px;
    color: #1a4085;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_category .filter_product_category_list li .category-selector.selected {
    background-color: #bad031;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles {
    padding: 10px 15px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list {
    margin: 0px;
    padding: 0px;
    display: block;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li {
    display: block;
    paddging: 0px;
    margin: 0px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label input[type=checkbox] {
    display: none;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch .slider.round {
    border-radius: 17px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch .slider.round:before {
    border-radius: 50%;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch.active .slider {
    background-color: #bad031;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .filter_product_toggles .filter_product_toggles_list li label .switch.active .slider:before {
    transform: translateX(13px);
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .reset_filter_settings {
    padding: 10px;
    background-color: #eee;
    color: #1a4085;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.filter .filter_settings .submit_filter_settings {
    padding: 10px;
    background-color: #bad031;
    color: #1a4085;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item .filter_bar {
    height: 34px;
    line-height: 34px;
    color: #1a4085;
    border: 1px solid black;
    display: flex;
    background-color: white;
    font-weight: bold;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item .filter_bar div {
    padding: 0px 35px 0px 25px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item .filter_bar span {
    display: inline-block;
    width: 37px;
    background-color: #bad031;
    background-size: 58%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    border-left: 1px solid black;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.categories ul {
    border: 1px solid #ccc;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.categories ul li {
    position: relative;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.categories ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.categories ul li a.selected {
    background-color: #eee;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.categories ul li.open > ul {
    display: block;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.categories ul > li > ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    min-width: 180px;
    padding: 8px 0;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul {
    border: 1px solid #ccc;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul li {
    position: relative;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul li.open > ul {
    display: block;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul > li > ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    min-width: 180px;
    padding: 8px 0;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul > li > ul li {
    padding: 2px 0;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.type ul > li > ul li label {
    margin: 0;
    display: block;
    padding: 0 10px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.search {
    float: none;
    top: 0px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.search input {
    min-width: 300px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    padding: 0 10px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.go a {
    display: block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    padding: 0;
    color: black;
    background-color: #bad031;
    border: 1px solid #000;
    border-left: 0px;
    font-family: FontAwesome !important;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.go a i {
    font-style: normal !important;
    margin-top: -1px;
}
.tx-maplocator-topbar_wrapper .tx-maplocator-topbar .item.reset a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #999;
}
.tx-maplocator-infowindow-header h3 {
    font-size: 20px;
    font-weight: 300;
    color: #1a4085;
    font-family: 'OpenSansLight';
    margin-bottom: 12px;
    line-height: 1.1;
}
.tx-maplocator-infowindow-header p {
    font: 400 16px Roboto, Arial, sans-serif;
}

#tx-maplocator-map .cookie_text{
    font-weight: 600;
    font-size: 20px;
    color: white;
}