.userlist.frnd-card-list {
    margin: 0 0 12px;
    padding: 0 0 12px;
}
.userlist.frnd-card-list .user-single {
    animation: u_card_fade 800ms cubic-bezier(.4, 0, .2, 1);
    animation-fill-mode: forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    float: left;
    font-size: 14px;
    margin: 1% .5%;
    max-width: 350px;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    transition: box-shadow .2s linear;
    width: 25%;
}
.userlist.frnd-card-list .user-single:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .19), 0 6px 13px rgba(0, 0, 0, .2);
    transition: box-shadow .2s linear;
}
.userlist.frnd-card-list .u_card_top {
    float: left;
    position: relative;
    width: 100%;
}
.userlist.frnd-card-list .rating-rcl {
    left: 0;
    min-width: 30px;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 2;
}
.userlist.frnd-card-list .status_author_mess {
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 2;
}
.userlist.frnd-card-list .status_author_mess.offline {
    background: rgba(219, 219, 219, .6);
    color: #555;
    line-height: 1;
    margin: 0;
    padding: 6px 5px;
    right: 0;
    top: 0;
}
.userlist.frnd-card-list .thumb-user {
    max-height: 150px;
    overflow: hidden;
    width: 100%;
}
.userlist.frnd-card-list a img {
    margin: calc(-50% + 80px) 0;
    min-height: 205px;
    transform: scale(1.05);
}
.userlist.frnd-card-list .u_card_name {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.userlist.frnd-card-list .rcl-bttn.frnd_actions_bttn {
    margin: 3px 0 0;
}
@media screen and (max-width:480px) {
    .userlist.frnd-card-list .thumb-user {
        max-height: 120px;
    }
}
@media screen and (max-width:375px) {
    .userlist.frnd-card-list .user-single {
        float: none;
        margin: 5px auto 20px;
        width: 94%;
    }
}
