﻿*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
}
body{
    font-family: 'Lato', sans-serif;
   }
/********************
*******nav********/
.nav{text-align: center;}


/*****NAV 2*****
***************/
.tab .navbar-toggle{display: block; background: #36a55e; color: #fff;}
.tab  .navbar-toggle .icon-bar{background: #fff;}
.abix-tree-list li {
    list-style: none;
    background: #36a55e;
    border-top: 1px solid #2f2e34;
}
.abix-tree-list li a{color: #fff; padding: 10px 15px; display:block; font-size: 16px;
text-transform: uppercase;}
.abix-tree-list li a:hover{color: #fff;text-decoration: none;}
.abix-tree-list .collapsed span.icon, 
.abix-tree-list .expanded span.icon { padding: 12px 0 0px 12px;
    margin-right: 1px; width: 38px; height: 38px; background: #fff;
    display: inline-block;
    cursor: pointer;
    color: #000; float: right;
}
.tab #icon{
  color: #2f9aea; font-size: 30px;
  cursor: pointer; float: right; padding-top: 30px;}
#tree{background:transparent; padding-top: 70px; display: none;padding-left: 0px;}
.expanded ul li a{padding-left: 30px; background: #333;}
.expanded ul ul li a{padding-left: 40px; background: #666;}

.expanded ul{padding-left: 0px;}


.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 10009;
    left: 0;
    background: #fff;
}