﻿
/* Footer */

.footer {
    padding-top: 10px;
    padding-bottom: 10px
}

.footer a {
    color: #fff;
    text-decoration:none;
}

@media (min-width: 970px) {
    .footer-border-right {
        height: 160px;
        border-right: 1px solid #fff;
    }
}

@media (max-width: 970px) {
    .footer-border-bottom {
        border-bottom: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}