
/* =================
   Global SmartMenu Customization
   ================= */

/* =================
  Mobile First
   ================= */
   
 nav {
  font-size: 14px;
  transition: top 0.5s ease;
}
.navbar-default {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0px;
  height: auto;
}
.navbar-default .navbar-collapse {
  border: none;
  max-height: initial;
}
.navbar-default .sm-nav li a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2.8px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-default .sm-nav >li > a {
  text-transform: uppercase;
  text-align: center;
}
.container > .navbar-header, 
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > 
.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  }
/*remove border top*/
.sm-nav ul li:first-child {
  border-top: 0;
}

/*style rows*/
.sm-nav a, 
.sm-nav a:hover, 
.sm-nav a:focus, 
.sm-nav a:active {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.sm-nav ul {
  background: rgba(255, 255, 255, 0.35);
}
.sm-nav ul ul {
  background: rgba(3, 3, 3, 0.9);
}
.sm-nav >li a:hover,
.sm-nav >li a:active
{
  background: #f6a446;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.sm-nav li a:focus {
  background: rgba(55, 55, 55, 1.0);
}
.sm-nav ul >li a {
  text-transform: uppercase;
  background-color:rgba(0, 0, 0, 0.80)!important;
}
.sm-nav li a.has-submenu:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 400;
}
.sm-nav>li {
  background:rgba(0, 0, 0, 0.73);
}

/*bars text */
.sm-nav ul >li a,
.sm-nav ul >li a:hover,
.sm-nav ul >li a:focus,
.sm-nav ul >li a:active,
.sm-nav ul >li a.highlighted,
.sm-nav ul ul li a,
.sm-nav ul ul li a:hover,
.sm-nav ul ul li a:focus,
.sm-nav ul ul li a:active,
.sm-nav ul ul li a.highlighted {
  font-weight: 100;
  text-transform: initial;
}
/*+,- icons*/
.sm-nav a span.sub-arrow {
  font: bold 16px/34px monospace !important;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 8px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
a.highlighted span.sub-arrow:before { 
  display: block; content: '-'; 
}

/* style hamburger icon*/
.navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: transparent;
  z-index: 100;
  /* margin: 12px 0; */
  margin: 0px 3px 0px;
  padding: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1ed760;
  height: 4px;
  width: 24px;
  margin-bottom: 4px;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}


@media screen and (max-width: 1280px) {
.navbar-fixed-top {
    position: relative;
    top: 0px!important;
}
    
.navbar-collapse {
  position: absolute;
  left: 15px;
  right: 15px;
  margin: auto;
}
.sm-nav {
  width:auto;
  max-width: 960px;
  margin: auto;
  padding: 0px 20px;
}
.sm-nav ul {
  display:none;
  position:static;
  top:auto;
  left:auto;
  margin-left:0;
  margin-top:0;
  width:auto;
  min-width:0;
  max-width:none;
}
.sm-nav>li {
  float:none;
}
   
 @media screen and (max-width: 480px){
.navbar-fixed-top {
    position: relative;
     /*top: 121px!important; */
    background-color: #1F2714;
}
        }
/*disable device tap hover coloring*/
.sm-nav >li a { 
  -webkit-tap-highlight-color: transparent; 
}
.sm-nav >li a:hover {
  background: none;
}
.sm-nav >li a:active {
 -webkit-tap-highlight-color: transparent; 
}
}


/* =================
   *Desktop ViewPort
   ================= */
