.catch-block {
    background-color: #89c3eb;
    padding: 30px;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.catch-block .logo-img {
    width: 120px;
    height: 80px;
}

.catch-block .logo-img img {
    width: 80px;
    height: 80px;
}

#map-post {
    width: 450px;
    height: 800px;
    margin-left: 0;
    margin-top: -335px;
    display: none;
}

.pin-text {
    position: absolute;
    width: 31px;
    height: 45px;
    text-align: center;
    pointer-events: none;
    color: #CC5517;
}

.pin-default {
    display: none;
}

.pin {
    cursor: pointer;
}

.map-title {
    color: #5E686C;
}

.map-right-col {
    width: 430px;
}

.map-post-card .card-header {
    background-color: #F5F8FA;
    text-align: center;
    padding: 20px 0;
}

.map-post-card .card-footer {
    background-color: #fff;
}

#back {
    display: none;
}

#mover-filter {
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    position: absolute;
    pointer-events: none;
}

#mover {
    fill: rgba(123, 170, 23, 0.7);
}

.area {
    cursor: pointer;
}

.campaign {
    width: 100%;
    text-align: center;
    background-color: #028760;
    padding: 10px 0;
}

.campaign img {
    max-width: 100%;
}

.dark-green-max-block {
    width: 100%;
    background-color: #028760;
    color: #f1b993;
}

.dark-green-max-block section .content-wrapper {
    padding: 15px 0;
}

.dark-green-max-block h2 {
    margin-bottom: 10px;
}

.dark-green-max-block a {
    color: #f1b993;
}

/*---------------------------------*/
.filtering-block {
    margin: 30px 0;
}

.filtering-block a {
    border: 1px solid #97B96C;
    background-color: #fff;
    border-radius: 50px;
    width: 25%;
    text-align: center;
    padding: 5px 0;
    color: #97B96C;
}

.filtering-block a.active {
    background-color: #97B96C;
    color: #fff;
}

.filtering-block .filter-movie {
    background: url('../images/common/clapper_s_g.png') no-repeat top left;
    padding-left: 30px;
}

.filtering-block a.active .filter-movie {
    background: url('../images/common/clapper_s_w.png') no-repeat top left;
}

.filtering-block .filter-read {
    background: url('../images/common/book_s_g.png') no-repeat top left;
    padding-left: 30px;
}

.filtering-block a.active .filter-read {
    background: url('../images/common/clapper_s_w.png') no-repeat top left;
}

.clear-both {
    clear: both;
}

/*---------------------------------*/
.slick-slide {
    /*height: 500px;*/
}

.slide-zoom .item .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-zoom .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-zoom .caption i {
    margin-right: 5px;
}

.slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slide-animation .item {
    animation: fadezoom 10s linear 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

/*---------------------------------*/

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1300px) {
    #map-post-area {
        width: 100%;
    }

    #map-post-area .post {
        width: 50%;
        float: left;
        padding: 0 5px;
    }
}

@media (max-width: 799px) {
    #map-area {
        width: 100%;
    }

    #map-post-area .post {
        width: 100%;
        float: none;
    }

    #mover-filter {
        display: none;
    }

    .filtering-block a {
        width: 32%;
    }

    /*#map {*/
    /*    margin-top: 80px;*/
    /*}*/

}

@media (max-width: 600px) {
    #map-post-area {
        display: none;
    }
}
