body{
    overflow:hidden;
    height:100%;
    font-size:16px;
    font-family:"rubiklight", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow:hidden;
    width:100%;
    padding:0px;
    margin:0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#zmmtg-root{
    z-index:-1
}

div, canvas{
    -webkit-touch-callout: none !important;
-webkit-user-select: none !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.bodyWrapper{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    overflow:hidden;
    width:100%;
    z-index:0;
}
#scene{
    position:fixed !important;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color:#000000;
    z-index:0!important;    
    cursor:pointer ;
    overflow:hidden;
    transition:all 0.5s ease;
}

#scene.active{
    -webkit-filter: blur(9px);
    transform: scale(2);
}


#toolbar{
    width:100%;
    overflow:hidden;
    transform-style: flat;
    will-change: auto;
    height:45px;
    z-index:0;
    position:fixed;
    top:0px;
    left:0px;
    padding-left:10px;
    color:#FFFFFF;
    background-color:#121728;
    -webkit-transform: translateZ(0);
}
#toolbar img{
    height:35px;
    margin-top:4px
}
#toolbar .projectTitle{
    width:calc(100% - 150px);
    position:absolute;
    left:75px;
    top:12px;
    font-family:"rubiklight", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 0.1rem;
    font-size:1.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-button{
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 12px;
    z-index: 101;
    opacity:0.8;
    transition: all 0.3s ease 0s;
    display:none
}

.menu-button:hover{
    opacity:1;
}

.menu-button .before, .menu-button .main, .menu-button .after {
    background-color:#61c4c6;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
    width: 22px;
    border-radius: 10px;
}

.active.menu-button .after{
    margin: 0;
    transform: translateY(0px) rotate(-45deg);

}

.active.menu-button .main {
    display: none;
    transition: all 0.5s ease 0s;
}

.active.menu-button .before{
    margin: 0;
    transform: translateY(3px) rotate(45deg);
}

.nav{
    transition: all 0.5s ease 0s;
    width:290px;
    position:absolute;
    right:-100%;
    z-index:95;
    height:100%;
    top:0px;
    box-sizing:border-box;
    padding-bottom:15px;
    overflow:auto;
    padding-top:70px;
    padding-left:1px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}
.nav.active{
    right:0px;
     background-color:rgba(32,39,62,0.9)
}

.nav ul{
    padding:0px;
    margin:0px;
    overflow:hidden;
    width:100%;
    display:block;
    list-style:none
}

.nav ul li{
    width:100%;
    list-style:none;
    clear:both;
    padding:10px;
    overflow:hidden;
    position:relative;
    border-left: 5px solid rgba(255, 255, 255, 0);
}

.nav ul li a{
  color:#ffffff;
  text-decoration:none;
  font-size:17px;
  display: block;
  text-align:left;
   padding-left:10px;
   text-transform: capitalize
}

.nav li.active{
    border-left: 5px solid #1ABB9C;
    background: #121728;
}

.sceneThumb{
    position:absolute;
    right:44px;
    width:35px;
    height:35px;
    border-radius: 35px;
    overflow:hidden;
    background-size:cover;
    top:3px;
}

#normalController{
    position:fixed;
    left:0px;
    bottom:10px;
    width:100%;
    overflow:hidden;
    z-index:0;
    text-align:center
}

#normalController div{
     background-color:#121728;
    color:#ffffff;
    width:40px;
    height:40px;
    border-radius: 40px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    margin-bottom:7px;
    text-align:center;
    line-height:40px;
    cursor:pointer;
    display:inline-block;
    margin-left:15px;
    margin-right:15px;
    overflow:hidden
}

#normalController div.actived{
    background-color:#61c4c6;
}

#normalController div.active{
      background-color: #1ABB9C;
}

.videoControl{
    display:none
}

.vrControl{
    background-size:17px auto;
    background-repeat:no-repeat;
    background-position:center center;
    display:none
}


.screenRight{
    width:50%;
    position:absolute;
    height:100%;
    right:0px;
    top:0px;
    text-align:left;
}

.screenLeft{
    text-align:right;
    width:50%;
    position:absolute;
    height:100%;
    left:0px;
    top:0px;
}

.screenContent{
    color:#ffffff;
    padding-top:13px;
    overflow:hidden
}

.screenContent a:link, .screenContent a:hover, .screenContent a:visited, .screenContent a:active{
     color:#ffffff;
     text-decoration:none;
     padding-left:30px;
      padding-right:30px
}

