/* Меню пользователя */
.user-navigation .avatar {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.user-navigation .new-messages > a {
	color: #d32f2f;
	font-weight: normal;
}

.user-navigation .new-messages > a:hover,
.user-navigation .new-messages > a:focus {
	color: #000;
}


/* Счетчик */
.user-navigation .ls-nav-item .ls-badge {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    padding: 0;
    background-color: transparent;
    color: #d32f2f;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
	.user-navigation .registration-link > a {
		padding-right: 0;
	}
}
