/* ELEMENTS */
rs-layer i {
    animation: float-down 1s ease-in-out infinite;
}
.button-custom .button:hover, .wpcf7 input[type="submit"]:hover,
.column_icon_box_2 a:hover .mfn-icon-box-left .icon-wrapper > * {
    animation: wobble-vertical .5s ease-in-out 1;
}
.column_icon_box_2, .column_icon_box_2 * {
    overflow: visible !important;
}

/* ANIMATIONS */
@keyframes float-down {
    0%   {transform: translateY(0px);}
    50% {transform: translateY(5px);}
    100% {transform: translateY(0px);}
}
@keyframes wobble-vertical {
    0% {transform: translatey(0px);}
    40% {transform: translatey(3px);}
    100% {transform: translatey(0);}
}
/*@keyframes move-bg {
    from {left: -20%;}
    to {left: 40%;}
}
@keyframes zoom-bg {
    0% {background-size: 100%;}
    40% {background-size: 110%;}
    100% {background-size: 100%;}
}*/

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      /*0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,*/
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      /*0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,*/
      0px -10px 100px #7B96B8;}
}