@font-face {
    font-family: 'GT-Walsheim-Pro-Regular';
    src: url('../fonts/gt-walsheim/GT-Walsheim-Pro-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gt-walsheim/GT-Walsheim-Pro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/gt-walsheim/GT-Walsheim-Pro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gt-walsheim/GT-Walsheim-Pro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/gt-walsheim/GT-Walsheim-Pro-Regular.ttf') format('truetype');
    /* Legacy iOS */
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Bold';
    src: url('../fonts/gt-walsheim/GT-Walsheim-Pro-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gt-walsheim/GT-Walsheim-Pro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/gt-walsheim/GT-Walsheim-Pro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gt-walsheim/GT-Walsheim-Pro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/gt-walsheim/GT-Walsheim-Pro-Bold.ttf') format('truetype');
    /* Legacy iOS */
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: none;
    font-size: 1em;
    text-decoration: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    background-color: #f9f9f9;
    color: #030303;
    font: 16px/1.1 'GT-Walsheim-Pro-Regular', Roboto, Tahoma, Geneva, sans-serif;
}

a {
    color: #fff;
}

h1,
h2 {
    font-family: 'GT-Walsheim-Pro-Bold';
}

h3,
h4 {
    font-family: 'GT-Walsheim-Pro-Regular';
}

.clear:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.highlight {
    color: #72fd81;
}

.wrapper {
    max-width: 690px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    display: inline-block;
    padding: 0 52px;
    height: 67px;
    line-height: 64px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #72fd81;
    border: 2px solid transparent;
    color: #030303;
    text-decoration: none;
    /*text-transform: capitalize;*/
    text-align: center;
    font-size: 28px;
    font-family: 'GT-Walsheim-Pro-Bold';
    font-weight: bold;
}

.btn:hover {
    background-color: #39fd6c;
}

section .btn:hover {
    background-color: #39fd6c;
}

.btn.transparent {
    background-color: transparent;
}

/* --- Transitions --- */

.btn,
.main-nav-menuItem,
.main-nav-menuTrigger,
.main-nav-dropdown li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-title {
    padding-top: 100px;
    padding-bottom: 44px;
    text-align: center;
}

.section-title h2 {
    position: relative;
    font-size: 40px;
    overflow: hidden;
}

.section-title h2:before,
.section-title h2:after,
h2.title-centered:after {
    content: '';
    background-color: #72fd81;
}

.section-title h2:before {
    display: none;
    position: absolute;
    left: 0;
    width: 6px;
    height: 36px;
    margin-top: 6px;
}

.section-title h2:after,
h2.title-centered:after {
    display: block;
    width: 50px;
    height: 6px;
    margin: 20px auto;
}

.section-title span {
    display: inline-block;
    line-height: 24px;
}

/* --- Main Navigation --- */

.main-nav {
    position: relative;
    background-color: #ececec;
    width: 100%;
}

.main-nav-wrapper {
    position: relative;
    height: 60px;
    max-width: 1700px;
    margin: 0 auto;
}

.main-nav-mobile-holder {
    display: none;
    z-index: 2;
    /* overflow: hidden; */
}

.main-nav-mobile-holder.open {
    display: block;
}

.main-nav-divider {
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    margin: 25px 0;
}

.main-nav-menu {
    margin: 44px 0 0;
}

.main-nav-menu li a {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #030303;
}

.main-nav-menuItem {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    cursor: pointer;
}

.main-nav-menuItem:hover {
    background: #ececec;
}

.main-nav-dropdown {
    display: none;
    background: #ececec;
    top: 70px;
    left: 0;
    z-index: 500;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.main-nav-dropdown li {
    line-height: 50px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 14px;
}

.main-nav-dropdown li:hover {
    background: #ececec;
}

.main-nav-logo {
    width: 75px;
    height: 72px;
    position: absolute;
    margin: auto;
    top: 6px;
    left: 0;
    right: 0;
    background: url(../img/logo.svg) no-repeat center top;
    background-size: contain;
    z-index: 10;
}

.main-nav-bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: auto;
    background-color: #ececec;
    width: 150px;
    height: 24px;
    z-index: 5;
}

.main-nav-bottom:before,
.main-nav-bottom:after {
    position: absolute;
    content: '';
    display: block;
    width: 48px;
    height: 24px;
}

.main-nav-bottom:before {
    background: url(../img/logo-corner-left.png) no-repeat;
    left: -48px;
}

