#app .fh-header {
    background-image: url('img/header_1920.jpg');
    width: 100%;
    height: 420px;
    position: relative;
    margin-bottom: -100px;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
}

#app .fh-header {
    text-align: center;
}

#main .fh-header h1 {
    font-size: 40px;
    font-weight: 700;
    color: #003264;
    text-transform: uppercase;
}



footer a {
    color: #fff !important;
}

header ul {
    padding-left: 0 !important;
}

footer .footer-socket-wrapper {
    text-align: center;
}

footer .copyright {
    max-width: 100% !important;
}

footer .footer-socket-wrapper .copyright {
    float: none;
}


@media screen and (min-width: 2000px) {
    #app .fh-header {
        background-image: url('img/header_2500.jpg');
    }
}

@media screen and (max-width: 767px) {
    #app .fh-header {
        height: 165px;
    }
    #app .fh-header .title h1 {
        padding-top: 25px;
        font-size: 25px;
    }

    #header-left-section {
        margin-left: 20px;
    }
    .wpml-ls {
        margin-right: 16px;
    }
}