/* Add here all your CSS customizations */
/*@media(max-width: 767px) {
    html:not(.sticky-header-active) #header .header-logo img {
        width: 150px !important;
        height: auto !important;
    }

    html.sticky-header-active .header-btn-collapse-nav {
        margin: 40px 0 11px 15px !important;
    }
}

@media(max-width: 767px) {
    .header-btn-collapse-nav {
        float: left !important;
        left: 200px;
    }
}*/
