﻿/*primary text color*/
/*icons hover*/
/*icons normal*/
/*row hover*/
/*header bg*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.caps {
  font-variant: small-caps;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .full-bg {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .full-bg {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pie-chart {
  position: relative;
  display: inline-block;
  /*width: 110px;
    height: 110px;*/
  text-align: center;
}
.pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pie-chart .percent {
  display: inline-block;
  z-index: 2;
  margin-bottom: 33px;
  line-height: normal !important;
  height: 180px;
  padding: 65px 0;
  /*&:after{
		content: '%';
		margin-left: 0.1em;
		font-size: .8em;
	}*/
}
.pie-chart .percent div:first-child {
  margin-bottom: 3px;
}
.pie-chart .title {
  font-size: 16px;
}
.pie-chart.small {
  margin: 15px 10px;
}
.pie-chart.small .percent {
  padding: 38px 0;
  height: 100px;
  margin-bottom: 11px;
}
.pie-chart.small .percent .large {
  font-size: 20px;
}
.pie-chart.small .title {
  font-size: 15px;
}