.nodeEvent.nodeTeaser .columnWrapper .eventActions .eventAction.eventActionEventInfo a,
.light .blockPageTitle,
.topBarWrapper,
.footerCopyright,
.top-navbar-custom
{
    background: #2e7fc0;
    background: -moz-linear-gradient(90deg, #2e7fc0 0%, #74c36a 100%);
    background: -webkit-linear-gradient(90deg, #2e7fc0 0%, #74c36a 100%);
    background: linear-gradient(90deg, #2e7fc0 0%, #74c36a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e7fc0",endColorstr="#74c36a",GradientType=1);
}
 
.blockClubRoagContent img {
    vertical-align: bottom;
}
@media only screen and (max-width: 767px){
    .blockExtraPurchases .itemSelectionContent ul li:nth-child(6n) {
        margin: 0 auto 17px;
    }
}