/* Skill */
.skill{
    overflow: hidden;
    padding-top: 22px;
}
.skill .progress {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    overflow: visible;
    position: relative;
}
.skill .progress .lead-bd {
  color: #444;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  top: -10px;
  z-index: 99;
}
.skill .progress-bar {
    overflow: inherit;
}
.skill .progress-bar > span {
    background: #333;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -34px;
    position: absolute;
    padding: 8px;
    left: 80%;
}
.skill .progress-bar > span:before,
.skill .progress-bar > span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.skill .progress-bar > span:before {
    border-top-color: #333;
    border-width: 5px;
    margin-left: 5px;
}
.skill .progress .progress-bar {background: #333;}