/*
.h-progress-bar
{
  &.style1,&.style3 {
    margin-top: 50px;
    .progress-bar-title
    {
      position: absolute;
      top: -35px;
    }
    .vc_label_units
    {
      position: absolute;
      padding: 0;
      width: 42px;
      top: -35px;
      height: 24px;
      line-height: 24px;
    }
  }
  &.value_style0
  {
    .vc_label_units
    {
      right: 0;
      text-align: right;
    }
  }
  &.value_style1,&.value_style2,&.value_style3
  {
    .vc_label_units {
      background-color: #212121;
      color: #ffffff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      right: -21px;
      text-align: center;
    }
  }
  &.value_style1
  {
    .vc_label_units:before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10px solid #212121;
      content: "";
      left: 15px;
      position: absolute;
      top: 22px;
    }
  }
  &.value_style2,&.value_style3
  {
    .vc_label_units {
      right: -42px;
    }
    .vc_label_units:before {
      border-left: 0;
      border-right: 10px solid transparent;
      border-top: 10px solid #212121;
      content: "";
      left: 0;
      position: absolute;
      top: 22px;
    }
  }
  &.value_style3
  {
    .vc_label_units {
      background-color: #f6f6f6;
      color: inherit;
      right: 0;
      &:before{
        display: none;
      }
    }
  }
  &.style2{
    .progress-bar-title
    {
      font-weight:bold;
      font-size:18px;
    }
    .vc_label_units
    {
        font-size:14px;
        font-weight:bold;
    }
  }
  &.style2,&.style4
  {
    .progress-bar-title
    {
      padding-left: 10px;
    }
    .vc_single_bar .vc_label {
      color: #ffffff;
    }
  }
  &.style4
  {
    .progress-bar-title
    {
      position: absolute;
      top:0;
      bottom: 0;
      right: 15px;
      color: #FFFFFF;
    }
  }
  .vc_single_bar {
    box-shadow: none;
  }
}
.vc_progress_bar .vc_single_bar .vc_label
{
  padding: 0;
  min-height: 1px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0 !important;
}*/
.h-progress-bar small
{
    font-size: 100%;
}
.h-progress-bar.style1,
.h-progress-bar.style3 {
    margin-top: 35px;
}
.h-progress-bar.style1 .progress-bar-title,
.h-progress-bar.style3 .progress-bar-title {
    position: absolute;
    top: -35px;
}
.h-progress-bar.style3.vc_progress-bar-color-primary-color.value_style1 .progress-bar-title {
	font-weight: 600;
}
.h-progress-bar.style1 .vc_label_units,
.h-progress-bar.style3 .vc_label_units {
    position: absolute;
    padding: 0;
    width: 42px;
    top: -35px;
    height: 24px;
    line-height: 24px;
}
.h-progress-bar.value_style0 .vc_label_units {
    right: 0;
    text-align: right;
}
.h-progress-bar.value_style1 .vc_label_units,
.h-progress-bar.value_style2 .vc_label_units,
.h-progress-bar.value_style3 .vc_label_units {
    background-color: #212121;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: -21px;
    text-align: center;
}
.h-progress-bar.value_style1 .vc_label_units:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #212121;
    content: "";
    left: 15px;
    position: absolute;
    top: 22px;
}
.h-progress-bar.style1 .progress-bar-title
{
    font-weight: bold;
    font-size: 16px;
}
.h-progress-bar.value_style2 .vc_label_units{
    right: 0;
}
.h-progress-bar.value_style3 .vc_label_units {
    right: -42px;
}
.h-progress-bar.value_style2 .vc_label_units:before,
.h-progress-bar.value_style3 .vc_label_units:before {
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #212121;
    content: "";
    left: 0;
    position: absolute;
    top: 22px;
}
.h-progress-bar.value_style3 .vc_label_units {
    background-color: #f6f6f6;
    color: #aaa;
    right: 0;
}
.h-progress-bar.value_style3 .vc_label_units:before {
    display: none;
}
.h-progress-bar.style2 .progress-bar-title,
.h-progress-bar.style4 .progress-bar-title {
    padding-left: 10px;
}
.h-progress-bar.style2 .vc_single_bar .vc_label,
.h-progress-bar.style4 .vc_single_bar .vc_label {
    color: #ffffff;
}
.h-progress-bar.style2 .progress-bar-title
{
    font-weight: bold;
    font-size:18px;
}
.h-progress-bar.style2 .vc_label_units
{
    font-size:14px;
    font-weight:bold;
}
.h-progress-bar.style4 .progress-bar-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    color: #FFFFFF;
}
.h-progress-bar .vc_single_bar {
    box-shadow: none;
}
.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0;
    min-height: 1px;
}
.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0 !important;
}