.modMapplic .mapplic-container,
.modMapplic .mapplic-map .mapplic-map-image {
    background-color: #fafafa;
}
.modMapplic .mapplic-map .mapplic-map-image .mapplic-current .toFill {
    fill: #000 !important;
}
.modMapplic .mapplic-map .mapplic-map-image .mapplic-active .toFill {
    fill: #000 !important;
}
/*.modMapplic .mapplic-map .mapplic-map-image .mapplic-active .letters * {
    fill: #fff !important;
}*/
.modMapplic .mapplic-coordinates {
    pointer-events: auto;
    top: 30px;
}
.modMapplic .mapplic-tooltip-wrap {
    border-radius: 15px;
    float: left;
    position: relative;
}
.modMapplic .mapplic-tooltip-body {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}
.mapplic-hovertip .mapplic-tooltip-title {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 26px 6px 0 !important;
    position: relative;
    width: 100%;
}
.mapplic-tooltip-body .mapplic-tooltip-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width: calc(100% - 30px);
}
.modMapplic .mapplic-tooltip-content {
    float: left;
    position: relative;
    width: 100%;
}
.modMapplic .mapplic-tooltip-description img {
    max-width: 160px;
}
.modMapplic .mapplic-popup-link {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    color: #000 !important;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
/*.modMapplic .mapplic-popup-link::after {
    background-color: #adadad;
    bottom: 1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}*/
.modMapplic .mapplic-tooltip-close {
    background-color: #fff;
    opacity: 1;
    right: 15px;
    top: 15px;
}
.modMapplic .mapplic-tooltip-close .mapplic-icon-cross {
    background-color: #fff;
    border-radius: 0;
    fill: #000;
    height: 12px;
    left: auto;
    margin: 0;
    padding: 4px 8px;
    opacity: 1;
    position: relative;
    top: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 12px;
}
.modMapplic .mapplic-tooltip-close:hover .mapplic-icon-cross {
    opacity: 1;
}
.modMapplic .mapButtons {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60%;
    max-height: 242px;
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modMapplic .mapplic-zoom-buttons {
    bottom: auto;
    box-shadow: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: relative;
    right: auto;
}
.modMapplic .mapplic-button {
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid #000 !important;
    border-radius: 0;
    cursor: pointer;
    float: left;
    height: 48px;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    width: 48px;
}
.modMapplic .mapplic-element .mapplic-button:focus,
.modMapplic .mapplic-button:focus {
    background-color: rgba(0, 0, 0, 0.7);
}
.modMapplic .mapplic-button:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.modMapplic .mapplic-zoom-buttons button:disabled,
.modMapplic .mapplic-zoom-buttons button:disabled:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
    cursor: default;
}
.modMapplic .mapplic-button:last-child {
    border: none !important;
}
.modMapplic .mapplic-zoom-buttons .mapplic-icon {
    fill: #fff;
    height: 19px;
    left: 50%;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 19px;
}
.modMapplic .mapplic-level-switcher {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
}
.modMapplic .mapplic-level-switcher button {
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 48px;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    width: 48px;
}
.modMapplic .mapplic-level-switcher button.mapplic-selected {
    background-color: rgba(0, 0, 0, 0.9);
}

.mapplic-tooltip {
    max-width: 300px !important;
}

.mapplic-tooltip-wrap {
    margin-top: -5px;
}
.mapplic-tooltip:after {
    margin-top: -5px;
}
.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
    margin-top: 7px;
}
.mapplic-tooltip-bottom.mapplic-tooltip::after {
    margin-top: -1px;
}

@media (max-width: 680px) {
    .modMapplic .mapplic-container {
        height: 500px !important;
    }
    .modMapplic .mapButtons {
        height: 90%;
    }
}
@media (max-width: 580px) {
    .modMapplic .mapButtons {
        right: 15px;
    }
}
@media (max-width: 480px) {
    .modMapplic .mapplic-container {
        height: 420px !important;
    }
}