

/*****************************
Loader
*****************************/

.loading-container {
  position:fixed;
  background-color:#ffffff;
  z-index:9;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
  cursor: none;
}

.loading {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  margin:auto;

}

.loading div {
  width: 200px;
  height: 200px;
  position: absolute;
}

.l1 div, .l2 div, .l3 div, .l4 div {
  width: 100%;
  height: 100%;
}

.l1 div{ background-image: url(../img/fjona1.png);
background-repeat: no-repeat;}



.l1 { animation: l1-rise 3s ease 0s infinite; }


.l1 div, .l4 div { animation: rot1 3s ease 0s infinite; }



//KONFIGURIMI I LOGOS NE PRELOADER