.main-nav-bottom:after {
    background: url(../img/logo-corner-right.png) no-repeat;
    right: -48px;
}

.main-nav-lang {
    position: relative;
    display: none !important;
}

/* Remove this when activating language dropdown */

.dropdownMenu.lang {
    display: none;
}

.main-nav-langTrigger {
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    padding: 0 30px 0 20px;
    cursor: pointer;
}

.main-nav-langTrigger {
    background: url(../img/icons/icon-expand.svg) no-repeat right center;
}

.main-nav-langTrigger.collapse {
    background: url(../img/icons/icon-collapse.svg) no-repeat right center;
}

.main-nav-buttons {
    text-align: center;
}

.main-nav-buttons .btn {
    font-size: 16px;
    height: 52px;
    min-width: auto;
    line-height: 50px;
    padding: 0 36px;
}

.main-nav-menuTrigger {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 20px;
}

.main-nav-menuTrigger .bar1,
.main-nav-menuTrigger .bar2,
.main-nav-menuTrigger .bar3 {
    width: 27px;
    height: 4px;
    background-color: #4e454a;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-nav-menuTrigger .bar3 {
    width: 20px;
    height: 3px;
}

.main-nav-menuTrigger.open .bar3 {
    width: 27px;
    height: 4px;
}

.main-nav-menuTrigger.open {
    top: 10px;
}

.main-nav-menuTrigger.open .bar1 {
    transform: translate(0px, 15px) rotate(-45deg) scalex(1.2);
}

.main-nav-menuTrigger.open .bar2 {
    opacity: 0;
}

.main-nav-menuTrigger.open .bar3 {
    transform: translate(0px, -5px) rotate(45deg) scalex(1.2);
}

/* --- Main Banner --- */

.main-banner {
    position: relative;
    width: 100%;
    padding: 60px 20px 0;
    margin: 0 auto;
    text-align: left;
    font-family: 'GT-Walsheim-Pro-Regular';
    font-weight: bold;
    color: #fff;
}

.main-banner h1 {
    font-size: 21px;
}

.main-banner h2 {
    font-size: 33px;
    line-height: 37px;
    margin-top: 10px;
}


@media (min-width: 400px) {
    .main-banner h1 {
        font-size: 24px;
    }
    .main-banner h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

.main-banner .btn {
    margin-top: 70px;
    padding: 0 34px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
}

/* --- Main Banner - Static Background --- */

#banner {
    position: relative;
    height: 500px;
    background: rgb(0, 78, 196) url('../img/banner.svg') no-repeat top center;
    background-size: 90vw;
    background-position: right -30vw bottom -14vw;
}

/* --- Main Banner - Video Background --- */

#videoSection {
    height: calc(100vh - 80px);
}

.section-cta {
    margin: 25px auto 0;
    text-align: center;
    position: relative;
    bottom: -35px;
    z-index: 15;
}

.section-divider {
    width: 100%;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    left: 0;
}

.section-box {
    float: left;
    margin: 10px;
    background-color: #463e42;
    position: relative;
    color: #fff;
}

.promotions-section-container.video {
    width: 100%;
    margin: 0 auto;
}
.promotions-section-container.video iframe{
    height: 160px;
}
.promotions-section-container.video .section-box-text{
    padding: 0;
    line-height: 24px;
}

.section-box:first-child {
    margin-left: 0;
}

.section-box:last-child {
    margin-right: 0;
}

.section-box-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
}

.kpi-section-container .section-box-icon {
    width: 150px;
    height: 150px;
}

.comission-section-container .section-box-icon {
    width: 150px;
    height: 150px;
}

.icon-sportsbook {
    background-image: url(../img/icons/icon-sportsbook.svg);
}

.icon-casino {
    background-image: url(../img/icons/icon-casino.svg);
}

.icon-loyalty {
    background-image: url(../img/icons/icon-loyalty.svg);
}

.icon-conversion {
    background-image: url(../img/icons/icon-conversion.svg);
}

.icon-offers {
    background-image: url(../img/icons/icon-offers.png);
}

.icon-advice {
    background-image: url(../img/icons/icon-advice.svg);
}

.icon-revenue {
    background-image: url(../img/icons/icon-revenue.svg);
}

.icon-dollar {
    background-image: url(../img/icons/icon-dollar.svg);
}

.icon-hybrid {
    background-image: url(../img/icons/icon-hybrid.svg);
}

