 .stellarNav {position: relative;width: 100%;line-height: normal;} .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 { padding: 15px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; 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 {padding: 20px 40px;}  .stellarNav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; } .stellarNav li li { display: block; }  .stellarNav ul ul ul { top: 0; left: 220px; } .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: 220px; }  .stellarNav.light { background: rgba(255, 255, 255, 1); } .stellarNav.light ul ul { background: rgba(255, 255, 255, 1); } .stellarNav.light li a { color: #000; } .stellarNav.light .menu-toggle { color: rgba(0, 0, 0, 1); }  .stellarNav.dark { background: rgba(0, 0, 0, 1); } .stellarNav.dark ul ul { background: rgba(0, 0, 0, 1); } .stellarNav.dark li a { color: #FFF; } .stellarNav.dark .menu-toggle { color: rgba(255, 255, 255, 1); }  .stellarNav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }  body.stellarNav-noscroll-x { overflow-x: hidden; }  .stellarNav li.has-sub > a:after { content: '\f0d7'; font-family: 'FontAwesome'; margin-left: 10px; } .stellarNav li li.has-sub > a:after { content: '\f0da'; font-family: 'FontAwesome'; margin-left: 10px; } .stellarNav li.drop-left li.has-sub > a:after { float: left; content: '\f0d9'; font-family: 'FontAwesome'; margin-right: 10px; } .stellarNav.hide-arrows li.has-sub > a:after, .stellarNav.hide-arrows li li.has-sub > a:after, .stellarNav.hide-arrows li.drop-left li.has-sub > a:after { display: none; } .stellarNav .menu-toggle, .stellarNav .close-menu {display: none;text-transform: uppercase;text-decoration: none;} .stellarNav .call-btn-mobile { display: none; } .stellarNav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; 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; } .stellarNav.mobile > ul > li > a.dd-toggle { padding: 0; } .stellarNav li.call-btn-mobile, .stellarNav li.call-btn-location { display: none; } .stellarNav li.open > a.dd-toggle i { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }  @media only screen and (max-width : 768px) { .stellarNav { overflow: hidden; display: block; } .stellarNav ul { position: relative; display: none; } }  .stellarNav .menu-toggle {padding: 15px;} .stellarNav.mobile { position: static; } .stellarNav.mobile.fixed { position: static; } .stellarNav.mobile ul { position: relative; display: none; } .stellarNav.mobile.active { padding-bottom: 0; } .stellarNav.mobile.active > ul { display: block; } .stellarNav.mobile ul { text-align: left; } .stellarNav.mobile > ul > li { display: block; } .stellarNav.mobile > ul.line-menu.center-inline li {   display: block;   } .stellarNav.mobile > ul > li > a {padding: 15px;display: block;} .stellarNav.mobile ul {} .stellarNav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; } .stellarNav.mobile ul ul ul { left: auto; top: auto; } .stellarNav.mobile li.drop-left ul ul { right: auto; } .stellarNav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); } .stellarNav.mobile li.has-sub a { padding-right: 50px; } .stellarNav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); } .stellarNav.mobile li a.dd-toggle { border: 0; } .stellarNav.mobile.light li a.dd-toggle { border: 0; } .stellarNav.mobile .menu-toggle, .stellarNav.mobile .dd-toggle, .stellarNav.mobile .close-menu { display: block; } .stellarNav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; } .stellarNav.mobile li.call-btn-mobile, .stellarNav.mobile li.call-btn-location { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; } .stellarNav.mobile li.call-btn-mobile.full, .stellarNav.mobile li.call-btn-location.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; } .stellarNav.mobile li.call-btn-mobile i, .stellarNav.mobile li.call-btn-location i { margin-right: 5px; } .stellarNav.mobile.light ul { background: rgba(255, 255, 255, 1); } .stellarNav.mobile.dark ul { background: rgba(0, 0, 0, 1); } .stellarNav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); } .stellarNav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); } .stellarNav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; } .stellarNav.mobile li.has-sub > a:after, .stellarNav.mobile li li.has-sub > a:after, .stellarNav.mobile li.drop-left li.has-sub > a:after { display: none; } 