

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a{
color:white;
text-decoration: none;
}
a:hover{
color:rgb(98,194,36);
}

.js-animFade{
  animation: animVignette 3s cubic-bezier(0.22, 0.44, 0, 1) 0s forwards normal 1;
  -webkit-animation: animVignette 3s cubic-bezier(0.22, 0.44, 0, 1) 0s forwards normal 1;
}

.stage{
  position:absolute;
  height:35px;
  z-index:15;
  width:100%;
  background-color:black;
}
.button{
  position:relative;
  margin-top:10px;
    right:0px;
  left:0px;
  margin-right:auto;
  margin-left:auto;
    cursor: pointer;
    font-family:'Lato', 'Open Sans', 'Arial', sans-serif;
  color:white;
    font-size: 14px;
    padding: 4px 20px;
  background-color:rgb(98,194,36);
}


h4{
  margin:0;
  padding-top: 10px;
  padding-bottom:0px;
  font-family: 'Avenir', 'Open Sans', 'Arial', sans-serif;
  color:white;
  font-size: 30px;
  font-weight: 900;
}

p{
  padding:0px;
  margin-top: 0px;
  margin-bottom:auto;
    font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
    color:white;
  font-size: 14px;
font-weight: 300;
text-align: left;
}

h5, h6{
 
  margin-top: 0px;
  margin-bottom:auto;
    font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
    color:white;
  font-size: 12px;
font-weight: 300;
text-align: left;
    opacity:0.6;
}

h5{
  padding:10px 10% 0px 0px;
}

h6{
  padding:10px;
}

h3{
  font-size: 16px;
  font-family:'Lato', 'Open Sans', 'Arial', sans-serif;
  margin:0px;
}
body{
  background-color:black;

  height:100%;
  margin:0px;
  padding:0px;
}



.content{
  position:relative;
  margin:auto;
  height:100%;
  width:100%;
  margin-top:200px;

}

.menu, .menu2{
  position:absolute;
  height:55px;
  z-index:5;
  width:100%
}
.imgmenu1{
  position:absolute;
  left:0px;
  right:0px;
  top:10px;
  margin-left:20px;
  margin-top:10px;
  width:140px;
  height:40px;
  background-position:center;
  background-image: url(https://design.alea.com/SlotsMillion/Logos/SlotsMillion-White.svg);
  background-size: auto 40px;
  background-repeat:no-repeat;
}

.imgmenu2{
  position:absolute;
  left:0px;
  right:0px;
  top:10px;
  margin-left:auto;
  margin-right:20px;
  margin-top:10px;
  width:140px;
  height:40px;
  background-position:center;
  background-image: url(GermanyFlag.svg);
  background-size: auto 40px;
  background-repeat:no-repeat;
}

/*BlockText*/

.blockoffer{
  position: absolute;
  top:100px;
  width:50%;
  height:auto;
  z-index:10;
  opacity:0;
  -webkit-animation : startTagline 5s 0s cubic-bezier(0.22, 0.44, 0, 1) forwards;
          animation : startTagline 5s 0s cubic-bezier(0.22, 0.44, 0, 1) forwards;
  }

  .offerTitle{
    position:relative;
    text-align:left;
    width: 95%;
    font-family: 'Century Gothic','Lato', 'Open Sans', 'Arial', sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 600;
    }


.offerTagline{
  position:relative;
  margin:0px;
  padding:0px;
  line-height: 15px;
  text-align:left;
   width: 100%;
  font-family: 'Rockwell W01 Extra Bold', 'Lato', 'Open Sans', 'Arial', sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 700;
  }

  .text1,.text2{
    filter:drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.8));
    -webkit-filter:drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.8));
  }
  .text1{
   font-size: 55px;
   flex-wrap:wrap; 
     font-size: 50px;
     line-height: 50px;
  }
  .text2{
    line-height: 45px;
    font-family: 'Century Gothic', 'Lato', 'Open Sans', 'Arial', sans-serif; 
  }


.offerText{
  text-align:left;
   width: 100%;
    font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
  color:white;
    font-size: 14px;
  font-weight: 300;
  margin-bottom:0px;
}

