header nav { display: none; }

header nav.show {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    margin-left: 60px;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav > ul {
	margin: 0 0 30px 0;
	padding: 0 20px 30px 20px;
	background-color: #F5F0DA;
}

header nav ul li { display: block; }

header nav ul li:not(:last-child) { border-bottom: 1px solid #C8C8C2; }

header nav ul li a {
	font-family: "SenseRegular", sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-decoration: none;
    color: #54534A;
    line-height: 22px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	padding: 15px 25px 14px 20px;
	box-sizing: border-box;
}

header nav ul li a:hover { color: #c5c3ae; }

header nav ul ul { display: none; }

header nav ul ul.show { display: block; }

header nav > ul > li.down > a:first-child {
	background-image: url(../svg/arrow-right.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 28px;
	padding-right: 42px;
	display: block;
}

header nav > ul > li.down > ul.show li {
	margin: 0 30px;
	letter-spacing: 2px;
}

header nav > ul > li.down > ul.show li h4,
header nav > ul > li.down > ul.show li p { margin: 10px 0; }

header nav li.lang { position: relative; }

header nav li.lang a.current { color: #c5c3ae; }

header nav li.lang .mgCloseNav {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	text-align: center;
}

header nav li.lang .mgCloseNav a {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F5F0DA;
	cursor: pointer;
}

header nav li.lang .mgCloseNav a hr {
    border: none;
    margin: 0;
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #000;
    top: 28px;
	left: 18px;
}

header nav li.lang .mgCloseNav hr:first-child { transform: rotate(45deg); }

header nav li.lang .mgCloseNav hr:last-child { transform: rotate(-45deg); }

header nav ul li ul { border-top: 1px solid #C8C8C2; }

@media all and (max-width: 479px) {
    header nav {
    	width: 100%;
    	left: 0;
    }
    
	header nav.show { 
	  margin-left: 0;
	}
   
}
