@charset "UTF-8";

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

#tornos-logo {
	position: fixed;
	top: 18px;
	left: 15px;
}

.stellarnav ul {
	background-color: #fff;
	text-align: right;
}

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

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

.stellarnav ul ul {
	width: 100%;
	background-color: transparent !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: 10px;
	text-align: right;
}

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

.stellarnav .has-sub .hover a:hover {
	color: #fff !important;
}

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

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

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

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

.stellarnav ul li ul li ul {
	margin-left: -64px !important;
}

/* @media only screen and (max-width : 1438px) {
	
	.stellarnav > ul > li > a { 
		padding: 20px 23px;
	}
	
	#reportek-logo {
		position: fixed;
		top: 14px;
		right: 10px;
		left: auto;
	}

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

	.stellarnav ul ul {
		background-color: #ffffff !important;
	}
	
	.stellarnav ul ul li a {
		text-transform: uppercase;
		font-size: 10px;
		text-align: left;
		padding-left: 40px;
	}
	
	.stellarnav>ul>li>a {
		color: #333333 !important;
	}
	
	.stellarnav>ul>li>a:hover {
		color: #244c5a !important;
	}
	
	#button-logout {
		color: #333333 !important;
	}
	
	.stellarnav.light li a:hover {
		color: #244c5a !important;
	}

	.stellarnav ul li ul li ul {
		margin-left: 0px !important;
	}

	.stellarnav ul li ul li ul li a {
		padding-left: 80px !important;
	}
	
} */






