/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ .cw-progress{box-sizing:border-box;height:20px;margin-bottom:15px;background:#eee;overflow:hidden;line-height:20px}*+.cw-progress{margin-top:15px}.cw-progress-bar{width:0;height:100%;background:#00a8e6;float:left;-webkit-transition:width .6s ease;transition:width .6s ease;font-size:12px;color:#fff;text-align:center}.cw-progress-mini{height:6px}.cw-progress-small{height:12px}.cw-progress-success .cw-progress-bar{background-color:#8cc14c}.cw-progress-warning .cw-progress-bar{background-color:#faa732}.cw-progress-danger .cw-progress-bar{background-color:#da314b}.cw-progress-striped .cw-progress-bar{background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:30px 30px}.cw-progress-striped.cw-active .cw-progress-bar{-webkit-animation:cw-progress-bar-stripes 2s linear infinite;animation:cw-progress-bar-stripes 2s linear infinite}@-webkit-keyframes cw-progress-bar-stripes{0%{background-position:0 0}100%{background-position:30px 0}}@keyframes cw-progress-bar-stripes{0%{background-position:0 0}100%{background-position:30px 0}}