.top-bar, .title-bar {
	background: transparent !important;	
	
}

.top-bar {
	padding: 0;	
}

a.mainmenu::after {
	border-color: #ffffff transparent  transparent  transparent  !important;

}

.title-bar button.menu-icon {
	background: transparent !important;
	outline: none;
}

	.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: linear-gradient(180deg, #276565, white) !important; */
		background: rgba(39,101,101,0.7) !important;
		color: #FFFFFF !important; 
		font-size: 18px;
		text-decoration: none !important;
		/*text-transform: uppercase !important*/;
		
		text-align: center;
		
	}
		
	.top-bar ul li > a:hover {
        background: #276565 !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
		/*text-transform: uppercase !important*/; 
    }
	
	.top-bar ul li > a.active {
        background: #276565 !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: #276565 !important;
	}
	
	.companyName {
		background: #276565 !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: #276565 !important;	
		
	}
}