.screenContent img{
    max-width:180px;
    margin:0 auto;
    display:block;
    width:90%;
}

/* misc */
.appLoader{
   position:fixed;
   z-index:200;
   width:100%;
   height:100%;
   background-color:#000000;
   display:none;
   left:0px;
   top:0px;
}

.bottomBar{
    width:100%;
    position:absolute;
    bottom:0px;
    width:100%;
    background-color:#121728;
    min-height:55px;
    overflow:visible;
}

.bottomBar .vrtylogo{
    position:absolute;
    width:60px;
    height:60px;
    left:50%;
    top:-30px;
    margin-left:-30px
}

.vrty-intro{
    z-index:99990;
    background-color:#1b2135;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block
}

#vrHint{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:#1b2135;
  z-index: 999999;
  color:#FFFFFF;
  text-align:center;
  display:none;
  font-size:1.1rem
}

#vrHint.active{
    display:block;
}

#vrHint .msgContent{
  position:relative;
  top:45%;
  transform:translateY(-50%);
}

#vrHint .msgContent img{
    width:150px;
}

.introContent{
    text-align:center;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    margin:0 auto;
    max-width:600px;
    overflow:hidden
}
.introContent .screenContent{
    width:50%;
    position:relative;
    float:left;
    color:#2ac7c8;
        text-align:center;
}

.introContent a:link, 
.introContent a:hover,
.introContent a:visited,
.exitVRMode{
    color:#ffffff;
    font-family: "rubiklight", "Helvetica Neue", Roboto,Arial,"Droid Sans",sans-serif;
    text-decoration:none;
    font-size:1.2rem
}

.exitVRMode{
    border:1px solid #2ac7c8;
    color:#2ac7c8;
    padding:10px;
    display:inline-block;
    margin-top:25px
}

#loginOverlay,  #nopublish{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background-color:#1b2135;
    z-index:99999;
    display:none
}

#loginForm, #nopublishForm{
        position: relative;
        z-index: 1;
        background: #FFFFFF;
        max-width: 360px;
        margin: 0 auto 100px;
        padding: 35px;
        text-align: center;
        margin-top:15%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#loginForm input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

#loginForm .staticrypt-decrypt-button {
    text-transform: uppercase;
    outline: 0;
    background: #1b2135;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    margin-top:10px
}

.passwordError{
    font-size:0.8em;
    color:#E74C3C;
    padding-bottom:10px;
    text-align:left;
    display:none
}


.vrty-loader{
    z-index:99999;
    background-color:rgba(32,39,62,1);
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block
}

.vrtyArrow{
    background-image:url(../../assets/vrty-arrows.png);
    width:100px;
    height:100px;
    position:fixed;
    left:50%;
    top:50%;
    margin-top:-50px;
    margin-left:-50px;
    background-size:cover;
    -webkit-animation:spinLeft 3s linear infinite;
    -moz-animation:spinLeft 34s linear infinite;
    animation:spinLeft 3s linear infinite;
}

.vrtyEyes{
    background-image:url(../../assets/vrty-eyes.png);
    width:56px;
    height:56px;
    position:fixed;
    left:50%;
    top:50%;
    margin-top:-28px;
    margin-left:-28px;
    background-size:cover;
    -webkit-animation:spinRight 3s linear infinite;
    -moz-animation:spinRight 34s linear infinite;
    animation:spinRight 3s linear infinite;
}

#browserNotice{
    position: absolute;
    margin:0 auto;
    background-color:rgba(0, 0, 0, 0.8);
    color:#ffffff;
    width:100%;
    height:100%;
    margin: 0 auto;
    z-index:220000;
    top:0px;
    left:0px;
    display:none
}

.noticeContent{
    width:90%;
    margin:0 auto;
    position: relative;
    top:45%;
    transform: translateY(-50%);
}

.noticeClose{
    position: absolute;
    font-size:30px;
    right:10px;
    top:5px;
    text-decoration:none;
    color:#ffffff
}

