main.twm-page-content {
    padding-top: 80px;
}

.v2-o-header__main.-info {
    margin-top: 0 !important;
}

.v2-o-header__main-box {
    justify-content: center;
}

.v2-o-header__main-logo {
    margin: 0;
    padding: 0;
    width: auto;
}

.v2-o-footer__bottom {
    padding: 10px 10px;
    text-align: center;
}

.v2-o-footer__copyright-text {
    color: #ffffff;
}

.simpleLogobar .v2-o-header__main {
    justify-content: center;
}


#v2-twm-global-footer {
    border-top: 1px solid #ddd;
}

.v2-o-footer__copyright {
    margin-top: 0 !important;
}


@media (max-width:640px) {

    main.twm-page-content {
        padding-top: 70px;
    }


}

.v2-o-footer__gradient-line {
    width: 100%;
    height: 3px;
    background: -webkit-repeating-linear-gradient(left, #431cee 0, #664af6 7%, red 14%, #ff6700 21%, #ffb500 28%, #00e0b6 35%, #004f5b 42%, #431cee 50%);
    background: -o-repeating-linear-gradient(left, #431cee 0, #664af6 7%, red 14%, #ff6700 21%, #ffb500 28%, #00e0b6 35%, #004f5b 42%, #431cee 50%);
    background: repeating-linear-gradient(to right, #431cee 0, #664af6 7%, red 14%, #ff6700 21%, #ffb500 28%, #00e0b6 35%, #004f5b 42%, #431cee 50%);
    -webkit-background-size: 600vw 600vw;
    background-size: 600vw 600vw;
    -webkit-animation: v2_GradientLine 10s infinite linear forwards;
    animation: v2_GradientLine 10s infinite linear forwards;
    position: relative;
}