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

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

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

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

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

@media only screen and (min-width : 320px) {
    
#loader svg {
    width: 100%;
    height: 100%;
    display: block;
}
    
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
#loader-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
      
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;
}
    
.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;
}
    
@-webkit-keyframes fadeInDown {
  from { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  from { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes fadeInDown {
  from { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
    
.bBSportBig{
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fadeInDown 0.8s ease-in-out 2s forwards;
    padding: 4% 4% 1% 4%;
    max-width: 552px;
}
    
.bBSportFirst{
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fadeInDownTwo 2s ease-in-out forwards;
    padding: 2% 4% 1% 4%;
    max-width: 552px;
    margin-top: 5%;
}
    
@-webkit-keyframes fadeInDownTwo {
  0% { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
      animation-timing-function:
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
      animation-timing-function:
  }
    
  100% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }    
    
}
    
@keyframes fadeInDownTwo {
  0% { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
      animation-timing-function:
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
      animation-timing-function:
  }
    
  100% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }    
    
}    
    
@-moz-keyframes fadeInDownTwo {
  0% { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
      animation-timing-function:
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
      animation-timing-function:
  }
    
  100% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }    
    
}
    
.bBSportLast{
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fadeInDown 0.8s ease-in-out 0.8s forwards;
    padding: 1% 4% 4% 4%;
    max-width: 552px;
}

.buttonsWrapper{
    animation: fadeInDown 0.8s ease-in-out 2.1s forwards;
    opacity: 0;
    width: 85%;
	  z-index: 9999;
}
    
.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;
}

.elementMenu{
    width: 5%;
    border-right: 1px solid #ffffff;
    line-height: 27px;
    color: #ffffff;
    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;
}
    
.elementMenuPromo{
    width: 6%;
    color: #ffffff;
    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;
}
    
.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;
}
    
.exitButtonModal{
    position: absolute;
    top: 0.5%;
    right: 1%;
}

    
.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:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0%;
    left: 0%;

    width: 100%;
    backface-visibility: hidden;
/*    background-color: rgba(45, 56, 68, 0.6);*/
}
    
.foldTwo{
    position: absolute;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    left: 0%;
    z-index: 9900;
    width: 100%;
    backface-visibility: hidden;
}
    
.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%;
}
    
.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: 100px;
    z-index: 9950;
    left: 30%;
    animation: fadeInSnai 1s ease-in-out forwards;
    opacity: 0;
}    
    
@-webkit-keyframes fadeInSnai {
  0% { 
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
      animation-timing-function:
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
      animation-timing-function:
  }
}

.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;
}
    
.noPadding{
    padding-left: 0px;
    padding-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: 55%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
    
.rgbaBackGr{
    background-color: rgba(45,56,68,.83);
}
    
.registerButton{
    padding: 8px 5px;
    background-color: #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: 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: 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;
    font-weight: bold;
}
    
.terms{
    width: auto;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
    
.textTerms{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    color: #6b6b6b;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin: 5px 0 18px;
}
    
.shine {/*	width:100%;
	height:100%;*/
	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);
	-webkit-animation: shine 3s;
	animation: shine 3s;
    animation-iteration-count: infinite;
}
    
.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:100%;
    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/asnaiImage.jpg);
    background-position: 50% 50%;
    min-height: 100%;
    background-repeat: no-repeat;
}

.mobileImg777{
    background-size: cover;
    background-image: url(../images/777sfocato.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;
}
    
.fold{
    height:100%;
}
    
.iconCta{
    width: 12px;
    margin-left: 2px;
}
    
.logo {
    border-bottom: 120px solid transparent;
    border-left: 240px solid #2d3844;
}
    
.promoWrapper {
    width: 63%;
    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;
}
    
.iconCta{
    width: 15px;
    margin-left: 5px;
}

.iconSnai{
    height: auto;
    width: 140px;
}    
    
.iconSnaiCasino{
    height: auto;
    width: 140px;
}        
    
.logo {
    border-bottom: 150px solid transparent;
    border-left: 300px solid #2d3844;
}
    
.promoWrapper{
    width: 65%;
    margin-top: 0%;
}
    
.registerButton{
    font-size: 18px;
    padding: 11px 6px;
    margin-top: 7.5%;
    width: 100%;
    letter-spacing: 0px;
}
    
}




	
	