.icon-fee {
    background-image: url(../img/icons/icon-fee.svg);
}
.icon-subaffiliates {
    background-image: url(../img/icons/icon-subaffiliates.svg);
}

.section-box-title {
    font-size: 24px;
    line-height: 32px;
    margin: 16px auto 8px;
}

.section-box p {
    line-height: 22px;
}

.comission-rate-divider {
    display: inline-block;
    height: 1px;
    width: 100%;
    max-width: 140px;
    background: #5e5e5e;
    margin: 22px auto 14px;
}

/* --- KPI Section --- */

.kpi-section-container,
.comission-section-container,
.promotions-section-container {
    overflow: hidden;
}
.promotions-section-container.withoutCarousel{
    width: 740px;
    margin: 0 auto;
}
.kpi-section-container .section-box {
    width: 290px;
    height: 360px;
    padding: 30px;
    text-align: center;
}

.kpi-section-container.withoutCarousel .section-box:first-child {
    width: 100%;
    padding: 0;
    margin-right: 0;
}

.kpi-box-top {
    background: url(../img/icons/icon-sportsbook.svg) no-repeat left center;
    background-size: 100px;
    min-height: 100px;
    text-align: left;
    padding-left: 140px;
    margin: 85px 45px 60px;
}

.kpi-box-top h3 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 4px;
}

.kpi-box-bottom-item {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0 48px;
    line-height: 30px;
}

.kpi-box-bottom-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 32px;
    background: #414141;
}

.kpi-box-bottom-item:last-child:after {
    display: none;
}

.kpi-box-bottom-item-number {
    font-family: 'GT-Walsheim-Pro-Regular';
    font-size: 32px;
    font-weight: normal;
}

/* --- Promotions Section --- */

.promotions-section-container .section-box {
    width: 290px;
    height: 358px;
    /* padding: 30px; */
}

.promotions-section-container .section-box-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.promotions-section-container .section-box-banner {
    width: 100%;
    /* border-top-right-radius: 8px; */
    /* border-top-left-radius: 8px; */
}

.promotions-section-container .section-box-title {
    margin: 20px auto 9px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.promotions-section-container .section-box-text {
    padding: 0 24px 24px;
}

.promotions-section-container .section-box-terms {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    line-height: 1.3;
}

/* --- Comission Section --- */

.comission-section-container .section-box {
    width: 290px;
    height: 372px;
    padding: 30px 20px;
    text-align: center;
}

.comission-section-container .section-box:last-of-type .section-box-title {
    margin-bottom: 12px;
}

.comission-section-container .section-box.no-icon {
    background-color: #444;
}

.comission-section-container .section-box-vcenter {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
}

.comission-rate {
    font-size: 48px;
    font-weight: bold;
}

.comission-section-container .section-box-title {
    margin-top: 0;
}

/* --- Testimonal Section --- */

.testimonial-section {}

.testimonial-section .owl-carousel {
    margin-bottom: 100px;
}

/* Override Carousel */

.testimonial-section .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 170px;
    text-indent: -9999px;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
}
.footer-section .sitemap{
    margin-top: 80px;
}

.footer-section .sitemap ul{
    text-align: center;
}

.footer-section .sitemap ul li{
    padding: 10px;
    font-size: 14px;
}
.footer-section .sitemap ul li a{
    color: #999;
}

.footer-section .sitemap .footer-column{
    width: 100%;
    display: inline-block;
}
@media (max-width: 767px) {
    .testimonial-section .owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
}

.testimonial-section .owl-theme .owl-nav [class*=owl-]:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
    border-radius: 0;
}

.testimonial-section .owl-theme .owl-nav [class*=owl-]:after {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e7e7e7;
    border-radius: 0;
}

.testimonial-section .owl-prev {
    transform: rotate(-45deg);
}

.testimonial-section .owl-next {
    transform: rotate(135deg);
}

.testimonial-section .owl-prev {
    left: 7%;
}

.testimonial-section .owl-next {
    right: 7%;
}

@media (min-width: 767px) {
    .testimonial-section .owl-item {
        /*opacity: .3;*/
        /* -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px); */
    }
}

.testimonial-section .owl-item.center.opacity {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding-bottom: 26px;
}

.testimonial-section .owl-theme .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #463e42;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #72fd81;
}

/* End of Override Carousel */

.testimonial-section .section-box {
    width: 290px;
    height: 490px;
    padding: 40px;
}
.testimonial-section .section-box img{
    width: 30%;
    margin-bottom: 30px;
}

