/* scss --update float2.scss */
.float2-text span {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  color: grey;
  white-space: nowrap;
  /* animation: name time func delay iteration dir fill play; */
  animation: float2 24s linear 8s infinite;
  -webkit-animation: float2 24s linear 8s infinite;
  -ms-animation: float2 24s linear 8s infinite;
  -moz-animation: float2 24s linear 8s infinite;
  -o-animation: float2 24s linear 8s infinite; }
  .float2-text span:nth-child(2) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s; }
  .float2-text span:nth-child(3) {
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
    -ms-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s; }
  .float2-text span:nth-child(4) {
    animation-delay: 20s;
    -webkit-animation-delay: 20s;
    -ms-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s; }
  .float2-text span:nth-child(5) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
    -ms-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s; }
  .float2-text span:nth-child(6) {
    animation-delay: 28s;
    -webkit-animation-delay: 28s;
    -ms-animation-delay: 28s;
    -moz-animation-delay: 28s;
    -o-animation-delay: 28s; }

@keyframes float2 {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 04%;
    left: 90%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 22%;
    left: 65%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 40%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 65%;
    left: 96%; } }
@-webkit-keyframes float2 {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 04%;
    left: 90%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 22%;
    left: 65%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 40%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 65%;
    left: 96%; } }
@-ms-keyframes float2 {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 04%;
    left: 90%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 22%;
    left: 65%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 40%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 65%;
    left: 96%; } }
@-moz-keyframes float2 {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 04%;
    left: 90%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 22%;
    left: 65%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 40%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 65%;
    left: 96%; } }
@-o-keyframes float2 {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 00%;
    left: 36%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 20%;
    left: 20%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 04%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 80%;
    left: 96%; } }

/*# sourceMappingURL=float2.css.map */
