/* =================
   Global SmartMenu Customization
   ================= */

/* =================
  Mobile First
   ================= */
nav {

  overflow-y: inherit;
  min-height: 60px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
 
}
.navbar {
  
     margin: 0px;
    
     
   
}
.navbar .navbar-toggle {
 border: medium none;
    float: left;
    margin: 12px 0px 0px -28px;
    padding: 4px 5px;
  background: #52a87e none repeat scroll 0 0;
}
.navbar-toggle .icon-bar {
  width: 24px;
  margin: 2px 0;
  border-radius: 2px;
  height: 3px;
}   
.navbar-collapse {
  padding: 0px;
  background-color:#222;
  box-shadow: none;
  border: none;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
    max-height: initial;
    

}

.navbar,
.navbar .dropdown-menu,
.navbar .navbar-toggle,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  }
.navbar-default .navbar-toggle .icon-bar {
  background-color: #52a87e
  }


.navbar-default,
.navbar-default .dropdown-menu,
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  
    /*filter: alpha(Opacity=50);
opacity: 0.5;
    
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;*/
  }
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  }


.sm-nav a, 
.sm-nav a:hover, 
.sm-nav a:focus, 
.sm-nav a:active {
  padding: 10px 20px;
  padding-right: 58px;
  color: #fff;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}


.sm-nav a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  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;
}

/*bars colors*/
.sm-nav ul {
  background: rgba(55, 55, 55, 1.0);
}
.sm-nav ul ul {
  background: rgba(55, 55, 55, 1.0);
}
.sm-nav >li a:hover,
.sm-nav >li a:active
{

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.sm-nav li a:focus {
  background: rgba(55, 55, 55, 1.0);
}

/*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 {
  padding-left: 40px;
  font-weight: 400;
}
.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: 60px;
  font-weight: 400;
  text-transform: initial;
}

/*extras*/
.sm-nav ul li:first-child {
  border-top: 0;
}

a.highlighted span.sub-arrow:before { 
    display: block; content: '-'; 
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
@media screen and (max-width: 767px) {
  .sm-nav{width:auto !important;}
  .sm-nav ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
  .sm-nav>li{float:none;}
  .sm-nav>li>a,ul.sm-nav ul.sm-nav>li>a{white-space:normal;}
  .sm-nav iframe{display:none;}
}

/* =================
   *Desktop ViewPort
   ================= */

@media screen and (min-width: 767px) {

nav {
  max-height: 100%;
  overflow-y: visible;
  max-height: auto;
  min-height: 100%;
  font-size: 15px;
}
.navbar {
  padding: 0 0 10px;
  
   /* -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);*/
    
  min-height: 36px;
}
.navbar-collapse {
  padding: 0px;
  background-color: transparent;
}
.sm-nav {
  text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sm-nav > li {
  text-align:left;
}

.sm-nav >li {
  float:none!important;
  display:inline-block;
  margin-right:-4px;
  border-bottom: 5px solid transparent;
        margin-top: -7px;
}

.sm-nav a,
.sm-nav a:hover,
.sm-nav a:focus,
.sm-nav a:active,
.sm-nav a.highlighted {
  padding: 0px 15px;
  color: #5f5959;
    
}
.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: 20px;
  font-weight: 400;
  font-size: 15px;
  border: 0 !important;
  text-transform: initial;
}
.sm-nav a.has-submenu,
.sm-nav a.has-submenu:hover,
.sm-nav a.has-submenu:focus,
.sm-nav a.has-submenu:active,
.sm-nav a.has-submenu.highlighted {
  padding-right: 30px;
}

    
/*dropdown colors*/
.sm-nav ul,
.sm-nav ul ul {
  background: #fff;
}

.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:hover,
.sm-nav ul ul li a:focus,
.sm-nav ul ul li a:active,
.sm-nav ul ul li a.highlighted,
.sm-nav ul > li.currentli > a,
.sm-nav ul > li.currentli > a.highlighted {
  font-weight: 400;
  color: #fff;
}
.sm-nav li a:focus {
  background: none;
}
.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: #52a87e
}
.sm-nav >li:hover {
  border-top: 5px solid #52a87e;


}
/*extras*/
.sm-nav a span.sub-arrow {
  display: inline-block;
  margin-top: -3px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(49, 49, 49, 1);
  background-color: transparent;
}
.sm-nav > li:first-child {
/*  border-left: 1px solid red;*/
}
.sm-nav ul li {
  border: 0;
}

.sm-nav li.currentli a {
    color: #4cce8f;
}
.sm-nav .sm-nowrap > li > a {
    color: #313131;
  }
/*  caret icon */
.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 */
}