.navbar-default{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #dbdbdb;
    background-image: none;
    color: #fff;
}

.navbar-default .navbar-toggle{
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}

.navbar-brand{
    width: 70px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-brand img{
    width: 70px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header-top{
    background-color: #083f88;
    color: #fff;
}

.header-top ul{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-top ul li{
    display: inline-block;
    font-size: 12px;
}

.header-top .col-sm-4, .header-top .col-sm-8{
    padding-left: 0px;
    padding-right: 0px;
}

.header-top .col-sm-4 ul li{
    margin-right: 30px;
}

.header-top .col-sm-8{
    text-align: right;
}

.header-top .col-sm-8 ul li{
    padding-right: 20px;
}

.menu-parent{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-nav li a{
    color: #5b6061;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu li a{
    color: #000 !important;
}

/*MEDIA QUERY*/

@media(min-width:768px){
    .navbar-nav>li>a {
        padding: 40px 8px;
    }
}

@media(min-width:992px){
    .navbar-nav>li>a {
        padding: 40px 20px;
    }
}

@media(max-width:767px){
    .navbar-brand {
        padding: 7px;
        margin-left: 15px;
    }

    .navbar-brand img{
        width: 36px;
    }

    .header-top .col-sm-4, .header-top .col-sm-8{
        text-align: center;
    }

    .navbar-default{
        background-color: #fff;
        color: #000;
    }

    .navbar-nav li a{
        color: #000 !important;
    }

}
