/**
 * 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.2em;*/
    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 {
    //position: relative;
}

.booNavigation dt.navItem {
    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 dt.navItem:hover {
}

.booNavigation dt.navItem > a {
    //color: #fff;
}

.booNavigation dt.navItem .navContent {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    //left: calc(600px - 50vw);
    z-index: 999;
    border-top: 1px solid #eee;
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
    //height: 200px;
    text-align: center;
}

.booNavigation .navContent img {
    width: 120px;
    height: 120px;
    display: block;
}

.booNavigation .navContent > li {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
}

.booNavigation .navContent a {
    color: #111;
    display: block;
    padding: 10px;
    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: 12px;
}

.booNavigation .navContent a:hover {
    
}

.booNavigation .navContent em {
    font-style: normal;
    margin: 20px 0;
    display: block;
}

/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}
