﻿
/* Common.css 
    - Styles used by all components of the experience
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.mobile-only { display: none; }



/* Close button ----------------------------------------------------------------- */
#pano_iframe .content-holder .inner .btn-close {
    top: -37px;
    right: -35px;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
}

/* Global buttons ----------------------------------------------------------------- */


#pano_iframe .pano-btn {
    /*background-color: #001A66;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    border-radius: 32px;
    display: block;
    clear: both;
    margin: 0px auto 0;
    width: 100%;
    font-size: 27px;
    letter-spacing: -2px;
    line-height: 64px;
    height: 64px;*/
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    border: 0;
    background-color: rgba(255,255,255,0.35);
    margin: 10px 0 0;
    float: left;
}

#pano_iframe .btn,
#pano_iframe .btn:focus,
#pano_iframe .btn:active
#pano_iframe .btn:visited {
    background-color: #DA1950;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-align: center;
    float: left;
    width: 100%;
    border-radius: 0px;
    outline: none;
}






/* ------------------------------------------------------------------------------  */
/* Iframes ----------------------------------------------------------------------  */
/* ------------------------------------------------------------------------------  */

#pano_iframe .mobile {
    display: none;
}

#pano_iframe {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: transparent; /*#f5f5f5;*/
    margin: 0px auto;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 0px;
    overflow: auto;
}

    #pano_iframe .inner {
        float: left;
        width: calc(100%);
        height: calc(100%);
    }



    /* ------------------------------------------------------------------------------  */
    /* Content Specific -------------------------------------------------------------  */
    /* ------------------------------------------------------------------------------  */

    /*---------------------Lity Iframe------------------------*/

    #pano_iframe .content-holder {
        height: calc(100%);
        width: calc(100%);
        margin: 0 auto;
    }

        #pano_iframe .content-holder .inner {
            height: 673px;
            width: 957px;
            background-image: url(../App_Images/bg_overlay_v2.png);
            padding: 20px 0 0;
            position: relative;
            margin: 0 auto;
            color: #fff;
            text-align:left;
        }
        #pano_iframe .content-holder .inner a{
            color:#fff;
        }

        #pano_iframe .header,  #pano_iframe .content{
            background-color:rgba(27,48,66,0.65);
            width:96%;
            border-radius:15px;
            margin:0 auto;
        }

        /*----------Social Media World Overrides-----------*/

            #pano_iframe .content-holder.world-holder .inner .btn-close {
                top: -41px;
                right: -38px;
            }

            #pano_iframe .content-holder.world-holder .inner {
                
                height:667px;
                width:1023px;
                background-image: url(../App_Images/bg_overlay_v3.png);

            }
            #pano_iframe .world-holder .header, #pano_iframe .world-holder .content {
                width: 90%;
                margin-left:87px;
            }
            #pano_iframe .world-holder .content{
                height:541px;
            }
            /*---------------------Social Media Buttons-------------------------*/
            #pano_iframe .btn_facebook{
                background-image:url(../App_Images/ico_facebook.svg);
                top:184px;

            }
            #pano_iframe .btn_instagram{
                background-image:url(../App_Images/ico_instagram.svg);
                top:118px;                

            }
            #pano_iframe .btn_twitter{
                background-image:url(../App_Images/ico_twitter.svg);
                top:250px;
            }
            #pano_iframe .btn_facebook, #pano_iframe .btn_instagram, #pano_iframe .btn_twitter{
                position:absolute;
                width:47px;
                height:47px;
                left:17px;
            }

        /*----------------Header-------------------*/
        
        #pano_iframe .header{
            padding:5px;
            text-align:center;
        }
        #pano_iframe .header h1{
            font-weight:bold;
        }

        /*----------------Content-------------------*/
        #pano_iframe .content{
            height:546px;
            margin-top:10px;
            padding:20px 0;

        }

        /*------------------------------------------------------------*/
        /*-----------------------------------Rich Text--------------------------------------*/
        /*------------------------------------------------------------*/
        #pano_iframe .richtext-holder .inner {
            height: 310px;
            width: 957px;
            background-image: url(../App_Images/bg_overlay_sm.png);
            padding: 20px 0 0;
            position: relative;
            margin: 0 auto;
            color: #fff;
            text-align:left;
        }

        #pano_iframe .richtext-holder .content{
            height:184px;

        }
        

        /*------------------------------------------------------------*/
        /*-----------------------------------Worlds--------------------------------------*/
        /*------------------------------------------------------------*/


        /*----------------Left-Side-----------------*/
        #pano_iframe .video-iframe {

            margin-bottom: 10px;

        }
        #pano_iframe .left-side {
            width:calc(45% - 20px);
            padding:5px 0 0 20px;
            display:inline-block;
            vertical-align:top;
        }
        #pano_iframe .left-side a button {
            width:100%;
            padding:10px;
            color: #fff;
            text-transform: uppercase;
            border-radius: 7px;
            text-decoration:none;
            border: 0;
            background-color:rgba(255,255,255,0.35);
            margin: 10px 0 0;
            float: left;
        }

            #pano_iframe  .left-side .btn_visitWorld button{
                background-color: rgba(3,252,9,1);
                color:#000;
                font-weight:bold;
            }
            #pano_iframe .left-side a.small-btn button
            {

                width: 40%;
                margin:0px 17px 30px;

            }
            #pano_iframe .left-side a.small-btn:nth-of-type(2) button
            {

                float: right;

            }
         
            #pano_iframe .left-side a.cta-btn button
            {

                background-color: rgba(3,252,9,1);
                width: calc(100% - 34px);
                margin-left: 17px;
                margin-top: -10px;
                margin-bottom: 10px;
                color:#000;
                font-weight:bold;

            }

            #pano_iframe  .left-side .btn_buyTickets button{
                background-color: rgba(3,252,9,1);
                width: calc(100% - 34px);
                margin-left: 17px;
                margin-top: -10px;
                margin-bottom: 10px;
                color:#000;
                font-weight:bold;

            }



        #pano_iframe .left-side .additionalContent{
            float: left;
            width: 100%;
            padding-left:20px;
            margin-top:25px;
        }

        #pano_iframe .left-side .additionalContent a{
            text-decoration:underline;
        }

        #pano_iframe .left-side .devices{
            float: left;
            width: 100%;
            padding-left:20px;
            margin-top:15px;
        }

        #pano_iframe .left-side .devices img{
            display: inline-block;
            width: 125px;
            margin-right: 25px;
            vertical-align: middle;
        }

        #pano_iframe .left-side .devices img.type1 { width: 60px; }
        #pano_iframe .left-side .devices img.type2 { width: 20px; }
        #pano_iframe .left-side .devices img.type3 { width: 60px; }

        /*----------------Right-Side-----------------*/
        #pano_iframe .right-side {
            width: calc(55%);
            padding-left:15px;
            line-height:26px;
            display:inline-block;            
            vertical-align:top;
        }

        #pano_iframe .right-side .pageContent{
            height:501px;
            overflow:auto;
            padding-right:10px;

        }
        #pano_iframe .right-side p a,
        #pano_iframe .right-side .pageContent a{
            text-decoration: underline;

        }
        #pano_iframe .right-side .pageContent ol {
            padding: 0 0 0 20px;
        }
        #pano_iframe .right-side .pageContent ol li{
            padding: 0 0 15px;
        }
            #pano_iframe .right-side .pageContent ol li:first-of-type {
                margin-top: -10px;
            }


        /*----------------Full Width-----------------*/
        #pano_iframe .full-width {
            width: calc(100% - 30px);
            padding:0 15px;
            line-height:26px;
            display:inline-block;            
            vertical-align:top;
        }

        #pano_iframe .full-width .pageContent{
            height:auto;
            overflow:auto;
            padding-right:10px;

        }
        #pano_iframe .full-width p a,
        #pano_iframe .full-width .pageContent a{
            text-decoration: underline;

        }
        #pano_iframe .full-width .pageContent ol {
            padding: 0 0 0 20px;
        }
        #pano_iframe .full-width .pageContent ol li{
            padding: 0 0 15px;
        }
            #pano_iframe .full-width .pageContent ol li:first-of-type {
                margin-top: -10px;
            }

            /*------------------------------------------------------------*/
            /*---------------------------About Virtual Burn----------------------------------*/
            /*------------------------------------------------------------*/

        /*----------------Header-------------------*/

        #pano_iframe .header-collection{
            padding:5px;
        }

        #pano_iframe .header .header-links a{
            text-align:center;
            border-right: 1px solid rgba(255, 255, 255, .5);
            padding: 10px 25px;
            margin: 10px 0px;
            display: inline-block;
            vertical-align: top;
        }
            #pano_iframe .header .header-links a:last-of-type {
                border:none;
            }
            #pano_iframe .header .header-links a:hover {

                text-decoration: underline;

            }
            
    #pano_iframe .content-collection{
        height: 461px;
    }

        #pano_iframe .data-block {

            /* set the opacity of these to 0 to help bx slider loading  on multi pages*/
            opacity: 0;

        }

        #pano_iframe .data-block:first-of-type {

            display: block;
            opacity: 1;

        }

        /*----------------Left-Side-----------------*/

        
         
        #pano_iframe .data-block .left-side a{
            text-decoration:underline;
        }
        #pano_iframe .data-block .left-side .img_slider{
           width: 75%;
           height: 151px;
           margin: 0 auto;
        }
        #pano_iframe .data-block .left-side a {

            text-align: center;

        }

        #pano_iframe .left-side .img_slider a
        {

            /*height: 274px;*/
            width: 100%;
            display: block;
            text-align: center;
        }

        #pano_iframe .left-side .img_slider img {

            max-height: 274px;
            display: inline;
            height: 100%;

        }

        /*----------------Right-Side-----------------*/
        #pano_iframe .data-block .right-side{
            height:416px;
            overflow:auto;
            padding-right:10px;

        }
        #pano_iframe .data-block .right-side ol {
            padding: 0 0 0 15px;
        }
        #pano_iframe .data-block .right-side ol li{
            padding: 0 0 15px;
        }
            #pano_iframe .data-block .right-side ol li:first-of-type {
                margin-top: -10px;
            }

    /*------------------------------------------------------------*/
    /*---------------------------------Hosted--------------------------------------*/
    /*------------------------------------------------------------*/



    /* ------------------------------------------------------------------------------  */
    /* FLUID OVERRIDES --------------------------------------------------------------  */
    /* ------------------------------------------------------------------------------  */

    .desktop-only, #pano_iframe .desktop-only {
        display: block;
    }

    .mobile-only, #pano_iframe .mobile-only {
        display: none;
    }


