@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.navbar-collapse {
        left:0;
        width: 100% !important;
        max-width: 100%;
    }
    .navbar-collapse > .row{
        max-width:1200px;
        margin:0 auto;
    }
 }