.text_ani {
padding-top:30px;
padding-left:10px;
}
.sb1 {
margin-bottom:5px;
margin-left:10px;
color:#a1d6ff;
}

.sb2 {
margin-top:5px;
margin-right:25px;
text-align:right;
color:#a1d6ff;
}

.sb_text {
font-family: 'Lato', sans-serif;
font-size:50px;
color:#fff;
text-shadow: #145f98 0px 0px 5px 5px;
}

.spinner {
  text-align: center;
}

.spinner > div {
  height: 100%;
  margin-right:-8px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.spinner .rect7 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(1.0) }  
  20% { -webkit-transform: scaleY(0.4) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }  20% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
}