/*#profile-avatar{
	background-color: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}*/
/*.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(/upload/assets/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(/upload/assets/img/profile-article-overlay.png);
	background-size: cover;
}

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



.avatar-page .i-update {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(67, 67, 67, 0.7);
}
.lightgallery-photo .i-update {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 0;
	width: calc(100% - 30px);
	height: 100%;
	background: rgba(67, 67, 67, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.profile-portfolio img,
.lightgallery a img {
	width: 100%;
}