/* Multicolor preloader dots */
.chase-dot:nth-child(1):before { background-color: #ff0000; }
.chase-dot:nth-child(2):before { background-color: #ff8800; }
.chase-dot:nth-child(3):before { background-color: #ffcc00; }
.chase-dot:nth-child(4):before { background-color: #00cc00; }
.chase-dot:nth-child(5):before { background-color: #0066ff; }
.chase-dot:nth-child(6):before { background-color: #9900cc; }
