
@charset "UTF-8";
/* CSS Document */

/*----------------
Media Query in ordine alfabetico-----------------*/


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@-webkit-keyframes blurEffect {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: #e96105;
    }
}

@-moz-keyframes blurEffect {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: #e96105;
    }
}

@keyframes blurEffect {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: #e96105;
    }
}

@-webkit-keyframes fadeInDown {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}

@media only screen and (min-width : 320px) {
    
    #buttonPrivacy{
        padding: 2px 4px;
        background-color: #e96015;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 1%;
        margin-bottom: 1%;
    }
        
    #modalLanding h1, h2{
        margin: 0px;
    }
        
    #modalLanding .modal-body{
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        padding: 5px;
    }
        
    #modalLanding .modal-content {
        border-radius: 0px;
    }
        
    #modalLanding .modal-footer {
        padding: 5px;
    }
        
    #modalLanding .modal-header {
        padding: 5px;
    }
        
    #modalLanding .modal-title {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
    }
        
    #modalLanding .btn {
        border-radius: 0px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }
        
    #modalLanding .btn-default {
        color: #2d3844;
        background-color: #fff;
        border-color: #e96105;
    }
        
    #modalLanding .btn-default:hover {
        color: #ffffff;
        background-color: #e96105;
    }
        
    #modalCasino h1, h2{
        margin: 0px;
    }
        
    #modalCasino .modal-body{
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        padding: 5px;
    }
        
    #modalCasino .modal-content {
        border-radius: 0px;
    }
        
    #modalCasino .modal-footer {
        padding: 5px;
    }
        
    #modalCasino .modal-header {
        padding: 5px;
    }
        
    #modalCasino .modal-title {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
    }
        
    #modalCasino .btn {
        border-radius: 0px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }
        
    #modalCasino .btn-default {
        color: #2d3844;
        background-color: #fff;
        border-color: #e96105;
    }
        
    #modalCasino .btn-default:hover {
        color: #ffffff;
        background-color: #e96105;
    }
          
    body, html
    {
        height: 100%;
        margin:0;
        padding:0;
    }
      
    .admWrapper {
        width: 100%;
        background-color: rgba(107,107,107,.85);
        z-index: 100;
        min-height: 28px;
        position: absolute;
        top: 0%;
        display: flex;
        align-items: center;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 11px;
        justify-content: center;
        backface-visibility: hidden;
        letter-spacing: -0.35px;
    }

    .admWrapper .sectionLeft {
        display: none;
    }

    .admWrapper .sectionLeft .probability {
        display: none;
    }

    .admWrapper .sectionLeft .cool-link {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
    }

    .admWrapper .sectionLeft .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #ffffff;
        transition: width .3s;
        padding-top: -10px;
    }

    .admWrapper .sectionLeft .cool-link:hover::after {
        width: 100%;
    }

    .admWrapper .sectionRight {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .admWrapper .sectionRight .terms {
        display: none;
    }

    .admWrapper .sectionRight .closeBar {
        display: inline-block;
        width: 40px;
        margin-bottom: 0px;
        font-weight: bold;
        text-align: center;
    }

    .admWrapper .sectionRight .closeBar .iconCollapse {
        display: inline-block;
        width: auto;
        height: 18px;
        fill: #ffffff;
        cursor: pointer;
    }

    .admWrapper .sectionRight .closeBar .iconCollapse:hover {
        fill: #ccc;
    }

    .admWrapper .sectionRight .closeBar .iconExpand { 
        display: none;
        width: auto;
        height: 10px;
        fill: #ffffff;
        cursor: pointer;
        position: absolute;
        left: 8px;
        right: 0;
        top: 4px;
        margin: 0 auto;
        z-index: 200;
    }

    .admWrapper .sectionRight .closeBar .iconExpand:hover{
        fill: #ccc;
    } 

    .bBSport{
        width: 100%;
        height: auto;
        opacity: 0;
        animation: fadeInDown 0.8s ease-in-out 0.8s forwards;
        padding: 1% 4% 1% 4%;
        max-width: 552px;
    }
        
    .bBSportBig{
        width: 100%;
        height: auto;
        opacity: 0;
        animation: fadeInDown 0.8s ease-in-out 0.8s forwards;
        padding: 2% 4% 1% 4%;
        max-width: 552px;
    }
        
    .bBSportLast{
        width: 100%;
        height: auto;
        opacity: 0;
        animation: fadeInDown 0.8s ease-in-out 0.8s forwards;
        padding: 1% 4% 2% 4%;
        max-width: 552px;
    }

    .buttonsWrapper{
        animation: fadeInDown 0.8s ease-in-out 2.1s forwards;
        opacity: 0;
    }
        
    .cookieWrapper{
        width: 100%;
        background-color: rgba(107,107,107,.95);
        z-index: 1100;
        min-height: 48px;
        position: fixed;
        bottom: 0%;
        display: flex;
        align-items: center;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 11px;
        justify-content: center;
        backface-visibility: hidden;
        flex-direction: column;
        letter-spacing: -0.35px;
    }
        
    .effectMenu{
        border-bottom: 0px solid #e96105;
        transition: .25s linear;
    }

    .menuWrapper .cool-linkHome {
        color: #ffffff;
        text-decoration: none;
    }

    .menuWrapper .cool-linkHome::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #e96105;
        transition: width .3s;
    }

    .menuWrapper .cool-linkHome:hover::after {
        width: 100%;
    }
        
    .menuWrapper .elementMenuNew {
        line-height: 27px;
        color: #ffffff;
        text-align: center;
        font-family: 'korolev', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        display: block;
        cursor: pointer;
        margin: 15px 0.3% 0 0.3%;
    }

    .elementMenu{
        width: 5%;
        border-right: 1px solid #ffffff;
        line-height: 27px;
        color: #ffffff !important;
        text-align: center;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        font-weight: bold;
        display: block;
        cursor: pointer;
        margin-top: 15px;
        letter-spacing: -0.5px;
        text-decoration: none !important;
    }

    .elementMenuCasinoLive{
        border-right: 1px solid #ffffff;
        width: 8%;
        color: #ffffff !important;
        text-align: center;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        font-weight: bold;
        display: block;
        cursor: pointer;
        margin-top: 15px;
        line-height: 27px;
        letter-spacing: -0.5px;
        text-decoration: none !important;
    }
        
    .elementMenuPromo{
        width: 5%;
        color: #ffffff !important;
        text-align: center;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        font-weight: bold;
        display: block;
        cursor: pointer;
        margin-top: 15px;
        line-height: 27px;
        letter-spacing: -0.5px;
        text-decoration: none !important;
    }
        
    .exitBox {
        position: absolute;
        z-index: 100;
        right: 0%;
        bottom: 0%;
        color: #fff;
        text-align: left;
        border-bottom: 100px solid #2d3844;
        border-left: 200px solid transparent;
        opacity: 1;
        backface-visibility: hidden;
    }
        
    .exitButton{
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        border-radius: 100%;
        min-height: 2.5em;
        max-height: 2.5em;
        border: solid 1px #e96105;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        cursor: pointer;
        text-decoration: none;
        background-color: none;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: -1.5px;
        z-index: 200;
    }
        
    .exitButton:hover{
        -webkit-animation: blurEffect 1s ease-in-out;
        -moz-animation: blurEffect 1sease-in-out;
        animation: blurEffect 1s ease-in-out;
        background-color: #e96105;
        opacity: 1;
    }
        
    .exitButtonModal{
        position: absolute;
        top: 0.5%;
        right: 1%;
    }
        
    .exitTriangle{
        position: absolute;
        bottom: 22%;
        right: 1%;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        z-index: 1000;
    }

        
    .firstBonus{
        animation-delay: 0.9s;
    }
        
    .firstSectionAdm{
        width: 70%;
        float: left;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-left: 650px;
        display: block;
        font-size: 12px;
    }
        
    .fold{
        position: absolute;
        height:80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0%;
        left: 0%;
        z-index: 100;
        width: 100%;
        backface-visibility: hidden;
        background-color: rgba(45, 56, 68, 0.6);
    }
        
    .hamburgerIcon{
        position: absolute;
        top: 40px;
        right: 1%;
        z-index: 1000;
    }
        
    .hamburgerSvg{
        fill: #e96105;
        width: 40px;
        height: auto;
        cursor: pointer;
    }
        
    .hoverEffect{
        width: 0%;
        height: 2px;
        background: #e96105;
        transition: width .35s ease;
        position: relative;
        top: -5px;
        margin-left: 20%;
        margin-right: 20%;
        display: block;
    }
        
    .elementMenu:hover .hoverEffect{
        width: 60%;
    }
        
    .elementMenuCasinoLive:hover .hoverEffect{
        width: 60%;
    }
        
    .elementMenuPromo:hover .hoverEffect{
        width: 60%;
    }
        
    .iconClose{
        fill: #e96105;
        width: 25px;
        height: auto;
        cursor: pointer;
    }
        
    .iconCta{
        fill: #ffffff;
        width: 13px;
        height: auto;
        margin-left: 5px;
    }
        
    .iconSnai{
        height: auto;
        width: 160px;
        position: absolute;
        top: 35px;
        left: 1%;
        z-index: 150;
    }  
        
    .infoIcon{
        width: 7px;
        height: auto;
        fill: #ffffff;
    }

    .infoPage{
        font-style: italic;
        cursor: pointer;
    }    
        
    .infoPage:hover{
        text-decoration: underline;
    } 
        
    .logo {
        position: absolute;
        z-index: 100;
        left: 0%;
        top: 0%;
        color: #fff;
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
        height: 0;
        border-bottom: 100px solid transparent;
        border-left: 200px solid #2d3844;
        opacity: 1;
        backface-visibility: hidden;
    }
        
    .menuWrapper{
        width: 100%;
        z-index: 250;
        min-height: 35px;
        position: absolute;
        top: 48px;
        display: none;
        align-items: center;
        backface-visibility: hidden;
        justify-content: center;
    }
        
    .noMargin{
        margin-left: 0px;
        margin-right: 0px;
    }
        
    .paddingPrivacy{
        padding: 0px 2px;
        text-align: center;
    }
        
    .plusBonus{
        background-color: rgba(45,56,68,.62);
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }

    .promoWrapper{
        display: block;
        width: 75%;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        z-index: 1000;
        margin-top: 12%;
    }
        
    .rgbaBackGr{
        background-color: rgba(45,56,68,.63);
    }
        
    .registerButton{
        padding: 8px 5px;
        /*background-color: #e96105;*/
        background-color: #75c482;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
        font-style: normal;
        font-size: 17px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        cursor: pointer;
        margin-top: 8.5%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        letter-spacing: -0.3px;
    }
        
    .secondBonus{
        animation-delay: 1.2s;
    }
        
    .titleTerms{
        text-transform: uppercase;
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        font-weight: bold;
    }

    .terms{
        width: auto;
        height: 35px;
        position: absolute;
        right: 10px;
        top: 10px;
        display: none;
    }

    .textTerms{
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
        color: #6b6b6b;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        margin: 5px 0 18px;
    }
        
    .shine {
        overflow:hidden;
        position:relative;
    }

    .shine::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .shine:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
        
    .secondSectionAdm{
        width: 30%;
        float: left;
    }
        
    .secondViewport{
        background: #ffffff;
        background-size: 300% 300%;
        z-index: 100;
        position:relative;
        height:100%;
    }    
        
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: #2d3844;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 5px 5px 5px 20px;
        text-decoration: none;
        font-size: 20px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #6b6b6b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }    
        
    .thirdBonus{
        animation-delay: 1.5s;
    }
        
    .fourthBonus{
        animation-delay: 1.8s;
    }
        
    ::-webkit-media-controls {
      display:none !important;
    }
        
    .wrapperLandingVideo video::-webkit-media-controls {
      display:none !important;
    }
        
    .wrapperLandingVideo video::-webkit-media-controls-enclosure {
      display:none !important;
    }
        
    .wrapperLandingVideo {
        width:100%;
        height:80%;
        overflow: hidden;
        z-index: -10000 !important; 
    }

    .wrapperLandingVideo video {
        object-fit: cover;
        width:100%;
        height:100%;
        display: none;
    }
        
    .mobileImg{
        background-size: cover;
        background-image: url(../images/snaiImage.jpg);
        background-position: 50% 50%;
        min-height: 100%;
        background-repeat: no-repeat;
    }
    
}


