

.hddn{display:none;}


.loader {  z-index:999999;

  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  
  > div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
  }
  
  .bar1{
    background-color: #06b6be ;
  }
  .bar2{
    background-color: #06b6be;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }
  .bar3{
    background-color: #06b6be;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }
  .bar4{
    background-color: #06b6be;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  .bar5{
    background-color: #06b6be;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }
  .bar6{
    background-color: #06b6be;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }
}


@-webkit-keyframes delay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.05) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes delay {
  0%, 40%, 100% { 
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}





.anmsyna {
  z-index: 999999;
  width: 100%;
  height:50%; 
  position:fixed;
  background: #222831;
  left:0;
  top:0;
  

}

.anmsynb {
  z-index: 999999;
  width: 100%;
  height:50%; 
  position:fixed;
  background: #222831;
right:0;
bottom:0;
}

.cekila, .cekilb {
   transition: all 1s linear;
    height:0%; 
    opacity: .5;
}
  .cekilaXX {
    transition: all 1.5s ease-out;
    -webkit-animation-name: abma;
  animation-name: abma;
  height:0%; 
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
 

@keyframes abma { 
  from {   height:0%; 
 } 
  to {   height: 100%;
 }
} 

.cekilbXX {
    transition: all 1.5s ease-out;
    -webkit-animation-name: abmb;
  animation-name: abmb;
  height:0%; 
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
  
}
 

@keyframes abmb { 
  from {   height:0%; 
 } 
  to {   height: 100%;
 }
} 


