
/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.v3d-simple-preloader-logo {
    background-image: url('media/logo_vit_view_square.svg');
}

.v3d-simple-preloader-bar {
    background: #21264c;
    height: 3px;
    border-color: #21264c;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }


.div-block-2 {
    position: relative;
    width: 50%;
    height: 50%;
}
.preloader-screen {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    background-color: #fff;
}
.div-block {
    position: absolute;
    left: auto;
    top: auto;
    right: -50px;
    bottom: -60px;
    display: block;
    overflow: hidden;
    width: 100px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
}
.text-block {
    position: static;
    display: block;
    overflow: hidden;
    height: auto;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    font-family: sans-serif;
    color: #05AAD8;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}
.image {
    position: static;
    left: 0;
    top: 40%;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: auto;
    height: 70%;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
}
