#supermenu ul {
	list-style: none;
}
.mn-al1 {
	display: block;
	line-height: 14px;
	padding: 13px 5px 13px 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.mn-l2, .mn-l3.flyout {
	display: none;
	border-radius: 1px;
	padding: 5px 9px;
	background: #6e6868;
}
.mn-al2, .mn-al3 {
	vertical-align: top;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
.mn-img {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #ececec;
}
.mn-viewall {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	background: #384044;
	padding: 4px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 10px;
}
#supermenu a {
	color: #fff;
}

@keyframes fadeIn {
    from { top: -20px; }
      to { top: 0px; }
}
#mn-mobile {
	font-size: 32px;
	position: absolute;
	left: 9px;
	top: -3px;
	color: #ff6346;
	z-index: 1; /* display on top of #topbar when search is open */
	cursor: pointer;
}
.mn-ul.exped {
	display: block;
	overflow-y: auto;
}
.mn-l1.home {
	display: none;
}
.mn-l1 {
	display: block;
}
.mn-expand, .mn-collapse {
	position: absolute;
	top: 5px;
	right: 9px;
	font-size: 20px;
	background: #fff;
	color: #000;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}
.mn-collapse {
	display: none;
}
a.exped .mn-expand {
	display: none;
}
a.exped .mn-collapse {
	display: block;
}
.mn-al2 .mn-expand, .mn-al2 .mn-collapse {
	top: 0;
}
.mn-l2 {
	position: relative; /* for animation */
}
.mn-l2.exped, .mn-l3.exped {
	display: block !important;
    animation: fadeIn 0.3s;
}
.mn-scroll {
	max-height: 181px;
	overflow-y: auto;
}
.mn-al2 {
	display: block;
	position: relative;
	padding: 5px 0;
	margin: 0px;
	text-align: left;
	min-height: 34px;
}
.mn-img {
	width: 52px;
	height: 52px;
	margin-right: 10px;
}
.al2-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 4px;
}
.mn-l4 {
	display: none;
}

@media (min-width: 992px) {
	#mn-mobile {
		display: none !important;
	}
	.mn-ul {
		display: table !important;
		width: 100%;
		height: auto !important;
		position: relative;
	}
	.mn-l1 {
		display: table-cell;
		vertical-align: middle;
	}
	.mn-expand, .mn-collapse {
		display: none !important;
	}
	.mn-l1.home {
		width: 50px;
	}
	.mn-al1.home {
		height: 40px;
		padding: 10px 5px;
		font-size: 16px;
		line-height: 20px;
	}
	.mn-l2 {
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 20;
	}
	.mn-l2.exped {
		animation: none;
	}
	.mn-scroll {
		max-height: none;
		overflow-y: visible;
	}
	.mn-al2 {
		display: inline-block;
		padding: 0;
		margin: 10px;
		/*margin-left: 20px;
		margin-top: 20px;*/
		text-align: center;
		width: 135px;
	}
	.mn-img {
		width: 135px;
		height: 135px;
		margin-right: 0;
		margin-bottom: 5px;
		border-radius: 50%;
	}
	.mn-viewall:hover {
		background: #ff6346;
		transform-origin: 0 0;
		transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
		color: #fff;
	}
	#supermenu a.mn-al1:hover {
		background: #fff;
		color: #ff6346;
	}
	.mn-l3.flyout.exped {
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
		min-width: 250%;
		min-height: 100%;
		border-left: 1px solid gray;
	}
	.mn-l3 > li {
		float: left;
		width: 25%;
	}
	.mn-al3 {
		display: block;
		margin: 10px;
	}
	.mn-l4 {
		display: block;
		margin-left: 20px;
	}
}
