/* 

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url url('../../css/fonts/BebasNeue-webfont.eot') ;
    src: url('../../css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('../../css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../../css/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.main-title {
font-size: 40px;
color: #43484b;
font-weight: 300;
font-family: 'Open Sans';
margin: 0;
text-align: center;
line-height:30px;
}
.main-border {
border-bottom: 2px solid #d3dadf;
width: 90px;
margin: 25px auto 30px;
}
.main-subtitle {
width: 61%;
}

.main-subtitle {
font-size: 16px;
color: #8c9195;
font-weight: normal;
font-family: 'Open Sans';
margin: 0;
text-align: center;
width: 80%;
margin: 0 auto;
line-height: 23px;
}

.skills-progress {
    width:570px;
	margin-right:0px;
	float:left;
	
	
}

.skills-progress p {
  color: #A8CF45;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}

.skills-progress p span {
    color: #A8CF45;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    float: right;
}

.meter { 
    height: 15px;  /* Can be anything */
    position: relative;
    background: rgba(168,207,69,.3);
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #A8CF45;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.statistic-post i{
  font-size: 70px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 35px;
}

.statistic-counter p{
  color: #A8CF45;
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.statistic-counter span {
  color: #A8CF45;
  font-size: 64px;
  font-weight: 300;
  margin: 25px 0 40px;
  text-align: center;
  font-family: 'Open Sans';
  display: block;

}

