@charset "UTF-8";

.mm-navbar__title>span {
	padding: .75em 0;
	font-size: 1.2em;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
}

	.mm-menu_multiline .mm-listitem__text {
		text-align: left;
		padding-left: 2em;
	}

 #header .mod-menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#header .mod-menu li a {
		font-size: .75em;
	}

	#header .mod-menu > li > a {
		display: block;
	}

#header .mod-menu > li.mm-link {
	display: none;
}

#menu .mm-close {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding: 5px;
	font-size: 0;
	z-index: 999;
}

	#menu .mm-close:before,
	#menu .mm-close:after {
		position: absolute;
		content: '';
		display: block;
		width: 25px;
		height: 3px;
		top: 14px;
		left: 2px;
	}

#header .mod-menu {
	display: inline-block;
	text-align: right;
}

	#header .mod-menu li {
		position: relative;
		display: inline-block;
		padding: 0;
	}

	#header .mod-menu a {
		position: relative;
		margin: 0;
		padding: 1.75em 1em;
		font-weight: 300;
		color: #000;
		z-index: 5;
	}

	#header .mod-menu li:after,
	#header .mod-menu li.active:after {
		position: absolute;
		content: '\00a0';
		width: 100%;
		height: 100%;
		top: -100%;
		left: 0;
		z-index: 1;
	}

		#header .mod-menu li:hover:after,
		#header .mod-menu li.active:after {
			top: 0;
		}
