
.footer-container  { width:100%;  background:#000; padding-top:50px; padding-bottom:30px; color:#fff; }


.footer-container .footer  { width:100%; margin:0 auto; padding:10px 0; color:#fff; }

.footer-container address {
    display: block;
    margin:0 30px;
    color:#fff;
    width: 100%;
    clear: both;;
    text-align: center;
    margin:50px 0;
}

.footer-container img {
    max-width: 70%;
}

@media only screen and (min-width:1200px) {
    .footer-container .footer   { width:1200px; padding:10px 0; }

    .footer-container .footer-col {
        width:24%;
        margin-right:1%;
        display: inline-block;
        float:left;
        text-align: left;
    }

    .footer-container a {
        color:#fff;
        text-decoration: none;
        display: block;
        font-size:14px;
        line-height: 18px;
    }

    .footer-container a:hover, .footer-container a:active {
        text-decoration: none;
    }

}

.footer-container a, .footer-container a:visited, .footer-container a:active, .footer-container a:hover {
    color:#fff;
    text-decoration: none;
}

.footer-container h1 {
    margin:15px 0;
    font-family:'Rubik', sans-serif;
}

.footer-container h2 {
    margin:10px 0 5px 0;
    font-family:'Rubik', sans-serif;
}

.footer-container span {
    margin:10px 0 5px 0;
    display: block;
    color:#ccc;
    font-family:'Rubik', sans-serif;
}