.mlpm_w {
	position: fixed;
	overflow: hidden;
	min-width: 100%;
	min-height: 100% !important;
	margin: 0;
	padding: 0;
	right: 0;
	z-index: 5;
}

.mlpm_w .levelHolderClass {
	position: absolute;
	overflow: hidden;
	top: 0;
	background: #fff;
	width: auto;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	zoom: 1;
}

.mlpm_w .ltr {
	margin-left: -100%;
	left: 0;
	-moz-box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2);
	box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2),direction=90,strength=2);
}

.mlpm_w .rtl {
	margin-right: -100%;
	right: 0;
	-moz-box-shadow: 5px 0 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 0 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 0 5px 5px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2),direction=270,strength=2);
	cursor: auto;
}

.mlpm_w .mlpm_inactive {
	background: rgba(255,255,255,0.3);
}

.mlpm_w h2 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 300;
	color: #ccc;
	padding: .4em;
	margin-top: 50px;
	text-align: left !important;
	cursor: auto;
}

.mlpm_w .mlpm_inactive > h2 { color: #fff; }
.mlpm_w .mlpm_inactive > h2:hover { color: rgba(255,255,255,0.7); }

.mlpm_w ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mlpm_w li {
	cursor: pointer;
	border-top: none;
	padding: 0;
	text-align: left !important;
}

.mlpm_w li:last-child {
	border-bottom: none;
}

.mlpm_w li:hover {
	background-color: #726891;
}

.mlpm_w a, .mlpm_w a:active {
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 18px;
	line-height: 1em;
	padding: .8em;
	text-decoration: none;
	color: #fff;
}

.mlpm_w a:hover {
	color: #ffe;
}

.mlpm_w .backItemClass {
	display: block;
	padding: .4em .4em .4em .4em;
	background: #726891;
	border-top: none;
}
.mlpm_w .backItemClass a {color: #fff;}

.mlpm_w .floatRight {
	float: right;
}

.mlpm_w .floatLeft {
	float: left;
}

.mlpm_w .cursorPointer {
	cursor: pointer;
}


.mlpm_w .iconSpacing_ltr {
	padding: 0 .4em 0 0;
}

.mlpm_w .iconSpacing_rtl {
	padding: 0 0 0 .4em;
}

#menu_multilevelpushmenu .fa-angle-right:before {
content: "\f104"; margin-right: 10px;
}
#menu_multilevelpushmenu .fa-angle-left:before {
content: "\f105"; margin-right: 10px;
}

#menu_multilevelpushmenu h2 i {margin-left: 4px; }


#menu_multilevelpushmenu > div > h2 > .fa-reorder:before {
	content: "\e603";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 11px;
	border: 1px solid;
	border-radius: 16px;
	padding: 7px;
	text-shadow: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu_multilevelpushmenu > div > h2 > .fa-reorder:hover:before {color: #726891;}

.mlpm_w .mlpm_inactive > h2 > .fa-reorder:before {
	content: "\e602" !important;
	font-size: 22px !important;
	border: none !important;
	padding: 0 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4) !important;
}
.mlpm_w .mlpm_inactive > h2 > .fa-reorder:hover:before {color: #fff !important;}

#menu_multilevelpushmenu a {color: #726891;}
#menu_multilevelpushmenu a:hover, #menu_multilevelpushmenu a:active, #menu_multilevelpushmenu .backItemClass a {color: #ffe;}
.mlpm_w .mlpm_inactive {background:transparent;}
.mlpm_w .mlpm_inactive h2 i {background: #726891; padding: 7px;}