﻿.widget-header-top {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
}

.header-top {
}

.header-bottom {
    height: 58px;
    z-index: 5;
    width: 100%;
    position: relative;
}

@media (max-width: 739px) {
    .header-bottom {
        position: relative !important;
    }
}