/* __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%;
}

.fullscreen-button {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 35px;
    height: 35px;
    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); }


.v3d-simple-preloader-bar {
    /*background: #484545;*/
	background-image: linear-gradient(to right, #243995, #2969B4, #612377, #9F135E, #F3003A);
	margin-top: -30px;
	border: none;
	filter: drop-shadow(0px 0px 1px #484545);
 }

 .v3d-simple-preloader-logo {
    /*background-image: url("images/logo3DART.svg");*/
	background-image: url("images/logo3DART-01.svg");
    background-size: cover;
	 width: 120px;
	 height: 120px;
	 
	 background-repeat: no-repeat;
}

.v3d-simple-preloader-background {
    /*background-image: url("PATH_TO_YOUR_IMAGE");*/
}

.preloader-screen {
	
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-color: #fff;

}
.div-block-2 {
  position: relative;
  width: 50%;
  height: 50%;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: -60px;
  bottom: -60px;
  display: block;
  overflow: hidden;
  width: 120px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}


.text-block {
    position: static;
    display: block;
    height: 40px;
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    z-index: 10;
    font-weight: bold;
	background: #243995;
	background: -webkit-linear-gradient(to right, #243995 0%, #2969B4 25%, #612377 50%, #9F135E 75%, #F3003A 100%);
	background: -moz-linear-gradient(to right, #243995 0%, #2969B4 25%, #612377 50%, #9F135E 75%, #F3003A 100%);
	background: linear-gradient(to right, #243995 0%, #2969B4 25%, #612377 50%, #9F135E 75%, #F3003A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bot {
	width: 150px;
	height: 70px;
	position: absolute;
	/*bottom: 5px;*/
	padding-top: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
 	z-index: 5;
	display: none;
}

#txt {
    font-family: Roboto;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}

#click {
    margin-top: 10px;
    background-image: url("images/button.png");
    width: 110px;
    height: 27px;
    margin-left: 20px;
    margin-right: 20px;
	 background-size: cover;
	background-repeat: no-repeat;
	align-items: center!important;
	justify-content: center!important;
	display: flex!important;
	cursor: pointer;
}
.tenbtn{
	text-align: center;
    font-style: italic;
    font-size: 14px;
	margin: 0;
}




