#tudor-header {
    height: 110px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9e9;
    background: #ffffff;
}

#tudor-header * {
    font-family: Helvetica, Sans-serif;
}

#tudor-header-logo {
    position: absolute;
    top: 15px;
    z-index: 2;
    height: 80px;
}

#tudor-header-link {
    position: absolute;
    top: 46px;
    z-index: 2;
    height: 80px;
}

#tudor-header-link a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#tudor-menu ul {
    list-style-type: none;
    padding-right: 50px
}

#tudor-menu ul > li {
    display: inline-block;
    padding-right: 50px;
}

#tudor-menu ul > li:last-child > a {
    padding: 5px 30px;
    background-color: #be0100;
    color: #FFFFFF !important;
    border-radius: 50px;
}

#tudor-menu-mobile {
    display: flex;
    padding-right: 25px;
    transition: all ease-in 0.2s;
}

#tudor-menu-mobile > img {
    padding-left: 10px;
    padding-right: 10px;
    transition: all ease-in 0.2s;
}

.tudor-text-black {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    transition: all ease-in 0.2s;
}

.tudor-text-black.tudor-menu-active-link {
    font-weight: bold;
}

/* Menu */
@media only screen and (min-width: 1500px) {
    .tudor-top-menu-trigger {
        display: none;
    }

    #tudor-header-logo {
        left: 50px;
    }

    #tudor-header-link {
        left: 240px;
    }

    #tudor-menu-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1499px) {
    #tudor-menu-mobile {
        display: flex;
    }

    .tudor-top-menu-trigger {
        display: none;
    }

    #tudor-header-logo {
        left: 25px;
    }

    #tudor-header-link {
        left: 200px;
        font-size: 14px;
    }

    #tudor-menu {
        display: none;
    }

    .hide-on-mobile-menu {
        display: none !important;
    }
}
/* End Menu */

#tudor-menu-container {
    display: none;
    position: absolute;
    top: 108px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #ffffff;
}

#tudor-menu-container ul {
    list-style-type: none;
}

#tudor-menu-container ul li {
    margin-top: 25px;
}

#tudor-menu-container ul > li:last-child > a {
    color: #be0100 !important;
}

.tudor-animation-rotate {
    transform: rotate(180deg);
}

.trigger-menu-active {
    font-weight: bold;
}



#tudor-footer {
    text-align: center;
    background: #000000;
}

#tudor-footer-logo {
    width: 120px;
    margin: 0 auto;
}

#tudor-footer-logo img {
    display: block;
    max-width: 100%;
    width: 100%;
}

#tudor-footer-menu {
    margin-top: 20px;
    border-top: 1px solid #FFFFFF;
    padding: 20px;
}

#tudor-footer-menu ul > li:last-child > a {
    color: #BE0100 !important;
}

.tudor-text-white {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

@media only screen and (min-width: 1500px) {
    #tudor-footer-menu ul {
        list-style-type: none;
    }

    #tudor-footer-menu ul > li {
        display: inline-block;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1499px) {
    #tudor-footer-menu ul {
        list-style-type: none;
    }

    #tudor-footer-menu ul > li {
        margin-bottom: 25px;
    }

    #tudor-footer-menu ul > li:last-child {
        margin-bottom: 0 !important;
    }
}