/**
 * 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
================================================== */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    color: #333;
}

.wrapper {
    margin: 50px auto;
    width: 960px;
}

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

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

/** Navigation theme
================================================== */


.booNavigation li.navItem {

z-index: 10000;
 margin:0px 20px;
    padding: 15px 0px;
    float: left;
    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.navItem1{
    float: left;   
    
    padding: 20px 0px;
} 
.booNavigation li.navItem1 img{padding-left: 20px;}
.booNavigation li.navItem:hover {
      
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

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

.booNavigation li.navItem .navContentbox {
    
    background-color: #005097;
    left: 0;
    position: absolute;
    top: 115px;
    width: 100%;
    z-index: 9999;
}
.booNavigation .navContentbox-l{
    margin:20px 0px 0px;
    border-top: 2px solid #59687f;
    width: 100%;
    height: 2px;
}
.booNavigation .navContent{

    width:1300px;
    margin:0px auto;
}
.booNavigation .navContent .navContent-t{
height:40px;
}
.booNavigation .navItem:first-child .navContent >li{
    height: 293px;   
}
.booNavigation .navItem:nth-child(2) .navContent >li{
    height: 83px;   
}
.booNavigation .navItem:nth-child(3) .navContent >li{
    height: 260px;   
}
.booNavigation .navItem .navContent >li:last-child{
    border-right: none;   
}

.booNavigation .navContent > li {

    color: #fff;
    float: left;
    margin: 30px 10px;
    width: 18%;
    border-right: 1px solid #fff;
    
}
.booNavigation .navItem:nth-child(3) .navContent > li {

    color: #fff;
    float: left;
    margin: 30px 10px;
    width: 23%;
    border-right: 1px solid #fff;
    
}
.booNavigation .navItem:nth-child(3) .navContent > li:last-child {
    border-right: none;  
    
}
.booNavigation .navContent ul li a {
    margin-right: 20px;

    color: #fff;
    display: block;
    padding: 10px 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.booNavigation .navContent ul li a:hover {
    background-color: #59687f;
    padding-left: 10px;
}

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