
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", Arial !important;
}

body {
  width: 100%;
  height: 100%
}



#wrapper_bu {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 100%;
  /*background-color: #ddd*/
}

.txt_Center { margin: 5% 0% 0% 20% }
/*.txt_Center {
    margin: 1% 0 0 20%;
    position: relative;
    z-index: 99999;
}
*/
.txt_h1 { font-size: 2em }

.holder_bu { cursor: pointer }

.holder_bu_awayL1 {
  position: absolute;
  top: 18%;
  left: 0%;
  width: 40%;
  height: 40%;
/*  background-color: rgba(0,0,50,0.7); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayL2 {
  position: absolute;
  top: 18%;
  left: 0%;
  width: 40%;
  height: 30%;
/*  background-color: rgba(0,0,50,0.5); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_center {
  position: absolute;
  z-index:999999;
  top: 5%;
  left: 20%;
  width: 60%;
  height: 90%;
/*  background-color: #37c; */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayR1 {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 40%;
  height: 40%;
/*  background-color: rgba(0,0,50,0.7);  */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayR2 {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 40%;
  height: 30%;
/*  background-color: rgba(0,0,50,0.5);  */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

#main-slider .slide3d{height:450px;}
#main-slider .last-slide {
   display:none;
}