#menu{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%!important;
	z-index: 9999;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms; 
	-webkit-transform: translateX(-100%); 
	transform: translateX(-100%);
	overflow: hidden; 
	display: none;
	visibility: hidden;
}
.nav--active #menu{
	left: 0;
	width:88%!important;
	display: block;
	z-index: 1024;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.mlpm_w {
	position: absolute;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.mlpm_w .levelHolderClass {
	position: absolute;
	margin-left: -100%;
	overflow: hidden;
	left: 0;
	top: 0;
	padding: 2rem 0;
	background: rgba(0,0,0,0.9);
	width: auto;
	min-height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#1d3b85,direction=90,strength=2);
	zoom: 1;
}

.mlpm_w .mlpm_inactive {
	background: #1d3b85;
}

.mlpm_w h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 20px;
}

.mlpm_w ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mlpm_w li {
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,.5);
	padding: 10px 10px 10px 20px;
}

.mlpm_w li:last-child {
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.mlpm_w li:hover {
	background-color: #1d3b85;
}

.mlpm_w a {
	display: block;
	outline: none;
	width:75%;
	overflow: hidden;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
}

.mlpm_w a:hover {
	color: #ffe;
}

.mlpm_w .backItemClass {
	display: block;
	padding: 10px 10px 10px 20px;
	background: #1d3b85;
	border-top: 1px solid #1d3b85;
}

.mlpm_w .floatRight {
	float: left;
	margin-right: 15px;
}

.mlpm_w .cursorPointer {
	cursor: pointer;
}


.fa{
	float: right;
	font-family: "SimSun";
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-top: 4px;
    line-height: 1;
}