/* Add here all your css styles (customizations) */

@media (min-width: 992px) and (max-width:1199px ) {


    .header .navbar-nav > li > a {
        bottom: -2px;
        position: relative;
        padding: 9px 18px 9px 13px;
    }

    .header .dropdown > a:after {
        right: 7px
    }
