.profile-header {
	background: #15111d;
	background-blend-mode: color;
	background-position: center;
	border-radius: 3px;
	position: relative;
	height: 250px;
	border-bottom: 4px solid #1f182e;
}

.stats-container {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 10px;
}

.stats-container .stat {
	display: inline-block;
	padding: 15px 10px;
	margin: 0 15px;
	position: relative;
	margin-bottom: -4px;
}

.stats-container .stat:before {
	content: '';
	height: 4px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffd600;
    border-radius:3px;
}

.stats-container .stat .title {
	margin-top: 5px;
	font-size: 14px;
	text-transform: lowercase;
}

.stats-container .stat .value {
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
}

.profile-options {
	position: absolute;
	top: 0;
	padding: 20px;
	right: 0;
}

.profile-header .avatar {
	left: 20px;
	position: absolute;
	bottom: 0;
	border: 5px solid #1f182e;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.profile-header .avatar img {
	height: 110px;
	width: 110px;
}

.profile-header .info {
	margin-left: 20px;
	font-size: 10pt;
	position: absolute;
	left: 136px;
	bottom: 15px;
}

.profile-header .info h1 {
	font-size: 22px;
	line-height: 27px;
}

.profile-header .info h1 .title {
	font-size: 13px;
	font-weight: normal;
	color: #747474;
}

.profile-container .info .group {
	margin-botttom: 10px;
	text-align: center;
}

.profile-container .info .group img {
	max-width: 100%;
}

.profile-container {
	margin-top: 30px;
}

.profile-container .info {
	width: 23%;
	padding-right: 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.profile-container .additional-stuff {
	float: right;
	width: 77%;
}

.profile-container .additional-stuff .menu {
	margin-bottom: 20px;
}

.profile-container .additional-stuff .menu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.profile-container .additional-stuff .stuff > div{
	background: #15111d;
	padding: 10px;
	border-radius: 3px;
}

.profile-container .additional-stuff .stuff > div:empty {
	padding: 0;
	background: none;
}

.profile-container .additional-stuff .menu ul li {
	display: inline-block;
	font-size: 14px;
	background: #29203b;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 500;
	cursor: pointer;
	padding: 15px 20px;
	border-radius: 3px;
	margin: 0 10px;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.profile-container .additional-stuff .menu ul li.active {
	-webkit-box-shadow: 0 0 30px #e77e141f;
	box-shadow: 0 0 30px #e77e141f;
	background: #0057ff;
	color: #fff;
	cursor: default;
}

.profile-container .additional-stuff .menu ul li:not(.active):hover {
	background: #312744;
}

.profile-container .additional-stuff .menu ul li:first-child {
	margin-left: 0;
}

.profile-container .additional-stuff .stuff > div {
	display: none;
}

.profile-container .additional-stuff .stuff > div.active {
	display: block;
}

a.profile-side__link {
	color: #fff;
	background: #29203b;
	padding: 15px 20px;
	border-radius: 3px;
	margin: 10px 0;
	display: block;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.find > a:first-child {
	margin-top: 0;
}

.find > a:hover {
	background: #312744;
}

.find > a.vote {
	background: #3a8941;
	color: #fff;
}

.find > a.vote:hover {
	background: #1a7022;
}

.find > a.warn {
	background: #c93030;
	color: #fff;
}

.find > a.warn:hover {
	background: #952323;
}

.find > a.rep-details {
	background: #4d3f97;
	color: #fff;
}

.find > a.rep-details:hover {
	background: #302279;
}

.find > div:first-child {
	margin-top: 0;
}

.find > a i {
	margin-right: 5px;
}
		
		
		
		
		
		
		
		