.yt-progress-bar {
	margin-bottom: 1.5em;
	background-color: #f0f0f0;
}
.yt-progress-bar .yt-pb-fill {
	background-color: #3498db;
	width: 0;
	color: #fff;
}

.yt-progress-bar-style-default, .yt-progress-bar-style-animation {
	font-size: 14px;
}
.yt-progress-bar-style-default > span, .yt-progress-bar-style-animation > span , .yt-progress-bar-style-striped  > span {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	line-height: 30px;
	height: 30px;
}
.yt-progress-bar-style-default .yt-pb-text, .yt-progress-bar-style-animation .yt-pb-text, .yt-progress-bar-style-striped .yt-pb-text {
	padding: 4px 5px;
	margin-left: 4px;
	margin-right: 4px;
}
.yt-progress-bar-style-animation .yt-pb-text, .yt-progress-bar-style-striped .yt-pb-text {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	line-height: 14px;
	font-size: 14px;
	margin-top: 4px;
}

.yt-progress-bar-style-default .yt-pb-percent, .yt-progress-bar-style-animation .yt-pb-percent, .yt-progress-bar-style-striped .yt-pb-percent  {
	line-height: 14px;
	padding: 4px 5px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 1px;
}
.yt-progress-bar-style-animation .yt-pb-percent, .yt-progress-bar-style-striped .yt-pb-percent  {
	background: rgba(0, 0, 0, 0.3);
}

.yt-progress-bar .yt-pb-percent {
	position: absolute;
	right: 4px;
	margin-right: 100px;
	opacity: 0;
}
.yt-progress-bar-style-fancy {
	padding: 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	font-size: 11px;
}
.yt-progress-bar-style-fancy span.yt-pb-fill {
	position: relative;
	overflow: visible !important;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	min-width: 1%;
}
.yt-progress-bar-style-fancy span.yt-pb-text {
	margin-left: 10px;
	text-transform: uppercase;
}
.yt-progress-bar-style-fancy span.yt-pb-percent {
	right: 10px;
}
.yt-progress-bar-style-thin {
	height: 4px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 13px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.yt-progress-bar-style-thin > span {
	position: relative;
	display: block;
	height: 4px;
	overflow: visible !important;
}
.yt-progress-bar-style-thin .yt-pb-text {
	position: absolute;
	top: -23px;
	font-weight: 700;
	color: #444;
}
.yt-progress-bar-style-thin .yt-pb-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #f9f9f9;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 11px;
	border-radius: 2px
}
.yt-progress-bar-style-thin .yt-pb-percent:before, .yt-progress-bar-style-thin .yt-pb-percent:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.yt-progress-bar-style-thin .yt-pb-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.yt-progress-bar-style-thin .yt-pb-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
} 
@-webkit-keyframes progress-bar-stripes {
   100% { background-position: -40px 0px; }
}

@keyframes progress-bar-stripes {
   100% { background-position: -40px 0px; }
}
.yt-progress-bar-style-animation {
	width:100%;
	display:block;
	background: rgba(200,200,200,0.1);
	margin-bottom:10px;
	border-radius: 3px;
}
.yt-progress-bar-style-animation > span {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite;
	border-radius: 3px;
}
.yt-progress-bar-style-striped > span {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	border-radius: 2px;
}
.yt-progress-bar-style-striped > span span, .yt-progress-bar-style-animation > span span{border-radius: 2px;}

/*circle*/

.progress-radial {
  position: relative;
  border-radius: 50%;
 
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 16px;
  color:#fff;
}
.circle1.progress-radial .overlay{
	border:#ededed 2px solid;
	margin-left: 10px;
  	margin-top: 10px;
  	background-color: #4e9e41;
}
.circle1.progress-radial{
	width: 184px;
	height: 184px;
	border:#ededed 10px solid;
}
.circle2.progress-radial{
	width: 200px;
 	height: 200px;
}
.circle2.progress-radial .overlay{
	margin-left: 20px;
  	margin-top: 20px;
  	background-color: #4e9e41;
  	color: #fff
}
.circle3.progress-radial{
	width: 200px;
 	height: 200px;
}
.circle3.progress-radial .overlay{
	margin-left: 20px;
  	margin-top: 20px;
  	background-color: #fff;
  	color: #4e9e41
}
.circle4.progress-radial{
	width: 160px;
 	height: 160px;
 	border: #ededed 20px solid
}

.progress-radial .overlay ul{
	margin: 60px 0;
}
.progress-radial .overlay ul li{
	list-style: none;
}
.circle4{ width: 200px;}
.progress-radial .overlay ul li i{ font-size: 30px;}
.progress-radial .overlay ul li b{ font-size: 30px;}
.progress-radial + .overlay ul{
	clear: both;
	width: 100%;
	margin: 0;
	padding-top: 15px;
}
.progress-radial + .overlay ul li{
	list-style: none;
	text-align: center;
	color: #4e9e41
}
.progress-radial + .overlay ul li i{ font-size: 30px;}
.progress-radial + .overlay ul li b{ font-size: 30px;}



