.progress.active .bar {
	-webkit-animation: progress-bar-stripes 0.4s linear infinite;
	-moz-animation: progress-bar-stripes 0.4s linear infinite;
	animation: progress-bar-stripes 0.4s linear infinite;
}