*{-webkit-user-select:none; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;}
html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana,sans-serif;
    background:#000;
    overflow:hidden;
}

#renderCanvas {
    width: 1920px;
    height: 1080px;
    display:block;
    position:absolute;
    touch-action: none;
       outline: none;
   -ms-touch-action:none;touch-action:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
    cursor: pointer;
}


#zoomOverlay {
    position:absolute;
    left:0;
    top:0;
    width: 1920px;
    height: 1080px;
    pointer-events:none;
    overflow:hidden;
}





.opinionContent {

    display: none;
    opacity: 0;
    position:absolute;
    top:84px;
    left:154px;
    width:1612px;
    height:906px;
    background:#000;
    pointer-events:all;
}
.generalVideoContent {
    display:none;
    opacity:0;
    position:absolute;
    top:125px;
    left:211px;
    width:1497px;
    height:846px;
    background:#000;
    pointer-events:all;
}

.videoGeneral
{
      width:100%;
    height:100%;
}
#videoOverlay {
    display: none;
    width:100%;
    height:100%;
    background:#000;
    transform:translate3d(0,0,0);
    transition-duration:0.3s;
}

.videoMain {
    width:100%;
    height:100%;
}


.mainVideoButExit {
    background:url(../img/x.png);
    background-size:contain;
    width:50px;
    height:50px;
    display:block;position:absolute;
    right:10px;
    top:10px;
    transition-duration:0.3s;
}

#loadingOverlay{
    width:100%;
    height:100%;
    transition-duration:0.4s;
    background:#000;
    transform:translate3d(0,0,0);
}

#loadingElements{
  width:30%;
  height:60%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loadingImage {display:block;width:100%;opacity:1;}
#loadingText {text-align:center;color:#ccc;}

#pdfOverlay{
  display:none;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  position:absolute;
}


#requestRotateContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    color:#fff;
    font-size:2em;
}

/*footer*/

.footer {    
    width:100%;
    height: 30px;
    margin:0 auto;
    display:flex;
    position: fixed;
    bottom: 0;
    left:0;
    justify-content: center;
    align-items: center;    
    font-size: 0.5em;
    background: rgba(0,0,0,0.6);
    color:white;
    pointer-events: auto;
}

@media screen and (max-width: 768px){
    .footer {    
        height: 15px;
        font-size: 0.75em;
    }
}

.footer a{
    text-decoration: none!important;
    color: inherit!important;
}

.footer a:hover{
    text-decoration: none!important;
    color: inherit!important;
}

#termsLink,#policyLink {cursor: pointer;}

.modal-body {
    font-size:16px;
}
.about-company {
    font-size:16px;
    pointer-events: auto;
    margin:10px;
   background:url(../img/bgtest.png);
   display:block;position:absolute;
   width:100%;

    
}

#termsLink {cursor:pointer;}
#policyLink{cursor:pointer;}

#fullScreenBut {
    position: absolute;
    right: 1%;
    /* bottom: 4px; */
    font-size: 0.6em;
    color: #ffffff;
    background: url(../images/fullscreen.png) no-repeat;
    background-size: contain;
    width: 3%;
    height: 85%;
    cursor: pointer;
}

#fullScreenBut.active{
    
    background: url(../images/minimize.png) no-repeat;
    background-size: contain;
}


/* end footer*/

a {
    text-decoration: none;
    color:#ffffff;
    text-decoration: none;
    background-color: transparent;
}


@media only screen and (orientation:portrait){

    #requestRotateContainer {        
        display:flex;
    }

}

@media only screen and (orientation:landscape){

    #requestRotateContainer {        
        display:none;
    }

}

#changeBrowser {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	font-size: 1em;
	display: none;
}

#changeBrowser div{
	text-align: center;
}

#changeBrowser img{
	width: 50vw;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#changeBrowser {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