.offerButton{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position:relative;
  left:0px;
  right:0px;
  padding: 15px 25px;
  margin-top:30px;
  margin-left:0px;
  margin-right:auto;
  margin-bottom:20px;
  cursor: pointer;
  background-color:rgb(98,194,36);
  border: 2px solid rgb(98,194,36);
  -webkit-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
  filter:drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.8));
  -webkit-filter:drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.8));
}
.offerButton h3, .offerButton span{
  font-family: 'Avenir', 'Open Sans', 'Arial', sans-serif;
  color:white;
  margin: 0px;
  font-size: 26px;
  font-weight: 500;
}

.offerButton span{
  margin-right:15px;
  
}


.offerButton:hover{
  background-color:rgba(0,0,0,0.6);
  border: 28px solid rgb(102,204,51);
}


/*SLIDER*/

.scene{
  position: relative;
  left:0px;
  top:0px;
  width: 100%;
  height: 550px; /*560px*/
  overflow:hidden;
  z-index:0;
  }

.steps{
  overflow: hidden;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
padding-top:5px;
padding-bottom:5px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width:100%;
height:180px;
z-index:15;
opacity:0;
top:0px;
border-top:1px solid #bababb;
border-bottom:1px solid #bababb;
background-color: #151515;
animation: apparitionAnim 2s ease-out 0s forwards normal 1;
-webkit-animation: apparitionAnim 2s ease-out 0s forwards normal 1;
}

.step1,.step2,.step3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
max-width:30%;
  width:100%;
  height:100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
    -webkit-box-sizing:content-box;
            box-sizing:content-box;
    background-color: #151515;
}

.step1{
  margin-left: 5%;
}

.arrow_separator{
  margin-top:-5px;
  margin-bottom: -5px;
  height:auto;
  width:40px;
z-index: 10;
}

#icons_register{
  margin-top:auto;
  margin-bottom: auto;
     height: 100px;
  width:auto;
  opacity:0;
}
#icons_fast-withdrawal{
  margin-top:auto;
  margin-bottom: auto;
  height:150px;
  opacity:0;
}
#icons_slots{
  margin-top:auto;
  margin-bottom: auto;
  height:100px;
  opacity:0;
}

svg .icons_fast-withdrawal{
  stroke: white;
  fill: rgb(98,194,36);
   -webkit-animation-play-state: paused;
           animation-play-state: paused;
}

