#sp-header {
    background: rgb(0 0 0 / 50%);
}

.sp-page-title {
    background: #001830;
    background-size: cover;
    background-position-y: inherit;
}

#sp-header .logo {
    height: 0px;
    margin-top: 35px;
}

#sp-header .logo a {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff;
}

.logo-slogan {
    font-size: 13px;
    display: block;
    color: #fff;
}

#sp-footer,
#sp-bottom {
    background: #e3e6e8;
    color: #475360;
}

.apart-details-table table th {
    background: #001830 !important;
}

.apart-gallery img {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.apart-gallery li {
    margin: 10px !important;
}

.apart-gallery-base-2 .gallery-item- {
    justify-content: right!important;
}

.apart-gallery-base-1 img, .apart-gallery-base-2 img {
    width: auto!important;
    height: 500px!important;
}

.mod-languages {
    margin-left: 20px;
}

.mod-languages a, .mod-languages a:hover {
    color: #FFFFFF;
}

.mod-languages .dropdown-menu {
    min-width: 5rem;
}

.pinmap {
    text-decoration: underline!important;
    color: #0d56c0!important;
}

.mod-languages a::after {
    display: none;
}

.bottom-img {
    display: none;
}

@media only screen and (max-width: 600px) {
    .logo a {
        font-size: 28px !important;
    }

    .logo-slogan {
        font-size: 10px !important;
    }

    .apart-details-table table td:before {
        background: #001830 !important;
        padding: 10px;
        text-align: center;
    }

    .apart-details-table table tr {
        border: 2px solid #001830;
    }
}