.audioVisual_frame {
    padding: 26px 0px 0px;
    display: flex;
}

.audioVisual_right {
    width: calc(100% - 340px);
}

.audioVisual_left {
    width: 340px;
    padding-right: 40px;
}

/* video */
.audioVisual_videoGallery {
    position: relative;
}

    .audioVisual_videoGallery h3 {
        position: absolute;
        right: 0;
        /*top: 25px;*/
        z-index: 4;
        width: 215px;
        height: 48px;
        background-color: #0092b6;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        line-height: 48px;
    }

.videoGallery_mainItem {
    position: relative;
}

a.videoGallery_mainItem_toggle {
    display: block;
    text-decoration: none;
    position: relative;
}

    a.videoGallery_mainItem_toggle[aria-hidden="true"] {
        display: none;
    }

    a.videoGallery_mainItem_toggle:after {
        content: '';
        z-index: 4;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 12%;
        height: 100%;
        max-width: 108px;
        max-height: 108px;
        background: url(/content/images/common/white_video.svg) left top / 100% 100% no-repeat;
    }

.mainItem_bg {
    direction: ltr;
    overflow: hidden;
    height: 410px;
    position: relative;
}

    .mainItem_bg img {
        display: block;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translate(-50%, 0);
    }

    .mainItem_bg:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.47);
        z-index: 1;
    }

    .mainItem_bg:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        background: -moz-linear-gradient(top, rgba(60,137,217,0) 0%, rgba(44,102,161,0) 33%, rgba(13,30,48,1) 100%);
        background: -webkit-linear-gradient(top, rgba(60,137,217,0) 0%,rgba(44,102,161,0) 33%,rgba(13,30,48,1) 100%);
        background: linear-gradient(to bottom, rgba(60,137,217,0) 0%,rgba(44,102,161,0) 33%,rgba(13,30,48,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c89d9', endColorstr='#0d1e30',GradientType=0 );
    }

.mainItem_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    padding: 0px 2.5% 23px 0px;
    width: 100%;
    max-width: 400px;
    align-items: flex-end;
    z-index: 2;
}

    .mainItem_text strong {
        display: block;
        color: white;
        font-weight: 300;
        font-size: 22px;
        line-height: 26px;
        text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
    }

.videoGallery_mainItem .videoHolder iframe {
    display: block;
    width: 100%;
    height: 410px;
    border: 0;
}

.inFadeTransition {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.videoGallery_thumbnails {
    padding-top: 5px;
    overflow: hidden;
    margin: 0px -2.5px;
    width: calc(100% + 5px);
}

.videoThumbnail {
    padding: 0px 2.5px;
    position: relative;
}

    .videoThumbnail.slick-current:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        background: -moz-linear-gradient(top, rgba(60,137,217,0) 0%, rgba(44,102,161,0) 33%, rgba(13,30,48,0.6) 100%);
        background: -webkit-linear-gradient(top, rgba(60,137,217,0) 0%,rgba(44,102,161,0) 33%,rgba(13,30,48,0.6) 100%);
        background: linear-gradient(to bottom, rgba(60,137,217,0) 0%,rgba(44,102,161,0) 33%,rgba(13,30,48,0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c89d9', endColorstr='#0d1e30',GradientType=0 );
    }

    .videoThumbnail .mainItem_text {
        padding: 0 2.5% 2.5% 2.5%;
    }

        .videoThumbnail .mainItem_text strong {
            font-size: 13px;
            line-height: 1.5;
            z-index: 1;
        }

    .videoThumbnail div {
        overflow: hidden;
        cursor: pointer;
        /*position: relative;*/
        max-width: 302px;
        margin: 0px auto;
    }

        .videoThumbnail div:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            background-color: rgba(13, 30, 48, 0.6);
        }

        .videoThumbnail div:after {
            content: '';
            z-index: 4;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 23px;
            height: 23px;
            background: url(/content/images/common/white_video.svg) left top / 100% 100% no-repeat;
        }

    .videoThumbnail.slick-current div:before, .videoThumbnail.slick-current div:after {
        display: none;
    }

    .videoThumbnail div img {
        display: block;
        height: 124px;
    }

.videoGallery_thumbnails .slick-prev,
.videoGallery_thumbnails .slick-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    border: 0px;
    background-color: transparent;
    width: 36px;
    height: 36px;
    padding: 5px;
    font-size: 0;
}

    .videoGallery_thumbnails .slick-prev span,
    .videoGallery_thumbnails .slick-next span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #f4f4f4 url(/content/images/common/black_arrow.svg) 7px center / auto 11px no-repeat;
        box-shadow: 0 0 10px black;
    }

    .videoGallery_thumbnails .slick-prev span {
        margin-top: -1px;
    }

.videoGallery_thumbnails .slick-next {
    left: 10px;
}

.videoGallery_thumbnails .slick-prev {
    right: 10px;
    transform: rotate(180deg);
}

.audioVisual_audioGallery {
    height: 540px;
    /*padding: 25px 0px 0px;*/
    background-color: #f4f4f4;
}

    .audioVisual_audioGallery h3 {
        width: 215px;
        height: 48px;
        background-color: #0092b6;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        line-height: 48px;
    }

.audioGallery_list {
    height: calc(100% - 60px);
    margin-top: 6px;
    direction: ltr;
}

    .audioGallery_list ul {
        padding: 0px 15px 0px 20px;
        direction: rtl;
    }

    .audioGallery_list li {
        padding: 20px 0px;
    }

