@media all and all and (-ms-high-contrast: none), (-ms-high-contrast: active), (min-width:800px)  {
    .container {
        width: 800px;
    }
}


@media only screen and (max-width:1039px) {

}
@media only screen and (max-width:834px) {

}

@media only screen and (max-width:991px) {

/*SEARCH*/
    #custom-search-input{
        border: solid 2px #E4E4E4;
        border-radius: 5px;
        background-color: #fff;
        width: 60%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {
    .noaa {
        min-height: 50px;
        /*background: url(/ngsstandard/assets/images/ngs-mobile-banner2.png);*/
        background-repeat: no-repeat;
        background-position: center;
		background-size: cover;
		margin: auto;
    }
	
    /*SEARCH*/
    #custom-search-input{
        border: solid 2px #E4E4E4;
        border-radius: 5px;
        background-color: #fff;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #00ebff;
    }
    
/*    .dropdown:hover>.dropdown-menu {
        display: block;
    }*/
	

/* @Media Queries*/
@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
}

@media (max-width: 767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: white;
	}

}
}