@-moz-keyframes spinLeft { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinLeft { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinLeft { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spinRight {  0%{
        -moz-transform: rotate(20deg);
    }
    100%{
        -moz-transform:rotate(-340deg);
    } }
@-webkit-keyframes spinRight { 0%{
       -webkit-transform: rotate(20deg);
    }
    100%{
        -webkit-transform:rotate(-340deg);
    } }
@keyframes spinRight { 0%{
       -webkit-transform: rotate(20deg);
    }
    100%{
        -webkit-transform:rotate(-340deg);
 } }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
     opacity: 0;
     pointer-events: none;
     width: 5px;
}


/* -------------------- content popup style -------------------------------- */

#textContainer{/* HTML container for the text content, will be recreated in 3D */
  width:200px;
  overflow:auto;
  top:0px;
  left:0px;
  position:absolute;
}

.tooltipDesktop, .infoDesktop, .infoMobile, .infoVR{
   display:none;
   color:#ffffff;
   font-size:0.85rem
}

.modalCloseBtn{
    position:absolute;
    font-size:40px !important;
    top:25px;
    right:20px;
    cursor:pointer;
    z-index:100;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

#textContainer{
    overflow:hidden;
    background-color:rgba(0,0,0,0.4);
    max-width:80%;
    
}

#textContainer img{
    width:100%;
}

#textContainer video{
    width:100%;
}

.infoDesktop{
    width:92%;
    max-width: 700px;
    overflow:auto;
  /*  background-color:rgba(26,30,51,0.9); */
    background-image:url(../../assets/pop_bg.png);
    background-size:100% 100%;
    background-position: center center;
   /*  box-shadow: 4px 4px 18px 3px rgba(0, 0, 0,0.4);*/
    top:calc(42% + 60px);
    transform: translateY(-50%);
    left:50%;
    margin-left:-330px;
    position:absolute;
    min-height:50px;
    line-height:1rem;
    text-overflow: ellipsis;
    z-index:3;
    padding-top:20px;
    overflow:hidden;
    text-align:center;
    padding-bottom:10px
}

.scrollwrapper{
    position:relative;
    width:95%;
    margin:0 auto;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:410px !important;
    text-align:left;
    padding-left:10px;
    padding-right:10px
}

.scrollwrapper p{
    overflow:auto;
    padding-left:15px;
    padding-right:15px;
}

.scrollwrapper p span{
    line-height: 1.2 !important;
}

.scrollwrapper iframe{
    width:100% !important;

}
.infoDesktop::-webkit-scrollbar {
    width: 7px;
  }

/* Track */
.infoDesktop::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  
  /* Handle */
  .infoDesktop::-webkit-scrollbar-thumb {
    background: #61c4c6; 
    border-radius: 10px;
  }
  
  
  /* Handle on hover */
  .infoDesktop::-webkit-scrollbar-thumb:hover {
    background-color:#1ABB9C;
  }

  .scrollwrapper::-webkit-scrollbar {
    width: 7px;
  }

  /* Track */
.scrollwrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  
  /* Handle */
  .scrollwrapper::-webkit-scrollbar-thumb {
    background: #61c4c6; 
    border-radius: 10px;
  }
  
  
  /* Handle on hover */
  .scrollwrapper::-webkit-scrollbar-thumb:hover {
    background-color:#1ABB9C;
  }


.infoVR{
    width:100%;
    position:fixed;
    height:100%;
    left:0px;
    top:0px;
    z-index:3;
}

.infoVR p{
    margin-top:3px;
    margin-bottom:3px;
    padding:0px
}

.infoVR img{
    width:100%;
}

.infoLeft, .infoRight{
   /* background-color:rgba(26,30,51,0.9);
    box-shadow: 4px 4px 18px 3px rgba(0, 0, 0,0.4);*/
    width:35%;
    max-height:220px;
    padding:2%;
    font-size:0.65rem;
    line-height:0.7rem;;
    top:45%;
    transform:translateY(-50%);
    position:absolute;
    overflow:hidden;
    padding-top:25px
}

.infoLeft{
    left:5.5%;
}

.infoRight{
    right:5.5%;
}

