@charset "UTF-8";
/* CSS Document */

.sub-arrow {
	display: none !important;
}

.navbar-nav .dropdown-menu {
	min-width: 20em !important;
	/*max-width: 40em !important;*/
}

ul[aria-labelledby="dropdownMenu"] > li.dropdown-item > a:hover, li.dropdown-item:hover > a {
	color: #fff !important;
}

ul[aria-labelledby="dropdownMenu"] > li.dropdown-item.active > a {
	color: #fff !important;
}

/* below is styles for different screen sizes */

/* large tablets
---------------------------------------------------------------*/
@media (max-width: 991px) {

}

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {

}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {

}