/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
/* {*/
/*    position: relative;*/
/*    width: 83%;*/
/*    z-index: 99;*/
/*    line-height: normal;*/
/*    text-align: center;*/
/*    display: block;*/
/*    margin: 10px auto;*/
/*}*/


/* general styling */
 li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    /* border-left: 6px solid transparent; */
    /* border-right: 6px solid transparent; */
    /* border-top: 6px solid #FFF; */
    display: inline-block;
    box-sizing: border-box;
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
} li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #FFF; position: relative; top: 4px; }
 li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.hide-arrows li.has-sub > a:after, .hide-arrows li li.has-sub > a:after, .hide-arrows li.drop-left li.has-sub > a:after { display: none; }
 .menu-toggle,  .close-menu,  .call-btn-mobile,  .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
 .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.desktop li.has-sub a { padding-right: 5px; }
.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.mobile > ul > li > a.dd-toggle { padding: 0; }
 li.call-btn-mobile,  li.location-btn-mobile { display: none; }

/* svg icons */
 svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

 a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
 a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
 a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
 li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.light a.dd-toggle .icon-plus:before { border-color: #000; }
.light a.dd-toggle .icon-plus:after { border-color: #000; }
.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

 .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
 .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
 .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.light .icon-close:before { border-color: #000; }
.light .icon-close:after { border-color: #000; }
.dark .icon-close:before { border-color: #FFF; }
.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
 .menu-toggle,  .call-btn-mobile,  .location-btn-mobile,  .close-menu { padding: 15px; box-sizing: border-box; }
 .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
 .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
 .full { width: 100%; }
 .half { width: 50%; }
 .third { width: 33%; text-align: center; }
 .location-btn-mobile.third { text-align: center; }
 .location-btn-mobile.half { text-align: right; }
.light .third, .light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.light.left .third, .light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.light.right .third, .light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.light .third:first-child, .light .half:first-child { border-left: 0; }
.dark .third, .dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.dark.left .third, .dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.dark.right .third, .dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.light.left .menu-toggle, .light.right .menu-toggle { border-bottom: 0; }
.dark.left .menu-toggle, .dark.right .menu-toggle {
    border-bottom: 0;
color: #2a2a2a;
text-transform: capitalize;
font-size: 15px;
font-family: 'Montserrat';
font-weight: 600;
padding: 10px 0; 
border-bottom: 0; 
}
.dark .third:first-child, .dark .half:first-child { border-left: 0; }
.light .menu-toggle span.bars span { background: #000; }
.dark .menu-toggle span.bars span { background: #FFF; }
.mobile { position: static; }
.mobile.fixed { position: static; }
.mobile ul { position: relative; display: block; }
.mobile.active { padding-bottom: 0; }
.mobile.active > ul { display: block; }
.mobile ul { text-align: left; }
.mobile > ul > li { display: block; }
.mobile > ul > li > a { padding: 15px; }
.mobile ul { background: rgba(221, 221, 221, 1); }
.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; }
.mobile ul ul ul { left: auto; top: auto; }
.mobile li.drop-left ul ul { right: auto; }
.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.mobile li a.dd-toggle { border: 0; }
.mobile.light li a.dd-toggle { border: 0; }
.mobile .menu-toggle, .mobile .dd-toggle, .mobile .close-menu, .mobile .call-btn-mobile, .mobile .location-btn-mobile { display: inline-block; }
.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.mobile li.call-btn-mobile, .mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.mobile li.call-btn-mobile.full, .mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.mobile.light ul { background: rgba(255, 255, 255, 1); }
.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.mobile li.has-sub > a:after, .mobile li li.has-sub > a:after, .mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.mobile.right > ul { right: 0; }
.mobile.right .close-menu, .mobile.left .close-menu { display: inline-block; text-align: right; }
.mobile.left > ul { left: 0; }
.mobile.right .location-btn-mobile.half, .mobile.right .call-btn-mobile.half, .mobile.right .close-menu.half { text-align: center; }
.mobile.right .location-btn-mobile.third, .mobile.right .call-btn-mobile.third, .mobile.right .close-menu.third { text-align: center; }
.mobile.left .location-btn-mobile.half, .mobile.left .call-btn-mobile.half, .mobile.left .close-menu.half { text-align: center; }
.mobile.left .location-btn-mobile.third, .mobile.left .call-btn-mobile.third, .mobile.left .close-menu.third { text-align: center; }
.mobile.left .menu-toggle.half, .mobile.left .menu-toggle.third, .mobile.right .menu-toggle.half, .mobile.right .menu-toggle.third { text-align: left; }
.mobile.left .close-menu.third span, .mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.desktop li.mega ul ul { background: none; }
.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.desktop li.mega li li {
    display: block;
    position: relative;
    left: 4px;
    line-height: 29px;
}
.desktop li.mega ul ul { width: auto; }
.desktop > ul > li.mega { position: inherit; }
.desktop > ul > li.mega > ul {
    width: 100%;
     max-width: 100% !important; 
    /* right: 127px !important; */
}
.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box;     width: 16% !important;
}
.desktop li.mega li li a { padding: 5px 15px; }
.desktop li.mega li.has-sub a:after { display: none; }
.desktop > ul > li.mega > ul > li > a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}
.desktop > ul > li.mega > ul > li > a:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	width:100px;
	height:2px;
	background:#f00;
    color: #000000;
 
}


