
/* NAV */

#nav{
width:100%;
}
#nav ul li {

}


#nav ul li a {
    color: #333;
    transition: all 0.2s ease-out 0s; text-align:left; 
}

#nav ul li ul a {
    color: #fff;
   text-transform: uppercase; font-weight:300;
}


#nav ul li a:hover {


	transition:all 0.2s ease-out 0s;
}



/* CLEARING */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}

/* FIXED BAR */

.fixed {  
    position: fixed;   
    top: 0;  
    z-index: 999;    
}  