#sp-top-bar {
        display: none;
}
#sp-header {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}
#sp-header .sp-megamenu-parent > li > a {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}
#sp-header.header-sticky {
        height: 80px;
}
#sp-header.header-sticky .logo {
        height: 80px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
        line-height: 80px;
}
.logo-image {
        height: 120px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}
.header-sticky .logo-image {
        height: 80px;
}