/*----------------- GOING1 -----------------*/
@keyframes GOING1 {
   0% {
  	top: 28%;
  }
   50% {
  	top: 27%;
  }
   51% {
  	top: 27%;
  }
   100% {
  	top: 28%;
  }
}

@-moz-keyframes GOING1 {
   0% {
    top: 28%;
  }
   50% {
    top: 27%;
  }
   51% {
    top: 27%;
  }
   100% {
    top: 28%;
  }
}

@-webkit-keyframes GOING1 {
   0% {
    top: 28%;
  }
   50% {
    top: 27%;
  }
   51% {
    top: 27%;
  }
   100% {
    top: 28%;
  }
}

@-o-keyframes GOING1 {
   0% {
    top: 28%;
  }
   50% {
    top: 27%;
  }
   51% {
    top: 27%;
  }
   100% {
    top: 28%;
  }
}


/*----------------- GOING2 -----------------*/
@keyframes GOING2 {
  0% {
    top: 15.5%;
  }
   50% {
    top: 17%;
  }
   51% {
    top: 17%;
  }
   100% {
    top: 15.5%;
  }
}

@-moz-keyframes GOING2 {
  0% {
    top: 15.5%;
  }
   50% {
    top: 17%;
  }
   51% {
    top: 17%;
  }
   100% {
    top: 15.5%;
  }
}

@-webkit-keyframes GOING2 {
  0% {
    top: 15.5%;
  }
   50% {
    top: 17%;
  }
   51% {
    top: 17%;
  }
   100% {
    top: 15.5%;
  }
}

@-o-keyframes GOING2 {
  0% {
    top: 15.5%;
  }
   50% {
    top: 17%;
  }
   51% {
    top: 17%;
  }
   100% {
    top: 15.5%;
  }
}



/*----------------- GOING3 -----------------*/
 @keyframes GOING3 {
   0% {
    top: -18%;
    right: 15%;
  }
   50% {
    top: -17%;
    right: 14.5%;
  }
   51% {
    top: -17%;
    right: 14.5%;
  }
   100% {
    top: -18%;
    right: 15%;
  }
}

@-moz-keyframes GOING3 {
  0% {
    top: -18%;
    right: 15%;
  }
   50% {
    top: -17%;
    right: 14.5%;
  }
   51% {
    top: -17%;
    right: 14.5%;
  }
   100% {
    top: -18%;
    right: 15%;
  }
}

@-webkit-keyframes GOING3 {
  0% {
    top: -18%;
    right: 15%;
  }
   50% {
    top: -17%;
    right: 14.5%;
  }
   51% {
    top: -17%;
    right: 14.5%;
  }
   100% {
    top: -18%;
    right: 15%;
  }
}

@-o-keyframes GOING3 {
  0% {
    top: -18%;
    right: 15%;
  }
   50% {
    top: -17%;
    right: 14.5%;
  }
   51% {
    top: -17%;
    right: 14.5%;
  }
   100% {
    top: -18%;
    right: 15%;
  }
}





@media screen and (max-width:1200px) {

/*----------------- GOING3 -----------------*/
 @keyframes GOING3 {
   0% {
    top: -18%;
    right: 5%;
  }
   50% {
    top: -17%;
    right: 4.5%;
  }
   51% {
    top: -17%;
    right: 4.5%;
  }
   100% {
    top: -18%;
    right: 5%;
  }
}

@-moz-keyframes GOING3 {
  0% {
    top: -18%;
    right: 5%;
  }
   50% {
    top: -17%;
    right: 4.5%;
  }
   51% {
    top: -17%;
    right: 4.5%;
  }
   100% {
    top: -18%;
    right: 5%;
  }
}

@-webkit-keyframes GOING3 {
  0% {
    top: -18%;
    right: 5%;
  }
   50% {
    top: -17%;
    right: 4.5%;
  }
   51% {
    top: -17%;
    right: 4.5%;
  }
   100% {
    top: -18%;
    right: 5%;
  }
}

@-o-keyframes GOING3 {
  0% {
    top: -18%;
    right: 5%;
  }
   50% {
    top: -17%;
    right: 4.5%;
  }
   51% {
    top: -17%;
    right: 4.5%;
  }
   100% {
    top: -18%;
    right: 5%;
  }
}

}


@media screen and (max-width:768px) {



}




@media screen and (max-width:639px) {



}



@media screen and (max-width:374px) {
} 





/*----------------- discolorA -----------------*/
@-webkit-keyframes discolorA {
    0%, 
    50% {
        color: #fff;
    }
    51%,
    100% {
        color: #faeb3a;
    }
}

@-moz-keyframes discolorA {
    0%,
    50% {
        color: #fff;
    }
    51%,
    100% {
        color: #faeb3a;
    }
}

@-o-keyframes discolorA {
    0%,
    50% {
        color: #fff;
    }
    51%,
    100% {
        color: #faeb3a;
    }
}

@keyframes discolorA {
    0%,
    50% {
        color: #fff;
    }
    51%,
    100% {
        color: #faeb3a;
    }
}









.bounce{ 
  -ms-animation: bounce 2s 2s infinite;
  -moz-animation: bounce 2s 2s infinite;
  -webkit-animation: bounce 2s 2s infinite;
  animation: bounce 2s 2s infinite;
  animation-delay: 3s;
  }

.tada{ 
  -ms-animation: tada 2s 1s infinite;
  -moz-animation: tada 2s 1s infinite;
  -webkit-animation: tada 2s 1s infinite;
  animation: tada 2s 1s infinite;
  animation-delay: 2s;
  }

/*.slideInUp{ 
  -ms-animation: slideInUp 2s 1s infinite;
  -moz-animation: slideInUp 2s 1s infinite;
  -webkit-animation: slideInUp 2s 1s infinite;
  animation: slideInUp 3s 5s infinite;
  animation-delay: 5s;
  }

.fadeInDown{ 
  -ms-animation: fadeInDown 2s 1s infinite;
  -moz-animation: fadeInDown 2s 1s infinite;
  -webkit-animation: fadeInDown 2s 1s infinite;
  animation: fadeInDown 3s 5s infinite;
  animation-delay: 6s;
  }*/

.pulse{ 
  -ms-animation: pulse 2s 1s infinite;
  -moz-animation: pulse 2s 1s infinite;
  -webkit-animation: pulse 2s 1s infinite;
  animation: pulse 2s 1s infinite;
  animation-delay: 3s;
  }

