@media (min-width: 992px){
	.navbar-nav {
		margin: 0 auto;
		display: table;
		table-layout: auto;
		float: none;
		width: 100%;
	}
	.navbar-nav>li {
		display: table-cell;
		float: none;
		text-align: center;
	}
}