@charset "UTF-8";

header { 
	position: fixed;
	width: 100%;
	z-index: 999999;
	font-family: Mada-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tinext-logo {
	position: fixed;
	top: 6px;
	left: 15px;
}

.stellarnav ul {
	background-color: #000000;
	border-bottom: solid 1px #bdbfca;
}

.stellarnav>ul>li>a {
	text-transform: uppercase;
	font-size: 16px;
	color: #efefef !important;
	padding: 20px 30px;
}

.stellarnav>ul>li>a:hover {
	color: #FFFFFF !important;
}

.stellarnav ul ul {
	width: 100%;
	background-color: transparent !important;
	
}

.stellarnav>ul>li>ul>li>a:hover {
	color: #FFFFFF !important;
}

.stellarnav ul ul li {
	-ms-transform: translate(0px, 3px);
    -webkit-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
	background-color: #ffffff !important;
	border-bottom: solid 1px #efefef;
}

.stellarnav ul ul li a {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
}


.stellarnav .hover {
	background-color: #16589b !important;
}

.stellarnav .logout:hover {
	background-color: #333333 !important;
}

#button-logout {
	color: #efefef;
	font-family: Mada-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#button-logout:hover {
	color: #FFFFFF;
}

.menu-toggle {
	color: #efefef !important;
}

@media only screen and (max-width : 1270px) {
	
	.stellarnav > ul > li > a { 
		padding: 20px 23px;
	}
	
}

@media only screen and (max-width : 1270px) {
	
	#tinext-logo {
		position: fixed;
		top: 8px;
		right: 10px;
		left: auto;
		width: 130px !important;
	}

	.stellarnav.mobile.light {
		background-color: #000000;
	}

	.stellarnav ul {
		padding-left: 0px;
	}
	
	.stellarnav ul ul {
		background-color: #ffffff !important;
	}
	
	.stellarnav ul ul li a {
		text-transform: uppercase;
		font-size: 12px;
		text-align: left;
		padding-left: 40px;
	}
	
	.stellarnav>ul>li>a {
		color: #000000 !important;
	}
	
	.stellarnav>ul>li>a:hover {
		color: #16589b !important;
	}
	
	#button-logout {
		color: #FFFFFF !important;
	}
	
	.stellarnav.light li a:hover {
		color: #16589b !important;
	}
	
}






