﻿


/* FOOTER STYLES */
.ec_footer {
    position: relative;
    clear: both;
    background: url(/img/footer/footer-nav-Background.jpg);
    background-size: cover;
    background-position: center;
    padding: 75px 0;
}

    .ec_footer > div.internal_footer {
        border-top: 4px double #5C5C5C;
        border-bottom: 4px double #5C5C5C;
        height: 155px;
    }

    .ec_footer .internal_footer > div {
        float: left;
        text-align: center;
        width: 20%;
        border-right: 1px dotted #5C5C5C;
        margin: 40px 0;
        position: relative;
    }

        .ec_footer .internal_footer > div img {
            height: 70px;
        }

    .ec_footer .internal_footer .contact-us {
        width: 20%;
    }

    .ec_footer .internal_footer .opps {
        width: 40%;
    }

    .ec_footer .internal_footer .terms {
        width: 20%;
    }

    .ec_footer .internal_footer .sitemap {
        width: 20%;
        border: none;
    }
    .ec_footer .internal_footer > div > a
    {
    }
    .ec_footer .internal_footer > div > a img
    {
        padding: 0px 10px;
    }


.ec_footer_copyrights {
    background: url(images/bg_footer.jpg);
    line-height: 98px;
}

.copyrights {
    font-size: 12pt;
    color: white;
    text-transform: uppercase;
    margin-left: 100px;
    float: left;
    font-family: "FranklinGothic_Black_SSi";
    vertical-align: middle !important;
}

@media only screen and (max-width: 640px)  {

    .ec_footer
    {
        padding: 40px 0px;
    }
    .ec_footer > div.internal_footer
    {
        height: 268px;
    }
    .ec_footer .internal_footer > div:first-child
    {
        width: 50%;
    }
    .ec_footer .internal_footer > div:first-child + div
    {
        width: 50%;
        border-right: 0px none;
    }
    .ec_footer .internal_footer > div:first-child + div + div
    {
        width: 50%;
        clear:both;
        margin-top: 0px;
    }
    .ec_footer .internal_footer > div:first-child + div + div + div
    {
        width: 50%;
        margin-top: 0px;
    }

}

/* FOOTER STYLES END */
