.spinner{font-size:10px;height:45px;margin:0 auto;text-align:center;width:55px}.spinner__item{-webkit-animation:spinner-stretch 1.2s infinite ease-in-out;animation:spinner-stretch 1.2s infinite ease-in-out;background-color:#e5e5e5;display:inline-block;height:100%;margin-right:3px;width:6px}.spinner__item:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner__item:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}.spinner__item:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner__item:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s;margin-right:0}.spinner--b .spinner__item{background-color:#000}.spinner--w .spinner__item{background-color:#fff}.spinner--y .spinner__item{background-color:#ff0}@-webkit-keyframes spinner-stretch{0%,100%,40%{-webkit-transform:scaleY(.5);transform:scaleY(.5)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes spinner-stretch{0%,100%,40%{-webkit-transform:scaleY(.5);transform:scaleY(.5)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}