.canvasWrapper{
    width:100%;
    position:relative;
   /* padding-bottom:56.25%; */
   padding-bottom:10px;
    background-image:url(../../assets/loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

.canvasWrapper canvas{
    position:relative;
   width:100% !important;
}

.imageWrapper{
    background-image:url(../../assets/loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
    width:100%;
    min-height:50px;
    overflow:hidden;
    text-align:center;
    background-size:contain;
}

.imageWrapper.active{
    background-image:none;
}

.imageWrapper img{
    max-width:100%;
    max-height:400px
}

/* loader css */
.sceneLoader{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-75px ;
    width:150px;
    height:150px;
    display:none
}

.leftLoader{
    position:absolute;
    top:50%;
    left:25%;
    margin-top:-75px;
    margin-left:-75px ;
    width:150px;
    height:150px
}

.rightLoader{
     position:absolute;
    top:50%;
    right:25%;
    margin-top:-75px;
    margin-right:-75px ;
    width:150px;
    height:150px 
}

.vrLoader{
    display:none
}

.sVGLoader{
    position:absolute;
   width:100%;
   height:100%;
   left:0px;
   top:0px
}

.loaderBG{
    stroke-dasharray: none; 
    stroke-dashoffset: 0;
}

.loaderFG{
  stroke-dasharray: 440;
   stroke-dashoffset: 0% ;
   -webkit-animation: loading 3s;
  animation: loading 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}

.sVGLoader{
     -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

/* add style for image slider */
.imageSlider {
    position:relative;
    width: 100%;
    padding-bottom:56.5%;
    overflow: hidden;
    text-align: center;
    background-size: contain;
}
.sliderItem{
    opacity: 1;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
}

.sliderItem img{
    position:relative;
    width:auto;
    height:100%;
    margin:0 auto;
}


@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    stroke-dasharray: 1,440;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 220,440;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 220,440;
    stroke-dashoffset: -440;
  }
}
@keyframes loading {
  0% {
    stroke-dasharray: 1,440;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 220,440;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 220,440;
    stroke-dashoffset: -440;
  }
}

@media (max-width: 600px){
  .infoDesktop{
        left:1.5%;
        margin-left:0px;
        font-size:0.75rem;
        width: 97%;
  }
}

@media (max-width: 740px) and (orientation: landscape) { 
   .infoDesktop{
       top:47px;
       transform: translateY(0%);
       font-size:0.75rem;
       height:250px
  }

  .imageWrapper img{
    max-width:100%;
    max-height:250px
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}

.filterControl{
    display:none !important
}

.voiceControl{
    display:none;
}

#infoText{
    position:relative; 
    z-index:-1; 
    background-color:transparent; 
    font-size:52px !important;  
    padding:10px; 
    width:800px; 
    color:#ffffff; 
}

#infoText span{
    font-size:52px !important;  
}

#infoText h1{
    font-size:75px !important; 
}

#infoText h2{
    font-size:68px !important;  
}

#infoText h3{
    font-size:62px !important; 
}


.ipdSlide{
    position:absolute;
    bottom:20px;
    width:90%;
    left:5%;
    z-index:100;
    height:40px;
    cursor:pointer;
    display:none;
}

a { -webkit-user-select: none !important; }

.frameWrapper{
    width:100%;
    padding-bottom:56%;
    position: relative;
  }
  
.frameWrapper iframe{
    width:100%;
    height:100%;
    position: absolute;
  }


  /* overwrite  */

  #project1644 .infoDesktop{

    background-color:#ffffff; 
    background-image:none;
     box-shadow: 4px 4px 18px 3px rgba(0, 0, 0,0.4);
     color:#000000;
     padding-top:20px;
     padding-bottom:20px;
     border-radius: 3px;

}

#project1644 .modalCloseBtn{
    color:#ff0000;
    z-index:1000
}


#project1644 #infoText > div{
    background-color:#ffffff !important; 
    background-image:none !important;
    box-shadow: 4px 4px 18px 3px rgba(0, 0, 0,0.4);
    color:#000000 !important;
}

#project235 .infoDesktop{

    background-color:#ffffff; 
    background-image:none;
     box-shadow: 4px 4px 18px 3px rgba(0, 0, 0,0.4);
     color:#000000;
     padding-top:20px;
     padding-bottom:20px;
     border-radius: 3px;

}

#project235 .modalCloseBtn{
    color:#ff0000;
    z-index:1000
}


#project235 #infoText > div{
    background-color:#ffffff !important; 
    background-image:none !important;
    box-shadow: 4px 4px 18px 3px rgba(0, 0, 0,0.4);
    color:#000000 !important;
}

/*
#azuremediaplayer, .azuremediaplayer{
    display: block !important;
    font-size: 1280px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 10000000;
    transform: scale(0.1);
    transform-origin: top left;
    overflow: hidden;
}

#azuremediaplayer video{
    position: absolute;
    top:0px;
    left:0px;
    display: block !important;
}
*/