.mean-container .mean-bar {
	width: 100%;
	position: relative;
	background: #0c1923;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-indent: -9999em;
	display: block;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 4px;
	border-radius: 3px;
}

.mean-container .mean-nav {
	width: 100%;
	background: #0c1923;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	background: #0c1923;
}

.mean-container .mean-nav ul li {
	position: relative;
	width: 100%;
	background: #0c1923;
}

.mean-container .mean-nav ul li a {
	display: block;
	width: 100%;
	padding: 14px 20px;
	color: #ffffff !important;
	background: #0c1923;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a:hover {
	background: #132b3d;
	color: #ffffff !important;
}

.mean-container .mean-nav ul li li a {
	width: 100%;
	padding: 14px 35px;
	background: #102435;
	color: #ffffff !important;
	opacity: 1;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	box-sizing: border-box;
}

.mean-container .mean-nav ul li li li a {
	padding-left: 50px;
	background: #0d1f2e;
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 45px;
	height: 45px;
	padding: 0 !important;
	line-height: 45px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: #132b3d;
	color: #fff !important;
	border-left: 1px solid rgba(255,255,255,0.12);
	border-bottom: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #1b3b53;
}

.mean-remove {
	display: none !important;
}