
/* #Progress bar
================================================== */
.dt-style.vc_progress_bar.default-bg .vc_single_bar {
	.solid-bg-mixin;
	.outline-decoration;
	.shadow-decoration;
}
.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
	.box-shadow (inset 0px 0px 0px 1px fade(@base-color, 15%));
	background: none;
}
.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
	background-color: fade(@base-color, 10%);
}
.pb-style-two .vc_label,
.pb-style-three .vc_label {
	.header-color;
	.text-small;
}
#page .accent-bg .vc_bar {
	.accent-bg-mixin;
}
