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

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




@-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) {
    
#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;
}
      
body, html
{
    height: 100%;
    margin:0;
    padding:0;
}
    
.bBSport{
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fadeInDown 0.8s ease-in-out 0.8s forwards;
    margin-top: 20px;
	max-width: 605px;
}

.buttonsWrapper{
    animation: fadeInDown 0.8s ease-in-out 1.8s forwards;
    opacity: 0;
}
    
.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;
}  
    
.exitButton{
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 100%;
    min-height: 2.5em;
    max-height: 2.5em;
    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: 12px;
    text-transform: uppercase;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2%;
    cursor: pointer;
    text-decoration: none;
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1.5px;
}
    
.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;
}
    
.exitTriangle{
    position: absolute;
    bottom: 48px;
    right: 10px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    z-index: 1000;
}
    
.firstBonus{
    animation-delay: 0.9s;
}
    
.fold{
    position: absolute;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    left: 0%;
    z-index: 100;
    width: 100%;
}
    
.foldTwo{
    position: absolute;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    left: 0%;
    z-index: 0;
    background-color: #2d3844;
    opacity: 0.45;
    width: 100%;
}
    
.iconSnai{
    height: auto;
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 150;
}  
    
.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;
}    

.promoWrapper{
    display: block;
    width: 60%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    z-index: 1000;
}
    
.registerButton{
    padding: 10px 8px;
    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;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 10.5%;
    margin-right: 4.5%;
}
    
.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: 13%;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 100;
}
    
.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 {/*	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);
}
.shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
    
.secondViewport{
    background: #ffffff;
    background-size: 300% 300%;
    z-index: 100;
    position:relative;
    height:100%;
}    
    
.thirdBonus{
    animation-delay: 1.5s;
}
    
::-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;
}

.wrapperLandingVideo {
    width:100%;
    height:100%;
    overflow: hidden;
    background-image: url(../images/snaiImageBackGr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
    
}


/*XS*/
@media only screen and (min-width : 480px) {
    
.bBSport{
    width: 50%;
    margin-top: 5px;
}
    
.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: 55px;
    right: 10px;
}
    
.logo{
    border-bottom: 120px solid transparent;
    border-left: 240px solid #2d3844;
}
    
.promoWrapper {
    width: 50%;
}
    
.registerButton {
    margin-top: 2.5%;
    width: 70%;
    padding: 7px 5px;
}
    
.terms{
    width: 13%;
    bottom: 10px;
    right: 15px;
}
    
}


/*SM*/
@media (min-width: 768px) { 
    
.bBSport{
    width: 100%;
    margin-top: 15px;
}
    
.exitBox{
    border-bottom: 150px solid #2d3844;
    border-left: 300px solid transparent;
}  
    
.exitButton{
    font-size: 14px;
}
    
.exitTriangle {
    bottom: 70px;
    right: 10px;
}

.iconSnai{
    height: auto;
    width: 150px;
    top: 20px;
    left: 20px;
}   
    
.logo{
    border-bottom: 150px solid transparent;
    border-left: 300px solid #2d3844;
}  
    
.promoWrapper{
    width: 40%;
}
    
.registerButton{
    font-size: 18px;
    padding: 11px 6px;
    margin-top: 7.5%;
    margin-right: 15%;
    width: 100%;
}
    
.terms{
    width: 13%;
    bottom: 10px;
    right: 15px;
}

    
}
    



/*MD*/
@media (min-width: 992px) {
    
#modalLanding .modal-body{
    padding: 15px;
}
    
#modalLanding .modal-footer {
    padding: 10px;
}
    
#modalLanding .modal-header {
    padding: 10px;
}

.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: 20px;
    letter-spacing: -2px;
}
    
.exitTriangle {
    bottom: 180px;
    right: 20px;
}
    
.iconSnai{
    height: auto;
    width: 300px;
    top: 20px;
    left: 40px;
}  
    
.logo{
    border-bottom: 300px solid transparent;
    border-left: 633px solid #2d3844;
}  
    
.promoWrapper{
    width: 30%;
}
    
.registerButton{
    font-size: 22px;
    padding: 13px 8px;
    margin-top: 8.5%;
    margin-right: 13%;
}
    
.bBSport {
    width: 100%;
}
    
.terms{
    width: 12%;
    bottom: 28px;
    right: 40px;
}
    
}


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

.discoverButton{
    font-size: 36px;
}  
    
.exitButton{
    font-size: 22px;
    letter-spacing: -2.5px;
}
    
.exitTriangle {
    bottom: 180px;
    right: 30px;
}
    
.registerButton{
    font-size: 36px;
    margin-top: 8.5%;
    margin-right: 18%;
}
    
.terms{
    width: 10%;
    bottom: 28px;
    right: 40px;
}
    
.titleTerms{
    font-size: 20px;
}
    
}




	
	