﻿
.generic-anchor {
    color: #8DB9ED;
}

    .generic-anchor:visited {
        color: #8DB9ED;
    }

    .generic-anchor:hover {
        color: #ccc;
    }

.flex-rw {
    display: flex;
    flex-flow: row wrap;
}

ul.foot {
    list-style-type: none;
}

.containerx {
    width: 70% !important;
    margin: auto;
}

/*main {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 10em "Open Sans", sans-serif;
    color: #9b9b9b;
    line-height: 1;
}*/

footer {
    /*background: rgb(112,112,112);*/
    background: rgb(64,64,64);
    margin-top: auto;
    width: 100%;
}


.footer-list-top {
    width: 40%
    margin: auto;
}

    .footer-list-top > li {
        text-align: center;
        padding-bottom: 5px;
        margin-right: 10px !important;
    }

.footer-list-header {
    padding: 10px 0 5px 0;
    color: #fff;
    font: 1.3em "Open Sans", sans-serif;
    padding-bottom:1ex;
}

.footer-list-anchor {
    font: 1em "Open Sans", sans-serif;
}

.footer-bottom-section {
    width: 100%;
    padding: 10px;
}

    .footer-bottom-section > div:first-child {
        margin-right: auto;
    }

.footer-bottom-wrapper {
    font-size: 1.5em;
    color: #fff;
}

.footer-address {
    display: inline;
    font-style: normal;
}



@media only screen and (max-width: 580px) {
    /*main {
        font-size: 5em;
    }*/

    .footer-list-top {
        width: 100%;
        margin-left: -25px !important;
    }

    .footer-list-header {
        font-size: 1.3em;
    }

    .footer-list-anchor {
        font-size: 1em;
    }

    .footer-bottom-section {
        padding: 0 5px 10px 5px;
    }

    .footer-bottom-wrapper {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {



    .footer-bottom-rights {
        display: block;
    }

    .footer-list-top {
        width: 100%;
        margin-left: -25px !important;
    }
}

@media only screen and (max-width: 320px) {
    .footer-list-header {
        font-size: 1.3em;
    }

    .footer-list-anchor {
        font-size: 1em;
    }

    .footer-bottom-wrapper {
        font-size: 1.3em;
    }

    .footer-list-top {
        width: 100%;
        margin-left: -25px !important;
    }
}

hr.foot {
    height:1px;
    border:0;
    margin:-10px 0 10px 0;
    background-color:rgb(140,140,140);
}

h5.foot {
    color: #fff;
    font: 1em "Open Sans", sans-serif;
}