@CHARSET "ISO-8859-1";

#header {
    padding: 2% 0 0 0;
}

#header #logo {
    margin-bottom: 2%;
    margin-left: 0;
    position: relative;
}

#navigation {
    margin-left: 1.8%;
}

#navigation li {
    float: left;
    list-style-type: none;
    margin: 0 0 0 -15px;
}

#navigation-mobile,
#navigation-mobile ul {
    margin: 0px;
    padding: 0px;
    border: 1px solid;
}

.header-contact {
    font-family: gnuolane_rg;
    text-align: right;
    float: right;
}

.header-contact a {
    display: inline-block;
    font-size: 20px;
}

.header-contact.hideIcons{
    opacity: 0;
    pointer-events: none;
}

.header-contact a:hover {
    text-decoration: none;
}

.header-contact a:first-child {
    margin-bottom: 10px;
}

.header-contact a.tel {
    display: block;
    font-size: 30px;
}

.header-contact a img {
    width: 42px;
    margin-left: 10px;
}

#navigation-mobile li {
    display: block;
    margin: 0;
    list-style-type: none;
    background-color: #4D7A9A;
    border-bottom: 1px solid #fff;
    padding: 10px;
    text-align: center;
}

#navigation-mobile li a {
    color: #fff;
}

#wrapper {
    min-width: 100%;
    position: relative;
    top: -5px;
    width: 100%;
}

#header-links-section {
    background-color: #56819F;
    padding: 0% 0 1% 0;
}

#header-links-section,
#header-links-section a {
    color: #FFFFFF;
}

#header-tagline {
    padding: 12px;
}


.hamburger {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.hamburger span {
    position: relative;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    width: 35px;
    height: 5px;
    background-color: #1b4164;
    transition: transform 0.4s;
    display: block;
}

.hamburger span:before,
.hamburger span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
}

.hamburger span:after {
    top: auto;
    bottom: -9px;
}


.hamburger.change span:before {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.hamburger.change span {
    width: 0;
}

.hamburger.change span:after {
    transform: rotate(45deg) translate(-6px, -7.5px);
}


    #header #navigation-mobile {
        display: none;
    }

@media(max-width: 991px) {
    #header #navigation {
        display: none !important;
    }

    .hamburger {
        display: block;
        width: 35px;
    }

    #header #logo {
        width: 100%;
    }

    #header #logo img {
        max-height: 60px;
        object-fit: contain;
    }

    #header #logo a {
        width: 320px;
        display: block;
    }

    #header #logo.header-contact .text {
        display: none;
    }

    #header #logo.header-contact .icon {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1;
    }

    #header #logo.header-contact .icon img {
        margin: 0;
        border-radius: 50%;
    }

    #header #logo.header-contact .tel .icon {
        bottom: 55px;
    }

    #header #navigation-mobile {
        width: 100%;
    }
}



@media(max-width: 767px) {

    .header-contact a {
        font-size: 16px;
    }

    .header-contact a.tel {
        font-size: 22px;
    }

    .header-contact a img {
        width: 33px;
    }
}

@media(max-width: 575px){
    
    #header #logo a {
        width: 245px;
    }
}