.progress-bar{margin-bottom:22px}.progress-bar .progress-bar-title{margin-bottom:5px}.progress-bar .progress-bar-title .num{color:#da251c;font-size:36px;margin-right:24px}.progress-bar .progress-bar-title .title{color:#111}.progress-bar .progress-bar-value-inner{background-color:#f3f3f3;height:20px}.progress-bar .progress-bar-value-inner .value{height:20px;-webkit-transition:width 1s;-moz-transition:width 1s;-o-transition:width 1s;transition:width 1s;background:#da251c;background:repeating-linear-gradient(45deg, #da251c, #da251c 25%, #ad1d16 25%, #ad1d16 50%);background-size:20px 20px}.progress-bar.animated .value{animation:animateStripes 2s linear infinite}@keyframes animateStripes{from{background-position:0 0}to{background-position:20px 0}}