﻿/***
 * START CorporateDetail.css
 */

/* ---------- HIGHLIGHT --------------- */
.corporate-detail-highlight {
    background-repeat: no-repeat;
    background-position: 60% 50%;
    color: #fff;
    position: relative;
    background-size: cover;
    padding: 35% 9% 35% 9%;
}

/* ---------- MEMBER DESCRIPTION --------------- */

/* Change 3D Viewer loading color */
#stadiumMap3D .dvm-v3d-loading-screen-layer svg > path{
    fill:#c30000 !important;
}

.member-description h2 {
    text-transform: uppercase;
}

.individual-icon-wrapper .icon-subtitle {
    font-size: 8px !important;
    vertical-align: text-top;
}

#gold-title {
    font-size: 40px;
    font-weight: 300;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-transform: none;
}

.gold-text {
    font-size: 24px;
}

#gold-title span {
    text-transform: none;
    font-weight: bold;
}

.member-description {
    padding-left: 5%;
    padding-right: 5%;
}

    .member-description .share-links-container {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .member-description .share-links-container {
        width: 100%;
    }

        .member-description .share-links-container .link {
            margin-right: 7px;
        }

            .member-description .share-links-container .link span {
                max-width: 30px;
                height: 20px;
                fill: #242424;
                vertical-align: middle;
                transition: all 250ms ease-in-out;
                /*Fix icons size*/
                font-size: 24px;
            }

            .member-description .share-links-container .link:first-child span {
                max-width: 13px;
            }

            .member-description .share-links-container .link.stroke span {
                stroke: #242424;
            }

            .member-description .share-links-container .link:hover span {
                fill: #c30000;
            }

            .member-description .share-links-container .link.stroke:hover span {
                stroke: #c30000;
            }

    .member-description .member-description-table {
        margin-top: 25px;
    }

    .member-description .member-description-title {
        text-transform: uppercase;
        color: #c30000;
    }

    .member-description .description-global-wrapper {
        display: block;
        width: 100%;
        padding: 15px 0px 15px;
        border-bottom: 1px solid #ebebeb;
    }

        .member-description .description-global-wrapper .individual-icon-wrapper {
            position: relative;
            float: left;
            height: 150px;
        }

            .member-description .description-global-wrapper .individual-icon-wrapper img {
                width: 99px;
                height: 98px;
            }

            .member-description .description-global-wrapper .individual-icon-wrapper p {
                text-align: center;
                font-size: 14px;
                margin-top: 10px;
            }

                .member-description .description-global-wrapper .individual-icon-wrapper p span {
                    font-size: 9px;
                    vertical-align: text-top;
                }

.corporate-table-small-text-wrapper {
    font-size: 12px;
    margin-top: 20px;
}

    .corporate-table-small-text-wrapper p span {
        font-size: 9px;
        vertical-align: text-top;
    }

/* ---------- CAMAROTE SECTION --------------- */

.panorama-wrapper {
    position: relative;
}

    .panorama-wrapper .pnlm-container {
        width: 100%;
        height: 400px;
    }

    .panorama-wrapper .wrapper-info-vr {
        position: absolute;
        bottom: 70px;
        right: 0px;
        text-align: right;
        cursor: pointer;
    }

    .panorama-wrapper .fullScreen {
        background-image: url('/Images/Business/360-mouse-hover.png');
        background-size: cover;
        width: 34px;
        height: 34px;
        float: right;
        margin: 20px;
    }

    .panorama-wrapper .controls {
        z-index: 2;
        text-align: center;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 45px;
    }

.ctrl {
    height: 45px;
    width: 45px;
    margin-left: 10px;
    background-size: cover;
    text-align: center;
    display: inline-block;
}

.ctrlLeft {
    background-image: url('/Images/Business/Events/plus-white.png');
}

.ctrlRight {
    background-image: url('/Images/Business/Events/min-white.png');
}

.ctrl:hover {
    cursor: pointer;
}

.camarote-section {
    padding: 30px 0px;
}

    .camarote-section h2 {
        text-transform: uppercase;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: 300;
        font-family: Roboto;
    }

    .camarote-section .stadium-wrapper {
        background-repeat: no-repeat;
        background-position: 30% 50%;
        color: #fff;
        position: relative;
        background-size: cover;
        height: 620px;
    }

    .camarote-section .stadium-map {
        position: absolute;
        clip-path: inset(40% 0px 0px 0px);
        bottom: 15%;
        left: 2%;
        width: 50%;
        cursor: pointer;
    }

    .camarote-section .stadium-info {
        position: absolute;
        top: 60px;
        right: 2%;
        cursor: pointer;
    }

    .camarote-section .stadium-box {
        position: absolute;
        top: 20px;
        right: 2%;
        cursor: pointer;
    }

    .camarote-section .stadium-plus {
        position: absolute;
        bottom: 20px;
        right: 12%;
        cursor: pointer;
    }

    .camarote-section .stadium-minus {
        position: absolute;
        bottom: 20px;
        right: 2%;
        cursor: pointer;
    }


/* ---------- SLICK IMAGES --------------- */

.section-slick {
    padding: 40px 3%;
}

    .section-slick .element-wrapper p {
        max-width: 1095px;
        margin: 10px auto 0px;
        padding-left: 15px;
    }

    .section-slick .slick-dots {
        bottom: 40px !important;
    }


/* ---------- COMUNICATION --------------- */

.detail-comunication {
    margin-bottom: 60px;
}

    .detail-comunication h2 {
        text-transform: uppercase;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto;
        font-weight: 300;
    }

    .detail-comunication .comunication-text-wrapper {
        padding: 0px 5% 0px 5%;
    }

        .detail-comunication .comunication-text-wrapper p {
            margin-top: 20px;
        }

            .detail-comunication .comunication-text-wrapper p::before {
                content: " ";
                display: inline-block;
                background-image: url('/Images/icons/icons.svg#check-icon-anchor');
                background-size: 14px 14px;
                height: 14px;
                width: 14px;
                margin: 0;
                margin-right: 3%;
            }

/* ---------- SECTION 4 --------------- */

.corporate-detail-section4 {
    padding: 0px 5% 0px 5%;
}

    .corporate-detail-section4 .detail-section4-text-wrapper-right {
        margin-top: 15px;
    }


/* ---------- OTHER MEMBERS --------------- */

.other-members {
    padding: 40px 2%;
}

    .other-members .members-wrapper {
        background-color: #eee;
        padding: 40px 0px;
    }

    .other-members h2 {
        text-transform: uppercase;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
        font-weight: 300;
        font-family: Roboto;
    }

    .other-members .wrapper-slick {
        padding: 0px 0px 40px;
    }

    .other-members .member-wrapper {
        display: inline-block;
    }

        .other-members .member-wrapper img {
            width: 100%;
        }

        .other-members .member-wrapper .text-wrapper {
            max-width: 248px;
            margin: 0 auto;
        }

        .other-members .member-wrapper:hover .text-wrapper {
            color: #c30000;
        }

        /*.other-members .member-wrapper .text-wrapper p:first-child {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}*/

        .other-members .member-wrapper .text-wrapper p {
            font-size: 24px;
            text-align: center;
            text-transform: uppercase;
            margin-top: 15px;
        }

        .other-members .member-wrapper .text-wrapper .member-type {
            font-weight: bold;
            text-transform: none;
        }

    .other-members .wrapper-slick .slick-dots li button:before {
        color: black !important;
    }

    .other-members .wrapper-slick .slick-dots {
        bottom: 0px !important;
    }



@media screen and (min-width: 768px) {
    /** HIGHLIGHT **/
    .camarote-section .stadium-map {
        display: none;
    }

    .corporate-detail-highlight {
        padding: 0 1.75%;
        text-align: center;
    }

    .corporate-detail-highlight {
        height: 350px;
    }

    .highlight-wrapper {
        margin: 0px 1.75%;
    }

    .panorama-wrapper .wrapper-info-vr {
        bottom: 320px;
    }

    .panorama-wrapper .controls {
        position: absolute;
        bottom: 0px;
        margin: 0 0 35px 0;
    }

    .ctrl {
        margin-left: 30px;
    }

    /* ---------- TEXT --------------- */
    .corporate-detail .global-wrapper {
        max-width: 800px;
        margin: 0 auto;
    }

    #gold-title {
        font-size: 55px;
    }

    /*.detail-comunication .comunication-text-wrapper{
       padding: 0px;
    }*/

    /* ---------- SLICK IMAGE --------------- */
    .section-slick {
        padding: 60px 3% 40px;
    }

    .other-members .member-wrapper {
        transition: filter 0.5s ease-in-out;
    }

        .other-members .member-wrapper:hover {
            filter: brightness(1.2);
        }
}

