/*ANIMATIONS*/

.wavepool {
  display: block;
  position: absolute;
  width: 8%;
  height: 12%;
  left: 18.7%;
  top: 40.6%;
  opacity: 0.3;
  background: url(../img/anim/wavepool3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
  mix-blend-mode: overlay;  
}
.wavepoolfountain {
  display: block;
  position: absolute;
  width: 7.5%;
  height: 11%;
  left: 18.5%;
  top: 40.5%;
  opacity: 0.5;
  background: url(../img/anim/fountain3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;  
}

.bartender {
  display: block;
  position: absolute;
  width: 1.2%;
  height: 2.8%;
  left: 78%;
  top: 67%;  
  background: url(../img/anim/bartender3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;  
}

.clown3 {
  display: block;
  position: absolute;
  width: 2%;
  height: 3%;
  left: 64.2%;
  top: 35.5%;  
  background: url(../img/anim/clown2.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;  
}

.kidsplay {
  display: block;
  position: absolute;
  width: 1.2%;
  height: 2.8%;
  left: 64.7%;
  top: 37.58%;  
  background: url(../img/anim/kidsplay3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;  
}

.livedj {
  display: block;
  position: absolute;
  width: 1%;
  height: 2.8%;
  left: 78%;
  top: 56%;  
  background: url(../img/anim/livedj3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;  
}

.poolswim {
  display: block;
  position: absolute;
  width: 1.2%;
  height: 1.8%;
  left: 69%;
  top: 43%;
  background: url(../img/anim/poolswim3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;  
}

.turtle1 {
  display: block;
  position: absolute;
  width: 1.4%;
  height: 2.3%;
  left: 68.8%;
  top: 93.2%;
  opacity: 0.5;
  background: url(../img/anim/turtle1.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);
  }
}

.turtle2 {
  display: block;
  position: absolute;
  width: 1.3%;
  height: 2.5%;
  left: 69.8%;
  top: 86.2%;
  opacity: 0.8;
  background: url(../img/anim/turtle1.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
/*   transform: translate(0%,0%) rotateZ(25deg);*/
  -webkit-animation: turtle2 40s infinite linear;
  -moz-animation: turtle2 40s infinite linear;
  -o-animation: turtle2 40s infinite linear;
  -ms-animation: turtle2 40s infinite linear;
  animation: turtle2 40s infinite linear;
}

@keyframes turtle2 {
  0% {
    -webkit-transform: translate(0%) rotate(-15deg);
    transform: translate(0%) rotate(-15deg);
  }

  90% {
    -webkit-transform: translate(100%, -190%) rotate(-15deg);
    transform: translate(100%, -190%) rotate(-15deg);
  }

  100% {
    -webkit-transform: translate(100%, -190%) rotate(-90deg);
    transform: translate(100%, -190%) rotate(-90deg);
  }
}

.volleyball {
  display: block;
  position: absolute;
  width: 5%;
  height: 5%;
  left: 79%;
  top: 52%;
  background: url(../img/anim/volleyball.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
  transform: rotateZ(5deg) rotateX(7deg) rotateY(195deg);
}

.swimming-man1 {
  display: block;
  position: absolute;
  width: 0.8%;
  height: 1.2%;
  left: 58.3%;
  top: 66.6%;  
  background: url(../img/anim/swimming-man1.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}
.rollerblading-steward{
  display: block;
  position: absolute;
  width: 1%;
  height: 2.3%;
  left: 72.5%;
  top: 39%;
  background: url(../img/anim/steward3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
/*  transform: translate(0%,0%) rotateZ(0deg);*/
  -webkit-animation: steward 5s infinite linear;
  -moz-animation: steward 5s infinite linear;
  -o-animation: steward 5s infinite linear;
  -ms-animation: steward 5s infinite linear;
  animation: steward 5s infinite linear;
}

@keyframes steward {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translate(90%,70%) rotateY(0deg) rotateZ(0deg);
    transform: translate(90%,70%) rotateY(0deg) rotateZ(0deg);
  }
}

.build1 {
  display: block;
  position: absolute;
  width: 1.8%;
  height: 4.2%;
  left: 35.7%;
  top: 68.5%; 
  background: url(../img/anim/cab.png) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}
.tree {
  display: block;
  position: absolute;
  width: 1.9%;
  height: 4.5%;
  left: 36.7%;
  top: 70.5%; 
  background: url(../img/anim/tree.png) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 5;
}
.swimming-lady1 {
  display: block;
  position: absolute;
  width: 1%;
  height: 1.5%;
  left: 53%;
  top: 73.5%;
  background: url(../img/anim/swimming-lady1.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}
.cycle1 {
  display: block;
  position: absolute;
  width: 1.2%;
    height: 2%;
    left: 72.5%;
    top: 34%;
  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(0deg);*/
  -webkit-animation: cycle1 5s infinite linear;
  -moz-animation: cycle1 5s infinite linear;
  -o-animation: cycle1 5s infinite linear;
  -ms-animation: cycle1 5s infinite linear;
  animation: cycle1 5s infinite linear;
}

@keyframes cycle1 {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(-30deg);
    transform: translate(0%) rotateY(0deg) rotateZ(-30deg);
  }

  100% {
    -webkit-transform: translate(150%,-115%) rotateY(0deg) rotateZ(-30deg);
    transform: translate(150%,-115%) rotateY(0deg) rotateZ(-30deg);
  }
}

.peoplewalking {
  display: block;
  position: absolute;
  width: 1.8%;
  height: 3%;
  left: 56.5%;
  top: 91%;
  background: url(../img/anim/peoplewalking3.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: couple1 40s infinite linear;
  -moz-animation: couple1 40s infinite linear;
  -o-animation: couple1 40s infinite linear;
  -ms-animation: couple1 40s infinite linear;
  animation: couple1 40s infinite linear;
}

@keyframes couple1 {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translate(540%, 2%) rotateY(0deg) rotateZ(0deg);
    transform: translate(540%, 2%) rotateY(0deg) rotateZ(0deg);
  }
}

.buggy {
  display: block;
  position: absolute;
  width: 2.5%;
  height: 4%;
  left: 18.5%;
  top: 49.5%;
  background: url(../img/anim/buggy1.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: buggy 40s infinite linear;
  -moz-animation: buggy 40s infinite linear;
  -o-animation: buggy 40s infinite linear;
  -ms-animation: buggy 40s infinite linear;
  animation: buggy 40s infinite linear;
}

@keyframes buggy {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translate(700%, 500%) rotateY(0deg) rotateZ(0deg);
    transform: translate(700%, 500%) rotateY(0deg) rotateZ(0deg);
  }
}



.manwithpaddle1 {
  display: block;
  position: absolute;
  width: 1.8%;
  height: 3.4%;
  left: 89.95%;
  top: 55.15%;
  background: url(../img/anim/manwithpaddle.svg) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}

.manwithpaddle2 {
  display: block;
  position: absolute;
  width: 1.2%;
  height: 3.4%;
  left: 73.18%;
  top: 77.6%;
  background: url(../img/anim/paddleman3.svg) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}

#buggymove {
/*  transform: rotateZ(-126deg) rotateX(0deg) rotateY(-170deg);*/
 offset-path: path("M698.176,1076.882c0,0,162,112.235,200.118,136.588c38.118,24.353,404.471,247.765,416.118,255.177S1631,1649.706,1631,1649.706");
/*  animation: move 10s infinite alternate ease-in-out;*/
animation: carmoving1 30s infinite ease-in-out;

  width: 5%;
  height: 5%;
  background: url(../img/anim/buggy1.svg) no-repeat center center /contain;
  position: absolute;
  left: 14%;
  top: 45%;
}


/*@keyframes carmoving1 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}*/


/*#cycle {
  offset-path: path("M2696.529,849l182.824-131.412c0,0,9.176-5.647,16.588-2.471c7.412,3.176,20.118,8.471,20.118,8.471s4.941,1.765,13.765-5.294s61.765-46.235,61.765-46.235s7.412-9.882-0.706-14.471c-8.118-4.588-406.941-184.235-406.941-184.235l-280.588-115.412c0,0-33.882-10.588-69.882-1.059s-150.353-47.647-150.353-47.647l-156.706-77.294c0,0-20.118,0-57.176,25.412c-37.059,25.412-309.177,186.353-309.177,186.353s-81.529,40.235-90,80.471s-18,57.177-33.882,65.647c-15.882,8.471-38.118,19.059-38.118,19.059l-65.647-31.765");

animation: cycle 40s infinite linear;
  width: 3%;
  height: 3%;
  background: url(../img/anim/cycle1.gif) no-repeat center center /contain;
  position: absolute;
  left: 69%;
  top: 36%;
}

@keyframes cycle {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}*/






























.kidplay1 {
  display: block;
  position: absolute;
  width: 2%;
  height: 5%;
  left: 62.1%;
  top: 32.2%;
  background: url(../img/anim/kid_play1.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
  /* transform: rotateZ(5deg) rotateX(7deg) rotateY(195deg); */
}

.kidplay2 {
  display: block;
  position: absolute;
  width: 0.7%;
  height: 5%;
  left: 65.1%;
  top: 36.2%;
  background: url(../img/anim/kid_play2.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
  /* transform: rotateZ(5deg) rotateX(7deg) rotateY(195deg); */
}

.dj {
  display: block;
  position: absolute;
  width: 2%;
  height: 5%;
  left: 81.1%;
  top: 63.2%;
  background: url(../img/anim/dj.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
  /* transform: rotateZ(5deg) rotateX(7deg) rotateY(195deg); */
}



.flyboarding {
  display: block;
  position: absolute;
  width: 5%;
  height: 11%;
  left: 10.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: 8.2%;
  top: 92%;
  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: 61.2%;
  top: 42.2%;
  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;
}



.dolphin {
  display: block;
  position: absolute;
  width: 3%;
  height: 5%;
  left: 84%;
  top: 82%;
  background: url(../img/anim/diving_dolphin.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
  animation: dolphin1a 10s infinite linear;
}



.paddleboarding1 {
  display: block;
  position: absolute;
  width: 2.2%;
  height: 3.4%;
  left: 94.5%;
  top: 67%;
  background: url(../img/anim/paddleboarding1.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
  -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(-280%, 125%) rotateY(180deg) rotateZ(0deg);
    transform: translate(-280%, 125%) rotateY(180deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translate(100%, 300%) rotateY(180deg) rotateZ(0deg);
    transform: translate(100%, 300%) rotateY(180deg) 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);
  }
}



.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.2%;
  height: 3.2%;
  left: 0;
  top: 47.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 80s infinite linear;
  -moz-animation: jogging2 80s infinite linear;
  -o-animation: jogging2 80s infinite linear;
  -ms-animation: jogging2 80s infinite linear;
  animation: jogging2 80s infinite linear;
}

@keyframes jogging2 {
  0% {
    left: 0;
    top: 47.7%;
  }

  100% {
    left: 100%;
    top: 51.7%;
  }
}

.buggy1 {
  display: block;
  position: absolute;
  width: 2.2%;
  height: 2.2%;
  right: 22%;
  top: 80%;
  background: url(../img/anim/buggy1.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: buggy1 80s infinite linear;
  -moz-animation: buggy1 80s infinite linear;
  -o-animation: buggy1 80s infinite linear;
  -ms-animation: buggy1 80s infinite linear;
  animation: buggy1 80s infinite linear;
}

@keyframes buggy1 {
  0% {
    right: 22%;
    top: 80%;
    transform: rotate(0deg);
  }

  50% {
    right: 35%;
    top: 80%;
    transform: rotate(0deg);
  }

  60% {
    right: 35%;
    top: 75%;
    transform: rotate(45deg);
  }

  100% {
    right: 35%;
    top: 16%;
    transform: rotate(90deg);
  }
}
.palmtrees {
  display: block;
  position: absolute;
  width: 86.3%;
  height: 10.6%;
  right: 0;
  top: 47%;
  background: url(../img/anim/palmtrees.png) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}
.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: 1.9%;
  height: 2%;
  left: 63%;
  top: 29%;
  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);
  }
}

.fountains {
  display: block;
  position: absolute;
  width: 0.5%;
  height: 3.5%;
  background: url(../img/anim/fountain.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 3;
}

.fountain1 {
  left: 20.48%;
  top: 55.84%;
}

.fountain2 {
  left: 21.24%;
  top: 55.9%;
}
.fountain3 {
  left: 21.98%;
  top: 55.88%;
}
.fountain4 {
  left: 23.94%;
  top: 55.94%;
}
.fountain5 {
  left: 20.82%;
  top: 54.84%;
}
.fountain6 {
  left: 21.44%;
  top: 54.84%;
}
.fountain7 {
  left: 22.28%;
  top: 54.92%;
}
.fountain8 {
  left: 24.28%;
  top: 54.92%;
}
.fountain9 {
  left: 24.89%;
  top: 54.92%;
}
.fountain10 {
  left: 25.74%;
  top: 54.94%;
}
.fountain11 {
  left: 25.45%;
  top: 55.94%;
}

.fountain12 {
  left: 24.71%;
  top: 55.94%;
}
.fountain13 {
  left: 23.05%;
  top: 55.66%;
}
.fountain14 {
  left: 23%;
  top: 55.36%;
}
.fountain15 {
  left: 22.91%;
  top: 55.46%;
}
.fountain16 {
  left: 23.23%;
  top: 55.56%;
}

.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;
}

.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.6%;
  height: 2.4%;
  left: 66.5%;
  top: 33.9%;
  background: url(../img/anim/arab-falcon.svg) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}

.clown {
  display: block;
  position: absolute;
  width: 1%;
  height: 3%;
  left: 64.5%;
  top: 34.9%;
  background: url(../img/anim/clown.gif) 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;
}

.arabic-couple {
  display: block;
  position: absolute;
  width: 1.3%;
  height: 3%;
  left: 67%;
  top: 70%;
  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(235%, 130%) rotateY(0deg) rotateZ(0deg);
    transform: translate(235%, 130%) rotateY(0deg) rotateZ(0deg);
  }
}


.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: 0%;
  top: 48%;
  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 50s infinite linear;
  -moz-animation: cycling2a 50s infinite linear;
  -o-animation: cycling2a 50s infinite linear;
  -ms-animation: cycling2a 50s infinite linear;
  animation: cycling2a 50s infinite linear;
}

@keyframes cycling2a {
  0% {
    top: 48%;

    left: -2%;
  }

  100% {
    top: 52%;

    left: 100%;
  }
}

.swimming-man2 {
  display: block;
  position: absolute;
  width: 0.8%;
  height: 3%;
  left: 50.6%;
  top: 75.7%;
  background: url(../img/anim/swimmingman2.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
/*  transform: translate(0%,0%) rotateZ(0deg);*/
  -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(-360%, 130%) rotateY(0deg) rotateZ(0deg);
    transform: translate(-360%, 130%) rotateY(0deg) rotateZ(0deg);
  }
}

.beachswim {
  display: block;
  position: absolute;
  width: 3%;
  height: 3.2%;
  left: 80.5%;
  top: 89.5%;
  background: url(../img/anim/beachswim3.gif) center center no-repeat
    transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
  opacity: 0.7;
/*  transform: translate(0%,0%) rotateY(180deg);*/
  -webkit-animation: beachswim 20s infinite linear;
  -moz-animation: beachswim 20s infinite linear;
  -o-animation: beachswim 20s infinite linear;
  -ms-animation: beachswim 20s infinite linear;
  animation: beachswim 20s infinite linear;
}

@keyframes beachswim {
  0% {
    -webkit-transform: translate(0%) rotateY(180deg) rotateZ(0deg);
    transform: translate(0%) rotateY(180deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translate(-255%,135%) rotateY(180deg) rotateZ(0deg);
    transform: translate(-255%,135%) rotateY(180deg) rotateZ(0deg);
  }
}

.swimming-boy1 {
  display: block;
  position: absolute;
  width: 1.1%;
  height: 2%;
  left: 69.5%;
  top: 41.9%;
  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.7;
}

.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);
    }
}*/
