﻿.footer-list {
    padding-top: 10px;
}

    .footer-list li {
        padding-left: 10px;
        padding-right: 10px;
    }

        .footer-list li a {
            position: relative;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
        }


            .footer-list li a:hover {
                color: #5C88C7;
            }

/* */

.footer-light-blue {
    background-color: #5C88C7;
}

    .footer-light-blue h3.footer-tracker-copyright {
        color: #162e49;
        font-size: 13px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
    }

/*  */

* {
    position: relative;
}

.footer-list li {
    position: relative;
    width: auto;
    line-height: 35px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}


    .footer-list li > a {
        text-decoration: none;
        z-index: 1;
        padding-bottom: 5px;
    }

        .footer-list li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: 0;
            left: 0;
            background: #5C88C7;
            visibility: hidden;
            border-radius: 5px;
            transform: scaleX(0);
            transition: .25s linear;
        }

        .footer-list li > a:hover:before,
        .footer-list li > a:focus:before {
            visibility: visible;
            transform: scaleX(1);
        }

/* Footer */

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0 !important;
}

.footer {
    width: 100%;
    right: 0;
}

.icon-social-footer {
    font-size: 45px !important;
}

ul.list-inline i:hover {
    color: #5C88C7 !important;
}


h3.copyright {
    color: #5C88C7;
    font-size: 14px;
    padding-top: 25px;
}

/* */
