nav {
	position: relative;
	max-width: 100%;
}
.nav-content {
	width: 100%;
	height: 170px;
	margin: auto;
	position: relative;
	background-color: black;
	z-index: 100000
	
	
}
.top-nav {
	width: 100%;
	padding:30px 0 40px 0
}
.top-nav ul {
	max-width: 1000px;
	height: 0px;
	margin: 0 auto;
	text-align: center;
}
.top-nav li {
	display: inline-block;
	position: relative;
	top: 0px
}
.top-nav li a {
	font-family: 'Dosis', sans-serif;
	display: block;
	font-size: 15px;
	padding: 0px 30px;
	color: white;
	border-right: solid 1px #919191;
	letter-spacing: 10px
}
.top-nav li a:hover {
	color: #B6FF00
}
.top-nav .actual {
	color: #B6FF00
}
.nav-text {
	display: none
}
.top-nav li a.borderno {
	border: 0px
}

@media screen and (max-width:800px) {
nav {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	line-height: 3em;
}
.nav-content {
	width: 100%;
	height: 0px;

}
.top-nav {
	width: 100%;
	padding:0
}

.top-nav ul {
	margin: 0;
	padding: 0 20px;
	float: none;
	text-align: center;
	}
.top-nav li {
	top: 0px
}
.top-nav li a {
	border: 0px;
	background: #4a4a4a;
}
.top-nav li a:hover {
}
.top-nav > ul {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 999;
}
.top-nav > ul.show-menu {
	height: auto;
}
.top-nav li {
	display: block;
	float: none;
	list-style: none outside none;
	margin: 0;
}

.top-nav li a {
	background: rgba(0,0,0,0);
	color: #fff;
	display: block;
	padding: 0.625em;
	text-decoration: none;
}
.menu ul li a.actual {
	color: #00F1F2
}
.top-nav li {
	border-top: 1px solid  rgba(145,145,145,1.00);
}
.top-nav li a:hover {
	background: rgba(255,255,255,0.2);
	color: #fff;
	border: none;
	border-top: 1px solid #666;
}
.top-nav > ul ul.show-ul {
	display: block;
	height: auto;
}
.nav-text:after {
	content: "\f008";
	font-family: "mfg";
	font-size: 1.8em;
	margin-left: 0.5em;
	text-align: right;
	color: #FFF
}
.nav-text {
	color: #fff;
	display: block;
	margin-right: 0.625em;
	max-width: 100%;
	text-align: right;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
}