.testimonial-section .section-box.betfy:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #34495E;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.bettinglounge:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #d74b00;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.bettingtop10:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.bettingsites:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.casinobillions:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.casinority:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.casinohorse:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.casinoslant:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.comparebet:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.maxfreebets:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.newbettingsites:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #D93939;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.mybettingsites:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #022d4a;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.bettingsitesme:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.footballbettingsites:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #007556;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.onlinecasinoreports:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.playcasino:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #272a2c;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.topbettingsites:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #24305e;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.topbettingapps:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #325bc2;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.topratedbetting:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.yesbets:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.slotsup:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #103856;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.zimpler:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #343434;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.svenska-spelare:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -16px;
}
.testimonial-section .section-box.topcasinoaffiliates:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
}
.testimonial-section p {
    line-height: 26px;
}

.testimonial-author {
    font-family: 'GT-Walsheim-Pro-Regular';
    position: absolute;
    bottom: -35px;
    left: 15px;
    color: #030303;
    font-weight: bold;
    text-transform: uppercase;
}

/* --- Advantages Section --- */

.advantages-section,
.footer-section {
    padding: 0 20px;
}

.advantages-section h2 {
    font-size: 44px;
    text-align: left;
    padding: 0 0 30px 0;
}

.advantages-section-items {
    text-align: center;
    margin: 0 auto 80px;
    /* display: none; */
}

.advantages-section-item {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin: 20px 0;
    padding: 0 40px 5px;
    border-right: 1px solid #c2c2c2;
}

.withoutCarousel,
.withoutCarousel-news {
    display: none;
}

.advantagesCarousel .advantages-section-item {
    width: 100vw;
    margin-bottom: 50px;
    background: transparent;
    border-right: none;
}

.advantages-section-item:first-child {
    border-left: none;
}

.advantages-section-item:last-child {
    border-right: none;
}

.advantages-section-item-header {
    display: block;
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-family: 'GT-Walsheim-Pro-Regular';
}

.advantages-section-item-text {
    font-size: 18px;
}

/* --- FAQ Section ---*/

.faq-section-holder {
    margin-bottom: 100px;
}

.faq-section-holder a {
    color: #030303;
}

.faq-section-header {
    position: relative;
    padding: 20px 45px 20px 25px;
    background-color: #463e42;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-section-header.active-header {
    background-color: #615b5e;
}

.faq-section-header.active-header .faq-section-arrow {
    top: 50%;
    right: 25px;
    transform: rotate(45deg) translateY(-50%);
}

.faq-section-arrow {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 35%;
    right: 19px;
    transform: rotate(225deg) translateY(-50%);
}

.faq-section-arrow:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
}

.faq-section-arrow:after {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-radius: 0;
}

.faq-section-content {
    display: none;
    padding: 5px 15px 15px;
}

.faq-section-content p {
    padding-bottom: 10px;
}

.faq-section-content p:last-of-type {
    padding-bottom: 0;
}

/* --- News Section --- */

.news-section-container {
    padding-bottom: 100px;
}

.news-section-container .section-box {
    width: 290px;
    height: 420px;
}

.section-box-newsImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 196px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news-box1 {
    background: url(../img/bg-news-1.jpg);
}

.news-box2 {
    background: url(../img/bg-news-2.jpg);
}

.news-box3 {
    background: url(../img/bg-news-3.jpg);
}

.section-box-newsText {
    padding: 20px;
}

.section-box-newsDate {
    font-family: 'GT-Walsheim-Pro-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #535353;
}

.news-section-container .section-box-title {
    line-height: 30px;
    margin-top: 14px;
}

/* --- Footer Section --- */

.footer-section {
    text-align: center;
    padding-bottom: 25px;
}

.footer-section h2 {
    font-size: 44px;
    text-align: center;
    padding: 100px 0 0px 0;
}

.footer-section .divider {
    display: none;
    width: 400px;
    height: 1px;
    background: #8c8c8c;
    margin: 15px auto;
}

.footer-section .btn {
    margin-top: 60px;
}

.footer-copyright {
    /* padding-top: 160px; */
    font-size: 12px;
    color: #999;
    margin-top: 80px;
}

.footer-sponsorship-logos-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
    text-align: center;
}

.footer-sponsorship-logo {
    margin: 20px 40px;
}

