/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
  margin: 0px;
  overflow: hidden;
}

.v3d-container {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}





.preloader-screen {
    display: block;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #ffffff;
}

.preloader-center {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    float: left;
    overflow: visible;
}

.preloader-container {
    color: #999999;
    width: 120px;
    height: 160px;
    position: absolute;
    right: -60px;
    bottom: -80px;
    display: block;
}

.preloader-image-container {
    width: 100%;
}

.preloader-image-container {
    width: 120px;
    height: 120px;
    position: relative;
}

.preloader-image {
    position: absolute;
    z-index: 7;
    display: block;
    width: 100%;
    height: 100%;
}

.preloader-filling-color {
    position: absolute;
    width: 120px;
    z-index: 6;
    display: block;
    bottom: 0px;
    height: 120px;
    background-color: #dcdcdc;
}

.preloader-color {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    color: #bc002c;
    z-index: 3434534;
}

.preloader-inner-color {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: #bc0000;
    margin-top: auto;
    height: 0%;
}

.preloader-color-boarder {
    width: 112px;
    height: 112px;
    margin: 4px;
}

.preloader-percentage {
    position: static;
    height: 40px;
    width: 120px;
    display: block;
    font-size: 26px;
    font-family: Bellefair;
    text-align: center;
    line-height: 42px;
}

.local-preloader-screen {
    left: 0px;
    right: 360px;
    top: 0px;
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    background-color: rgba(255, 255, 255, 0.64);
}


.local-preloader-container {
    color: #999999;
    width: 120px;
    height: 40px;
    position: absolute;
    right: -60px;
    bottom: -20px;
    display: block;
}


@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Regular.ttf');
    
}






.fullscreen-button {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  display: none;
  z-index: 1;
}

.fullscreen-open {
  background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
  background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