/*XS*/
@media only screen and (min-width : 480px) {
    
    .bBSport{
        width: 70%;
        padding: 1% 1% 1% 1%;
    }
        
    .bBSportBig{
        width: 70%;
        padding: 2% 1% 1% 1%;
    }
        
    .bBSportLast{
        width: 70%;
        padding: 1% 1% 2% 1%;
    }
        
    .discoverButton{
        padding: 10px 8px;
        border: solid 2px #e96105;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
        font-style: normal;
        font-size: 17px;
        text-transform: uppercase;
        width: 45%;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
        margin-top: 2.5%;
    } 
        
    .exitBox {
        border-bottom: 120px solid #2d3844;
        border-left: 240px solid transparent;
    }
        
    .exitButton{
        font-size: 12px;
    }
        
    .exitTriangle{
        bottom: 2%;
    }
        
    .fold{
        height:100%;
    }
        
    .iconCta{
        width: 12px;
        margin-left: 2px;
    }
        
    .logo {
        border-bottom: 120px solid transparent;
        border-left: 240px solid #2d3844;
    }
        
    .promoWrapper {
        width: 43%;
        margin-top: 3%;
    }
        
    .registerButton {
        margin-top: 2%;
        width: 100%;
        padding: 7px 0px;
        letter-spacing: -0.6px;
    }
        
    .wrapperLandingVideo {
        height:100%;
    }
    
}