svg .icons_register{
  stroke: white;
  fill: cyan;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

svg .icons_slots{
  stroke: white;
  fill: orange;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

.stepsText{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding:0px;
  margin-top:auto;
    margin-bottom:auto;
    padding-right:15px;
    padding-left:15px;
  width:60%;
}

.stepsText p{
margin:0px;
height:auto;
}

.stepsTitle{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  word-wrap: normal;
  margin-bottom: 10px;
}

.paymentMethod{
  position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
top:0px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width:80%;
height:auto;
animation: apparitionAnim 2s ease-out 0s forwards normal 1;
-webkit-animation: apparitionAnim 2s ease-out 0s forwards normal 1;
}

#iconPayment{
height:40px;
padding: 0 10px 10px 10px;
}

.games{
  position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
top:0px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width:1000px;
height:auto;
}

.vignette{
position: relative;
overflow: hidden;
display: block;
margin: 15px;
top:100px;
max-width:300px;
max-height:150px;
opacity:0;
z-index:2;

-webkit-transition: all 2s ease-out;

-o-transition: all 2s ease-out;

transition: all 2s ease-out;
}

.playMore{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color:#202020;
border: solid 1px #303030;
text-align: left;
font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
height:150px;
width:300px;
font-weight: 300;
font-size: 16px;
color:white;
padding:0px 20px 0px 65px;
opacity:0;
cursor: pointer;
-webkit-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
transition: all 2s ease-out;
}

.playMore:hover{
border:rgb(98,194,36);
padding:0px 20px 0px 65px;
background-color:rgb(98,194,36);
}

.playMore a:hover{
  color:white;
}

.playMore a strong{
  color:white;
  font-weight: 800;
}

.playMore img{
  margin-top: auto;
  margin-bottom: auto;
  height:45px;
  width: auto;
  left: 0px;
  margin-right: 10px;
}


.character{
  position:absolute;
  -webkit-transform-origin:center;
      -ms-transform-origin:center;
          transform-origin:center;
  top:2px;
  left:-140px;
  width:auto;
  height:200px;
  opacity: 0;
  margin-right: auto;
  margin-left:-20%;
  z-index:3;
}

.logo{
  position:absolute;
  bottom:10px;
  right:-50%;
  width:144px;
  height:auto;
  opacity: 0;
  z-index:4;
  margin-right: 5px;
}

.logoProvider{
  position:absolute;
  bottom:-50px;
  right:0%;
  width:144px;
  height:auto;
  opacity: 1;
  z-index:4;
  margin-right: 5px;
}

.bckgGame{
  position: relative;
  bottom:0px;
  margin:0px;
  right:-55px;
  margin-left: -200px;
  padding:0;
width:768px;
opacity: 0;
height:150px;
}


.tagline{
  position: absolute;
  text-align: center;
  left:0px;
  right:0px;
  top:120px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  width: 60%;
  max-height: auto;
  font-family: 'Rockwell W01 Extra Bold', 'Lato', 'Open Sans', 'Arial', sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 700;
  -webkit-filter : drop-shadow(0px 4px 0px black);
          filter : drop-shadow(0px 4px 0px black);
  opacity:0;
  z-index: 5;
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.front-box{
  z-index: 6;
}

.spriteFront{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  }

.front{
  position:absolute;
  right:-500px;
  bottom: 0px;
  width: 500px;
  height: 500px;
background-image: url("playngo_sprite.png");
    background-repeat:no-repeat;
  opacity: 1;
  z-index:99;
-webkit-animation : startFront 5s 0s cubic-bezier(0.22, 0.44, 0, 1) forwards;
        animation : startFront 5s 0s cubic-bezier(0.22, 0.44, 0, 1) forwards;
}

  .l1-box{
  left:0px;
  right:0px;
  width:100%;
  margin-right:auto;
  margin-left:auto;
  height:850px;
  overflow:hidden;
  z-index: 1;
}

.spriteL1{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: auto;
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  }

.l1, .l2{
  position:absolute;
  left:0px;
  top: 250px;
  width: 500px;
  height: auto;
    background-repeat: no-repeat;
    background-image: url("playngo_sprite2.png");
    background-repeat:no-repeat;
  background-size: 500px;
  opacity: 0;
  z-index:1;
 }

 .l2{
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-animation : startL2 4s 0.8s cubic-bezier(0.22, 0.44, 0, 1) forwards;
          animation : startL2 4s 0.8s cubic-bezier(0.22, 0.44, 0, 1) forwards;
  }
  .l1{
    -webkit-animation : startL1 4s 0.8s cubic-bezier(0.22, 0.44, 0, 1) forwards;
            animation : startL1 4s 0.8s cubic-bezier(0.22, 0.44, 0, 1) forwards;
  }

.bg-box{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  width:100%;
  height:600px;
  margin-top:0px;
  margin-right:auto;
  margin-left:auto;
  overflow:hidden;
  z-index: 0;
}

.spriteBg{
  position: absolute;
  display:block;
  margin-left:auto;
  margin-right:auto;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 728px;
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  }

.bg {
  position:absolute;
  width: 100%;
  height: 700px;
  top: 0%;
  left: 0%;
  background-image: url("Playngo-bckg.jpg");
  background-position:center;
  background-size: cover;
  background-repeat: repeat;
  opacity:0;
  z-index:0;
 -webkit-animation : startBg 5s 0s cubic-bezier(0.22, 0.44, 0, 1) forwards;
         animation : startBg 5s 0s cubic-bezier(0.22, 0.44, 0, 1) forwards;
}

.TCTitle {
  position: relative;
  left:0px;
  color:white; 
  text-align:left;
  margin:20px 0px 0px 0px;
    opacity:0.6;
}

/*-----------------RECOGNITIONS BLOCK---------------------*/
.recognitions{
position:relative;
display: inline-block;
height:100%;
width:100%;
margin-top: 20px;
background-color: #202020;
}

.footerReco{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
-ms-flex-flow: row;
    flex-flow: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding-bottom: 15px;
width:100%;
margin-left:auto;
margin-right:auto;
}

.recoBlock{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
-ms-flex-flow: row;
    flex-flow: row;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}

.recognitions img{
position:relative;
height:50px;
padding: 10px 15px 10px 15px;
}

.recognitions h2{
  text-align: center;
  font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
  color:#95989a;
  font-weight: 400;
  font-size: 16px;
height:17px;
width:100%;
padding:20px 0px 20px 0px;
margin:auto;
}

.recognitions h4{
  text-transform: uppercase;
color:#ffffff;
font-size: 14px;
margin-top:auto;
margin-bottom: auto;
padding:0px 20px 0px 0px;
font-weight:300;
}

/*-----------------FOOTER---------------------*/

.footer{
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
width:100%;
height:auto;
background-color:#303030;
padding:0px;
}

.footerColumn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
margin-left:20px;
  width:100%;
  height: auto;
}


.footerBlock{
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  width:100%;
  height: auto;
padding: 15px 0px 0px 0px;
height:auto;
}
.footerBlock h2, .footerBlock p
{
  font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
  color:#95989a;
  font-weight: 400;
  font-size: 16px;
width:100%;
padding:0px 15px 20px 0px;

}

.footerBlock p{
font-size: 12px;
line-height: 22px;
margin-bottom: 7px;
}

.footerBlock img {
height:30px;
width:auto;
padding: 0px 10px;
margin: 0px;
}

/*-----------------UNDER FOOTER---------------------*/

.footerbottom{
  position:relative;
display:inline-block;
height:100%;
width:100%;
padding: 0px;
margin: 0px;
background-color: #202020;
}

.footerbottom img {
height:30px;
width:auto;
padding: 10px 10px;
margin: auto;

}
.footerbottom p{
display: block;
height:100%;
  color:#95989a;
float:right;
width:auto;
padding: 20px 35px 0px 0px;
margin:0;
}

.apparition {
-webkit-animation: apparitionAnim 2s cubic-bezier(0.22, 0.44, 0, 1) 0s normal forwards;
        animation: apparitionAnim 2s cubic-bezier(0.22, 0.44, 0, 1) 0s normal forwards;
}


/*TRANSITIONS*/



@-webkit-keyframes startFront {
  0%{right:-220%; opacity: 0;}
  1%{width:550px;right:-100%;opacity: 1;}
  100%{width:550px;right:5%; opacity: 1;}
}



@keyframes startFront {
  0%{right:-220%; opacity: 0;}
  1%{width:550px;right:-100%;opacity: 1;}
  100%{width:550px;right:5%; opacity: 1;}
}

@-webkit-keyframes startL1 {
  0%{left: -100%; opacity: 0;}
  100%{left:-10%; opacity: 0.8;}
}

@keyframes startL1 {
  0%{left: -100%; opacity: 0;}
  100%{left:-10%; opacity: 0.8;}
}

@-webkit-keyframes startL2 {
  0%{right:-100%; opacity: 0;}
  100%{right:-15%; opacity: 0.8;}
}

@keyframes startL2 {
  0%{right:-100%; opacity: 0;}
  100%{right:-15%; opacity: 0.8;}
}


@-webkit-keyframes startBg {
  0%{background-size:200%; opacity:0;}
  100%{background-size:100%;opacity:0.6;}
}


@keyframes startBg {
  0%{background-size:200%; opacity:0;}
  100%{background-size:100%;opacity:0.6;}
}

@-webkit-keyframes startTagline {
  0%{left:-40%;; opacity: 0;}
  100%{left:15%; opacity: 1;}
}

@keyframes startTagline {
  0%{left:-40%;; opacity: 0;}
  100%{left:15%; opacity: 1;}
}

@-webkit-keyframes apparitionAnim{
0%{top:200px; opacity: 0;}
100%{ opacity: 1;}
}

@keyframes apparitionAnim{
0%{top:200px; opacity: 0;}
100%{ opacity: 1;}
}

@-webkit-keyframes anim_icons{
0%{transform:translateX(-25px);opacity:0;-webkit-transform:translateX(-25px)}
100%{transform:translateX(0px);opacity:1;-webkit-transform:translateX(0px)}
}

@keyframes anim_icons{
0%{transform:translateX(-25px);opacity:0;-webkit-transform:translateX(-25px)}
100%{transform:translateX(0px);opacity:1;-webkit-transform:translateX(0px)}
}


