.cultural {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #434242;
    padding: 60px 0;
}

    .cultural button, .cultural button:active, .cultural button:visited, .cultural button:hover {
        outline: none;
    }

/*#region misa's people  */
.people-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.people-text {
    width: 50%;
    padding-right: 30px;
}

    .people-text .title {
        padding-bottom: 10px;
    }

.title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 32px;
    color: #008fec;
    padding-bottom: 30px;
}

.people-content {
    font-size: 18px;
    color: #484848;
}

.people-image {
    width: 50%;
}

.net-img {
    display: flex;
    padding-top: 20px;
}

    .net-img > div {
        width: 50%;
    }

        .net-img > div:nth-child(1) {
            padding-right: 10px;
        }

        .net-img > div:nth-child(2) {
            padding-left: 10px;
        }
/*#endregion  */

/* region activity */
.activity {
    padding: 40px 0;
}

.garrery {
    display: flex;
    width: 100%;
}

    .garrery .activity-image:nth-child(1) {
        padding-right: 10px;
    }

    .garrery .activity-image:nth-child(2) {
        padding-left: 10px;
    }

        .garrery .activity-image:nth-child(2) .net-img {
            padding-top: 0px;
            padding-bottom: 20px;
        }

.activity-image {
    width: 50%;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    padding: 0;
}

button.close {
    position: absolute;
    z-index: 11;
    right: 5px;
    top: 5px;
    font-size: 36px;
    width: 36px;
    height: 36px;
    color: #FFF;
    opacity: 1;
    text-shadow: 1px 1px 3px #000;
}

    button.close:hover {
        color: #FFF;
        opacity: 0.85;
    }
/* endregion  */

/* region art  */
.art {
    padding-top: 60px;
}

    .art .owl-dots {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
    }

        .art .owl-dots .owl-dot {
            outline: none;
            background: transparent;
            padding: 0;
        }

            .art .owl-dots .owl-dot span {
                background-color: #ccc;
                width: 10px;
                height: 10px;
                margin: 0 10px;
                display: block;
                border-radius: 50%;
            }

            .art .owl-dots .owl-dot.active span {
                background: #008fec;
            }

.slide-item {
    padding: 0 10px;
}

.art .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

    .art .owl-nav .owl-next {
        position: absolute;
        right: 40px;
    }

    .art .owl-nav .owl-prev {
        position: absolute;
        left: 40px;
    }
/* endregion  */

/* region responsive  */
@media (min-width: 980px) {
    .owl-item.active {
        filter: brightness(1);
    }

    .owl-item {
        filter: brightness(0.3);
    }
}

@media (max-width: 979px) {
    br {
        display: none;
    }

    .cultural {
        padding: 40px 0;
    }

    .art {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .modal {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 500px;
        max-width: 600px;
        min-width: 300px;
        position: fixed;
        right: 0;
        top: 0;
    }

    .people-container {
        flex-wrap: wrap;
    }

    .title {
        font-size: 24px;
    }

    .people-content {
        font-size: 16px;
    }

    .people-text {
        width: 100%;
        padding-bottom: 30px;
    }

    .people-image {
        width: 100%;
        padding-left: 0px;
    }

    .activity-image {
        width: 100%;
    }

    .garrery {
        flex-wrap: wrap;
    }

        .garrery .activity-image:nth-child(1) {
            padding-right: 0px;
            padding-bottom: 30px;
        }

        .garrery .activity-image:nth-child(2) {
            padding-left: 0px;
        }

    .net-img {
        flex-wrap: wrap;
    }

        .net-img > div {
            width: 100%;
        }

            .net-img > div:nth-child(1) {
                padding-right: 0;
                padding-bottom: 20px;
            }

            .net-img > div:nth-child(2) {
                padding-left: 0px;
            }

    .slide-item {
        padding: 0 15px;
    }
}
/* endregion  */
