.top-bar, .title-bar {
	background: none !important;	
	
}

.top-bar {
	padding: 0;	
}

.title-bar button.menu-icon {
	background: transparent !important;
	outline: none;
	border: none !important;
}
	
	.top-bar ul {
		background: transparent !important;
	}
	
	.top-bar ul li {
		border-right: 1px solid transparent !important;
		border-left: 1px solid transparent !important;
	}
	
	.top-bar ul li > a {

		/* background: rgba(155,156,155,0.7) !important; */
		background: #9B9C9B !important;
		color: #FFFFFF !important; 
		font-size: 1.3rem;
		text-decoration: none !important;
		text-align: center;
	}
		
	.top-bar ul li > a:hover {
        background: #292D45 !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
		/*text-transform: uppercase !important*/; 
    }
	
	.top-bar ul li > a.active {
        background: #292D45 !important;
        color: #FFFFFF !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%;
	}	
	
	.top-bar ul{
		background: #9B9C9B !important;
	}
	
	.top-bar ul li:first-child {
		border-top: 1px solid #FFFFFF;
	}
	
	.top-bar ul li:last-child {
		border-bottom: none;
	}
	
	.top-bar ul li {
		border-bottom: 1px solid #FFFFFF;
	}
	
	.top-bar, .title-bar {
		background: #9B9C9B !important;	
		
	}

	.menuCell {
		margin-top: 15px;
		padding:0px !important;
	}
	
}