﻿@media(max-width: 896px) {

    /* Common.css 
    - Styles used by all components of the experience
*/


     .desktop-only, #pano_iframe .desktop-only {
        display: none;
    }

    .mobile-only, #pano_iframe .mobile-only {
        display: block;
    }


    /* ------------------------------------------------------------------------------------------------------------*/
    /* ----------------------------------------Iframe Styles ----------------------------------------------------*/
    /* ------------------------------------------------------------------------------------------------------------*/

    #pano_iframe{

        overflow:auto;
        padding: 50px;
        padding-top: 0;
        padding-left: 0;

    }

    /* Close button ----------------------------------------------------------------- */
    #pano_iframe .content-holder .inner .btn-close {
        top: -5px;
        right: -47px;
        width: 40px;
        height: 40px;
    }

    #pano_iframe .header {

         width: 100%;
         margin-bottom: 5px;

    }

    #pano_iframe .content {
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    /* ------------------------------------------------------------------------------------------------------------*/
    /* ---------------------------------------Overlay Updates  ----------------------------------------------------*/
    /* ------------------------------------------------------------------------------------------------------------*/

    #pano_iframe .content-holder .inner, #pano_iframe .content-holder.world-holder .inner {
            height: auto;
            width:100%;
            background-image: none;
            border: 3px solid rgba(255, 255, 255,.5);
            border-radius: 15px;
            padding: 5px;
        }

    #pano_iframe .content-holder.world-holder .inner .btn-close {
        top: -5px;
        right: -47px;
        width: 40px;
        height: 40px;
    }

    #pano_iframe .right-side .pageContent {
        height: auto;
        overflow: auto;
    }

    #pano_iframe .content-holder.world-holder .header {

         width: 100%;
         margin-bottom: 5px;
         margin-left: 0;

    }

    #pano_iframe .content-holder.world-holder .content {

        height: auto;
        width: calc(100% - 87px);
        margin-top: 0px;
       

    }
    
        #pano_iframe .btn_instagram{
            top:85px;                

        }
        #pano_iframe .btn_facebook{
            top:143px;
        }

        #pano_iframe .btn_twitter{
            top:200px;
        }
        #pano_iframe .btn_facebook, #pano_iframe .btn_instagram, #pano_iframe .btn_twitter{
            width:47px;
            height:47px;
            left:25px;
        }

    /*------------------------------------------------------------*/
    /*---------------------------Common----------------------------------*/
    /*------------------------------------------------------------*/
    #pano_iframe .left-side a button {
        width:100%;
        padding:10px;
        margin: 10px 0 0;
    }

        #pano_iframe .left-side a.small-btn button
        {

            width: 100%;
            margin:0px 0px 10px 0;

        }
        #pano_iframe .header h1 {

            font-size: 26px;

        }
    /*------------------------------------------------------------*/
    /*---------------------------About Virtual Burn----------------------------------*/
    /*------------------------------------------------------------*/

        #pano_iframe .header .header-links a{
            text-align:center;
            border-right: 1px solid rgba(255, 255, 255, .5);
            padding: 10px 15px;
            margin: 10px 0px;
            display: inline-block;
            vertical-align: top;
        }

        #pano_iframe .data-block .right-side {
            height: auto;
        }

/*}*/

    /* ------------------------------------------------------------------------------------------------------------*/
    /* ----------------------------------------Top Nav Styles ----------------------------------------------------*/
    /* ------------------------------------------------------------------------------------------------------------*/

    .topNav {
        position: absolute;
        top: -10px;
        left: -30px;
        z-index: 10;
        padding: 0;
        margin: 0 auto;
        transform: scale(0.8);
    }
    .mobile-content {
        display:flex;
    }
    /* ------------------------------------------------------------------------------------------------------------*/
    /* ---------------------------------------Bottom Nav Styles----------------------------------------------------*/
    /* ------------------------------------------------------------------------------------------------------------*/

    .bottomNav {
        position: absolute;
        bottom: 0px;
        right: -60px;
        z-index: 10;
        transform: scale(0.6);
    }

        .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: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;
                }
                /*------Dropup Nav-------*/
                .bottomNav .drop-up{
                    right:-12px;
                }
                .bottomNav .drop-up li{
                    padding:10px;
                }

        /* ------------------------------------------------------------------------------------------------------------*/
        /* ---------------------------------------Audio Player/Social Media Styles--------------------------------------------------*/
        /* ------------------------------------------------------------------------------------------------------------*/
        .audio {
            transform: scale(0.6);
            bottom: 3px;
        }

        .bottomLeft-links {
            bottom: 12px;
        }

        .bottomLeft-text {
            font-size: 7px;
            padding: 5px 0 4px 10px;
        }

        .link-video {
            left: 95px;
        }

        .bottomLeft-ico img {
            width: 20px;
        }

        .link-instagram, .link-facebook, .link-twitter {
            bottom: 8px;
        }

        .link-instagram {
            left: 129px;
        }

        .link-facebook {
            left: 159px;
        }

        .link-twitter {
            left: 189px;
        }
    }
/* ------------------------------------------Mobile Bottom Nav Fix--------------------------------------------------------*/
@media(max-width: 700px) {

    /*.mobileNav-fix.bottomNav .drop-up{
        right:-1px;
    }
    .mobile-hide {
        display: none;
    }

    .mobileNav-fix {
        display: block;
        right: -73px;
    }

    .mobile-drop-btn {
        position: relative;
        display: inline-block;
    }

    .mobile-drop-hover:hover ul.mobile-drop-up {
        display: block;
    }

    .mobileNav-fix.bottomNav .mobile-drop-up {
        display: none;
        position: absolute;
        bottom: 35px;
        right: 84px;
    }

        .mobileNav-fix.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;
        }
    .mobileNav-fix.bottomNav .mobile-drop-up li:hover a {
        color: #03FC09;
    }*/
}