/*
Version: 1.8
File Description: Place here your custom CSS styles
*/

.header-top {
    background-color: #0094A9;
}

@media screen and (max-width: 992px) {
    .hide-mobile {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

.overlay-links {
    margin-left: -25px;
}