.bg-odd-even:nth-child(odd) {
    background-color: #fff;
}
.bg-odd-even:nth-child(even) {
    background-color: #ffffff;
}
.a152.uk-active .navbar-header .cLogo img {
    max-width: 153px;
    max-height: 150px;
}
.a153 .btnVer {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    line-height: 63px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.3);
    background-color: #AF1404;
    text-transform: uppercase;
    position: absolute;
    bottom: 120px;
    border-radius: 32px;
    width: 320px;
    text-align: center;
    left: calc(50% - 160px);
}