body #header nav > ul > li > a{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding: 7px 10px;
    line-height: 30px;
    height: auto;
    border-radius: 0;
}

body #header nav > ul > li > a:after{
    content: '';
    border-left: 1px solid #DDD;
    position: absolute;
    top: 7px;
    height: 30px;
    right: -4px;
}

body #header nav > ul > li:last-child a:after{
    border: 0;
}

body .top-menus{
    position: relative;
}

body .top-menus ul{
    list-style-type: none;
    /*text-align: center;*/
    padding-left: 35px;
}

body .top-menus ul li{
    display: inline-block;
    text-transform: uppercase;
    height: auto;
    border: 0;
    position: inherit;
    line-height: 24px;
    float: none;
}
body #header  nav > ul > li.open > a, #header nav > ul > li:hover > a{
    background: none;
    color: #851414;
    opacity: 1;
}

/* START BASIC STYLE dropdown menu */
body #header nav > ul > li.dropdown .dropdown-menu{
    margin-top: 10px;
}

body .dropdown-menu{
    min-height: 300px;
    z-index: 999;
}
body .nav-pills>li.dropdown.active>a{
    background: none !important;
}
body .nav-pills>li.active>a{
    background: none !important;
    color: #851414 !important ;
}
body #header nav > ul > li.dropdown-mega .dropdown-mega-content{
    padding: 10px 0;
    margin-top: -15px;;
}
body #header nav > ul > li.dropdown-mega .dropdown-mega-content:before{
    content: "";
    height: 15px;
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
}

body #header nav > ul > li .dropdown-mega-content li{
    display: block;
}

body .dropdown-mega-content li a{
    font-size: 16px !important;
}
body #header nav > ul > li.dropdown .dropdown-menu li a{
    padding: 0 0 2px 0;
    color: white;
    text-decoration: none;
    border-bottom: 0;
    position: relative;
}
body .renderModules{
    color: white;
    float: right;
}
body .renderModules img{
    max-width: 100%;
    max-height:100%;
}

/* END BASIC STYLE */


/* sub menu link style */

#header nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
}

#header nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    border-radius: 0;
    border: 0;
    border-top: 3px solid #CCC;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    width: 100%;
    padding: 5px;
    text-align: left;
}

#header nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
}

#header  nav > ul > li.dropdown.open > .dropdown-menu, #header nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
}

body #header  nav .dropdown-menu .dropdown-menu li{
    line-height: 17px;
}

body #header  nav .dropdown-menu .dropdown-menu li a{
    font-size: 12px !important;
}

body .dropdown-menu .dropdown-mega-content > li > a:after{
    position: absolute;
    content: '';
    top: auto;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 2px;
    background-color: white;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
body .dropdown-menu .dropdown-mega-content > li:hover > a:after{
        width: 100%;
        left: 0;
}

body #header nav > ul > li.dropdown-mega > .dropdown-menu ul.dropdown-menu{
    position: relative;
    display: block;
    border-color: transparent;
    opacity: 1;
    min-height: auto;
    box-shadow: none;
    text-align: left;
    padding: 0 0 5px 10px;
    background: none;
    float: none;
    margin: 0;
    top: 0;
    transform: translate3d(0, 0px, 0);
}

body #header nav > ul > li.dropdown-mega > .dropdown-menu ul.dropdown-menu .dropdown-mega-content{
    padding: 0;
    margin-top: 0;
}

/* END sub menu link style*/

/* Museum Shop custom styling */
body #header nav > ul > li.museum_shop{
    margin-left: 35px;
}
body #header nav > ul > li.museum_shop > a{
    color: #fff;
    padding-top: 25px;
    margin-top: -25px;
}
body #header nav > ul > li.brown.museum_shop:hover > a:after{
    top: 72px;
}
/* End Museum Shop custom styling */

@media (max-width: 1200px){
    body #header nav > ul > li > a{
        font-size: 16px;
    }
}
@media (max-width: 1080px){
    body #header nav > ul > li > a{
        font-size: 15px;
    }
}
@media (max-width: 1024px){
    body #header nav > ul > li.museum_shop{
        margin-left: 10px;
    }
}