﻿
footer {
    background-color: #000000;
    color: #fff;
    margin-top: 0px;
}

footer * {
    color: #fff !important;
    font-size: 0.9rem !important;
}

body footer p, body footer li {
    color: #fff !important;
    font-size: 0.9rem !important;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.15s ease;
}

footer a:hover {
    opacity: 0.8;
}

footer .app-custom-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}


footer .first-row {
    display: flex;
    justify-content: space-between
}

footer .first-row > * {
    padding-right: 100px;
}

footer .first-row > *:nth-of-type(2) {
    padding-right: 80px;
    flex-grow: 1;
}


footer .first-row h4 {
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 20px;
}

footer .first-row ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .first-row ul li {
    padding: 6px 0;
}

footer .first-row ul li.icon-flex {
    display: flex;
}

footer .first-row ul li.icon-flex span {
    padding-right: 4px;
}

footer .first-row ul li.icon-flex span .fa {
    width: 20px;
    font-size: 0.95rem !important;
    text-align: center;
}

footer .first-row ul li.icon-flex:last-of-type span .fa {
    font-size: 1.1rem !important;
}

footer .second-row {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    align-items: center;
    border-top: 1px solid #fff;
}

footer .second-row > div.logo-container {
    padding-right: 20px;
}

footer .second-row ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

footer .second-row ul li {
    padding: 10px;
}

footer .second-row ul li:last-of-type {
    padding-left: 40px;
}

footer .second-row .logo-container img {
    max-width: 200px;
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
    footer .first-row > * {
        padding-right: 40px;
    }

    footer .first-row > *:nth-of-type(2) {
        padding-right: 20px;
    }

    footer .second-row ul li:last-of-type {
        padding-left: 20px;
    }
}


@media (max-width:767px) {

    footer * {
        font-size: 0.8rem !important;
    }

    footer .first-row h4 {
        font-size: 20px !important;
    }

    footer .first-row {
        display: flex;
        flex-direction: column;
    }

    footer .first-row > * {
        padding-bottom: 30px;
    }

    footer .first-row > *:last-of-type {
        padding-bottom: 0;
    }




    footer .second-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    footer .second-row > * {
        padding-bottom: 30px;
    }

    footer .second-row > *:last-of-type {
        padding-bottom: 0;
    }

    footer .second-row ul {
        display: flex;
        flex-direction: column;
    }

    footer .second-row .logo-container {
        padding-bottom: 20px;
    }

    footer .second-row ul li {
        padding-left: 0px;
    }


    footer .second-row ul li:last-of-type {
        padding-left: 0px;
    }
}
