/*
 * Stellarnav.js 1.0.0
 * jQuery responsive multi-level dropdown menu designed to do most of the heavy CSS work for you.
 * Copyright (c) 2016 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav { position: relative; width: 1200px; z-index: 9998; line-height: 32px; height: 32px;}
.stellarnav ul { margin: 0; padding: 0; text-align: center; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle;}
.stellarnav li a {
	height: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	font-family: centuryf;
	box-sizing: border-box;
-webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a {
	width:230px;
	margin-top:-9px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	line-height: 26px;
}
.stellarnav ul ul { top: auto; width: 100%; position: absolute; z-index: 9997; text-align: left; display: none;}
.stellarnav li li { display: block; }
.stellarnav ul ul ul { top: 0; left: 230px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 230px; }
.stellarnav.light {
	background-color: transparent;
	background-position: 255;
}
.stellarnav.light ul ul {
	background-image: linear-gradient(to top, #01bffe, #214369 );
	background-color: #4d92ff;
	background-position: 255;
}
.stellarnav.light li a { color: #fff; }
.stellarnav.light li a select { background-color: #ffd737; }
.stellarnav.light li a:hover {
	color: #fff;
	background-color: #0C0;
}
.stellarnav.light .menu-toggle, .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile { color: rgba(0, 0, 0, 1); }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9997; border: 0; }
.stellarnav .dd-toggle i { position: absolute; margin: auto; top: 33%; left: 0; right: 0; -webkit-transition: transform .3s ease-out; -moz-transition: transform .3s ease-out; transition: transform .3s ease-out; }