﻿footer .vwt {
    clear: both;

    height: 34px;

    padding-bottom: 85px;
}

footer .vwb {
    z-index: -1;

    position: fixed;

    bottom: 51px;
    left: 0px;
    right: 0px;

    width: 100%;
}

footer div.vwh {
    width: 100vw;
    height: 34px;

    background-color: #19110b;

    text-align: center;
}

footer a {
    margin: 0;

    color: #e8e0d9;

    font-size: 16px;
    font-weight: 600;
}

footer:hover div.vwh {
    background-color: #cc0000;
    transition: all 1s;
}
footer:hover a {
    color: #fff;
}

@media (max-width: 1199px) {
    footer a {
        font-size: 14px;
    }
}