#menu .head-nav__right-links {
	float: right;
	font-size: 0.875rem;
	margin-top: 0.25rem;
	position: relative;
	z-index: 1026;
	order: 1;
	top: -6px;
}

#menu .head-nav__menu {
	background: url(../images/global-menu/lw-global-menu.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
	top: 4px;
	width: 29px;
	position: relative;
	z-index: 1025;
	cursor: pointer;
}

#menu .head-nav__menu .menu-drop {
	display: flex;
	flex-wrap: wrap;
	min-width: 250px;
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
	box-shadow: 5px 5px 25px #666;
}

#menu .head-nav__menu .nav-link {
	height: 100%;
}

#menu .head-nav__menu .nav-link.hover + .menu-drop {
	top: 30px;
	opacity: 1;
	transition: left 0s .0s, opacity .25s 0s;
}

#menu .head-nav__menu li {
	text-align: center;
	flex-basis: 33.33%;
}

#menu .head-nav__menu img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menu .menu-drop__mobile ul {
	display: flex;
	flex-flow: wrap;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
}

#menu .menu-drop__mobile ul li {
	border: none;
	flex-basis: 33.33%;
}

#menu .menu-drop__mobile ul li:hover {
	padding-top: 0.75rem;
	margin: 0;
}

#menu .menu-drop__mobile ul li a {
	display: inline;
}

#menu .menu-drop__mobile ul span {
	display: block;
}

#menu .menu-drop {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 0.75rem;
	margin-top: 15px;
	top: -99999px;
	right: 0;
	opacity: 0;
	transition: left 0s .1s, opacity .1s 0s;
}

#menu .menu-drop::before {
	content: "";
	border-bottom: 0.7rem solid #ffffff;
	border-right: 0.65rem solid transparent;
	border-left: 0.65rem solid transparent;
	top: -8px;
	position: absolute;
	right: 0.35rem;
}

#menu .menu-drop::after {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	border-top: 15px solid transparent;
	width: 100%;
}

#menu .menu-drop li {
	padding-top: 0.75rem;
	margin: 0;
}

#menu .menu-drop li:hover {
	padding-top: 0.75rem;
	margin: 0;
}

#menu .menu-drop li a {
	display: inline;
}

#menu li.last-child:hover {
	background: #ccdef0;
	padding: 0 10px;
	height: 32px;
}

.list-unstyled {
	padding-left: 0; list-style: none;
}

li.menu_right.menu-global {
	top: -2px;
}

@media only screen and (min-width:720px) {

	.nav-cover.nav-fade {
		opacity: 1;
		right: 0;
		transition: opacity .1s .1s linear, right 0s .1s linear;
	}

	.nav-cover {
		background: rgba(0, 0, 0, 0.15);
		right: 100%;
		opacity: 0;
		position: fixed;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		transition: opacity .15s 0s linear, right 0s .17s linear;
	}
}