/* ------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------Top Nav Styles ----------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/

.topNav {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

    .topNav dl {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }


    .topNav dt img:nth-of-type(1) {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
    }

    .topNav dt img:nth-of-type(2) {
        display: none;
    }

        .topNav a:last-of-type dl dt {
            animation-name: pulse;
            animation-duration: 1s;
            animation-fill-mode: forwards;
            animation-iteration-count: infinite;
            animation-direction: alternate;
        }
        @keyframes pulse {
            0% {
             -webkit-transform: scale(1);
             transform: scale(1);
            }

            100% {
                 -webkit-transform: scale(1.2);
                 transform: scale(1.2);
            }
        }

    .topNav dl:hover dt img:nth-of-type(1) {
        display: none;
    }

    .topNav dl:hover dt img:nth-of-type(2) {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
    }

    .topNav dd {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        color: #fafafa;
        line-height: 14px;
        font-size: 12px;
        background-color: rgba(255,255,255,0);
        padding: 5px 0px;
        margin-top: -20px;
        visibility: hidden;
    }

    .topNav dl:hover dd {
        
        visibility: visible;
        /*background-color: rgba(255,255,255,0.37);*/
    }




/* ------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------Bottom Nav Styles----------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/

.bottomNav {
    position: absolute;
    bottom: 29px;
    right: 10px;
    z-index: 10;
}

    .bottomNav ul {
        display: inline-flex;
    }

        .bottomNav ul li {
            list-style-type: none;
            border-right: 1px rgba(255,255,255, 0.37) solid;
            padding: 5px 20px 0;
            vertical-align: middle;
            text-transform: uppercase;
            cursor: pointer;
            font-size: 12px;
            vertical-align: text-bottom;
            color: rgba(255, 255, 255, .8);
        }

            .bottomNav ul li a {

                color: inherit;

            }

            .bottomNav ul li:hover {

                color: rgba(255, 255, 255, 1);

            }
            .bottomNav ul li:last-of-type {
                border-right: 0px;
            }

            .bottomNav ul li img {
                margin-top: -5px;
                margin-right: 5px;
                /*height: 27px;*/
                width: 35px;
            }


