#loader{display:none;text-align:center;margin:30px 0}.loader-dot{width:15px;height:15px;margin:0 5px;background:#0ff;border-radius:50%;display:inline-block;animation:1.2s ease-in-out infinite both loaderAnim}.loader-dot:first-child{animation-delay:-.24s}.loader-dot:nth-child(2){animation-delay:-.12s}@keyframes loaderAnim{0%,100%,80%{transform:scale(0);opacity:.4}40%{transform:scale(1);opacity:1}}.fade-in{animation:.5s forwards fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}