
/*ul {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 60px;
  background: #2c3e50;
  font-size: 0;
  line-height: 0;
  letter-spacing: -0.3em;
}
li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: normal;
}
li a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
li a:hover,
li a.active {
  background: #e67e22;
  color: #2c3e50;
}
li a.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid;
  border-color: transparent;
  border-top-color: #e67e22;
}*/
@media (min-width: 768px) and (max-width: 979px) { .span12 .flist .row .chartstyle{width:750px; margin:0 auto;}}
@media (min-width: 480px) and (max-width: 767px) { .span12 .flist .row .chartstyle{width:460px; margin:0 auto;}}
@media (min-width: 320px) and (max-width:479px) {.span12 .flist .row .chartstyle{width:300px; margin:0 auto;}}
@media (max-width:319px) {.span12 .flist .row .chartstyle{width:150px;}}
.chartstyle{
	/*width:900px;*/
	padding-left:50px;
	
	font-family: 'Source Sans Pro', sans-serif;
}
.chart {
  position: relative;
  display: inline-block;
  width:200px;
  height: 110px;
  margin-top:30px;
  margin-bottom:100px;
  text-align: center;
  margin:0 auto;

}
.chart p{
margin-top:20px;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 130px;
  z-index: 2;
  margin-top:20px;
  margin-left:-15px;
  font-weight:200;
  font-size:28px;
  
 
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
  font-weight:200;
}
/*.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}*/
/*input {
  display: block;
  margin: auto;
  margin-bottom: 3em;
}
.btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #2c3e50;
  color: #ecf0f1;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background: #e67e22;
  color: #2c3e50;
}*/
/*@media only screen and (max-width: 600px) {
  li {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 430px) {
  body {
    padding-top: 0;
  }
  ul {
    height: auto;
    position: static;
  }
  li {
    display: block;
    width: 100%;
  }
  li a {
    white-space: normal;
  }
  a.active:after {
    display: none;
  }
}
*/