.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#fafafa;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	padding:0 20px;
	height:35px;
	line-height:35px !important;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	color:#fff !important
}

.skillbar-bar {
	height:35px;
	width:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#333;
}

.skillbar.turquoise .skillbar-title {
	background:#1abc9c;
}

.skillbar.turquoise .skillbar-bar {
	background:#48c9b0;
}

.skillbar.orange .skillbar-title {
	background:#e67e22;
}

.skillbar.orange .skillbar-bar {
	background:#eb984e;
}

.skillbar.blue .skillbar-title {
	background:#3498db;
}

.skillbar.blue .skillbar-bar {
	background:#5dade2;
}

.skillbar.red .skillbar-title {
	background:#e74c3c;
}

.skillbar.red .skillbar-bar {
	background:#ec7063;
}

.skillbar.pink .skillbar-title {
	background:#f07381;
}

.skillbar.pink .skillbar-bar {
	background:#f97c8a;
}

.skillbar.purple .skillbar-title {
	background:#9b59b6;
}

.skillbar.purple .skillbar-bar {
	background:#af7ac5;
}

.skillbar.yellow .skillbar-title {
	background:#f1c40f;
}

.skillbar.yellow .skillbar-bar {
	background:#f4d03f;
}

.skillbar.green .skillbar-title {
	background:#2ecc71;
}

.skillbar.green .skillbar-bar {
	background:#58d68d;
}