/*SM*/
@media (min-width: 768px) { 
    
    .bBSportBig{
        width: 90%;
        padding: 10% 5% 1% 5%;
    }
        
    .bBSport{
        width: 90%;
        padding: 1% 5% 1% 5%;
    }
        
    .bBSportLast{
        width: 90%;
        padding: 1% 5% 10% 5%;
    }
        
    .exitBox {
        border-bottom: 150px solid #2d3844;
        border-left: 300px solid transparent;
    }
        
    .exitButton{
        font-size: 13px;
    }
        
    .iconCta{
        width: 15px;
        margin-left: 5px;
    }

    .iconSnai{
        height: auto;
        width: 140px;
    }    
        
    .logo {
        border-bottom: 150px solid transparent;
        border-left: 300px solid #2d3844;
    }
        
    .promoWrapper{
        width: 40%;
        margin-top: 0%;
    }
        
    .registerButton{
        font-size: 18px;
        padding: 11px 6px;
        margin-top: 7.5%;
        width: 100%;
        letter-spacing: 0px;
    }
    
}
    
/*MD*/
@media (min-width: 992px) {
        
    #buttonPrivacy{
        padding: 2px 4px;
        background-color: #e96015;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 1%;
        margin-top: 0%;
        margin-bottom: 0%;
    }
        
    #modalLanding .modal-body{
        padding: 25px;
    }
        
    #modalLanding .modal-footer {
        padding: 10px;
    }
        
    #modalLanding .modal-header {
        padding: 10px;
    }
        
    #modalCasino .modal-body{
        padding: 25px;
    }
        
    #modalCasino .modal-footer {
        padding: 10px;
    }
        
    #modalCasino .modal-header {
        padding: 10px;
    }

    #modalCasino .modal-dialog,
    #modalLanding .modal-dialog {
        width: 950px;
        margin: 30px auto;
    }
        
    .admWrapper {
        font-size: 13px;
        letter-spacing: 0px;
        height: 48px;
    }

    .admWrapper .sectionLeft {
        width: 30%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 1%;
    }

    .admWrapper .sectionLeft .probability {
        display: block;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        letter-spacing: 0px;
        cursor: pointer;
        line-height: 15px;
    }

    .admWrapper .sectionLeft .arrowProbability {
        display: block;
        fill: #ffffff;
        height: 13px;
        width: auto;
        cursor: pointer;
        padding-right: 4px;
        transform: rotate(180deg);
    }

    .admWrapper .sectionLeft .arrowProbability:hover {
        fill: #ccc;
    }

    .admWrapper .sectionRight {
        width: 70%;
        justify-content: flex-end;
    }

    .admWrapper .sectionRight .closeBar {
        width: 40px;
    }

    .admWrapper .sectionRight .terms {
        width: auto;
        height: 30px;
        display: block;
        margin-left: 10px;
    }
        
    .bBSportBig{
        width: 80%;
        padding: 5% 1% 1% 1%;
    }
        
    .bBSport{
        width: 80%;
        padding: 1% 1% 1% 1%;
    }
        
    .bBSportLast{
        width: 80%;
        padding: 1% 1% 5% 1%;
    }
     
    .cookieWrapper{
        flex-direction: row;
        font-size: 12px;
    }

    .discoverButton{
        font-size: 22px;
        padding: 13px 8px;
        margin-top: 5.5%;
    }   
        
    .exitBox {
        border-bottom: 300px solid #2d3844;
        border-left: 633px solid transparent;
    }
        
    .exitButton{
        font-size: 15px;
        letter-spacing: -2px;
    }
        
    .fold{
        min-height: 550px;
        background-color: rgba(45, 56, 68, 0.80);
    }  
        
    .hamburgerIcon{
        display: none;
        top: 60px;
    }
        
    .iconCta {
        width: 13px;
    }
        
    .iconSnai{
        height: auto;
        width: 170px;
        top: 55px;
    }   
        
    .logo {
        border-bottom: 300px solid transparent;
        border-left: 633px solid #2d3844;
    }
        
    .menuWrapper{
        display: flex;
    }
        
    .promoWrapper{
        width: 30%;
        margin-bottom: 3%;
    }
        
    .registerButton{
        font-size: 21px;
        padding: 10px 8px;
        margin-top: 3%;
    }
        
    .terms{
        display: block;
    }
        
    .wrapperLandingVideo video {
        display:inherit;
    }
        
    .wrapperLandingVideo {
        min-height: 550px;
    }
    
}


