﻿/** MODAL DISPLAY **/

/* Social Icons */
.mediadetail .share .link.font-icon:first-child {
    max-width: 100%;
}

.mediadetail .share .link.font-icon span {
    font-size: 25px
}

.mediadetail .share .link.font-icon .icon-Facebook-01, .mediadetail .share .link.font-icon .icon-Twitter-01 {
    font-size: 21px
}

/* End Social Icons */


.mediadetail {
    position: fixed;
    opacity: 0;
    display: none;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(0,0,0,0.85);
    padding: 0 3.75% 104px 3.75%;
    transition: all 500ms ease-in-out;
}

    .mediadetail .row {
        margin-right: auto;
        margin-left: auto;
        max-width: 1600px;
        width: 100%;
    }

    .mediadetail .edge-button-path {
        stroke: #fff;
    }

    .mediadetail .row > div {
        transition: opacity 250ms ease-in-out;
    }

    .mediadetail.active {
        display: block;
    }

    .mediadetail.video .video-detail,
    .mediadetail.video .video-hover,
    .mediadetail.video.html .html-player-wrapper,
    .mediadetail.video.vimeo .vimeo-player-wrapper,
    .mediadetail.video.youtube .youtube-player-wrapper {
        display: block;
    }

    .mediadetail.photogallery .gallery-hover,
    .mediadetail.photogallery .photogallery-detail {
        display: block;
    }

    .mediadetail.photogallery .photogallery-list {
        width: 100%;
        height: 100%;
    }

    .mediadetail.video svg.logo.video {
        display: inline;
    }

    .mediadetail.video .vimeo-player-wrapper iframe,
    .mediadetail.video .html-player-wrapper video,
    .mediadetail.video .youtube-player-wrapper iframe {
        position: static;
        width: 100%;
        height: 56.25vw;
        top: 0;
        left: 0;
        max-height: 80vh;
    }

    .mediadetail .youtube-player-wrapper,
    .mediadetail .vimeo-player-wrapper,
    .mediadetail .html-player-wrapper,
    .mediadetail .video-detail,
    .mediadetail .photogallery-detail,
    .mediadetail .gallery-hover,
    .mediadetail .video-hover,
    .mediadetail svg.logo {
        display: none;
    }

    /** CLOSE BUTTON **/

    .mediadetail .navigation {
        margin: 56px 0 16px;
    }

.close-mediadetail {
    float: right;
    cursor: pointer;
    cursor: hand;
}

    .close-mediadetail svg {
        height: 32px;
        stroke: #fff;
        width: 32px;
        transition: all 500ms ease-in-out;
    }

    .close-mediadetail:hover svg {
        stroke: #c30000;
    }

/** MAIN AREA **/

.mediadetail .share {
    height: 40px;
    display: flex;
    align-items: center;
}

    .mediadetail .share .link {
        display: inline-block;
        padding: 0 4px;
    }

        .mediadetail .share .link:first-child,
        .mediadetail .share .link:first-child .icon {
            padding: 0;
            max-width: 16px;
        }

.mediadetail .detail-area .gallery-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 26px;
}


.mediadetail .detail-area .thumbnail-area {
    border: 1px solid #393939;
    background-color: #242424;
    position: absolute;
    bottom: -1px;
    z-index: 5;
}

    .mediadetail .detail-area .thumbnail-area .toggle-bar img {
        width: auto;
        margin: auto;
    }

.mediadetail .thumbnail-area .thumbnail-list-wrapper {
    transition: margin-bottom 500ms ease-in-out;
}

.mediadetail .detail-area .thumbnail-area .toggle-bar {
    height: 24px;
    cursor: pointer;
    cursor: hand;
}


