body {
    margin-top: 113.9167px;
}
.wrap.container-fluid.col1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}
.container-fluid.col2 {
    position: fixed;
    top: 44.9167px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}
.logo {
    background-image: none;
    height: 69px;
    /*overflow: hidden;*/
}
.logo img {
    float: left;
    margin-left: -16px;
}

@media screen and (max-width: 960px) {
    body {
        margin-top: 113.9167px;
    }
}
@media screen and (max-width: 769px) {
    body {
        padding-top: 60px;
    }
    .container-fluid.col2 {
        top: 64.5px;
    }
    .custom {
        padding-top: 139.5px;
    }
}
@media screen and (max-width: 414px) {
    body {
        padding-top: 0px;
        margin-top: 139.5px;
    }
    .custom {
        padding-top: 0px;
    }
    .logo img {
        float: left;
        margin-left: -16px;
    }
}