.audioGallery_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.audioGallery_itemTitle {
    width: calc(100% - 60px);
    position: relative;
    padding: 0px 45px 0px 0px;
}

    .audioGallery_itemTitle img {
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        border-radius: 50%;
    }

    .audioGallery_itemTitle strong {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .audioGallery_itemTitle span {
        display: block;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.audioGallery_itemShare {
    padding: 0px;
}

    .audioGallery_itemShare .share-buttons > span {
        color: #0092b6;
        text-decoration: none;
        font-size: 14px;
        line-height: 16px;
        padding-left: 20px;
        background: url(/content/images/common/blue_share.svg) left center / 15px auto no-repeat;
        cursor: pointer;
        width: initial;
        text-indent: initial;
    }

    .audioGallery_itemShare .share-buttons li span {
        margin: 0.563rem 0.163rem;
    }

    .audioGallery_itemShare .share-buttons ul::before,
    .audioGallery_itemShare .share-buttons ul::after {
        left: -90px;
    }

    .audioGallery_itemShare .share-buttons ul {
        left: -12px;
        bottom: 2rem;
        display: flex;
        width: 131px;
    }

.audioGallery_list ul:first-child li:first-child .audioGallery_itemShare .share-buttons ul {
    bottom: -3.2rem;
}


    .audioGallery_list ul:first-child li:first-child .audioGallery_itemShare .share-buttons ul::before,
    .audioGallery_list ul:first-child li:first-child .audioGallery_itemShare .share-buttons ul::after {
        transform: rotate(180deg);
        top: -8px;
    }

.audioGallery_smallPlayer {
    width: 100%;
}

.audioGallery_list .mCSB_inside > .mCSB_container {
    margin-right: 2px;
}

.audioGallery_list .mCSB_scrollTools {
    width: 2px;
    opacity: 1;
}

    .audioGallery_list .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #e2e2e2;
    }

    .audioGallery_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #0092b6;
    }

.audioGallery_listButton {
    display: none;
}

    .audioGallery_listButton a {
        background-color: #0092b6;
        text-decoration: none;
        color: white;
        font-weight: 300;
        font-size: 30px;
        line-height: 30px;
        margin: 0px auto 0px;
        height: 50px;
        width: 268px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .audioGallery_listButton a span:nth-child(2) {
            display: none;
        }

        .audioGallery_listButton a[aria-expanded="true"] span:nth-child(1) {
            display: none;
        }

        .audioGallery_listButton a[aria-expanded="true"] span:nth-child(2) {
            display: inline;
        }

@media screen and (max-width: 1280px) {
    .audioVisual_right {
        width: calc(100% - 300px);
    }

    .audioVisual_left {
        width: 300px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .audioVisual_frame {
        padding: 20px 0px 0px;
    }

    .audioVisual_right {
        width: calc(100% - 280px);
    }

    .audioVisual_left {
        width: 280px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 885px) {
    .audioVisual_frame {
        display: block;
    }

    .audioVisual_right {
        width: auto;
    }

    .audioVisual_left {
        width: auto;
        padding-right: 0px;
        padding-top: 20px;
    }

        .audioVisual_left ul:nth-child(2) {
            display: none;
        }

            .audioVisual_left ul:nth-child(2)[aria-hidden="false"] {
                display: block;
            }

    .mainItem_bg {
        height: 334px;
    }

    .videoGallery_mainItem .videoHolder iframe {
        height: 334px;
    }

    .audioVisual_audioGallery {
        height: auto;
        padding: 25px 0px 30px;
    }

        .audioVisual_audioGallery .share-buttons .ul {
            left: 0;
            bottom: 5.4rem;
        }

    .audioGallery_list {
        max-height: none;
        height: auto;
    }

    .audioGallery_listButton {
        display: block;
        padding-top: 24px;
    }
}

@media screen and (max-width: 480px) {
    .audioVisual_frame {
        padding: 10px 0px 0px;
    }

    .videoGallery_thumbnails {
        padding-top: 3px;
        margin: 0;
        width: 100%;
        overflow: visible;
    }

    .videoThumbnail {
        padding: 0px 1.5px;
    }

    .videoGallery_thumbnails .slick-prev,
    .videoGallery_thumbnails .slick-next {
        margin-top: -15px;
        border: 0px;
        background-color: transparent;
        width: 20px;
        height: 40px;
        padding: 0px;
        font-size: 0;
    }

        .videoGallery_thumbnails .slick-prev span,
        .videoGallery_thumbnails .slick-next span {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 0;
            background: url(/content/images/common/blue_arrow.svg) center / auto 13px no-repeat;
            box-shadow: none;
        }

    .videoGallery_thumbnails .slick-next {
        left: -18px;
    }

    .videoGallery_thumbnails .slick-prev {
        right: -18px;
    }

    .mainItem_text {
        padding: 0px 2.5% 15px 0px;
        max-width: 300px;
    }

        .mainItem_text strong {
            font-size: 18px;
            line-height: 24px;
        }
}

@media screen and (max-width: 432px) {
    .mainItem_bg {
        height: 310px;
    }

    .videoGallery_mainItem .videoHolder iframe {
        height: 310px;
    }

    .audioVisual_audioGallery h3 {
        height: 38px;
        font-size: 24px;
        line-height: 33px;
    }

    .audioVisual_videoGallery h3 {
        height: 38px;
        font-size: 24px;
        line-height: 33px;
    }

    .audioVisual_audioGallery {
        padding: 25px 0px 20px;
    }

    .audioGallery_listButton {
        padding-top: 18px;
    }

        .audioGallery_listButton a {
            font-size: 24px;
            line-height: 30px;
            height: 38px;
            width: 200px;
        }
}
