#profile-avatar{
	background-color: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}

.btn.btn-grey{
	background: #434343;
	border-radius: 3px;
	color: #fff;
}

.btn.btn-contur{
	border: 1px solid #434343;
	border-radius: 3px;
}

#profile-friends{
	background-color: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}

#profile-content{
	background-color: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}

#profile-content .profile-skills .profile-skills-item{
	background-color: #F6F6F6;
}

#profile-content .profile-gallery-items{
	background-color: #F6F6F6;
}

#profile-content .profile-articles-items .profile-articles-item .info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(./img/profile-article-overlay.png);
	background-size: cover;
}

#profile-content .profile-events-items .profile-events-item .info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(./img/profile-article-overlay.png);
	background-size: cover;
}

#profile-content .profile-events-item .info .label{
	background-color: #434343;
    width: 40%;
}