/*Find Your Fit menu using mmenu:*/


#menu-fff {
	background: #eee;
}
#menu-fff .mm-panel {
	padding: 0 !important;
}
#menu-fff .mm-panel:before,
#menu-fff .mm-panel:after {
	content: none !important;
	display: none !important;
}
#menu-fff .mm-listview {
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
#menu-fff .mm-listview li {
	height: 25%;
	overflow: hidden;
}
#menu-fff .mm-listview > li > a,
#menu-fff .mm-listview > li > span {
	line-height: 100px;
	padding: 0 0 0 30px;
	margin-top: -50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%; !important;
	transition: padding 0.5s ease;
	color: #fff;
	font-size: 2em;
	text-align: center;
	}
#menu-fff .mm-listview > li > a:hover {
	padding-left: 40px;
}
#menu-fff .mm-listview li:nth-child( 1 ) { background: #075d92; }
#menu-fff .mm-listview li:nth-child( 2 ) { background: #7f7f82; }
#menu-fff .mm-listview li:nth-child( 3 ) { background: #075d92; }
#menu-fff .mm-listview li:nth-child( 4 ) { background: #7f7f82; }
#menu-fff .mm-listview li:nth-child( 5 ) { background: #075d92; }

#menu-fff.mm-menu.mm-theme-white .mm-navbar > *, 
#menu-fff.mm-menu.mm-theme-white .mm-navbar a {
color: #00529B;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
}
