/*space3d-scene;
3dbox-cube*/

.separator {
  margin-top: 100px;
}
/* 3D Cube */
.space3d {
  perspective: 1000px;
  width: 250px;
  height: 350px;
  text-align: center;
  display: inline-block;
}

._3dbox {
  display: inline-block;
  transition: all 0.85s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(-15deg) rotateY(15deg);
}

._3dface {
  overflow: hidden;
  position: absolute;
  border: 1px solid #888;
  background: #FFF;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.3);
  color: #333;
  line-height: 350px;
  /*opacity: 0.8;*/
}

._3dface--front {
  width: 250px;
  height: 500px;
  transform: translate3d(0, 0, 175px);
}

._3dface--back {
  width: 250px;
  height: 500px;
  transform: rotateY(180deg) translate3d(0, 0, 175px);
}

._3dface--top {
  width: 250px;
  height: 350px;
  transform: rotateX(90deg) translate3d(0, 0, 175px);
}

._3dface--bottom {
  width: 250px;
  height: 350px;
  transform: rotateX(-90deg) translate3d(0, 0, 325px);
}

._3dface--left {
  width: 350px;
  height: 500px;
  left: 50%;
  margin-left: -240px;
  transform: rotateY(-90deg) translate3d(0, 0, 55px);
  border:0px;
  /*opacity: 0;*/
}

._3dface--right {
  width: 350px;
  height: 500px;
  left: 50%;
  margin-left: -205px;
  transform: rotateY(90deg) translate3d(0, 0, 155px);
  border:0px;
}

.handrail {
  margin-top: 250px;
}

.handrail-side{
  width: 200px;
}

.handrail-front{
  width: 250px;
}

.cop{
  margin-top: 120px; 
  height:200px;
  width:30px;
}

.front_cop_right{
  right: 240px; /*right*/
  position:absolute;
  width:150px;
}

.front_cop_left{
  left: 240px; /*left*/
  position:absolute;
  width:150px;
}

.side_cop_right{
  /*right: 240px; right*/
  position:absolute;
  width:150px;
  bottom:200px;
  left:130px;
}

.side_cop_left{
  /*left: 240px; /*left*/
  position:absolute;
  width:150px; 
  bottom:200px;
  right:130px;
}

.for-overflow{
  height:140px;
  overflow-y: scroll;
}


.for-builder-label{
  font-size:35px;
}