* {
    margin: 0;
    padding: 0
}
body {
    font-family: maven pro, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
    /* background-color: #d8d8d8; */
}
.wrapper {
    width: 100%;
    /* height: 200px; */
    min-height: 130px;
    height: auto;
    color: black;
}
ul li {
    list-style-type: none
}
a {
    color: #333;
    text-decoration: none
}
.booNavigation {
    position: relative
}
.booNavigation li.navItem {
    /* background-color: #0e98ed; */
    /* border-top: 5px solid #0e98ed; */
    /* padding: 5px 17px; */
    float: left;
    text-decoration: none;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    /* margin-left: 60px; */
    /* margin-bottom: 10px; */
    line-height: 30px;
    width: 200px;
}
.booNavigation li.navItem:hover {
    
    border-color: #000;
    cursor: pointer
}
.booNavigation li.navItem>a {
    color: #333;
}
.booNavigation li.navItem .navContent {
    background-color: #fff;
    left: 0;
    position: absolute;
    /* top: 35px; */
    width: 100%;
    z-index: 999;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dadada;
    height: 60px;
}
.booNavigation .navContent>li {
    color: #fff;
    float: left;
    width: 100%;
}
.navContent li ul {
    display: flex !important;
    flex-wrap: wrap;
    /* text-align: center; */
}
.booNavigation .navContent ul li a {
    /* color: #fff; */
    display: block;
    text-align: center;
    margin-left: 50px;
    /* padding-top: 20px; */
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    /* width: 50px; */
    height: 30px;
    line-height: 30px;
    /* border: 1px solid #dadada; */
    margin: auto;
    text-align: center;
    /* border: 1px solid #0083d9 !important; */
}
.booNavigation .navContent ul li a:hover {
    color: red;
    
}
.nav-example {
    clear: left
}