.navbar-nav.navbar_bottom {
	width: 100%;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.navbar-nav.navbar_bottom li a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	color: inherit;
}

.navbar-nav.navbar_bottom li a:hover {
	opacity: 1;
}

.navbar-nav.navbar_bottom li.nav-item.group_item {
	display: none;
	text-align: center;
}

.navbar-nav.navbar_bottom li.nav-item.group_item.active {
	display: block;
}