@media screen and (min-width: 992px) {
    .other-members .member-wrapper {
        padding: 0px 3px;
    }

        .other-members .member-wrapper .text-wrapper p {
            font-size: 18px;
        }

    .other-members .wrapper-slick {
        padding: 0px 1%;
    }

    /* ---------- CAMAROTES --------------- */
    .camarote-section .stadium-wrapper {
        height: 770px;
        background-position: 50% 50%;
    }

    .camarote-section .stadium-info {
        position: absolute;
        bottom: 40px;
        right: 1%;
        top: unset;
    }

    .camarote-section .stadium-box {
        bottom: 80px;
        right: 1%;
        top: unset;
    }

    .camarote-section .stadium-plus {
        bottom: 40px;
        right: 49%;
    }

    .camarote-section .stadium-minus {
        bottom: 40px;
        right: 45%;
    }
}

@media screen and (max-width: 360px) {
    .member-description .gold-text {
        font-size: 20px;
    }

    #gold-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 450px) {
    .panorama-wrapper .pnlm-container {
        height: 400px;
    }
}

@media screen and (min-width: 1025px) {
    .breadcrumb-section .breadcrumb-wrapper {
        /* margin: 0px 1.75%; /* fix #14542 */
        border-bottom: 1px solid #ddd;
    }

    .member-description .description-global-wrapper .individual-icon-wrapper {
        width: 140px;
    }

    .corporate-detail .global-wrapper {
        max-width: 1095px;
    }
}

@media screen and (min-width: 1200px) {
}

/*
 * END CorporateDetail.css
 ***/
