/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/



.logo-se {
    height: 110px !important;
    margin-top: 10px !important;
}

.logo-te {
    height: 90px !important;
    margin-top: 29px !important;
}

.logo-ok {
    height: 150px !important;
    margin-right: 35px !important;
    margin-top: 20px !important;
}


@media (max-width: 768px) {

    #mainMenu-trigger {
        background-color: #163b86;
        width: 60px;
        height: 60px;
    }

    #header .header-inner #logo, #header #header-wrap #logo {
        margin-top: 56px !important;
    }
    .logo-se {
        height: 86px !important;
        margin-top: 15px !important;
    }

    .logo-te {
        height: 70px !important;
    }

    .logo-ok {

    }
}