html, body{
  font-family: Arial;
  font-size: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*text-shadow: 1px 1px 5px black;*/
}

.thumbnail-container{
    position: absolute;
    width: 100%;
    height: 115px;
    bottom: 3%;
    z-index: 5;
    display: block;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.32) none repeat scroll 0% 0%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.thumbnail-slide{
  width: 180px !important;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-color: gray;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.25s;
}

.thumbnail-hover{
    position: absolute;
    width: 150px;
    height: 100px;
    box-sizing: border-box;
    border: 5px solid #ffffff;
    z-index: 4;
    bottom: 2%;
    left: calc(90% - 150px);
    background-position: center;
    background-size: cover;
    transition: 0.25s;
    background-color: #3b3b3c;
}


#move-arrow{
  position: absolute; 
  z-index: 999;
  transform: translate(-50%,0);
  left: 50%;
  top: 50%;
}

.my-custom-hotspot .wrapper {

  -webkit-transform: rotateX(67deg);
  transform: rotateX(67deg);
}

.my-custom-hotspot .wrapper span{
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.my-custom-hotspot .wrapper span span{
  background-size: 100px;
  display: block;
  width: 100px;
  top: 0;
  bottom: 0;
  right: 0px;
  height: 100px;
  opacity: 1;
  position: absolute;
}

.my-custom-hotspot .wrapper .arrow:before {
  content:"";
  background-size: 100px;
  display: block;
  width: 100px;
  top: 30px;
  bottom: 0;
  left: 0;
  height: 100px;
  position: absolute;
  opacity: 0.5;
}

.my-custom-hotspot .wrapper .arrow:after {
  content:"";
  background-size: 100px;
  display: block;
  width: 100px;
  top: 60px;
  bottom: 0;
  left: 0px;
  height: 100px;
  position: absolute;
  opacity: 0.3;
}

.my-custom-hotspot .wrapper .arrow:before{
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

.my-custom-hotspot .wrapper .arrow:after{
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.my-custom-hotspot .wrapper .arrow span{
  animation: animate-arrow-1 1s ease-in-out infinite;
}

@keyframes animate-arrow-1 {
  0%{transform:translateY(60px);opacity: 0;}
  70%,100%{transform:translateY(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {
  0%{transform:translateY(30px);opacity: 0;}
  70%,100%{transform:translateY(0px);opacity: 0.5;}
}
@keyframes animate-arrow-3 {
  0%{transform:translateY(10px);opacity: 0;}
  70%,100%{transform:translateY(0px);opacity: 0.3;}
}

.preloader{
  background-color: #e0e0e000;
  display: block;
  /*display: none;*/
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.loadText{
    width: fit-content;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 100px);
     text-align: center; 
    line-height: 30px;
    color: white;
    font-size: 20px;
    font-family: arial;
    /*border: 1px solid;*/
    /*left: calc(50% - 130px);*/
}

#settings{
    display: block;
    position: absolute;
    z-index: 1000;
    bottom: 3%;
    right: -400px;
    transition: .3s;
}

#legends{
  z-index: 5;
  width: 120px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #00000075;
  border-radius: 5px;
}

.icon{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: -60px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-trigger{
  position: relative;
  height: 40%;
  width: 100px;
  z-index: 1;
}

.menu-container{
  position: absolute;
  height: 100%;
  width: 300px;
  z-index: 11;
  left: 0px;
  transition: 0.25s;
  overflow-y: scroll;
  padding-right: 10px;
  top: 0px;
  box-sizing: border-box;
  scrollbar-width: none;
  scrollbar-color: auto;
}

.menu-container > div:nth-child(1){
    width: 285px;
    height: 100%;
    position: fixed;
    background-color: #333333;
}

.menus{
  width: 285px;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  box-sizing: border-box;
}

.menu-container .mCSB_inside>.mCSB_container{
 margin-right: 0px !important;
}

.menus > div{
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.plate-preview{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  filter: brightness(0.5);
  top: calc(115% - 200px);
}

.plate-title{
  position: absolute;
  z-index: 10;
  width: 270px;
  height: inherit;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.plate-title > div{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 10px;
}

.plate-title > div > div{
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menus > div:hover > .plate-preview {
  transform: scale(1.25);
  filter: brightness(0.9);
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f100;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff73;
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff99;
}

.btn-floor{
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 10;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  pointer-events: none;
}

.btn-floor > div{
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  opacity: 0.5;
  pointer-events: all;
}

.btn-floor > div:nth-child(1){
  float: left;
  margin-left: 10px;
}

.btn-floor > div:nth-child(2){
  float: right;
  margin-right: 10px;
}

.btn-floor-hover:hover{
  transform: scale(1.1, 1.1);
  opacity: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.btn-floor > div:nth-child(1) .tooltiptext {
  left: 110%;
}

.btn-floor > div:nth-child(2) .tooltiptext {
  right: 110%;
}

.tooltip .tooltiptext{
  visibility: hidden;
  width: 150px;
  background-color: #000000cf;;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: arial;
  font-size: 15px;
}

.btn-floor > div:nth-child(1) .tooltiptext::after {
  right: 100%;
  border-color: transparent black transparent transparent;
}

.btn-floor > div:nth-child(2) .tooltiptext::after {
  left: 100%;
  border-color: transparent transparent transparent black;
}

.tooltip .tooltiptext::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
}


.btn-floor > div:nth-child(1):hover .tooltiptext{
  visibility: visible;
}

.btn-floor > div:nth-child(2):hover .tooltiptext {
  visibility: visible;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@font-face {

}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}

.thumb-info{
  width: auto;
  height: auto;
  position: relative;
  top: -75%;
  opacity: 0;
  transition: 0.25s;
}

.thumb-info > div:nth-child(1){
    width: max-content;
    min-width: 100px;
    height: 32px;
    background-color: #000000cf;
    border-radius: 10px;
    color: white;
    font-family: arial;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.thumb-info > div:nth-child(2){
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000cf;
  margin: 0 auto;
}

a-scene{
  position: absolute !important;
  top: 0 !important;
}

.video-container,
.image-gallery-container{
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000cf;
  display: none;
}

.video-container > div,
.image-gallery-container > div:nth-child(1){
  width: 90%;
  height: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-container > div > video{
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.image-gallery-container > div > div{
  position: absolute;
  pointer-events: all;
}

.image-gallery-container{
  /*display: block;*/
}

.images-container{
  width: 100%;
  height: 100%;
}

.image-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
      /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-gallery-container > div:nth-child(1){
  max-width: 700px;
}

.x-btn-container{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: gray;
  top: calc(0% + 15px);
  left: calc(100% - 56px);
}

.x-btn-container > div{
  width: 100%;
  height: 100%;  
  background-size: 100% 100%;
  transition: 0.25s;
}

.x-btn-container > div:hover{
  transform: scale(1.1);
}

.center{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load-bar-container{
  width: 95%;
  height: 30px;
  background-color: #e0e0e0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1px;
  max-width: 300px;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}

.load-bar{
  height: 100%;
  width: 0%;
  background-color: #1f61b0;
  border-radius: 5px;
  box-shadow: 12px 12px 16px 0 rgba(255, 255, 255, 0.3) inset, -8px -8px 12px 0 rgba(0, 0, 0, .25) inset;
}

.load-bar-container > div:nth-child(1){
  position: absolute;
  font-family: arial;
  color: white;
  font-weight: bold;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.load-bar-container > div:nth-child(2){
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -350%;
}

.thumbnail-hover > div{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #f00;
  position: absolute;
  top: -35%;
  left: calc(50% - 10px);
  animation: wave 1s alternate infinite linear;
}

@keyframes wave{
  from{
    top: -35%;
  }
  to{
    top: -50%;
  }
}

.load-icon{
  width: 50px;
  height: 50px;
  background-size: cover;
}

.short-load, .long-load{
  width: 100%;
  height: 100%;
  position: absolute;
}

.short-load{
  opacity: 0.25;
  background-color: #252525;
}

.long-load{
  background-color: #e0e0e0;
}

.text-panel{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  color: white;
  font-family: arial;
  font-size: 20px;
  display: none;
}

.text-panel > div{
    width: 95%;
    height: auto;
    max-width: 700px;
    background-color: #000000c9;
    border-radius: 10px;
    border: 2px solid gray;
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 0px;
}

.text-panel > div > div:nth-child(1){
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  max-height: 500px;
}

.text-panel > div > div:nth-child(2){
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

.text-panel-button{
  box-sizing: border-box;
  padding: 5px;
  width: max-content;
}

.element-holder > div{
  margin-bottom: 5px;
  margin-top: 5px;
}

.title-text{
  font-weight: bold;
  font-size: 25px;
}

.text-panel .mCSB_inside >.mCSB_container {
  margin-right: 10px !important; 
}

.text-panel #mCSB_1_scrollbar_vertical{
  left: calc(100% - 10px);
}

.text-color:hover{
  color: #CC2129;
}

.desc-text{
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

#vrbutton{
  position: absolute;
  width: 27px;
  height: 20px;
  z-index: 1;
  padding: 10px;
  background-color: #1e61ae;
  color: white;
  top: calc(100% - 50px);
  left: 10px;
  border-radius: 8px;
  font-weight: bold;
  font-family: arial;
}

.element-holder-2 > div, .element-holder-3 > div, .element-holder-4 > div{
  width: fit-content;
}

.forceDisableClick{
  pointer-events: none !important;
}