/*---------------Drop-up CSS------------------------------*/ 
            .drop-btn{
                position:relative;
                display:inline-block;                
            }
            
            .drop-hover:hover ul.drop-up{
                        display:block;
            }
            .bottomNav .drop-up{
                    display:none;
                    position:absolute;
                    bottom:35px;
                    right:-3px;
            }

                    

                    .bottomNav .drop-up li{
                        display:block;
                        border:none;
                        padding: 10px 20px 10px 15px;
                        text-decoration: none;
                        background-color: rgba(255,255,255,0.37);
                        margin:5px;
                        white-space: nowrap;
                        text-align: right;
                    }

                    /*--------------Optional--------------*/
                        .bottomNav .drop-up li:hover a {
                            color: #03FC09;
                        }


    /* New bottom nav */
    .bottomNav-new.bottomNav .drop-up{
        right:-1px;
    }

    .bottomNav-new {
        display: block;
        right: 0;
    }

    .mobile-drop-btn {
        position: relative;
        display: inline-block;
    }

    .mobile-drop-hover:hover ul.mobile-drop-up {
        display: block;
    }

    .bottomNav-new.bottomNav .mobile-drop-up {
        display: none;
        position: absolute;
        bottom: 35px;
        right: 84px;
    }

        .bottomNav-new.bottomNav .mobile-drop-up li {
            display: block;
            border: none;
            text-decoration: none;
            background-color: rgba(255,255,255,0.37);
            margin: 5px;
            white-space: nowrap;
            text-align: right;
            padding: 10px;
        }
    .bottomNav-new.bottomNav .mobile-drop-up li:hover a {
        color: #03FC09;
    }


