.footbot {
    margin: 0 auto;
    position: relative;
    background-color: #0a0a0a;
    padding: 26px 0 18px;
    text-align: right;
}

.footbot p.copyright {
    font-size: 13px;
    color: #d0d0d0;
    font-weight: 300;
    letter-spacing: 1px;
}

.footbot img {
    position: relative;
    opacity: 0.93;
}

.footbot .center img {
    margin-right: 0;
}

.footbot .socialfollow {
    float: none;
}

.footbot .socialfollow a {
    float: none;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .footbot {
        min-height: 38px;
        height: auto;
    }
}