.overlogo {
	/*position: absolute;*/
	padding-top: 45px;
	z-index: 9998;
}
nav ul {
	list-style: none;
	list-style-image: none;
}
nav {
	background-color: #1d2025;
	margin-top: -1px;
	padding: 25px;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 60%;
}
nav ul li {
	float: left;
}
.fa {
	font: normal normal normal 22px/1 FontAwesome;
}
nav ul li:last-child {
	border: none;
}
nav ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 35px 0px 35px 0px;
	margin-right: 50px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
}
nav ul li a:hover, nav ul li a:focus {
	text-decoration: none;
	color: #fff;
}

nav ul li a .line {
	margin: 0 auto;
	width: 18%;
	height: 1px;
	margin-top: 5px;
	background: #fff;
	opacity: 1;
	transition: all 0.3s ease;
}
nav ul li a:hover .line {
	width: 100%;
	opacity: 1;
}



#nav-toggle {
	position: absolute;
	right: 16px;
}
#nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #fafafa;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #fff;
}
#nav-toggle.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	top: 10px;
	background: #fff;
}
.navicon {
	position: relative;
	height: 0px;
	margin-top: 54px;
	z-index: 9999;
	cursor: pointer;
}
.indicator {
	position: absolute;
	right: 0 !important;
}
.pull {
	display: none;
}



@media only screen and (min-width: 590px) and (max-width: 1169px){

nav ul {
	width: 100%;
}
nav ul li a {
	padding: 25px 0px 25px 0px;
	margin-right: 30px;
}


}

@media only screen and (min-width: 300px) and (max-width: 589px){

.overlogo {
	padding-top: 30px;
}

#nav-toggle {
	padding-top: 0px;
}

nav ul {
	float: left;
	width: 50%;
	margin-left: 27px;
}
nav ul li {
	float: none;
}
nav ul li a {
	padding: 18px 0px 18px 0px;
	margin-right: 0px;
}
nav ul li a .line {
	margin: 0;
	width: 5%;
	margin-top: 4px;
}

}
