.genManFirst {
	position: relative;
	display: inline-block;
	top: -3px;
	margin-right: -13px;
	transform: rotate(276deg);
}

.genWomanMiddle {
	position: relative;
	bottom: -2px;
}

.genManLast {
	position: relative;
	top: -3px;
	margin-left: -14px;
}

.genWomanFirst {
	position: relative;
	bottom: -3px;
	margin-right: -13px;
}

.genManMiddle {
	position: relative;
	display: inline-block;
	top: -2px;
	left: -3px;
	transform: rotate(317deg);
	display: inline-block;
}

.genWomanLast {
	position: relative;
	bottom: -3px;
	margin-left: -18px;
}

.genEqualOne {
	position: relative;
	bottom: -2px;
}

.genEqualTwo {
	position: relative;
	top: -2px;
	margin-left: -14px;
}

.genEqualThree {
	position: relative;
	bottom: -2px;
	margin-left: -16px;
}

.genEqualFour {
	position: relative;
	top: -2px;
	margin-left: -14px;
}

/*.................................*/
/*__________NEWS PROFILES__________*/
/*.................................*/
.profilesWrap {
	text-align: center;
}

.bestProfiles,
.newsProfiles {
	position: relative;
	margin-top: 50px;
	padding-top: 5px;
	column-count: 12;
	-moz-column-count: 12;
	-webkit-column-count: 12;
	column-gap: 5px;
}

.bestProfiles {
	margin-top: 30px;
}

.bestAndNewsName {
	position: absolute;
    text-transform: uppercase;
	top: -20px;
	left: 0;
	width: 100%;
	color: #ccc;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 1px solid #d97600;
	z-index: 1;
}

.avatar {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1px;
	margin-bottom: 3px;
	background-image: url("../foto/usera.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
    border-radius: 10px;
	transition: .2s;
	box-sizing: border-box;
}

.avatar:hover {
	box-shadow: 0 0 9px 5px #000;
}

.genderAvatar {
    position: absolute;
    right: calc(50% - 38px);
    bottom: 10px;
    width: 68px;
    height: 23px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #000000c2;
    background-image:  -webkit-linear-gradient(#282828, #090909);
    background-image:  -o-linear-gradient(#282828, #090909);
    background-image:  linear-gradient(#282828, #090909);
    color: #fff;
    border: 1px solid #d97600;
    box-shadow: 0 0 5px 2px #000;
    transition: .2s
}

.avatar:hover .genderAvatar {
     opacity: 0;
}

/*..................................*/
/*_______________POSTS______________*/
/*..................................*/
.posts {
    margin-bottom: 50px;
}

.post {
    position: relative;
    top: 0;
    left: 0;
    height: 120px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #101010;
    color: #ccc;
}

.post a {
    text-decoration: none;    
}

.postUserAvatar {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.postUserAvatar img {
    width: 100%;
    height: 100%;
	transition: .2s;
	cursor: pointer;
}

.postUserAvatar > img:hover {
	transform: scale(1.1);
}

.postNameAndDescription {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
}

.postName {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
    color: #000;
    background-color: #d97600;
    text-align: center;
    word-wrap: break-word;
    border-radius: 5px;
}

.postDescription {
    overflow-y: scroll;
    scrollbar-color: #e27f00 #000;
    scrollbar-width: thin;
}

.postDescription {
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-left: 5px;
    overflow-y: scroll;
    word-wrap: break-word;
    background-color: #282828;
    border-radius: 5px;
}

.likePostBtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    padding-right: 2px;
    padding-left: 5px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #000;
    background-image: linear-gradient(#b16300, #ff8b00);
    font-size: 14px;
    transition: .2s;
    cursor: default;
}

.likePostBtn:hover{
    color: #000;
}

/*..............................*/
/*__________RESPONSIVE__________*/
/*..............................*/


@media(max-width: 1200px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 10;
		-moz-column-count: 10;
		-webkit-column-count: 10;
	}

	.bestProfiles .avatar:nth-child(21),
	.bestProfiles .avatar:nth-child(22),
	.newsProfiles .avatar:nth-child(21),
	.newsProfiles .avatar:nth-child(22),
    .bestProfiles .avatar:nth-child(23),
	.bestProfiles .avatar:nth-child(24),
	.newsProfiles .avatar:nth-child(23),
	.newsProfiles .avatar:nth-child(24)
    {
		display: none
	}

}


@media(max-width: 1000px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 9;
		-moz-column-count: 9;
		-webkit-column-count: 9;
	}

	.bestProfiles .avatar:nth-child(19),
	.bestProfiles .avatar:nth-child(20),
	.newsProfiles .avatar:nth-child(19),
	.newsProfiles .avatar:nth-child(20) {
		display: none
	}
}

@media(max-width: 850px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 8;
		-moz-column-count: 8;
		-webkit-column-count: 8;
	}

	.bestProfiles .avatar:nth-child(17),
	.bestProfiles .avatar:nth-child(18),
	.newsProfiles .avatar:nth-child(17),
	.newsProfiles .avatar:nth-child(18) {
		display: none
	}

}

@media(max-width: 750px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 7;
		-moz-column-count: 7;
		-webkit-column-count: 7;
	}

	.bestProfiles .avatar:nth-child(15),
	.bestProfiles .avatar:nth-child(16),
	.newsProfiles .avatar:nth-child(15),
	.newsProfiles .avatar:nth-child(16) {
		display: none
	}

}


@media(max-width: 650px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 6;
		-moz-column-count: 6;
		-webkit-column-count: 6;
	}
    
	.bestProfiles .avatar:nth-child(16),
	.bestProfiles .avatar:nth-child(16),
    .bestProfiles .avatar:nth-child(17),
    .bestProfiles .avatar:nth-child(18),
    .bestProfiles .avatar:nth-child(19),
	.newsProfiles .avatar:nth-child(16),
    .newsProfiles .avatar:nth-child(17),
    .newsProfiles .avatar:nth-child(18),
    .newsProfiles .avatar:nth-child(19){
		display: block;
	}
}

@media(max-width: 650px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 5;
		-moz-column-count: 5;
		-webkit-column-count: 5;
	}
    
    .bestProfiles .avatar:nth-child(17),
    .bestProfiles .avatar:nth-child(18),
    .bestProfiles .avatar:nth-child(19),
	.newsProfiles .avatar:nth-child(17),
    .newsProfiles .avatar:nth-child(18),
    .newsProfiles .avatar:nth-child(19){
		display: none;
	}
}


@media(max-width: 550px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
	}
    
    .bestProfiles .avatar:nth-child(13),
    .bestProfiles .avatar:nth-child(14),
    .bestProfiles .avatar:nth-child(15),
    .bestProfiles .avatar:nth-child(16),
	.newsProfiles .avatar:nth-child(14),
	.newsProfiles .avatar:nth-child(13),
    .newsProfiles .avatar:nth-child(15),
    .newsProfiles .avatar:nth-child(16){
		display: none;
	}
    
}



@media(max-width: 350px) {


	.bestProfiles,
	.newsProfiles {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}

    .bestProfiles .avatar:nth-child(10),
    .bestProfiles .avatar:nth-child(11),
    .bestProfiles .avatar:nth-child(12),
	.newsProfiles .avatar:nth-child(10),
    .newsProfiles .avatar:nth-child(11),
    .newsProfiles .avatar:nth-child(12){
		display: none;
	}

}

@media (max-width: 300px) {
	.buttonsUp {
		display: none;
	}
}

@media(max-width: 250px) {

	.bestProfiles,
	.newsProfiles {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

}