/*LG*/
@media (min-width: 1500px) { 
        
    #modalLanding .modal-footer {
        padding: 15px;
    }
        
    #modalLanding .modal-header {
        padding: 15px;
    }

    #modalCasino .modal-footer {
        padding: 15px;
    }
        
    #modalCasino .modal-header {
        padding: 15px;
    }
        
    .bBSportBig{
        width: 80%;
        padding: 5% 2% 1% 2%;
    }
        
    .bBSport{
        width: 80%;
        padding: 1% 2% 1% 2%;
    }
        
    .bBSportLast{
        width: 80%;
        padding: 1% 2% 5% 2%;
    }

    .discoverButton{
        font-size: 36px;
    }  

    .menuWrapper .elementMenuNew{
        font-size: 16px;
        margin: 15px 0.5% 0 0.5%;
    } 
        
    .elementMenu{
        width: 3.95%;
        font-size: 14px;
        letter-spacing: 0;
    }

    .elementMenuCasinoLive{
        width: 6%;
        font-size: 14px;
        letter-spacing: 0;
    }
        
    .elementMenuPromo{
        width: 3.95%;
        font-size: 14px;
        letter-spacing: 0;
    }
        
    .exitButton{
        font-size: 18px;
        letter-spacing: -2.5px;
    }
        
    .fold{
        min-height: 700px;
    }
        
    .iconCta {
        width: 15px;
        margin-left: 15px;
    }
        
    .iconSnai{
        height: auto;
        width: 200px;
    }  
        
    .registerButton{
        font-size: 28px;
        margin-top: 3.5%;
        padding: 10px 8px;
    }
        
    .titleTerms{
        font-size: 20px;
    }
        
    .wrapperLandingVideo {
        min-height: 700px;
    }

}