/*!
 * Progress Bar
 * (C) RcaTheme.com, All rights reserved.
 *
 */
.r-progressbar{position:relative;margin:20px 0;width:100%;height:2px;background-color:#eee}.r-progressbar .r-progressbar-progress{position:absolute;top:0;left:0;width:0;height:100%;background-color:#08c;-webkit-transition:width 1.2s ease-in-out;-khtml-transition:width 1.2s ease-in-out;-moz-transition:width 1.2s ease-in-out;-ms-transition:width 1.2s ease-in-out;-o-transition:width 1.2s ease-in-out;transition:width 1.2s ease-in-out}.r-progressbar .r-progressbar-value{position:absolute;top:0;right:0;color:#333;height:36px;line-height:36px;padding:0 5px;font-size:12px;text-align:center}.r-progressbar.style1 .r-progressbar-value{background-color:#FFF;width:36px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5);-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-ms-box-shadow:0 1px 5px rgba(0,0,0,0.5);-o-box-shadow:0 1px 5px rgba(0,0,0,0.5);box-shadow:0 1px 5px rgba(0,0,0,0.5)}.r-progressbar .r-progressbar-value .r-progressbar-count{line-height:38px}.r-progressbar.style1.tiny{height:2px}.r-progressbar.style1.small{height:4px}.r-progressbar.style1.standard{height:6px}.r-progressbar.style1.large{height:8px}.r-progressbar.style1.big{height:10px}.r-progressbar.style2.tiny,.r-progressbar.style3.tiny{height:24px}.r-progressbar.style2.small,.r-progressbar.style3.small{height:24px}.r-progressbar.style2.standard,.r-progressbar.style3.standard{height:24px}.r-progressbar.style2.large,.r-progressbar.style3.large{height:35px}.r-progressbar.style2.big,.r-progressbar.style3.big{height:49px}.dir-rtl .r-progressbar .r-progressbar-value{left:-16px;right:auto}.dir-rtl .r-progressbar .r-progressbar-progress{left:auto;right:0}