@media screen and (min-width:1281px) {
  nav {
  font-size: 14px;
  overflow-y: visible;
  max-height: auto;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.navbar-default {
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
 .navbar-default .sm-nav li a {
  background-color: rgba(0, 0, 0, 0.0);
}
.navbar-collapse {
  padding: 0px;
  background-color: transparent;
}
.sm-nav {
  text-align:right;
  line-height: 18px;
  border: none;
  margin-left: 319px;
}

.sm-nav > li {
  text-align:right;
  background: none;
}
.sm-nav >li {
  float:none!important;
  display:inline-block;
  font-weight: 300;
}
.navbar-default .sm-nav > li >a {
  line-height: 4px;
  padding: 0px;
  margin: 14px 15px;
}
.sm-nav li a.has-submenu:first-child {
  border-top: 0px;
  font-weight: 300;
}
.sm-nav a,
.sm-nav a:hover,
.sm-nav a:focus,
.sm-nav a:active,
.sm-nav a.highlighted {
  color: white;
}
.sm-nav ul,
.sm-nav ul ul {
  z-index: 100;

}

/*dropdown text*/
.sm-nav ul >li a,
.sm-nav ul >li a:hover,
.sm-nav ul >li a:focus,
.sm-nav ul >li a:active,
.sm-nav ul >li a.highlighted,
.sm-nav ul ul li a,
.sm-nav ul ul li a:hover,
.sm-nav ul ul li a:focus,
.sm-nav ul ul li a:active,
.sm-nav ul ul li a.highlighted {
  padding-left: 18px;
  font-weight: normal;
  font-size: 14px;
  border: 0 !important;
}
.sm-nav ul ul li a,
.sm-nav ul ul li a:hover,
.sm-nav ul ul li a:focus,
.sm-nav ul ul li a:active,
.sm-nav ul ul li a.highlighted {
  text-transform: uppercase;
}

/*dropdown colors*/
.sm-nav ul,
.sm-nav ul ul {
  background-color: #63DA8D;
  color: #fff;
  font: 'Roboto Light'sans-serif; !important
}
.sm-nav ul >li a,
.sm-nav ul >li a:hover,
.sm-nav ul >li a:focus,
.sm-nav ul >li a:active,
.sm-nav ul >li a.highlighted,
.sm-nav ul ul li a,
.sm-nav ul ul li a:hover,
.sm-nav ul ul li a:focus,
.sm-nav ul ul li a:active,
.sm-nav ul ul li a.highlighted {
  color: #FFF;
  background-color: transparent!important;
    text-transform: capitalize;
}
.sm-nav ul >li a:hover,
.sm-nav ul ul li a:hover,
.sm-nav ul > li.currentli > a,
.sm-nav ul > li.currentli > a.highlighted {
  color: #626062;
  background: #fff;
}
.sm-nav ul >li a:hover,
.sm-nav ul ul li a:hover {
  background-color: white!important;
}     

.sm-nav ul a:hover,
.sm-nav ul a:focus,
.sm-nav ul a:active,
.sm-nav ul a.highlighted,
.sm-nav ul > li.currentli > a,
.sm-nav ul > li.currentli > a.highlighted {
  background: #fff!important;
  color: #626062;
}

/* style current page & hover */
.navbar-default .sm-nav > li >a:before,
.navbar-default .sm-nav > li >a:hover:before,
.navbar-default .sm-nav > li.currentli > a:after {
    content: "";
    position: absolute;
    top: -15px;
    display: block;
    left: 0;
    right: 0;
    border-top: 4px solid #1ed760;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.navbar-default .sm-nav > li >a:before {
    opacity: 0;
 }
.navbar-default .sm-nav > li >a:hover:before {
    opacity: 1;
}

/*top tier arrows*/
.sm-nav a span.sub-arrow {
  display: inline-block;
  margin-top: -5px;
  right: -12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(250, 250, 250, 1);
  background-color: transparent;
}

/*lower tier arrows*/
.sm-nav ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-left: 4px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }


/*  dropdown menu scroller */
.sm-nav span.scroll-up,
.sm-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    height: 20px;
  }
.sm-nav span.scroll-up-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(250, 250, 250, 1);
  }
.sm-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(250, 250, 250, 1);
  }
.sm-nav span.scroll-down-arrow {
    top: 6px;
  }


/*(not recommended editing these rules) */
  .sm-nav ul {
    position: absolute;
  }
  .sm-nav li {
    float: left;
  }
  .sm-nav.sm-rtl li {
    float: right;
  }
  .sm-nav ul li, .sm-nav.sm-rtl ul li, .sm-nav.sm-vertical li {
    float: none;
  }
  .sm-nav a {
    white-space: nowrap;
  }
  .sm-nav ul a, .sm-nav.sm-vertical a {
    white-space: normal;
  }
  .sm-nav .sm-nowrap > li > a, .sm-nav .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
}
