#loading-powered-by{
position: relative;
	    width: 0px;
    height: 0px;
    opacity:0;
    display:none;
}

#loading-mp-logo{

	width:0px;
	height:0px;
	opacity: 0;
 display:none;

}

#loading-label{

	display: none;
}

#loading-gui #loading-powered-by #loading-mp-logo {
    width: 0px;
    height: 0px;
     display:none;

}

#loading-gui #loading-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-color: #000;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .5s;
}

#loading-gui #tint.fadeIn{

	opacity:0;

}

#loading-gui #circleLoader {
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#customBillboardFullOverlay {
    alignment-baseline: central;
    display: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


#showcaseover {
    position: absolute;
    display: none;
    top: 0px;
  height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease, background 0.5s ease;
    background: rgba(0,0,0,0);
    pointer-events: none;
        max-width: 200vw;

}


#tabs .tab-content {
    z-index: 2;
  
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    position: absolute;
    left: 0;

  
}


#loading-header{

	display: none;
}

#panoPlayer {
    bottom: 170px;
    left: 5px;
    top: auto;
    right: auto;
}

#panoPlayer audio{
    height:10px;
    width: 200px;
}

#customBillboard .tag-text-content {
    display: inherit;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 1px #000;

    /* border-radius: inherit; */
    transition: height 0.3s linear;
    overflow: hidden;
    cursor: default !important;
    z-index: 1;
    padding:15px;


}

@font-face {
    font-family: 'GT Walsheim Pro Medium';
      src: url('/media/3055/fonts/GTWalsheimPro-Medium.ttf')  format('truetype');
}

* { font-family: 'GT Walsheim Pro Medium'; text-shadow: none;}

