.leftMenu a {
	text-decoration: none;
	display: block
}

.leftMenu {
	background: #141558;
	left: -1e3px;
	position: fixed;
	top: 0;
	display: block;
	height: 100%;
	width: 68%;
	min-width: 140px;
	max-width: 440px;
	z-index: 90002;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	position: fixed;
	overflow: auto
}

.leftMenu.menu-open {
	left: 0
}
.leftMenu a{ color: #fff; padding-left: 25px;}
.leftMenu ul {
	list-style: none;
	padding: 0;
	overflow: hidden
}

.leftMenu ul li {
	position: relative;
	padding: 15px 0 15px 0;
	border-bottom:1px solid #2e2f86;
	overflow: hidden
}

.leftMenu ul li.hasChild>a:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 7px;
	font-size: 24px;
	font-weight: 300
}

.leftMenu ul li.hasChild.open>a:after {
	content: "-";
	right: 23px;
	font-size: 28px;
	top: 5px
}

.leftMenu ul li ul li{ }
.leftMenu ul li ul li a{ font-size: 0.9rem; display:block; line-height:42px; height: 42px; padding-left: 10px; color: #ff0;}

.f2,.f3 {
	height: 0;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	transition: height .4s ease;
	-moz-transition: height .4s ease;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease
}

.menu-dark-backdrop {
	background: transparent;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.menu-dark-backdrop.in {
	height: 100%;
	z-index: 90001;
	background: rgba(0,0,0,.5)
}