.top-bar, .title-bar {
	background: #333333 !important;	
	
}

.top-bar {
	padding: 0;	
}

.title-bar button.menu-icon {
	background: transparent !important;
	outline: none;
	border: none !important;
}
	
	.top-bar ul li > a {
		background: #333333 !important;
		color: #FFFFFF !important; 
		font-size: 18px;
		text-decoration: none !important;
		/*text-transform: uppercase !important*/;
		min-width: 100px;
		text-align: center;
		
	}
		
	.top-bar ul li > a:hover {
        background: #FED905 !important;
        color: #333333 !important;
        text-decoration: none !important;
		/*text-transform: uppercase !important*/; 
    }
	
	.top-bar ul li > a.active {
        background: #FED905 !important;
        color: #333333 !important;
        text-decoration: none !important;
		/*text-transform: uppercase !important*/; 
    }
    
    
@media screen and (max-width: 39.9375em) {
	.top-bar ul, .top-bar ul li {
		border: none;
		width: 100%;
	}	
}