@media only screen and (max-width: 991px) {

	.navbar-nav {
		padding-top: 5px;
		background-color: #404040;
	}

}


@media only screen and (max-width: 767px) {

	.navbar-nav {
		padding-top: 5px;
		background-color: #404040;
	}
}

@media only screen and (max-width: 991px) and (max-height: 650px) {

	.dropdown-menu {
		max-height: calc(100vh - 350px);
		overflow-y: auto; /*scroll !important;*/
	}
}