/* ------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------Audio Player/Social Media Styles--------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/

.audio-player audio {
    position: absolute;
    left: -99999px;
}
.audio {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    left: 20px;
    height: 40px;
    width: 40px;
    display: block;
    z-index:10;
    background-size: 100%;
}
.audio span{
    color:rgba(255,255,255,0.8);
    padding-left:45px;
    white-space:nowrap;
    margin-top:13px;
    text-transform:uppercase;
    font-size:12px;
    display:inline-block;
}
.audio span:hover{
    color:rgba(255,255,255,1)
}
    .audio[data-isMuted='true'] {
        background-image: url("../App_Images/ico_topNav_audio_mute.svg");
    }


    .audio[data-isMuted='false'] {
        background-image: url("../App_Images/ico_topNav_audio_play.svg");
    }

.bottomLeft-links{
    position:absolute;
    z-index:10;
    bottom: 34px;
}
/*.link-videoText {
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.37);
    padding-left: 10px;
    color: rgba(255,255,255,0.8);
    font-size:12px;
    text-transform:uppercase;
    margin:1px 0;
    padding: 6px 0 5px 15px;
}*/
.bottomLeft-text , .bottomLeft-ico{
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.37);
    padding-left: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    text-transform: uppercase;
    margin: 1px 0;
    padding: 6px 0 5px 15px;
}
.bottomLeft-ico {

    border-left: 0;

}
.bottomLeft-ico img { width: 40px; }

.link-video {
    left: 129px;
}

.link-instagram, .link-facebook, .link-twitter { bottom: 25px; }

.link-instagram{
    left:194px;
}
.link-facebook{
    left:245px;
}
.link-twitter{
    left:296px;
}

/*-------------Pano Font Change---------------*/
.p2v_hotspotLabel {
    font-family: 'Roboto', sans-serif;
}


/*------------World Overlay----------------*/
.world_overlay {
    background-image: url(../App_Images/BCRvr.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    position: absolute;
}

/*-----------------------------------------------------------*/
/*Particle button CSS code-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------*/

.pano-bell-title > div {

    left: initial !important;
    position: relative !important;
    font-size: 16px !important;
    padding-top: 15px !important;
    color:rgba(3,252,9,1) !important;

}

    .pano-bell-title div.visited {
        padding-top: 30px !important;
    }

.pano-bell-title > div.pano-bell-number {
    display: none;
    color: rgba(3,252,9,1);
    padding-top: 15px !important;
    font-size: 15px;
    text-align: center;
    margin-top: -20px;
}

.pano-bell-number strong {
    color: rgba(3,252,9,1);
    font-size: 32px;
    display: block;
    margin-top: 8px;
}

.pano-bell-container > div {
    
    overflow-x: visible !important;
    overflow-y: visible !important;

}

.pano-bell-container.visited {

    cursor: default !important;

}

.particles-btn-contain .shape {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: scale(0.8);
}

.particles-btn-contain .cir {
    position: absolute;
    border-radius: 50%;
    z-index: 5;
}

.particles-btn-contain {
    width: 150px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.particles-btn-contain .particles-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width:200px;
    height:36px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(255,255,255,0.3);
    text-align: center;
    z-index: 10;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
}

    .particles-btn-contain .particles-btn:active,
    .particles-btn-contain .particles-btn:hover,
    .particles-btn-contain .particles-btn:focus {
        outline: none !important;
        background-color: rgba(3,252,9,0.5);
    }
    .particles-btn-contain .particle_btn_no {
        top:80%
    }
    .particles-btn-contain .particle_btn_yes{
        top:25%;
    }
.particles-btn-contain .particle-btn-particles {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    color: #eee;
    font-family: monospace;
    z-index: 5;
    /* 	filter: url(#gooeyness); */
}

.particles-btn-contain .particles-btn:active {
    transform: scale(0.9) translate(-55%, -55%);
}