/**
 * Name: booNavigation.css
 * Date:Sun 16 Feb 2014
 * Author: Noemi Losada Estrella <info@noemilosada.com>
 * Creative Commons License <http://creativecommons.org/licenses/by-sa/3.0/>
 */

/** General
================================================== */


.wrapper {
    margin: 50px auto;
    width: 100%;
}

ul li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
  
    margin:-5px -2px 0 -2px;
    
}

    .booNavigation li.navItem i {
    color : #bbb;
    margin-left:10px;
    
    }

.booNavigation li.navItem {
    
    .border-top: 5px solid #9900CC;
    padding: 10px 20px;
    float: right;
   
    color:#000;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booNavigation li.navItem:hover {
    background-color: #f2f2f2;
    border-color: #000;
    cursor: pointer;
}

.booNavigation li.navItem > a {
    color: #000;
}

.navContent h2{
     font-size:14px ;
     font-weight:bold;
}

.booNavigation li.navItem .navContent {
    background-color: #f7f8fa;
    left: 0;
    position: absolute;
    top: 35px;
    width: 100%;
    padding:0 10px;
    z-index: 999;
    border-top:1px solid #f2f2f2;
-moz-box-shadow: 0 8px 9px -11px #000;
-webkit-box-shadow: 0 8px 9px -11px #000;
box-shadow: 0 8px 9px -11px #000;
}

.booNavigation .navContent > li {
    color: #000;
    float: right;
    padding: 10px;
    
}

.booNavigation .navContent ul li a {
    color: #000;
    display: block;
    padding: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size:13px;
}

.booNavigation .navContent ul li a:hover {
    background-color: #f2f2f2;
    .padding-left: 20px;
}


.dropdown-header h2{
.font-weight:bold;
font-size:14px !important;
margin-right:-20px;


}
    .dropdown-header h2  a {
        color: #4aaa4e !important;
    }

.dropdown-header:hover{
 background-color: none;

}


/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}
