.container_menu {
	position:absolute;
	width:100%;
	font-size: 14px;
	margin-top:-65px;
}
.container_menu > section {
	margin    : 0 auto;
	padding   : 1em 3em;
	text-align: center;
	}
.cl-effect-6 a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: gold;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	text-shadow:5px 5px 5px #000000;
	font-size: 1.35em;
}

.cl-effect-6 a:hover, nav a:focus {
	outline: none;
}

/* Effect 6: same word slide in and border bottom */

.cl-effect-6 a {
	margin: 0 10px;
	padding: 10px 20px;
}

.cl-effect-6 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

.cl-effect-6 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cl-effect-6 a:hover::before {
	top: 100%;
	opacity: 1;
}

.cl-effect-6 a:hover::after {
	height: 100%;
} 
