@font-face {
	font-family: 'nav-icons';
	src:url('nav-icons.eot?baj4gn');
	src:url('/static/fonts/MobileNavIcons/nav-icons.eot?baj4gn#iefix') format('embedded-opentype'),
		url('/static/fonts/MobileNavIcons/nav-icons.ttf?baj4gn') format('truetype'),
		url('/static/fonts/MobileNavIcons/nav-icons.woff?baj4gn') format('woff'),
		url('/static/fonts/MobileNavIcons/nav-icons.svg?baj4gn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="mbl-icon-"], [class*=" mbl-icon-"] {
	font-family: 'nav-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mbl-icon-search:before {
	content: "\e900";
}
.mbl-icon-close:before {
	content: "\e901";
}
.mbl-icon-menu:before {
	content: "\e902";
}

.navbar-mobile [aria-expanded="true"] [class^="mbl-icon-"]:before, .navbar-mobile [aria-expanded="true"] [class*=" mbl-icon-"]:before {
	content: "\e901";
}
