/* __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%;
}

.preloader_div {
	  padding-top:5%;
  text-align:center;

	width:100%;
	height:100%;
	position:fixed;
	background-image: url('image/UI/loading_bg.jpg');
	 background-color: black;
		background-repeat: no-repeat;
		background-attachment: fixed; 
		background-size: cover;
	z-index:10;
}

.percentagestyle {
	text-align: center;
  position: absolute;
    font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  top: 55%;
  left: 49%;
  	z-index: 10;
}

.ttlogo {
	margin-top:90px;
	z-index: 2;
	width: 400px;
}

.devlogo {
  margin-top: 16%;
 
  width: 60px;
   z-index: 2;
}


.labels{
  list-style-type:none;
  margin:0 auto;
  display:inline-block;
  padding: 0px;
  width: 200px;
  height: 30px;
  overflow: hidden;
}

.labels{
  list-style-type:none;
  margin:0 auto;
  display:inline-block;
  padding: 0px;
  width: 200px;
  height: 30px;
  overflow: hidden;
}

.label{
  float:left;
  height:30px;
  line-height:30px;
  padding:0px;
  font-family:Futura,Trebuchet MS,Arial,sans-serif; 
  color:white;
  font-size:14px;
  width:200px;
  position:relative;
  animation:textUp ease 6s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation:textUp ease 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation:textUp ease 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation:textUp ease 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation:textUp ease 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.loaded.loader-box,.loaded .loader,.loaded .labels{opacity:0;}
.hidden{display:none;}


.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 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');
}

.hd_button {
    background-image: url('image/UI/btn_hd.png');
	position: fixed;
    top: 125px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.logo {
	background-image: url('image/UI/elminabp_logo.png');
	position: fixed;
	left: 10px;
	top: 10px;
    width: 103px;
    height: 111px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.logo2 {
	background-image: url('image/UI/thetwinfactory.png');
	position: fixed;
  left: 44%;
  top: 20px;
	width: 250px;
    height: 54px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.logo3 {
	background-image: url('media/android-chrome-192x192.png');
	position: fixed;
  right: 20px;
  top: 20px;
	width: 81px;
    height: 81px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.housetype {
	position: fixed;
    top: 80px;
    left: 20px;
    width: 200px;
    height: 75px;
    z-index: 1;
}





.show1 {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 340px;
	background-image: url('image/UI/1.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 60px;
    height: 60px;
	 background-repeat: no-repeat;
	 display: block;
	 z-index: 1;
	
}

.showroof {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 260px;
	background-image: url('image/UI/roof_a.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 60px;
    height: 60px;
	 background-repeat: no-repeat;
	 display: block;
	 z-index: 1;
	
}

.showlw {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 180px;
	background-image: url('image/UI/leftwall_a.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 60px;
    height: 60px;
	 background-repeat: no-repeat;
	 display: block;
	 z-index: 1;
	
}

.showrw {
	float: right;
		position: absolute;
		right: 10px;
    bottom: 100px;
	background-image: url('image/UI/rightwall_a.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 60px;
    height: 60px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showall {
	float: right;
		position: absolute;
		right: 10px;
    bottom: 20px;
	background-image: url('image/UI/fa.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 60px;
    height: 60px;
	 background-repeat: no-repeat;
	 display: block;

}





.furnish {
  background-image: url('image/UI/furnish.png');
  background-size: 100% 100%;
  background-position: 100% 100%;
  width: 183px;
  height: 33px;
  margin: 0;
  padding: 0;
  display: inline-block;
 bottom: 20px;
 left: 20px;
 position : fixed;
 cursor: pointer;
}

.measurement {
  background-image: url('image/UI/measurement_x.png');
  background-size: 100% 100%;
  background-position: 100% 100%;
  width: 183px;
  height: 33px;
  margin: 0;
  padding: 0;
  display: inline-block;
 bottom: 20px;
 left: 220px;
 position : fixed;
}

.wall-left {
  background-image: url('image/UI/left_a.png');
  background-size: 100% 100%;
  background-position: 100% 100%;
  width: 153px;
  height: 33px;
  margin: 0;
  padding: 0;
  display: inline-block;
 bottom: 20px;
 left: 410px;
 position : fixed;
}

.wall-right {
  background-image: url('image/UI/right_a.png');
  background-size: 100% 100%;
  background-position: 100% 100%;
  width: 96px;
  height: 33px;
  margin: 0;
  padding: 0;
  display: inline-block;
 bottom: 20px;
 left: 570px;
 position : fixed;
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #E8DEC4;
  letter-spacing: 0.2em;
}


.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: white;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 10px;
    width: 15px;
  }
  50% {
    height: 4px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 10px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 10px;
    width: 15px;
  }
  50% {
    height: 4px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 10px;
    width: 15px;
  }
}
@keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-webkit-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-moz-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-o-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }


@media only screen and (max-width: 1000px) {
    
    
.logo {

	position: fixed;
	left: 10px;
	top: 10px;
    width: 52px;
    height: 56px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.logo2 {

	position: fixed;
  left: 33%;
  top: 20px;
	width: 125px;
    height: 27px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.logo3 {

	position: fixed;
  right: 15px;
  top: 15px;
	width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.ttlogo {
	margin-top:40px;
	z-index: 2;
	width: 280px;
}

.devlogo {
  margin-top: 43%;
 
  width: 60px;
   z-index: 2;
}

.percentagestyle {
	text-align: center;
  position: absolute;
    font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  top: 55%;
  left: 46%;
  	z-index: 10;
}

.hd_button {
	position: fixed;
    top: 65px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.housetype {
	position: fixed;
    top: 50px;
    left: 20px;
    width: 200px;
    height: 75px;
    z-index: 1;
}

.fullscreen-button {
    position: absolute;
    float: right;
    top: 5px;
    right: -15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}

.show1 {
	float: right;
		position: fixed;
		right: 5px;
    bottom: 170px;
	    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 38px;
    height: 38px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showroof {
	float: right;
		position: fixed;
		right: 5px;
    bottom: 130px;
	    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 38px;
    height: 38px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showlw {
	float: right;
		position: fixed;
		right: 5px;
    bottom: 90px;
	    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 38px;
    height: 38px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showrw {
	float: right;
		position: fixed;
		right: 5px;
    bottom: 50px;
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 38px;
    height: 38px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showall {
	float: right;
		position: fixed;
		right: 5px;
    bottom: 7px;
	    cursor: pointer;
    background-size: 100% 100%;
	background-position: 100% 100%;
	 width: 38px;
    height: 38px;
	 background-repeat: no-repeat;
	 display: block;

}





.furnish {
  background-size: 100% 100%;
  background-position: 100% 100%;
  width: 139px;
  height: 24px;
  margin: 0;
  padding: 0;
  display: inline-block;
 bottom: 20px;
 left: 20px;
 position : fixed;
 cursor: pointer;
}

.measurement {
  background-size: 100% 100%;
  background-position: 100% 100%;
  width: 139px;
  height: 24px;
  margin: 0;
  padding: 0;
  display: inline-block;
 bottom: 20px;
 left: 160px;
 position : fixed;
}


    
}