#ajaks{
	width:100%;height:100%;position:fixed;top:0px;left:0px;
	background:url('../img/GM_markeri/legenda_be.png')
}
.loader {
    text-align: center;  
    position:fixed;
    top:25%;
    width:40%;
    left:30%; 
    -webkit-transition: all 0.5s ease;                  
	-moz-transition: all 0.5s ease;                 
	-o-transition: all 0.5s ease;   
	-ms-transition: all 0.5s ease;          
	transition: all 0.5s ease; 
	
}
.loader b {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-shadow: 0px 0px 15px #91a57a;
        filter: dropshadow(color=#91a57a, offx=0, offy=0);
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background:#91a57a;
    border-radius: 50px;
    -webkit-animation: loader 1.2s infinite alternate;
    -moz-animation: loader 1.2s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
.loader span:nth-of-type(4) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}



.loader i {
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: hider 0.9s infinite alternate;
    -moz-animation: hider 0.9s infinite alternate;
}
.loader i:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader i:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes hider {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes hider {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.1;
  }
}