.footer-sponsorship-logo-image {
    display: block;
    width: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-sponsorship-logo-image.juventus-logo {
    width: 145px; 
    height: 73px; 
    background-image: url(../img/J-Partner.svg);
}

.footer-sponsorship-logo-image.drogba {
    width: 154px; 
    height: 78px; 
    background-image: url(../img/drogba-text.svg)
}

.footer-sponsorship-logo-image.blackburn {
    width: 151px;
    height: 61px;
    background-image: url(../img/rovers-logo.svg);
}
.toolkits-section .section-box a{
    font-size: 20px;
    font-weight: bold;
    color: #000; 
}
.trustpilot-section .section-box a{
    color: #000; 
}

.toolkits-section .section-box .download-icon,
.trustpilot-section .section-box .download-icon{
    width: 22px;
    height: auto;
    margin-top: 0px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.toolkits-section .section-box,
.trustpilot-section .section-box{
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0;
    background: transparent;
    text-align: center;
}
.trustpilot-section .section-box{
    margin-bottom: 100px;
}
.toolkits-section .section-box{
    margin-bottom: 30px;
}
.toolkits-section .section-box img{
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1267px) {
    .main-nav-mobile-holder {
        background: #ffffff;
        position: absolute;
        width: 100%;
        top: 60px;
        padding-bottom: 25px;
    }
}

@media (min-width: 360px) {
    .promotions-section-container.video iframe{
        height: 180px;
    }
}
@media (min-width: 368px) {
    .main-nav-buttons .btn {
        padding: 0 50px;
    }
}
@media (min-width: 400px) {
    .promotions-section-container.video iframe{
        height: 220px;
    }
}
@media (min-width: 500px) {
    .main-nav-buttons .btn {
        padding: 0 50px;
    }
    .promotions-section-container.video {
        width: 450px;
    }
    .promotions-section-container.video iframe{
        height: 253px;
    }
}

@media (max-width: 767px) {
    .comission-section-container .section-box {
        min-width: 290px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .kpi-section-container,
    .comission-section-container,
    .promotions-section-container {
        width: calc(100% + 40px);
        left: -20px;
    }
}

@media (min-width: 768px) {
    .main-banner {
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0;
    }
    .main-banner .btn {
        margin-top: 45px;
        padding: 0 52px;
        height: 67px;
        line-height: 64px;
        font-size: 28px;
    }
    #banner {
        height: 400px;
        background-size: 77%;
        background-position: right -126% bottom 80%;
    }
    .main-banner h2 {
        max-width: 500px;
        margin-top: 20px;
    }
    .section-title {
        text-align: left;
    }
    .section-title h2 {
        font-size: 44px;
        padding-left: 25px;
    }
    .section-title h2:before {
        display: block;
    }
    .section-title h2:after {
        display: none;
    }
    .section-title span {
        padding-top: 20px;
    }
    .section-cta {
        margin-top: 70px;
        margin-bottom: 100px;
        text-align: center;
        bottom: auto;
    }
    .section-box-icon {
        background-size: 100px;
    }
    .kpi-section-container .section-box,
    .comission-section-container .section-box,
    .promotions-section-container .section-box {
        width: 315px;
    }
    .promotions-section-container .section-box {
        height: 364px;
    }
    .testimonial-section .section-box {
        width: 360px;
        height: 390px;
    }
    .testimonial-section .owl-theme .owl-nav [class*=owl-] {
        top: 145px;
    }
    .testimonial-section .owl-prev {
        left: 10%;
    }
    .testimonial-section .owl-next {
        right: 10%;
    }
    .advantagesCarousel,
    .kpiCarousel,
    .comissionCarousel,
    .promotionsCarousel {
        display: none !important;
    }
    .withoutCarousel {
        display: block;
    }
    .news-section-container .section-box {
        width: 315px;
        height: 420px;
    }
    h2.title-centered:after {
        display: none;
    }
    .footer-section .divider {
        display: block;
    }
    .footer-sponsorship-logos-holder {
        flex-direction: row;
    }
    .footer-sponsorship-logo {
        margin: 0 40px;
    }
    .footer-sponsorship-logo-image.blackburn {
        width: 193px;
        height: 78px;
    }
    .promotions-section-container.video {
        width: 600px;
    }
    .promotions-section-container.video iframe{
        height: 337px;
    }
    /*.toolkits-section .section-title a{
        font-size: 36px;
    }*/
    .toolkits-section .section-title span{
        padding-top: 25px;
    }
    .toolkits-section .section-box{
        width: 32%;
        text-align: left;
    }
    .toolkits-section .section-box{
        margin-bottom: 0;
    }
    .trustpilot-section .section-box{
        text-align: left;
    }
}

@media (min-width: 1268px) {
    #banner {
        margin-top: 80px;
    }
    .main-nav {
        top: 0;
        position: fixed;
        z-index: 999;
    }
    .main-nav-wrapper {
        height: 80px;
    }
    .main-nav-menu,
    .main-nav-buttons {
        line-height: 80px;
    }
    .main-nav-mobile-holder {
        display: block;
    }
    .main-nav-dropdown {
        width: auto;
        margin-left: 0;
        background: #fff;
        position: absolute;
        top: 80px;
        text-align: left;
    }
    .main-nav-dropdown,
    .main-nav-dropdown li:last-of-type:hover {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .main-nav-menu {
        margin: 0;
    }
    .main-nav-menuItem {
        float: left;
        width: auto;
        margin: 0 10px;
        padding: 0;
        line-height: 80px;
        font-size: 16px;
        font-size: 14px;
    }
    .main-nav-menuItem:first-of-type {
        margin-left: 40px;
    }
    .main-nav-menuItem:hover {
        background: transparent;
    }
    .main-nav-menuItem:after {
        content: '';
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #72fd81;
        border-radius: 3px;
    }
    .main-nav-menuItem:hover:after,
    .main-nav-menuItem.active:after {
        display: block;
    }
    .main-nav-menuItem.lang {
        display: none;
    }
    .main-nav-lang {
        display: block;
    }
    .main-nav-langTrigger {
        line-height: 80px;
        font-size: 14px;
        margin-right: 20px;
    }
    .main-nav-logo {
        top: 13px;
        width: 86px;
        height: 82px;
    }
    .main-nav-menuTrigger {
        display: none;
    }
    .main-nav-menu,
    .main-nav-buttons {
        display: block;
    }
    .main-nav-menu {
        float: left;
    }
    .main-nav-divider {
        display: none;
    }
    .main-nav-lang {
        float: right;
    }
    .main-nav-buttons {
        float: right;
        margin-right: 20px;
    }
    .main-nav-buttons .btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
    }
    .main-nav-buttons .btn:last-child {
        margin-left: -4px;
    }
    .advantages-section-item:first-child {
        padding-left: 0;
    }
    .advantages-section-item:last-child {
        padding-right: 0;
    }
    .toolkits-section .section-box{
        margin-right: 1%;
    }
}

@media (min-width: 768px) and (max-width: 1219px) {
    .kpi-section-container.withoutCarousel .section-box:nth-child(2n+1) {
        margin-right: 0;
    }
    .kpi-section-container.withoutCarousel .section-box:nth-child(2n+2) {
        margin-left: 0;
    }
    .promotions-section-container .section-box:nth-child(2n+1) {
        margin-left: 0;
    }
    .promotions-section-container .section-box:nth-child(2n+2) {
        margin-right: 0;
    }
    .comission-section-container .section-box:nth-child(2n+1) {
        margin-left: 0;
    }
    .comission-section-container .section-box:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (min-width: 1620px) {
    .main-nav-menuItem {
        margin: 0 20px;
        font-size: 16px;
    }
    .main-nav-langTrigger {
        font-size: 16px;
    }
}

@media (min-width: 1220px) {
    .wrapper {
        max-width: 1160px;
    }
    #banner {
        /* height: 750px; */
        height: 42vw;
        min-height: 485px;
    }
    .main-banner {
        max-width: 1700px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .main-banner h1 {
        /* font-size: 50px; */
        font-size: 2.6vw;
    }
    .main-banner h2 {
        /* font-size: 80px; */
        /* line-height: 80px; */
        font-size: 4vw;
        line-height: 4vw;
        margin-top: 20px;
        max-width: 720px;
    }
    .main-banner .btn {
        margin-top: 90px;
    }
    .kpi-section-container.withoutCarousel .section-box:first-child {
        width: 740px;
        margin-right: 10px;
        padding: 30px;
    }
    .kpi-section-container.withoutCarousel .section-box {
        width: 360px;
    }
    .kpi-section-container.withoutCarousel .section-box:nth-child(2) {
        margin-right: 0;
    }
    .kpi-section-container.withoutCarousel .section-box:nth-child(3) {
        margin-left: 0;
    }
    .kpi-box-top {
        margin: 50px 50px 70px;
    }
    .kpi-box-bottom-item {
        padding: 0 52px;
    }
    .promotions-section-container.withoutCarousel .section-box {
        width: 360px;
        height: 360px;
    }

    .promotions-section-container .section-box.video{
        height: 390px;

    }
    .promotions-section-container .section-box-title {
        /* margin: 20px auto 4px; */
    }
    .promotions-section-container .section-box-terms {
        /* margin-top: 12px; */
    }
    .comission-section-container .section-box {
        width: 208px;
        height: 420px;
    }
    .comission-section-container .section-box.no-icon {
        padding-right: 15px;
        padding-left: 15px;
    }
    .news-section-container .section-box {
        width: 360px;
        height: 420px;
    }
    .newsCarousel {
        display: none !important;
    }
    .withoutCarousel-news {
        display: block;
    }
}

@media (min-width: 1280px) {
    .testimonial-section .owl-item.opacity {
        opacity: 1;
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        filter: none;
    }
}

/* POP UP */

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal a {
    color: #000;
    text-decoration: underline;
}

/* Modal Content */

.modal-content {
    background-color: #eee;
    margin: auto;
    padding: 30px 0 10px;
    border: 1px solid #888;
    width: 100%;
    height: 85%;
    color: #000;
    position: relative;
}

.modal-content-wrapper {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
}

/* The Close Button */

.close {
    box-sizing: border-box;
    position: absolute;
    top: -70px;
    right: 20px;
    border-radius: 100%;
    padding: 0;
    width: 44px;
    height: 44px;
    background-color: #3b3b3b;
    cursor: pointer
}

@media (min-width: 769px) {
    .modal-content {
        max-width: 600px;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .close {
        right: 0;
    }
}

.close:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/icons/close.svg);
    width: 14px;
    height: 14px
}

.close:hover {
    background-color: #444
}

.close span {
    display: none
}

.help-right-section .section-header,
.rules-tab .section-header {
    padding: 1em;
    margin: 0 0 4px 0;
    /* width: calc(100% - 2em); */
    /* height: 2em; */
    line-height: 2em;
    background-color: #fff;
    border-radius: 5px;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}

.help-right-section .section-header:after,
.rules-tab .section-header:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(https://d27213kkqkh5q0.cloudfront.net/resp/help-section/header-arrow.png);
    float: right;
    margin-left: 5px;
}

.help-right-section .section-holder,
.rules-tab .section-holder {
    display: none;
    font-weight: normal;
    background-color: #fff;
    margin: -3px 0 4px 0;
    padding: 1em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
}

.term-number {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.section-header .header-title {
    display: inline-block;
    line-height: 1.2em;
    min-height: 1em;
    width: 79%;
}

.help-right-section p {
    font-size: 1em;
    padding: 0 0 .7em 0;
    word-wrap: break-word;
}

.help-right-section p:last-child {
    padding: 0;
}

.help-right-section h2:first-child {
    padding: 0 0 1em 0;
}

.help-right-section h2 {
    font-size: 24px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: normal;
    padding: 1em 0;
}

.help-right-section,
.rules-tab {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0 1em;
}

.help-right-section h1,
.help-right-section h2,
.help-right-section h3,
.help-right-section h4 {
    text-transform: initial;
    font-family: Tahoma, Arial, sans-serif;
}

.help-right-section ol {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 15px;
}

.help-right-section li,
.help-right-section p,
.rules-tab li,
.rules-tab p {
    padding: 0 0 20px 0;
}

.help-right-section ol li,
.rules-tab ol li {
    list-style: decimal;
    list-style-position: inside;
}

.help-right-section ul li,
.rules-tab ul li {
    list-style: disc;
}

.help-right-section li:last-child,
.help-right-section p:last-child,
.rules-tab li:last-child,
.rules-tab p:last-child {
    padding: 0;
}

.cms-content-list--lv2 {
    list-style-type: lower-latin !important;
}

.cms-content-list--lv2 li {
    padding: 0 0 .7em 20px;
}

.cms-content-list--lv2 li:last-child {
    padding-left: 20px;
    padding-bottom: .7em;
}

.help-right-section ul,
.rules-tab ul {
    list-style-type: disc;
}

.help-right-section ul li,
.rules-tab ul li,
.rules-tab ol li {
    margin-left: 20px;
    padding-bottom: .7em;
}

.rules-tab ol li ol {
    margin-top: .7em;
}

.help-list-decimal {
    list-style-type: decimal;
}

.help-list-latin {
    list-style-type: lower-latin;
}

.help-right-section .section-header.active-header:after,
.rules-tab .section-header.active-header:after {
    transform: rotate(180deg);
}

.help-right-section .section-header.active-header,
.rules-tab .section-header.active-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.last-update {
    font-size: 12px;
    margin: 15px 0 0;
    color: #999;
}











/* --- Main Carousel Section --- */

.main-carousel-section {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    max-width: 1920px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    font-family: 'GT-Walsheim-Pro-Regular';
    font-weight: bold;
    color: #fff;
}

.main-carousel-section .owl-item {
    width: 100%;
    height: 500px;
    background-color: #463e42;
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: cover;
}

.main-carousel-section .owl-item.slider-1 {
    background-image: url(../img/banners/drogba-m.jpg);
}

/*.main-carousel-section .owl-item.slider-2 {
    background-image: url(../img/banners/juventus-m.jpg);
}*/

.main-carousel-section .owl-item.slider-2 {
    background-image: url(../img/banners/cash-mobile.png);
}

.main-carousel-section .owl-item .offer {
    position: relative;
    width: 100%;
    max-width: 1700px;
    padding: 50px 20px 0; 
    margin: 0 auto;
    text-align: left;
    font-family: 'GT-Walsheim-Pro-Bold';
    color: #fff;
}

.main-carousel-section .owl-item .offer .offer-line-1 {
    font-size: 17px;
}

.main-carousel-section .owl-item .offer .offer-line-2 {
    max-width: 85%;
    margin-top: 10px;
    font-size: 25px;
    line-height: 27px;
}

.main-carousel-section .owl-item .offer .btn {
    margin-top: 20px;
    padding: 0 34px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .main-carousel-section .owl-item {
        width: 100%;
        height: 42vw;
        min-height: 500px;
    }

    .main-carousel-section .owl-item.slider-1 {
        background-image: url(../img/banners/drogba.jpg);
    }
    /*.main-carousel-section .owl-item.slider-2 {
        background-image: url(../img/banners/juventus.jpg);
    }*/
    .main-carousel-section .owl-item.slider-2 {
        background-image: url(../img/banners/cash-desktop.png);
    }

    .main-carousel-section .owl-item .offer .offer-line-1 {
        font-size: 24px;
    }
    
    .main-carousel-section .owl-item .offer .offer-line-2 {
        max-width: 400px;
        margin-top: 20px;
        font-size: 36px;
        line-height: 40px;
    }
    .main-carousel-section .owl-item .offer .btn {
        margin-top: 45px;
        padding: 0 52px;
        height: 67px;
        line-height: 64px;
        font-size: 28px;
    }
    .footer-section .sitemap .footer-column{
        width: 31%;
    }
}


@media (min-width: 1268px) {    
    .main-carousel-section {      
        height: 42vw;
        margin-top: 80px; 
    }
    .main-carousel-section .owl-item .offer { 
        padding: 0 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-carousel-section .owl-item .offer .offer-line-1 {
        font-size: 2.6vw;
    }
    
    .main-carousel-section .owl-item .offer .offer-line-2 {
        max-width: 520px;
        font-size: 4vw;
        line-height: 4vw;
    }
    .footer-section .sitemap .footer-column{
        width: 25%;
    }
}
@media (min-width: 1620px) {
    .main-carousel-section {      
        height: 768px; 
    }

    .main-carousel-section .owl-item {
        height: 768px;
    }

    .main-carousel-section .owl-item .offer .offer-line-1 {
        font-size: 43px;
    }

    .main-carousel-section .owl-item .offer .offer-line-2 {
        max-width: 620px;
        font-size: 60px;
        line-height: 60px;
    }
}

.main-carousel-section.owl-theme .owl-nav [class*=owl-] {
    transition: all .3s ease;
}

.main-carousel-section .owl-nav [class*=owl-]:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
}

.main-carousel-section .owl-stage-outer {
    position: relative;
    z-index: 0;
}

.main-carousel-section .owl-dots {
    position: relative;
    z-index: 10;
    margin-top:-55px;
}

.main-carousel-section.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
}

.main-carousel-section.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.46);
}

.main-carousel-section.owl-theme .owl-dots .owl-dot.active span,
.main-carousel-section.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

/* --- End Main Carousel Section --- */