.mediadetail .vimeo-player-wrapper,
.mediadetail .html-player-wrapper,
.mediadetail .youtube-player-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

    .mediadetail .youtube-player-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .shadow .gradient {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content .text.medium {
    margin-top: 24px;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content .text.extra-small {
    margin-top: 8px;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content .nav-link {
    bottom: 10%;
    transition: color 500ms ease-in-out;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list a.div:hover .nav-link {
    color: #c30000;
}

.mediadetail .video-detail .thumbnail-list-wrapper .next .inner-item * {
    float: right;
}

.mediadetail .video-detail .thumbnail-list-wrapper .previous .inner-item * {
    float: left;
}

.mediadetail .video-detail .thumbnail-list-wrapper .next .nav-link {
    margin: 16px 16px 16px 0;
    right: 40%;
}

    .mediadetail .video-detail .thumbnail-list-wrapper .next .nav-link:after {
        content: "\203A";
        margin-left: 8px;
    }

.mediadetail .video-detail .thumbnail-list-wrapper .previous .nav-link {
    margin: 16px 0 16px 16px;
}

    .mediadetail .video-detail .thumbnail-list-wrapper .previous .nav-link:before {
        content: "\2039";
        margin-right: 8px;
    }


.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item {
    display: inline-block;
    position: relative;
    width: 100%;
}


.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .next .inner-item,
.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .next .inner-item * {
    float: right;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .previous .inner-item,
.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .previous .inner-item * {
    float: left;
}


.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .next .inner-item .content {
    text-align: right;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .video-wrapper,
.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content :not(.nav-link) {
    display: none;
}

.mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .video-wrapper {
    position: relative;
    width: 37.5%;
    max-width: 245px;
}

    .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .video-wrapper .image-placeholder {
        position: static;
        width: 100%;
        height: 100%;
    }

    .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .video-wrapper .video.logo {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        fill: none;
    }

.mediadetail.photogallery .thumbnail-area {
    display: none;
}

.mediadetail.photogallery .detail-area .gallery-wrapper {
    padding-bottom: 0;
}

.mediadetail .thumbnail-list-wrapper .thumbnail-list .slick-slide {
    max-width: 150px;
    position: relative;
    cursor: pointer;
    cursor: hand;
    transition: all 500ms ease-in-out;
}

    .mediadetail .thumbnail-list-wrapper .thumbnail-list .slick-slide:hover img {
        filter: brightness(1.2);
    }

    .mediadetail .thumbnail-list-wrapper .thumbnail-list .slick-slide:hover::after {
        opacity: 0;
    }


    .mediadetail .thumbnail-list-wrapper .thumbnail-list .slick-slide:not(.slick-active)::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6);
        transition: all 500ms ease-in-out;
    }

.mediadetail .detail-area .thumbnail-list-wrapper {
    overflow: hidden;
    border-top: 1px #393939 solid;
}

.mediadetail .detail-area .thumbnail-list {
    overflow: visible;
}

.mediadetail .share svg.icon {
    max-width: 30px;
    height: 20px;
    fill: #fff;
    stroke: #fff;
    vertical-align: middle;
    transition: all 500ms ease-in-out;
}

.share .link:hover svg.icon {
    fill: #c30000;
    stroke: #c30000;
}

.mediadetail .photogallery-detail .content-caption {
    padding: 16px 0;
    float: left;
    font-size: 12px;
}

.mediadetail .photogallery-detail .gallery-count {
    padding: 14px 0;
    float: right;
    font-weight: 300;
    font-size: 22px;
}

.mediadetail .content {
    margin-top: 24px;
}

    .mediadetail .content .text.red {
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 12px;
    }

    .mediadetail .content .text.large {
        text-transform: uppercase;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1;
    }

    .mediadetail .content .text.robo {
        margin-bottom: 16px;
        font-size: 13px;
    }


/** IMAGE GALLERY **/

.mediadetail .photogallery-detail .slick-slider img {
    margin: 0;
    width: 100%;
}

/** VIDEO **/


/** RECCOMENDED LIST **/
.mediadetail .reccomended-list-wrapper {
    overflow-x: hidden;
}

.mediadetail .reccomended-list {
    overflow-x: visible;
}

.reccomended-area {
    margin-bottom: 48px;
}

.mediadetail .reccomended-area h2 {
    margin-top: 48px;
    text-transform: uppercase;
    float: left;
    font-weight: 300;
    margin-bottom: 24px;
    font-size: 32px;
}

.mediadetail .reccomended-list-wrapper .inner-item {
    position: relative;
}

.mediadetail .reccomended-list-wrapper .item {
    width: 255px;
}

.mediadetail .reccomended-list-wrapper .inner-item > div:not(.image-placeholder) {
    position: absolute;
}

.mediadetail .reccomended-list-wrapper .image-placeholder img {
    width: 100%;
    height: 100%;
}

.mediadetail .reccomended-list-wrapper .shadow {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .mediadetail .reccomended-list-wrapper .shadow .gradient {
        width: 100%;
        position: absolute;
        top: 0%;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

.mediadetail .reccomended-list-wrapper .description {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 6.25%;
}

.mediadetail .reccomended-list-wrapper .load-more-reccomended a {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

    .mediadetail .reccomended-list-wrapper .load-more-reccomended a > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 20%;
    }

    .mediadetail .reccomended-list-wrapper .load-more-reccomended a img {
        width: auto;
    }



.mediadetail .reccomended-list-wrapper .description .text {
    font-family: "Roboto Condensed", sans-serif;
}

    .mediadetail .reccomended-list-wrapper .description .text.big-title {
        margin: 12px 0;
        font-size: 20px;
        font-weight: 400;
    }


    .mediadetail .reccomended-list-wrapper .description .text.robo {
        font-size: 13px;
    }

    .mediadetail .reccomended-list-wrapper .description .text.extra-small {
        margin-bottom: 30px;
        font-size: 9px;
    }

.mediadetail .reccomended-list-wrapper .description .logo {
    position: static;
    width: 25px;
    height: 25px;
    fill: none;
}

.mediadetail .video-hover,
.mediadetail .gallery-hover {
    top: 0;
    left: 0;
    color: #242424;
    z-index: 1;
    position: relative;
    cursor: hand;
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    transition: all 250ms ease-in-out;
    border: 1px solid #fff;
    border-radius: 25px;
}


.mediadetail .video-hover-icon,
.mediadetail .gallery-hover-icon {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-top: -5px;
    background: url("/images/icons/gallery-white.png") no-repeat;
    background-size: contain;
}

.mediadetail .video-hover-icon {
    background-image: url("/images/icons/play-white.png");
}

.mediadetail .video-hover span,
.mediadetail .gallery-hover span {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -8px;
    font-size: 12px;
    transition: all 250ms ease-in-out 250ms;
}

.mediadetail a.div:hover .gallery-hover-icon {
    background: url("/images/icons/gallery-black.png") no-repeat;
    background-size: contain;
}

.mediadetail a.div:hover .video-hover-icon {
    background-image: url("/images/icons/play-black.png");
}

.mediadetail a.div:hover .video-hover span,
.mediadetail a.div:hover .gallery-hover span {
    display: inline;
    opacity: 1;
    text-transform: uppercase;
    width: 90px;
}


.mediadetail a.div:hover .video-hover span {
    width: 35px;
    text-align: center;
}

.mediadetail a.div:hover .video-hover {
    background: #fff;
    width: 65px;
}

.mediadetail a.div:hover .gallery-hover {
    background: #fff;
    width: 90px;
}


/**LOADER */

.mediadetail .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
}


@media screen and (min-width: 425px) {
}

@media screen and (min-width: 768px) {

    .mediadetail.video .detail-area .gallery-wrapper {
        height: 85vh;
    }

    .mediadetail.photogallery .detail-area .gallery-wrapper {
        max-height: 85vh;
    }

        .mediadetail.photogallery .detail-area .gallery-wrapper .photogallery-list.slick-initialized .slick-list,
        .mediadetail.photogallery .detail-area .gallery-wrapper .photogallery-list.slick-initialized .slick-track {
            height: 85vh;
        }

        .mediadetail.photogallery .detail-area .gallery-wrapper .photogallery-list.slick-initialized .slick-slide {
            position: relative;
        }

            .mediadetail.photogallery .detail-area .gallery-wrapper .photogallery-list.slick-initialized .slick-slide img {
                max-width: initial;
                max-height: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: auto;
            }


    /** MODAL DISPLAY **/

    .mediadetail {
        padding: 0 1.5% 0 1.5%;
    }

        .mediadetail > .row {
            margin-bottom: 104px;
        }


        /** CLOSE BUTTON **/

        /** MAIN AREA **/


        .mediadetail .content .text.large {
            font-size: 40px;
        }


        .mediadetail .content .text.red {
            font-size: 14px;
        }

        .mediadetail .reccomended-list-wrapper .description .text.robo {
            font-size: 16px;
        }

        .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content .nav-link {
            position: absolute;
            margin: 0;
        }

        .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content {
            width: 62.5%;
            padding: 0 2.5%;
        }

            .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .video-wrapper,
            .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content :not(.nav-link) {
                display: block;
            }

            .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list .inner-item .content :not(.nav-link) {
                width: 100%;
            }

        .mediadetail.photogallery .thumbnail-area {
            display: block;
        }

        .mediadetail.photogallery .detail-area .gallery-wrapper {
            padding-bottom: 24px;
        }


        .mediadetail a.div:hover img {
            filter: brightness(1.2);
            transition: filter 200ms ease-in-out;
        }

        /** IMAGE GALLERY **/

        /** VIDEO **/


        /** RECCOMENDED LIST **/
        .mediadetail .reccomended-area h2 {
            margin-top: 56px;
            font-size: 32px;
        }


        .mediadetail .reccomended-list-wrapper .description .logo {
            width: 50px;
            height: 50px;
        }

        .mediadetail .video-hover,
        .mediadetail .gallery-hover {
            height: 50px;
            width: 50px;
            border-radius: 25px;
        }

        .mediadetail .video-hover-icon,
        .mediadetail .gallery-hover-icon {
            width: 20px;
            height: 20px;
            margin-left: 14px;
            margin-top: -10px;
        }

        .mediadetail .video-hover span {
            left: 40px;
            margin-top: -10px;
            font-size: 16px;
        }

        .mediadetail .gallery-hover span {
            left: 40px;
            margin-top: -12px;
            font-size: 16px;
        }

        .mediadetail .reccomended-list {
            min-width: 0%;
        }

        .mediadetail .reccomended-list-wrapper .item {
            width: 401px;
        }

        .mediadetail .video-detail .thumbnail-list-wrapper .thumbnail-list a.div:hover .nav-link {
            color: #fff;
        }



        .mediadetail a.div:hover .video-hover {
            width: 95px;
        }

        .mediadetail a.div:hover .gallery-hover {
            width: 120px;
        }

            .mediadetail a.div:hover .gallery-hover span {
                width: 120px;
            }


        .mediadetail .reccomended-list-wrapper .description .text.extra-small {
            margin-bottom: 30px;
            font-size: 12px;
        }
}


@media screen and (min-width: 1200px) {

    .mediadetail .reccomended-list-wrapper .description .text.big-title {
        margin: 24px 0;
        font-size: 32px;
    }
}


@media screen and (min-width: 1600px) {

    .mediadetail {
        padding: 0 50px;
    }
}
