  @import url(https://fonts.googleapis.com/css?family=Finger+Paint);
    .span_t {
      display: inline-block;
      text-shadow: 0 0 0 whitesmoke;
      -webkit-animation: smoky 5s 3s both;
      animation: smoky 5s 3s both;
    }
    .span_t:nth-child(even) { -webkit-animation-name: smoky-mirror; animation-name: smoky-mirror; }
    @-webkit-keyframes smoky {
      60% { text-shadow: 0 0 40px whitesmoke; }
      to {
        -webkit-transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
        transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
        text-shadow: 0 0 20px whitesmoke; opacity: 0;
      }
    }
    @keyframes smoky {
      60% { text-shadow: 0 0 40px whitesmoke; }
      to {
        -webkit-transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
        transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
        text-shadow: 0 0 20px whitesmoke; opacity: 0;
      }
    }
    @-webkit-keyframes smoky-mirror {
      60% { text-shadow: 0 0 40px whitesmoke; }
      to {
        -webkit-transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
        transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
        text-shadow: 0 0 20px whitesmoke; opacity: 0;
      }
    }
    @keyframes smoky-mirror {
      60% { text-shadow: 0 0 40px whitesmoke; }
      to {
        -webkit-transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
        transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
        text-shadow: 0 0 20px whitesmoke; opacity: 0;
      }
    }
    .span_t:nth-of-type(1) { -webkit-animation-delay: 3.1s; animation-delay: 3.1s; }
    .span_t:nth-of-type(2) { -webkit-animation-delay: 3.2s; animation-delay: 3.2s; }
    .span_t:nth-of-type(3) { -webkit-animation-delay: 3.3s; animation-delay: 3.3s; }
    .span_t:nth-of-type(4) { -webkit-animation-delay: 3.4s; animation-delay: 3.4s; }
    .span_t:nth-of-type(5) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
    .span_t:nth-of-type(6) { -webkit-animation-delay: 3.6s; animation-delay: 3.6s; }
    .span_t:nth-of-type(7) { -webkit-animation-delay: 3.7s; animation-delay: 3.7s; }
    .span_t:nth-of-type(8) { -webkit-animation-delay: 3.8s; animation-delay: 3.8s; }
    .span_t:nth-of-type(9) { -webkit-animation-delay: 3.9s; animation-delay: 3.9s; }
    .span_t:nth-of-type(10) { -webkit-animation-delay: 4s; animation-delay: 4s; }
    .span_t:nth-of-type(11) { -webkit-animation-delay: 4.1s; animation-delay: 4.1s; }
    .span_t:nth-of-type(12) { -webkit-animation-delay: 4.2s; animation-delay: 4.2s; }
    .span_t:nth-of-type(13) { -webkit-animation-delay: 4.3s; animation-delay: 4.3s; }
    .span_t:nth-of-type(14) { -webkit-animation-delay: 4.4s; animation-delay: 4.4s; }
    .span_t:nth-of-type(15) { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; }
    .span_t:nth-of-type(16) { -webkit-animation-delay: 4.6s; animation-delay: 4.6s; }
    .span_t:nth-of-type(17) { -webkit-animation-delay: 4.7s; animation-delay: 4.7s; }
    .span_t:nth-of-type(18) { -webkit-animation-delay: 4.8s; animation-delay: 4.8s; }
    .span_t:nth-of-type(19) { -webkit-animation-delay: 4.9s; animation-delay: 4.9s; }
    .span_t:nth-of-type(20) { -webkit-animation-delay: 5s; animation-delay: 5s; }
    .span_t:nth-of-type(21) { -webkit-animation-delay: 5.1s; animation-delay: 5.1s; }
    .span_t:nth-of-type(22) { -webkit-animation-delay: 5.1s; animation-delay: 5.2s; }
    .span_t:nth-of-type(23) { -webkit-animation-delay: 5.1s; animation-delay: 5.3s; }
    .span_t:nth-of-type(24) { -webkit-animation-delay: 5.1s; animation-delay: 5.4s; }
    .galeria-img{ text-align: center; }
    .galeria{ width: 260px; }
    .galeria-img a { display: inline-block; margin: 10px 10px 0 0; }
    .footer-list-wiget .list-group-item{ color: white !important; }
    .floating-wpp .floating-wpp-popup.active .floating-wpp-message{ color: black; }