/**
 * Biltmore Motors — header navigation (centered primary menu).
 */

@media (min-width: 992px) {
	body.ninth_header .header-v9 #autobid-main-head .navigation-navbar {
		display: flex;
		justify-content: center;
	}

	body.ninth_header .header-v9 #autobid-main-head .navigation-navbar .navbar-collapse {
		width: 100%;
		display: flex;
		justify-content: center;
		float: none;
	}

	body.ninth_header .header-v9 #autobid-main-head .bot_nav_wrap {
		float: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	body.ninth_header .header-v9 #autobid-main-head .menu.nav.nav-menu,
	body.ninth_header .header-v9 #autobid-main-head .menu.nav-effect.nav-menu {
		width: auto;
		float: none !important;
		margin: 0 !important;
		text-align: center !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	body.ninth_header .header-v9 #autobid-main-head #navbar .menu-item {
		float: none !important;
		display: inline-block;
	}
}
