
/* about user bot */

.about_user_bot .col{
	padding: 70px;
}

.about_user_bot .col.awards_box{
	background: #f9f9f9;
}

.about_user_bot .col > .title{
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 45px;
	position: relative;
	padding-bottom: 15px;
	text-align: center;
}

.about_user_bot .col > .title:after{
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0px;
	width: 50px;
	height: 1px;
	content: '';
}

/* skills */

.skills .skill{
	overflow: hidden;
	padding-top: 15px;
}

.skills .skill + .skill{
	margin-top: 30px;
}

.skills .skill h5{
	color: #555555;
	margin: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skills .skill:hover h5{
	color: #111111;
}

.skills .skill .bar{
	width: 100%;
	position: relative;
	height: 2px;
	background: #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skills .skill .bar .barinner{
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	content: '';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skills .skill .bar .percent{
    margin: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 300;
    z-index: 10;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 0;
    top: -20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* awards */

.awards .award + .award{
	margin-top: 30px;
}

.awards .award{
	position: relative;
	padding-left: 70px;
}

.awards .award i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
}

.awards .award .body{
}

.awards .award .body .title{
	margin-top: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.awards .award .body .title a{
	color: #444444;
}

.awards .award .body .place{
	color: #999999;
}

.awards .award .body .description{
	font-size: 15px;
}