
/* ESSEL site-wide navbar visual fix */
.navbar.navbar-pasific,
.navbar-fixed-top.navbar-pasific,
.navbar.navbar-mp,
.navbar.navbar-standart{
    background: rgba(37, 55, 135, .96) !important;
    border-bottom: 1px solid rgba(255,255,255,.35) !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

.navbar.navbar-pasific .navbar-nav > li > a,
.navbar.navbar-pasific .navbar-nav > a,
.navbar.navbar-pasific .navbar-nav > li > a:focus{
    color: #ffffff !important;
}

.navbar.navbar-pasific .dropdown-menu{
    background: #253787 !important;
}

.navbar.navbar-pasific .dropdown-menu > li > a{
    color: #ffffff !important;
}

.navbar.navbar-pasific .dropdown-menu > li > a:hover{
    background: rgba(255,255,255,.15) !important;
    color: #ffffff !important;
}

.navbar-brand img,
.navbar .navbar-brand img{
    max-width: none !important;
    width: auto !important;
    height: 36px !important;
    object-fit: contain !important;
}

.navbar-main-collapse .navbar-nav > a.navbar-brand img[src*="bg/en"],
.navbar-main-collapse .navbar-nav > a.navbar-brand img[src*="bg/tr"],
.navbar-main-collapse .navbar-nav li a.navbar-brand img[src*="bg/en"],
.navbar-main-collapse .navbar-nav li a.navbar-brand img[src*="bg/tr"]{
    height: 25px !important;
    width: auto !important;
    max-width: none !important;
}

iframe{
    max-width: 100% !important;
}
