
/* NIZIP TAKSI NET - HEADER LOGO FINAL
   Footer styles are intentionally untouched. */
.header .navwrap{
    min-height:76px;
    align-items:center;
}
.header .brand.brand-image{
    width:255px !important;
    min-width:255px !important;
    max-width:255px !important;
    height:64px;
    padding:0 !important;
    margin:0 !important;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    overflow:visible;
}
.header .brand.brand-image .brand-logo-shell{
    width:255px !important;
    height:64px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.header .brand.brand-image .site-logo{
    display:block;
    width:245px !important;
    height:auto !important;
    max-height:58px !important;
    object-fit:contain !important;
    object-position:left center !important;
    filter:drop-shadow(0 1px 0 rgba(0,0,0,.18));
}
@media (max-width:1100px){
    .header .brand.brand-image{
        width:225px !important;
        min-width:225px !important;
        max-width:225px !important;
    }
    .header .brand.brand-image .brand-logo-shell{
        width:225px !important;
    }
    .header .brand.brand-image .site-logo{
        width:218px !important;
        max-height:53px !important;
    }
}
@media (max-width:900px){
    .header .navwrap{min-height:70px}
    .header .brand.brand-image{
        width:205px !important;
        min-width:205px !important;
        max-width:205px !important;
        height:58px;
    }
    .header .brand.brand-image .brand-logo-shell{
        width:205px !important;
        height:58px !important;
    }
    .header .brand.brand-image .site-logo{
        width:198px !important;
        max-height:50px !important;
    }
}
@media (max-width:580px){
    .header .navwrap{
        min-height:72px;
        padding-top:5px;
        padding-bottom:5px;
    }
    .header .brand.brand-image{
        width:205px !important;
        min-width:0 !important;
        max-width:calc(100% - 70px) !important;
        height:58px;
    }
    .header .brand.brand-image .brand-logo-shell{
        width:205px !important;
        max-width:100% !important;
        height:58px !important;
    }
    .header .brand.brand-image .site-logo{
        width:198px !important;
        max-width:100% !important;
        max-height:51px !important;
    }
}
