/*ANIMATIONS*/
  .flyboarding {  
    display: block;
    position: absolute;
    width: 5%;
    height: 11%;
    left: 78.2%;
    top: 83%;
    background: url(../img/anim/jetskynew.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .flyboardboat {  
    display: block;
    position: absolute;
    width: 4%;
    height: 4%;
    left: 77.2%;
    top: 91%;
    background: url(../img/anim/flyboardsky.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .swingball {  
    display: block;
    position: absolute;
    width: 3%;
    height: 6%;
    left: 45.2%;
    top: 41.4%;
    opacity: 0.8;
    background: url(../img/anim/swingball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }
  .swingball2 {  
    display: block;
    position: absolute;
    width: 3%;
    height: 4.5%;
    left: 23.6%;
    top: 34%;
    opacity: 0.8;
    background: url(../img/anim/swingball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .swimring-man1 {  
    display: block;
    position: absolute;
    width: 1.6%;
    height: 3%;
    left: 56.2%;
    top: 42.4%;;
    background: url(../img/anim/swimring-man1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }
  .swimring-lady1 {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2%;
    left: 24.6%;
    top: 37.5%;
    background: url(../img/anim/swimring-lady1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .paddleboarding1 {  
    display: block;
    position: absolute;
    width: 3%;
    height: 5%;
    left: 73.5%;
    top: 85%;
    background: url(../img/anim/paddleboarding1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(-280%,125%) rotateX(0deg);*/
  -webkit-animation: paddleboarding1a 40s infinite linear;
  -moz-animation: paddleboarding1a 40s infinite linear;
  -o-animation: paddleboarding1a 40s infinite linear;
  -ms-animation: paddleboarding1a 40s infinite linear;
  animation: paddleboarding1a 40s infinite linear;
  
}

 @keyframes paddleboarding1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(-280%,125%) rotateY(0deg) rotateZ(0deg);
                transform: translate(-280%,125%) rotateY(0deg) rotateZ(0deg);
                }
    
}

.bananaride {  
    display: block;
    position: absolute;
    width: 6.5%;
    height: 8.2%;
    left: 32%;
    top: 87%;
    background: url(../img/anim/bananaride.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateZ(-20deg);*/
  -webkit-animation: bananaride1a 10s infinite linear;
  -moz-animation: bananaride1a 10s infinite linear;
  -o-animation: bananaride1a 10s infinite linear;
  -ms-animation: bananaride1a 10s infinite linear;
  animation: bananaride1a 10s infinite linear;
  
}

 @keyframes bananaride1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(-20deg);
                transform: translate(0%) rotateY(0deg) rotateZ(-20deg);
                }    

    100%
    {
        
-webkit-transform: translate(205%,105%) rotateY(10deg) rotateZ(-20deg);
                transform: translate(205%,105%) rotateY(10deg) rotateZ(-20deg);
                }       
} 

.swimming-man1 {
    display: block;
    position: absolute;
    width: 4%;
    height: 4.6%;
    left: 86%;
    top: 68.65%;
    background: url(../img/anim/swimmingman2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    opacity: 0.7;
    transform: rotateX(45deg);
    -webkit-animation: swimmer1b 18s infinite linear;
    -moz-animation: swimmer1b 18s infinite linear;
    -o-animation: swimmer1b 18s infinite linear;
    -ms-animation: swimmer1b 18s infinite linear;
    animation: swimmer1b 18s infinite linear;
}
@keyframes swimmer1b {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(-80%, 40%) rotateY(0deg) rotateZ(40deg);
    transform: translate(-80%, 40%) rotateY(0deg) rotateZ(40deg)
  }

}


.kayaking {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 4.2%;
    left: 88%;
    top: 64%;
    background: url(../img/anim/kayaking.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateY(180deg);*/
  -webkit-animation: kayaking1a 50s infinite linear;
  -moz-animation: kayaking1a 50s infinite linear;
  -o-animation: kayaking1a 50s infinite linear;
  -ms-animation: kayaking1a 50s infinite linear;
  animation: kayaking1a 50s infinite linear;  
}

@keyframes kayaking1a {
  0% {
    -webkit-transform: translate(0%) rotateY(180deg) rotateZ(0deg);
    transform: translate(0%) rotateY(180deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(360%,190%) rotateY(180deg) rotateZ(0deg);
    transform: translate(360%,190%) rotateY(180deg) rotateZ(0deg)
  }

}

.kayaking2 {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 4.2%;
    left: 49%;
    top: 90%;
    background: url(../img/anim/boatman.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateY(180deg);*/
  -webkit-animation: kayaking2a 50s infinite linear;
  -moz-animation: kayaking2a 50s infinite linear;
  -o-animation: kayaking2a 50s infinite linear;
  -ms-animation: kayaking2a 50s infinite linear;
  animation: kayaking2a 50s infinite linear;  
}

@keyframes kayaking2a {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(360%,190%) rotateY(0deg) rotateZ(0deg);
    transform: translate(360%,190%) rotateY(0deg) rotateZ(0deg)
  }

}

.jetskyman {  
    display: block;
    position: absolute;
    width: 3%;
    height: 5%;
    left: 27%;
    top: 87%;
    background: url(../img/anim/jetskyman.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
     /*transform: translate(0%,0%) rotateY(0deg);*/
  -webkit-animation: jetskyman1 12s infinite linear;
  -moz-animation: jetskyman1 12s infinite linear;
  -o-animation: jetskyman1 12s infinite linear;
  -ms-animation: jetskyman1 12s infinite linear;
  animation: jetskyman1 12s infinite linear;
  }

  @keyframes jetskyman1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(-230%,190%) rotateY(0deg) rotateZ(0deg);
                transform: translate(-230%,190%) rotateY(0deg) rotateZ(0deg);
                }        
}

.camelride {  
    display: block;
    position: absolute;
    width: 3.2%;
    height: 4%;
    left: 76.5%;
    top: 68%;
    background: url(../img/anim/camelride.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateY(0deg) rotateZ(0deg);*/
  -webkit-animation: camelride1 60s infinite linear;
  -moz-animation: camelride1 60s infinite linear;
  -o-animation: camelride1 60s infinite linear;
  -ms-animation: camelride1 60s infinite linear;
  animation: camelride1 60s infinite linear;
  
}

 @keyframes camelride1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(80%,-40%) rotateY(0deg) rotateZ(0deg);
                transform: translate(80%,-40%) rotateY(0deg) rotateZ(0deg);
                }
    
}

.arabic-couple{
    display: block;
    position: absolute;
    width: 1.3%;
    height: 3%;
    left: 78%;
    top: 79%;
    background: url(../img/anim/arabic-couple.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: arabcouple1 60s infinite linear;
  -moz-animation: arabcouple1 60s infinite linear;
  -o-animation: arabcouple1 60s infinite linear;
  -ms-animation: arabcouple1 60s infinite linear;
  animation: arabcouple1 60s infinite linear;
  }

   @keyframes arabcouple1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(2%,325%) rotateY(0deg) rotateZ(0deg);
                transform: translate(2%,325%) rotateY(0deg) rotateZ(0deg);
                }
    
}
















































.metrostation-set1 {
    display: block;
    position: absolute;
    width: 6.8%;
    height: 4.5%;
    left: 40.35%;
    top: 68%;
    background: url(../img/anim/metrostation-set1.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 6;
}
.metro1 {
    display: block;
    position: absolute;
    width: 3.2%;
    height: 2.2%;
    left: 39.95%;
    top: 69.5%;
    background: url(../img/anim/metro.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 5;
    /*transform: translate(0%,0%) rotateZ(5deg);*/
  -webkit-animation: metro1a 20s infinite linear;
  -moz-animation: metro1a 20s infinite linear;
  -o-animation: metro1a 20s infinite linear;
  -ms-animation: metro1a 20s infinite linear;
  animation: metro1a 20s infinite linear;
}

@keyframes metro1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(5deg);
                transform: translate(0%) rotateY(0deg) rotateZ(5deg);

                }

    100%
    {
        
-webkit-transform: translate(145%,-87%) rotateY(0deg) rotateZ(5deg);
                transform: translate(145%,-87%) rotateY(0deg) rotateZ(5deg);
                }
    
}


.metrostation-set2 {
    display: block;
    position: absolute;
    width: 0.7%;
    height: 1%;
    left: 53.4%;
    top: 65.35%;
    background: url(../img/anim/metrostation-set2.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 6;
}
.metro2 {
    display: block;
    position: absolute;
    width: 3.2%;
    height: 2.2%;
    left: 48.95%;
    top: 65.85%;
    background: url(../img/anim/metro.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 5;
    /*transform: translate(0%,0%) rotateZ(5deg);*/
  -webkit-animation: metro2a 20s infinite linear;
  -moz-animation: metro2a 20s infinite linear;
  -o-animation: metro2a 20s infinite linear;
  -ms-animation: metro2a 20s infinite linear;
  animation: metro2a 20s infinite linear;
}

@keyframes metro2a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(5deg);
                transform: translate(0%) rotateY(0deg) rotateZ(5deg);

                }

  40%
    {
        
-webkit-transform: translate(90%,-52%) rotateY(0deg) rotateZ(5deg);
                transform: translate(90%,-52%) rotateY(0deg) rotateZ(5deg);
                }
  41%
    {
        
-webkit-transform: translate(90%,-52%) rotateY(0deg) rotateZ(5deg);
                transform: translate(90%,-52%) rotateY(0deg) rotateZ(5deg);
                }
  100%
    {
        
-webkit-transform: translate(221%,-131%) rotateY(0deg) rotateZ(5deg);
                transform: translate(221%,-131%) rotateY(0deg) rotateZ(5deg);
                }
    
}

























.tree-layer {
    display: block;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: url(../../maps/trees.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 2;
    position: absolute;
}

/*elements*/

.buggystop1 {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 5.5%;
    left: 62.95%;
    top: 71.8%;
    background: url(../../img/anim/element/buggystop1.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .buggystop2 {  
    display: block;
    position: absolute;
    width: 2%;
    height: 6.65%;
    left: 60.5%;
    top: 52%;
    background: url(../../img/anim/element/buggystop2.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .buggystop3 {  
    display: block;
    position: absolute;
    width: 2%;
    height: 4%;
    left: 68.7%;
    top: 32%;
    background: url(../../img/anim/element/buggystop3.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .buggystop4 {  
    display: block;
    position: absolute;
    width: 2.65%;
    height: 4%;
    left: 63%;
    top: 35.6%;
    background: url(../../img/anim/element/buggystop4.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .buggystop5 {  
    display: block;
    position: absolute;
    width: 2.2%;
    height: 3.8%;
    left: 38.4%;
    top: 18.8%;
    background: url(../../img/anim/element/buggystop5.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .buggystop6 {  
    display: block;
    position: absolute;
    width: 2.2%;
    height: 3.6%;
    left: 39.7%;
    top: 11.6%;
    background: url(../../img/anim/element/buggystop6.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .buggystop7 {  
    display: block;
    position: absolute;
    width: 2%;
    height: 4.5%;
    left: 80.52%;
    top: 30.5%;
    background: url(../../img/anim/element/buggystop7.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .beehives {  
    display: block;
    position: absolute;
    width: 2.8%;
    height: 4.5%;
    left: 28%;
    top: 6%;
    background: url(../../img/anim/element/beehives.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .beehive-ico {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 4.5%;
    left: 30%;
    top: 5%;
    background: url(../../img/anim/element/beehive.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }
  .sunsetview-ico {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 4.5%;
    left: 32.5%;
    top: 27%;
    background: url(../../img/anim/element/sunsetview-ico.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }
  .organic-ico {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 4.5%;
    left: 81.5%;
    top: 37%;
    background: url(../../img/anim/element/organic-ico.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .picnic1 {  
    display: block;
    position: absolute;
    width: 2.3%;
    height: 3.2%;
    left: 84.3%;
    top: 69.3%;
    background: url(../../img/anim/element/picnic1.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .picnic2 {  
    display: block;
    position: absolute;
    width: 2.3%;
    height: 3.2%;
    left: 86.3%;
    top: 62.3%;
    background: url(../../img/anim/element/picnic2.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }  

  .pool1 {  
    display: block;
    position: absolute;
    width: 2.3%;
    height: 3.2%;
    left: 70.3%;
    top: 50.3%;
    background: url(../../img/anim/element/pool1.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  } 

  .pool2 {  
    display: block;
    position: absolute;
    width: 1.8%;
    height: 4.2%;
    left: 71.8%;
    top: 43.3%;
    background: url(../../img/anim/element/pool2.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .pool3 {  
    display: block;
    position: absolute;
    width: 1.8%;
    height: 3.2%;
    left: 36.6%;
    top: 17.3%;
    background: url(../../img/anim/element/pool3.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  } 

  .pool4 {  
    display: block;
    position: absolute;
    width: 2.3%;
    height: 3.2%;
    left: 34.3%;
    top: 13.2%;
    background: url(../../img/anim/element/pool4.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .yogainstruct {  
    display: block;
    position: absolute;
    width: 2.3%;
    height: 3.2%;
    left: 33.6%;
    top: 87.3%;
    background: url(../../img/anim/element/yogainstruct.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }


  .movieunderstars {  
    display: block;
    position: absolute;
    width: 2.2%;
    height: 4.2%;
    left: 77.6%;
    top: 41.2%;
    background: url(../../img/anim/element/moviestars.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .kidsplayground {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2%;
    left: 80%;
    top: 47.2%;
    background: url(../../img/anim/element/kidsground.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .kidsplayground2 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 1.8%;
    left: 81%;
    top: 44.2%;
    background: url(../../img/anim/element/kidsground2.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .kidsplayground3 {  
    display: block;
    position: absolute;
    width: 1.6%;
    height: 4%;
    left: 80.3%;
    top: 40.9%;
    background: url(../../img/anim/element/kidsground3.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  .soccerground {  
    display: block;
    position: absolute;
    width: 8.5%;
    height: 9.2%;
    left: 67.2%;
    top: 58%;
    background: url(../../img/anim/element/soccerground.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .padelcourts {  
    display: block;
    position: absolute;
    width: 3.8%;
    height: 6.2%;
    left: 59.7%;
    top: 64.2%;
    background: url(../../img/anim/element/padelcourts.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .camel-near-tent {  
    display: block;
    position: absolute;
    width: 1.3%;
    height: 1.9%;
    left: 61.65%;
    top: 46.8%;
    background: url(../../img/anim/element/camel.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .parrot {  
    display: block;
    position: absolute;
    width: 0.5%;
    height: 2.8%;
    left: 65.5%;
    top: 38.3%;
    background: url(../../img/anim/element/parrot.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .car-parking1 {  
    display: block;
    position: absolute;
    width: 5.5%;
    height: 9%;
    left: 54.5%;
    top: 91.9%;
    background: url(../../img/anim/element/cars-seaside.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .car-parking2 {  
    display: block;
    position: absolute;
    width: 2%;
    height: 2%;
    left: 74.4%;
    top: 32.5%;
    background: url(../../img/anim/element/cars-front.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .heritageboat-parked1 {  
    display: block;
    position: absolute;
    width: 3%;
    height: 4.5%;
    left: 57.76%;
    top: 80.3%;
    background: url(../../img/anim/element/heritageboat2.png) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .seaside-people {  
    display: block;
    position: absolute;
    width: 2.2%;
    height: 4.8%;
    left: 26.76%;
    top: 24.38%;
    background: url(../../img/anim/element/seaside-people.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .sunbathing {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 4%;
    left: 56.08%;
    top: 48.45%;
    background: url(../../img/anim/element/sunbathing.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .icecreamcart {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 3%;
    left: 76.38%;
    top: 35.45%;
    transform: rotateY(45deg);
    background: url(../../img/anim/element/icecreamcart.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .manwithpaddle {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 4%;
    left: 57.95%;
    top: 61.15%;
    background: url(../../img/anim/element/manwithpaddle.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .marriagecouple {  
    display: block;
    position: absolute;
    width: 5.2%;
    height: 4%;
    left: 56.6%;
    top: 37.8%;
    background: url(../../img/anim/element/marriage-couple.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .marriagepeople {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 3%;
    left: 58.35%;
    top: 43.15%;
    background: url(../../img/anim/element/marriagepeople.png) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .seaball1 {  
    display: block;
    position: absolute;
    width: 7.2%;
    height: 10%;
    left: 16.35%;
    top: 23.15%;
    transform: rotate(-1deg);
    background: url(../../img/anim/element/seaball2.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .seaball2 {  
    display: block;
    position: absolute;
    width: 14.2%;
    height: 19%;
    left: 41.35%;
    top: 51.15%;
    transform: rotate(5deg);
    background: url(../../img/anim/element/seaball2.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }







.helicopter1 {  
    display: block;
    position: absolute;
    width: 10%;
    height: 14%;
    left: 80%;
    top: 1%;
    background: url(../../img/anim/helicopter.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10;
     transform: translate(0%,0%) rotateX(0deg);
  -webkit-animation: helicopter1a 60s infinite linear;
  -moz-animation: helicopter1a 60s infinite linear;
  -o-animation: helicopter1a 60s infinite linear;
  -ms-animation: helicopter1a 60s infinite linear;
  animation: helicopter1a 60s infinite linear;  
}

@keyframes helicopter1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(180deg) rotateZ(0deg);
                transform: translate(0%) rotateY(180deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(-800%,215%) rotateY(180deg) rotateZ(0deg);
                transform: translate(-800%,215%) rotateY(180deg) rotateZ(0deg);
                }
    
}


.joggingboy {  
    display: block;
    position: absolute;
    width: 1.5%;
    height: 3.5%;
    left: 18.3%;
    top: 12.7%;
    background: url(../../img/anim/joggingboy.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: jogging1 40s infinite linear;
  -moz-animation: jogging1 40s infinite linear;
  -o-animation: jogging1 40s infinite linear;
  -ms-animation: jogging1 40s infinite linear;
  animation: jogging1 40s infinite linear;
  
}

 @keyframes jogging1{

  0%
  {
    left: 18.3%;
    top: 12.7%;
  }

  33%
  {
    left: 21.3%;
    top: 13.7%;
  }

  66%
  {
    left: 24.3%;
    top: 14.7%;
  }

  100%
  {
    left: 26.3%;
    top: 12.7%;
  }
    
}

.jogginggirl {  
    display: block;
    position: absolute;
    width: 1.5%;
    height: 3.5%;
    left: 16.3%;
    top: 12.7%;
    background: url(../../img/anim/jogginggirl.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: jogging2 45s infinite linear;
  -moz-animation: jogging2 45s infinite linear;
  -o-animation: jogging2 45s infinite linear;
  -ms-animation: jogging2 45s infinite linear;
  animation: jogging2 45s infinite linear;
  
}

 @keyframes jogging2{

0%
  {
    left: 16.3%;
    top: 12.7%;
  }

  33%
  {
    left: 21.3%;
    top: 13.7%;
  }

  66%
  {
    left: 24.3%;
    top: 14.7%;
  }

  100%
  {
    left: 26.3%;
    top: 12.7%;
  }
    
}

.car1 {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2.5%;
    left: 88.3%;
    top: 48.5%;
    background: url(../../img/anim/car1.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: car1a 20s infinite linear;
  -moz-animation: car1a 20s infinite linear;
  -o-animation: car1a 20s infinite linear;
  -ms-animation: car1a 20s infinite linear;
  animation: car1a 20s infinite linear;
  
}

 @keyframes car1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(425%,285%) rotateY(0deg) rotateZ(0deg);
                transform: translate(425%,285%) rotateY(0deg) rotateZ(0deg);
                }       
}



.helicopter2 {  
    display: block;
    position: absolute;
    width: 4%;
    height: 7%;
    left: 46.85%;
    top: 5%;
    background: url(../../img/anim/helicopter.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10;
     /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: helicopter2a 60s infinite linear;
  -moz-animation: helicopter2a 60s infinite linear;
  -o-animation: helicopter2a 60s infinite linear;
  -ms-animation: helicopter2a 60s infinite linear;
  animation: helicopter2a 60s infinite linear;  
}

@keyframes helicopter2a{

  0%
    {        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    5%
    {        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    15%
    {
        
-webkit-transform: translate(10%,-88%) scale(1.8);
                transform: translate(10%,-88%) scale(1.8);
                }

    20%
    {
        
-webkit-transform: translate(10%,-88%) scale(1.8);
                transform: translate(10%,-88%) scale(1.8);
                }

    100%
    {
        
-webkit-transform: translate(100%,80%) scale(1.8);
                transform: translate(100%,80%) scale(1.8);
                }
    
}


.uaeflag {  
    display: block;
    position: absolute;
    width: 3%;
    height: 3%;
    left: 64.67%;
    top: 5.8%;
    background: url(../../img/anim/flag.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }

  .aquafun-park {  
    display: block;
    position: absolute;
    width: 13%;
    height: 9.5%;
    left: 40.3%;
    top: 52.7%;
    background: url(../../img/anim/aquafunpark.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }


  
  



.windboarding1 {  
    display: block;
    position: absolute;
    width: 2.3%;
    height: 4%;
    left: 16%;
    top: 29.5%;
    background: url(../../img/anim/windboarding1.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: windboarding1a 30s infinite linear;
  -moz-animation: windboarding1a 30s infinite linear;
  -o-animation: windboarding1a 30s infinite linear;
  -ms-animation: windboarding1a 30s infinite linear;
  animation: windboarding1a 30s infinite linear;
  
}

 @keyframes windboarding1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    70%
    {
        
-webkit-transform: translate(-435%,160%) rotateY(40deg) rotateZ(0deg);
                transform: translate(-435%,160%) rotateY(40deg) rotateZ(0deg);
                }
    100%
    {
        
-webkit-transform: translate(-640%,260%) rotateY(40deg) rotateZ(0deg);
                transform: translate(-640%,260%) rotateY(40deg) rotateZ(0deg);
                }
    
}

.donutride {  
    display: block;
    position: absolute;
    width: 4.5%;
    height: 5.2%;
    left: 41%;
    top: 54%;
    background: url(../../img/anim/donutride.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(-315%,255%) rotateX(0deg);*/
  -webkit-animation: donutride1a 20s infinite linear;
  -moz-animation: donutride1a 20s infinite linear;
  -o-animation: donutride1a 20s infinite linear;
  -ms-animation: donutride1a 20s infinite linear;
  animation: donutride1a 20s infinite linear;  
}

@keyframes donutride1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(-315%,255%) rotateY(0deg) rotateZ(0deg);
                transform: translate(-315%,255%) rotateY(0deg) rotateZ(0deg);
                }        
}







.seaplane {  
    display: block;
    position: absolute;    
    width: 6%;
    height: 9%;
    left: 5%;
    top: 85%;
    background: url(../../img/anim/seaplane.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10;
     /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: seaplane1 30s infinite linear;
  -moz-animation: seaplane1 30s infinite linear;
  -o-animation: seaplane1 30s infinite linear;
  -ms-animation: seaplane1 30s infinite linear;
  animation: seaplane1 30s infinite linear;
  
}

 @keyframes seaplane1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(1570%,-325%) rotateY(0deg) rotateZ(0deg);
                transform: translate(1570%,-325%) rotateY(0deg) rotateZ(0deg);
                }
    
}

.seaplanelanding {  
    display: block;
    position: absolute;    
    width: 6%;
    height: 9%;
    left: 30%;
    top: 67%;
    background: url(../../img/anim/seaplane-landing.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10;
     /*transform: translate(0%,0%) rotateX(25deg) rotateY(0deg) rotateZ(12deg);*/
  -webkit-animation: seaplane2 15s infinite linear;
  -moz-animation: seaplane2 15s infinite linear;
  -o-animation: seaplane2 15s infinite linear;
  -ms-animation: seaplane2 15s infinite linear;
  animation: seaplane2 15s infinite linear;
  
}

 @keyframes seaplane2{

  0%
    {
        
-webkit-transform: translate(0%) rotateX(25deg) rotateY(0deg) rotateZ(12deg);
                transform: translate(0%) rotateX(25deg) rotateY(0deg) rotateZ(12deg);

                }
    50%
    {
        
-webkit-transform: translate(140%,5%) rotateX(25deg) rotateY(0deg) rotateZ(0deg);
                transform: translate(140%,5%) rotateX(25deg) rotateY(0deg) rotateZ(0deg);
                }
    100%
    {
        
-webkit-transform: translate(245%,35%) rotateX(25deg) rotateY(-25deg) rotateZ(0deg);
                transform: translate(245%,35%) rotateX(25deg) rotateY(-25deg) rotateZ(0deg);
                }
    
}


.heritageboat {  
    display: block;
    position: absolute;    
    width: 3.5%;
    height: 7%;
    left: 0%;
    top: 55%;
    background: url(../../img/anim/heritageboat.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
     /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: heritageboat1 60s infinite linear;
  -moz-animation: heritageboat1 60s infinite linear;
  -o-animation: heritageboat1 60s infinite linear;
  -ms-animation: heritageboat1 60s infinite linear;
  animation: heritageboat1 60s infinite linear;
  
}

 @keyframes heritageboat1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    100%
    {
        
-webkit-transform: translate(300%,600%) rotateY(0deg) rotateZ(0deg);
                transform: translate(300%,600%) rotateY(0deg) rotateZ(0deg);
                }
    
}

.diving {  
    display: block;
    position: absolute;
    width: 5%;
    height: 5%;
    left: 53%;
    top: 76%;
    opacity: 0.5;
    background: url(../../img/anim/diving.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: diving1 60s infinite linear;
  -moz-animation: diving1 60s infinite linear;
  -o-animation: diving1 60s infinite linear;
  -ms-animation: diving1 60s infinite linear;
  animation: diving1 60s infinite linear;
  
}

 @keyframes diving1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(20deg);
                transform: translate(0%) rotateY(0deg) rotateZ(20deg);

                }

    100%
    {
        
-webkit-transform: translate(-80%,-140%) rotateY(0deg) rotateZ(20deg);
                transform: translate(-80%,-140%) rotateY(0deg) rotateZ(20deg);
                }
    
}

.divinglady {  
    display: block;
    position: absolute;
    width: 3%;
    height: 4%;
    left: 53.4%;
    top: 80%;
    opacity: 0.5;
    background: url(../../img/anim/divinglady.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: diving1 60s infinite linear;
  -moz-animation: diving1 60s infinite linear;
  -o-animation: diving1 60s infinite linear;
  -ms-animation: diving1 60s infinite linear;
  animation: diving1 60s infinite linear;
  
}


.falcon {  
    display: block;
    position: absolute;
    width: 2.8%;
    height: 3%;
    left: 45%;
    top: 19%;
    background: url(../../img/anim/falcon2arb.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 8;
  /*transform: translate(0%,0%) rotateY(-180deg);*/
 /* -webkit-animation: falcon1 60s infinite linear;
  -moz-animation: falcon1 60s infinite linear;
  -o-animation: falcon1 60s infinite linear;
  -ms-animation: falcon1 60s infinite linear;
  animation: falcon1 60s infinite linear;*/
  
}

 @keyframes falcon1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(-180deg) rotateZ(0deg);
                transform: translate(0%) rotateY(-180deg) rotateZ(0deg);

                }

    75%
    {
        
-webkit-transform: translate(1375%,400%) rotateY(-180deg) rotateZ(0deg);
                transform: translate(1375%,400%) rotateY(-180deg) rotateZ(0deg);
                }
    100%
    {
        
-webkit-transform: translate(2400%,550%) rotateY(-180deg) rotateZ(0deg);
                transform: translate(2400%,550%) rotateY(-180deg) rotateZ(0deg);
                }
    
}

.fountain1 {  
    display: block;
    position: absolute;
    width: 0.5%;
    height: 1.5%;
    left: 46.4%;
    top: 22.3%;
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  .fountain2 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 47.2%;
    top: 22.1%;
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  .fountain3 {  
    display: block;
    position: absolute;
    width: 0.5%;
    height: 1.5%;
    left: 58.8%;
    top: 31.4%;
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  .fountain4 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 59.8%;
    top: 31.4%;
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  .fountain5 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 60.65%;
    top: 36.15%;
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fountain-back1 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 63.2%;
    top: 15.2%;
    background: url(../../img/anim/fountain2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fountain-back2 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 62.1%;
    top: 14.3%;
    background: url(../../img/anim/fountain2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fountain-back3 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 63.5%;
    top: 15.5%;
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fountain-back4 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 61.6%;
    top: 13.7%;
    transform: rotateY(180deg);
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fountain-back5 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 64.25%;
    top: 15.2%;
    transform: rotateY(180deg);
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fountain-back6 {  
    display: block;
    position: absolute;
    width: 0.8%;
    height: 2%;
    left: 65.1%;
    top: 16.2%;
    transform: rotateY(170deg);
    background: url(../../img/anim/fountain.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

.fire {  
    display: block;
    position: absolute;
    width: 2.2%;
    height: 4%;
    left: 79%;
    top: 49.8%;
    background: url(../../img/anim/fire.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
  }


  .cricket {  
    display: block;
    position: absolute;
    width: 7%;
    height: 7%;
    left: 22.2%;
    top: 9%;
    background: url(../../img/anim/cricket.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .football {  
    display: block;
    position: absolute;
    width: 10%;
    height: 12%;
    left: 66.4%;
    top: 57%;
    background: url(../../img/anim/football.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .fifafootball {  
    display: block;
    position: absolute;
    width: 5%;
    height: 7%;
    left: 78.9%;
    top: 23.4%;
    background: url(../../img/anim/football2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .volleyball {  
    display: block;
    position: absolute;
    width: 5%;
    height: 5%;
    left: 48.8%;
    top: 37%;
    background: url(../../img/anim/volleyball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .padeltenniss {  
    display: block;
    position: absolute;
    width: 3%;
    height: 4.5%;
    left: 73.3%;
    top: 45.3%;
    background: url(../../img/anim/padel-tennis.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .badminton {  
    display: block;
    position: absolute;
    width: 1.5%;
    height: 2.8%;
    left: 84.5%;
    top: 32%;
    background: url(../../img/anim/badminton.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .cameraman {  
    display: block;
    position: absolute;
    width: 1.9%;
    height: 4%;
    left: 31.2%;
    top: 26.8%;
    background: url(../../img/anim/cameraman.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }

  .arab-falcon {  
    display: block;
    position: absolute;
    width: 0.9%;
    height: 3%;
    left: 48.2%;
    top: 22.8%;
    background: url(../../img/anim/element/arab-falcon.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  

  .peacock {  
    display: block;
    position: absolute;
    width: 2%;
    height: 3%;
    left: 82.8%;
    top: 46.8%;
    background: url(../../img/anim/peacock.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }
  .turtle {  
    display: block;
    position: absolute;
    width: 1.6%;
    height: 4%;
    left: 47.2%;
    top: 71%;
    opacity: 0.5;
    background: url(../../img/anim/turtle.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
   /* transform: translate(300%,-200%) rotateZ(-25deg);*/
  -webkit-animation: turtle1 80s infinite linear;
  -moz-animation: turtle1 80s infinite linear;
  -o-animation: turtle1 80s infinite linear;
  -ms-animation: turtle1 80s infinite linear;
  animation: turtle1 80s infinite linear;
  
}

 @keyframes turtle1{

  0%
  {
    -webkit-transform: translate(0%) rotate(70deg);
    transform: translate(0%) rotate(70deg);

  }


  100%
  {
    -webkit-transform: translate(300%,-200%) rotate(70deg);
    transform: translate(300%,-200%) rotate(70deg);
  }
    
}

  .yoga1 {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 3%;
    left: 33.2%;
    top: 84%;
    background: url(../../img/anim/yoga1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 1;
  }

  .yoga2 {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 3%;
    left: 33.8%;
    top: 85.5%;
    background: url(../../img/anim/yoga2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 2;
  }  

  




.cycling1 {  
    display: block;
    position: absolute;
    width: 2.5%;
    height: 4%;
    left: 33%;
    top: 89.85%;
    background: url(../../img/anim/cycle1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateZ(7deg);*/
  -webkit-animation: cycling1a 15s infinite linear;
  -moz-animation: cycling1a 15s infinite linear;
  -o-animation: cycling1a 15s infinite linear;
  -ms-animation: cycling1a 15s infinite linear;
  animation: cycling1a 15s infinite linear;
  
}

 @keyframes cycling1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(7deg);
                transform: translate(0%) rotateY(0deg) rotateZ(7deg);

                }

    15%
    {
        
-webkit-transform: translate(140%,30%) rotateY(0deg) rotateZ(7deg);
                transform: translate(140%,30%) rotateY(0deg) rotateZ(7deg);
                }
    60%
    {
        
-webkit-transform: translate(579%,23%) rotateY(0deg) rotateZ(-11deg);
                transform: translate(579%,23%) rotateY(0deg) rotateZ(-11deg);
                }

    80%
    {
        
-webkit-transform: translate(815%,-40%) rotateY(0deg) rotateZ(-17deg);
                transform: translate(815%,-40%) rotateY(0deg) rotateZ(-17deg);
                }

    100%
    {
        
-webkit-transform: translate(1010%,-140%) rotateY(0deg) rotateZ(-33deg);
                transform: translate(1010%,-140%) rotateY(0deg) rotateZ(-33deg);
                }
    
}

.cycling2 {  
    display: block;
    position: absolute;
    width: 1.5%;
    height: 3%;
    left: 7%;
    top: 12%;
    background: url(../../img/anim/cycle1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 1;
    /*transform: translate(0%,0%) rotateZ(-14deg);*/
  -webkit-animation: cycling2a 15s infinite linear;
  -moz-animation: cycling2a 15s infinite linear;
  -o-animation: cycling2a 15s infinite linear;
  -ms-animation: cycling2a 15s infinite linear;
  animation: cycling2a 15s infinite linear;
  
}

 @keyframes cycling2a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(-14deg);
                transform: translate(0%) rotateY(0deg) rotateZ(-14deg);

                }

    100%
    {
        
-webkit-transform: translate(1345%,-278%) rotateY(0deg) rotateZ(-14deg);
                transform: translate(1345%,-278%) rotateY(0deg) rotateZ(-14deg);
                }    
    
}




.swimming-man2 {
    display: block;
    position: absolute;
    width: 3%;
    height: 4.6%;
    left: 53.5%;
    top: 60.55%;
    background: url(../../img/anim/swimmingman2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    opacity: 0.7;
    -webkit-animation: swimmer1a 20s infinite linear;
    -moz-animation: swimmer1a 20s infinite linear;
    -o-animation: swimmer1a 20s infinite linear;
    -ms-animation: swimmer1a 20s infinite linear;
    animation: swimmer1a 20s infinite linear;
}

@keyframes swimmer1a {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(-180%, 10%) rotateY(0deg) rotateZ(40deg);
    transform: translate(-180%, 10%) rotateY(0deg) rotateZ(40deg)
  }

}

.swimming-boy1 {
    display: block;
    position: absolute;
    width: 2%;
    height: 2%;
    left: 16.8%;
    top: 26.85%;
    background: url(../../img/anim/boyswimming.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    opacity: 0.6;  
}

.paddleman3 {
    display: block;
    position: absolute;
    width: 1.7%;
    height: 4%;
    left: 57.5%;
    top: 57.55%;
    background: url(../../img/anim/element/paddleman3.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;  
}





/*.aqualayer {
    display: block;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: url(../../maps/aqualayer.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    list-style: none;
    position: absolute;
}*/

/*.dolphin {  
    display: block;
    position: absolute;
    width: 5%;
    height: 5%;
    left: 8%;
    top: 90%;
    background: url(../../img/anim/dolphin.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 3;
  }*/

/*.jogging {  
    display: block;
    position: absolute;
    width: 1%;
    height: 3%;
    left: 31%;
    top: 65%;
    background: url(../../img/anim/jogg2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 20;
  -webkit-animation: jogging1 80s infinite linear;
  -moz-animation: jogging1 80s infinite linear;
  -o-animation: jogging1 80s infinite linear;
  -ms-animation: jogging1 80s infinite linear;
  animation: jogging1 80s infinite linear; 
  }

  @keyframes jogging1{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
                transform: translate(0%) rotateY(0deg) rotateZ(0deg);

                }

    50%
    {
        
-webkit-transform: translate(-825%,-35%) rotateY(0deg) rotateZ(0deg);
                transform: translate(-825%,-35%) rotateY(0deg) rotateZ(0deg);
                } 

    100%
    {
        
-webkit-transform: translate(-1215%,-35%) rotateY(0deg) rotateZ(0deg);
                transform: translate(-1215%,-35%) rotateY(0deg) rotateZ(0deg);
                } 
    
}




  

.flyboard1
{
    display: block;
    position: absolute;
    width: 3.2%;
    height: 7%;
    left: 66%;
    top: 80%;
  background: url(../../img/anim/flyboard1.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-animation: flyboard-anim 10s infinite linear;
  -moz-animation: flyboard-anim 10s infinite linear;
  -o-animation: flyboard-anim 10s infinite linear;
  -ms-animation: flyboard-anim 10s infinite linear;
  animation: flyboard-anim 10s infinite linear;
  z-index: 1;
  
}


@keyframes flyboard-anim {
  
  0%{
        -webkit-transform: translate(0%,0%) rotateY(0deg);
                transform: translate(0%,0%) rotateY(0deg);
    }
  
  50%{
-webkit-transform: translate(0%,-5%) rotateY(0deg);
                transform: translate(0%,-5%) rotateY(0deg);
        
    }
  
 
  
  100%{
        -webkit-transform: translate(0%,0%) rotateY(0deg);
                transform: translate(0%,0%) rotateY(0deg);
    }
}*/
