body{
	padding: 0;
	margin:0;
    font-family: 'Roboto', sans-serif;
}
.videos{
	width: 100%;
	/*height: 100%;*/
	position: fixed;
	top:0;
	left: 0;
}
.popup-360{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
}
.next-btn{
	position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    background: transparent;
    border: 0;
    left: 45%;
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 0;
    outline: 0;
}
.next-btn img{
    border: 0;
    outline: 0;
}
.view-360{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
    z-index: 9;
}
    #panorama {
    width: 100%;
    height: 100%;
    }
    .pnlm-container{
        width: 100%;
        height: 100%;
    }
.close-360{
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 7px;
    border-radius: 5px;
    }
    .close-360 img{
            width: 20px;
    margin-right: 5px;
    }
    .close-360 sup{
        margin-left: 2px;
    }
.btn-360{
    position: absolute;
    top: 40%;
    right: 0;
    background: #29166f;
    padding: 7px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color:#fff;
}
.div-hide{
    display: none;
}
.btn-360 span{
    font-size: 28px;
    font-weight: bold;
    color:#fff;
}

.blink {
    background-color: #da251c;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #29166f; }}
        @keyframes blink { 50% { background-color: #29166f; }}


.left-btn{
    position: fixed;
    left: 0;
    top: 29%;
    z-index: 9;
    display: flex;
    flex-direction: column;
}
.left-btn a{
        background: #fff;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 7px 17px;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0px;
    font-weight: bold;
}
.left-btn ul{
    padding: 0;
}
.left-btn ul li{
    list-style: none;
    line-height: 39px;
}
.left-sub-menu{
        display: block;
    position: fixed;
    top: 40%;
    left: 48%;
    display: none;
}
.left-sub-menu li a{
    border-radius: 0 !important;
}
.left-menu-open{
    display: block;
}
.mobile-menu{
    display: none;
}

.loader-container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    justify-content: center;
    align-items: center;
    display: flex;
}

.loader {
     border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /*position: fixed;
    z-index: 9;
    left: 40%;
    top: 38%;*/
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pnlm-author-box{
    display: none !important;
}


.img-360{
    width: 80px;
}
.pnlm-panorama-info{
        background-color: #da251cc4 !important;
    padding: 3px 15px 2px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.pnlm-sprite{
    /*background-image:url(dir-arrow.png) !important;*/
}
.top-header{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
}
.top-header img{
    width: 120px;
}

@media only screen and (max-width: 600px){
    .videos{
        width: auto;
        height: calc(100% - 0px);
        object-position: -410px 0;
    }
    .left-btn {
            top: auto;
        bottom: 0;
        flex-direction: row;
        width: 100%;
        background: #fff;
        justify-content: space-around;
    }
    .left-btn a{
        border-radius: 0 !important;
        padding: 2px 12px;
        display: block;
        border-bottom: 1px solid #f2f2f5;
    }
    .next-btn{
        bottom: 60px;
        left:22%;
    }
    .left-btn ul {
        padding: 0 !important;
        width: 100%;
        margin: 0;
        display: none;
        position: static;
    }
    .mobile-menu{
        border: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 11px !important;
        margin: 0 !important;
    }
    .mobile-menu img{
        width: 15px;
        margin-right: 5px;
    }
    .left-btn-open{
        display: block !important;
    }
    .mobile-menu-hide{
        display: none !important;
    }
    .menu-overlay{
        background:rgba(0,0,0,.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        display: none;
    }
    .menu-overlay-open{
        display: block !important;
    }
    .left-menu-open{
        display: block !important;
    }
    .top-header img{
        width: 70px;
    }
    .top-header {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 9;
    }

}


.funngage-logo{
       position: fixed;
    bottom: 5%;
    right: 3%;
    /*background: #eb2227;*/
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    color: #fff;
    border-radius: 33px;
    font-weight: bold;
}
.funngage-logo a{
    margin-left:5px;
}

.pnlm-hotspot-base.pnlm-hotspot{
    background: url(Arrow-gif.gif);
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center !important;
}