/*
 * Monkey CSS
 */
/*
 * Carousel for Salas
 */
.mnk_sala-carousel {
    position: relative;
}

.mnk_sala-carousel .mnk_carousel-item .link {
    display: block;
    position: relative;
}

.mnk_sala-carousel .mnk_carousel-item .link .title {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: white;
    font-weight: bold;
    background-color: black;
    padding: .3rem 1rem;
}

@media screen and (max-width: 1199px) {
    .mnk_sala-carousel .mnk_carousel-item .link .title {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }
}

.mnk_sala-carousel .mnk_carousel-item .link figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.mnk_sala-carousel .mnk_carousel-item .link figure img {
    width: 100%;
}

.mnk_sala-carousel .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

.mnk_sala-carousel .slick-arrow.slick-prev {
    left: .5rem;
}

.mnk_sala-carousel .slick-arrow.slick-next {
    right: .5rem;
}


/*
 * Featured Posts
 */
.mnk_featured-post {
    margin-bottom: 1rem;
}

.mnk_featured-post:last-child {
    margin-bottom: 0;
}

.mnk_featured-post .thumbnail {
    width: 100%;
}

.mnk_featured-post .thumbnail img {
    width: 100%;
}

.mnk_featured-post .content span {
    display: block;
    color: #34495E;
}

.mnk_featured-post .content .date {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1;
}

.mnk_featured-post .content .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.15;
}

.mnk_featured-post .content .desc {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.25;
}


/*
 * YouTube Channel
 */
.mnk_iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.mnk_iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mnk_image-youTube-channel figure {
    width: 100%;
}

.mnk_image-youTube-channel figure img {
    width: 100%;
}


/*
 * Hall page
 */
.mnk_hall-title {
    font-weight: bold;
}


/*
 * Main Slider
 */
#slider_home, .carousel-inner,
.carousel-item {
    width: 100% !important;
    height: auto !important;
}

.carousel-item img {
    width: 100% !important;
    height: auto !important;
}


/*
 * Modal Video Iframe
 */
.youtube-video-modal {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-video-modal.enable {
    opacity: 1;
    visibility: visible;
}

.youtube-video-modal .modal-content {
    width: 1080px;
    max-width: 95%;
    overflow: hidden;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    border: none;
    background-color: #111;
    max-height: 99%;
}

.youtube-video-modal .close-modal {
    position: absolute;
    z-index: 2;
    top: .5rem;
    right: .5rem;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.youtube-video-modal .black-layer {
    cursor: pointer;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
}

@media screen and (max-height: 650px) {
    .youtube-video-modal .modal-content {
        width: 860px;
    }
}



/*
 * 16:9 aspect
 */
.responsive-16_9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.responsive-16_9 div,
.responsive-16_9 iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 250ms ease-in-out;
}

.responsive-16_9 div div,
.responsive-16_9 div span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 5px #000;
}