
/* all nav */
.aviNav { position: relative;  z-index: 1; line-height: normal; }
.aviNav ul { margin: 0; padding: 0; text-align: left; }
.aviNav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.aviNav li a { padding: 15px; display: block; text-decoration: none; color: #ffffff;  box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; font-size:15px; text-transform:uppercase; font-family: 'Source_Sans_Bold'; letter-spacing:1px; }

/* main level */
.aviNav > ul > li { display: inline-block;  padding-right: 15px;  }
.aviNav > ul > li > a { padding: 15px 5px; background-color:transparent !important; }

/* first level dd */
.aviNav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #fff; }
.aviNav ul ul li a{ color:#8c783c; text-transform:uppercase; border-bottom:1px solid #decdb9;}
.aviNav li li { display: block; }

/* second level dd */
.aviNav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.aviNav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.aviNav > ul > li.drop-left > ul { right: 0; }
.aviNav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.aviNav.light { background: rgba(255, 255, 255, 1); }
.aviNav.light ul ul { background: rgba(255, 255, 255, 1); }
.aviNav.light li a { color: #000; }
.aviNav.light .menu-toggle, .aviNav.light .call-btn-mobile, .aviNav.light .location-btn-mobile { color: rgba(0, 0, 0, 1); }

/* dark theme */
.aviNav.dark { background: rgba(0, 0, 0, 1); }
.aviNav.dark ul ul { background: rgba(0, 0, 0, 1); }
.aviNav.dark li a { color: #FFF; }
.aviNav.dark .menu-toggle, .aviNav.dark .call-btn-mobile, .aviNav.dark .location-btn-mobile { color: rgba(255, 255, 255, 1); }
/* sticky nav */ 
.aviNav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.aviNav-noscroll-x { overflow-x: hidden; }

/* general styling */
.aviNav li.has-sub > a:after { content: '\f105'; font-family: 'FontAwesome';   margin-left: 10px; font-size: 18px; float: right;}
.aviNav li li.has-sub > a:after { content: '\f105'; font-family: 'FontAwesome';  float: right;}
.aviNav li.drop-left li.has-sub > a:after { float: left; content: '\f104'; font-family: 'FontAwesome'; font-weight: bold; margin-right: 10px; margin-left: 0; }
.aviNav.hide-arrows li.has-sub > a:after, .aviNav.hide-arrows li li.has-sub > a:after, .aviNav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.aviNav .menu-toggle, .aviNav .close-menu, .aviNav .call-btn-mobile, .aviNav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.aviNav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.aviNav .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; }
.aviNav.mobile > ul > li > a.dd-toggle { padding: 0; }
.aviNav li.call-btn-mobile, .aviNav li.location-btn-mobile { display: none; }
.aviNav li.open > a.dd-toggle i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

/* Fallback for slow javascript */

/* mobile nav */
.aviNav .menu-toggle, .aviNav .call-btn-mobile, .aviNav .location-btn-mobile { color: #777; padding: 15px; box-sizing: border-box; }
.aviNav .full { width: 100%; }
.aviNav .half { width: 50%; }
.aviNav .third { width: 33%; text-align: center; }
.aviNav .location-btn-mobile.third { text-align: center; }
.aviNav .location-btn-mobile.half { text-align: right; }
.aviNav.light .third, .aviNav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.aviNav.light .third:first-child, .aviNav.light .half:first-child { border-left: 0; }
.aviNav.dark .third, .aviNav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.aviNav.dark .third:first-child, .aviNav.dark .half:first-child { border-left: 0; }
.aviNav.mobile { position: static; }
.aviNav.mobile.fixed { position: static; }
.aviNav.mobile ul { position: relative; display: none; }
.aviNav.mobile.active { padding-bottom: 0; }
.aviNav.mobile.active > ul { display: block; }
.aviNav.mobile ul { text-align: left; }
.aviNav.mobile > ul > li { display: block; }
.aviNav.mobile > ul > li > a { padding: 15px; }
.aviNav.mobile ul { background: rgba(221, 221, 221, 1); }
.aviNav.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; }
.aviNav.mobile ul ul ul { left: auto; top: auto; }
.aviNav.mobile li.drop-left ul ul { right: auto; }
.aviNav.mobile li a { }
.aviNav.mobile li.has-sub a { padding-right: 50px; }
.aviNav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.aviNav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.aviNav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.aviNav.mobile li a.dd-toggle { border: 0; } 
.aviNav.mobile.light li a.dd-toggle { border: 0; }
.aviNav.mobile .menu-toggle, .aviNav.mobile .dd-toggle, .aviNav.mobile .close-menu, .aviNav.mobile .call-btn-mobile, .aviNav.mobile .location-btn-mobile { display: inline-block; }
.aviNav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.aviNav.mobile li.call-btn-mobile, .aviNav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.aviNav.mobile li.call-btn-mobile.full, .aviNav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.aviNav.mobile li.call-btn-mobile i, .aviNav.mobile li.location-btn-mobile i { margin-right: 5px; }
.aviNav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.aviNav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.aviNav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.aviNav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.aviNav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.aviNav.mobile li.has-sub > a:after, .aviNav.mobile li li.has-sub > a:after, .aviNav.mobile li.drop-left li.has-sub > a:after { display: none; }
/* mobile nav */

