
nav {
	background: none;
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-ul .s-12.l-5 {
	background: none;
}
.top-nav ul {
	padding: 0;
}

.top-nav a {
	font-size: 1em;
	text-transform:lowercase; text-decoration:none; 
}
.top-nav li.logo a, .top-nav li.logo.active-item a {
	background: none repeat scroll 0 0 ;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav li.logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav li.logo.active-item a:hover {
	background: none;
}
nav ul li ul li {
	text-align: left; width:100%;background: none repeat scroll 0 0 rgb(131, 178, 0); 
}
.top-nav ul ul {
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(131, 178, 0); color:#FFFFFF; width:200px; font-size: 1em;
}

.top-nav li ul li a:hover {
	background: none repeat scroll 0 0 rgb(155, 204, 24);
}
@media screen and (max-width: 800px) {

nav {
	background: none repeat scroll 0 0 rgb(131, 178, 0);
	position: relative;
}
.top-nav {
	text-align: left;
}
.carousel-text h2 {
	font-size: 1.3em;
}
.carousel-text p {
	font-size: 1em;
}
ul.top-ul {
	padding: 0;
}
ul.top-ul .right {
	float: none;
}
}