@media (min-width: 992px) {
	.user-menu:hover > .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}