
.tc-skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	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;
}

.tc-skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:15%;
	font-weight:bold;
	color:#ffffff;
	background:#6adcfa;
	-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;
}

.tc-skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px 0 10px;
	height:35px;
	line-height:35px;
	-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;
}

.tc-skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.tc-skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);}
	
/* --- Skill Count --*/
	
.skill-count-item,
.skill-circle-item {
	float: left;
	margin-left: 1%;
	text-align: center;
}

.skill-count-item0 {
	margin-left: 0;
}

.skill-count-items-1 {
	width: 100%;
	margin: 0;
}

.skill-count-items-2 {
	width: 48%;	
}

.skill-count-items-3 {
	width: 31% !important;	
}

.skill-count-items-4 {
	width: 23%;	
}

@media screen and (max-width:700px) {
	.skill-count-item,
	.skill-circle-item
	 {
		width: 100% !important;
		margin: 0;
	}
}


.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    left: 0;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}




.vc_label {
    padding: 0 0 10px;
    font-size: 100%;
    margin-bottom: 25px;
    color: inherit !important;
    text-shadow: none !important;
}
.vc_label {
    padding: .75em 1.5em;
    font-weight: bold;
}
.vc_label {
    display: block;
    padding: .5em 1em;
    position: relative;
    z-index: 1;
}
.vc_bar {
    height: 38px;
    bottom: 0;
    top: auto;
    z-index: 9;
}
.vc_bar {
    border-radius: 0;
}
.vc_bar {
    display: block;
    position: absolute;
    width: 0%;
    left: 0;
}
.vc_label_units {
    background-color: #333;
    color: #fff !important;
    right: 0;
    top: -21px;
    height: 25px !important;
    line-height: 24px;
    display: inline-block;
    padding: 0 7px;
    font-size: 80%;
}
.vc_label_units {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 85%;
    font-weight: 800;
}
.vc_label_units::after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 11px 0 0;
    border-color: #333 transparent transparent transparent;
}