body{
    padding: 0;
    margin: 0;
    height: 100%;
    background: #000000 ;

}

.layout{
    background: #000000 url('bg.jpg') top center no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.parallax{
    overflow: hidden;
    width: 100%;
    height: 1080px;
    margin: 0 auto;
    position: absolute;
    z-index: 99;

}
.parallax-money{
    background: url('money.png') top center no-repeat;
}
.parallax-chips{
    background: url('chips.png') top center no-repeat;
}
.full-link {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.content{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.logo{
    width: 246px;
    margin: 12px auto 10px;
}
.logo img{
    width:100%;
    height: auto;
}
.tumbs-wrapper{
    width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 99;

}
.tumbs-wrapper:hover .tumb-animation--1 {
   animation-play-state: paused;
}
.tumbs-wrapper:hover .tumb-animation--2 {
    animation-play-state: paused;
}
.tumbs-wrapper:hover .tumb-animation--3 {
    animation-play-state: paused;
}
.tumbs-wrapper:hover .tumb-animation--4 {
    animation-play-state: paused;
}
.tumb{
    display: inline-block;
    position: relative;
    width: 283px;

}
.tumb-content{
    width: 100%;
    position: relative;
}
.tumb-picture{
    width:  100%;
    margin:0 auto;
    position: relative;
}
.tumb-img{
    position: relative;
}
.tumb-title{
    background: url("tumb-titles2.png") center no-repeat;
    -webkit-background-size: 6em 4em;
    background-size: 6em 4em;
    width: 6em;
    position: relative;
    top: -12px;
    height: 1em;
    margin: 8px auto;
    font-size: 35px;

}
.tumb-title--1{

    background-position: 0 0;

}
.tumb-title--2{
    background-position: 0 -1em;
}
.tumb-title--3{
    background-position: 0 -2em;
}
.tumb-title--4{
    background-position:0 -3em;
}
.tumb-animation{
    width: inherit;
    height: inherit;
    position: absolute;
    background: url("animation.png") center no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 3px;
    opacity: 0;
}

.tumb-animation--1{
    animation: tumbAnimation1 3s infinite;

}
.tumb-animation--2{
    animation: tumbAnimation2 3s infinite;
}
.tumb-animation--3{
    animation: tumbAnimation3 3s infinite;
}
.tumb-animation--4{
    animation: tumbAnimation4 3s infinite;
}

.tumb-hover{
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4px;
    left: 1px;
    background: url("tumb-hover.png") center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size:  100% 100%;
    opacity: 0;
}
.tumb-hover:hover{
    opacity: 1;
}

.tumb-btn{
    position: absolute;
    top: 34%;
    left: 10%;
    background: url("tumb-btn.png") center no-repeat;
    -webkit-background-size:  100% 100%;
    background-size: contain;
    width: 80%;
    height: 30%;
    margin: 0 auto;
    z-index: 2;
}
.tumb-btn:hover{
    background-image: url("tumb-btn-hover.png");
}
.tumb-link{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.mobile{
    display: none;
}



.btn-wrapper{
    width: 794px;
    padding-top: 25px;
    position: relative;
    z-index: 99;
    margin: 0 auto;
}
.btn-wrapper-mob{
    display: none;
}
.btn-wrapper-desktop a{
    display: block;
}

.btn-content{
    width: inherit;
    height: inherit;
    position: absolute;
    background: url("btn.png") no-repeat ;
    overflow: hidden;
    opacity: 1;
    height: 220px;
}
.btn-link{
    display: block;

}
.btn-link{
    display: block;
}
.btn-content::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("btn.png") no-repeat ;
    background-position: 0 -217px;
    opacity: 0;
    animation: btnAnimation 1s infinite;
}



/*.btn-content:hover::after {*/
    /*animation: none;*/
    /*opacity: 1;*/
/*}*/
.btn-mob-content{
    width: 100%;
    display: none;
    position: relative;

}

.btn-light{
    width: 100%;
    height: auto;
    z-index: 2;

}
.btn-mob{
    width: 100%;
    height: auto;

}
.btn-mob-container{
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
}


@-webkit-keyframes tumbAnimation1 {

    0%, 100% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }


}
@-webkit-keyframes tumbAnimation2 {

    0%, 100% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }


}
@-webkit-keyframes tumbAnimation3 {

    0%, 100% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }

}
@-webkit-keyframes tumbAnimation4 {

    0%, 100% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes btnAnimation {

    50% {
        opacity: 1;
    }

}


@media screen and (min-width: 860px) {
    .layout {
        min-width: 830px;
        max-width: 1920px;
        min-height: 1080px;
    }
    .parallax{
        min-width: 830px;
    }
    .btn-wrapper{
        height: 220px;
    }
    .btn-content{
        z-index: 1;
    }
    .btn-link{
        position: absolute;
        width: 440px;
        height: 106px;
        margin-top: 58px;
        margin-left: 174px;
        /*background: url("btn-link.png") no-repeat;*/
        z-index: 2;
    }
    .btn-link::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
       /* background: url("btn-link.png") no-repeat;*/
        background-position: 0 -106px;
        opacity: 0;
        animation: btnAnimation 1s infinite;
    }
    .btn-link:hover::after{
        animation: none;
        opacity: 1;
    }
    .btn-link:hover + .btn-content::after {
        animation: none;
        opacity: 1;
    }
}

@media screen and (max-width: 860px) {
    .parallax{
        display: none;
    }
    .layout{
        background:url('bg-mob.jpg') top center no-repeat;
        background-size: 100%;
        min-width: 320px;
    }
    .tumbs-wrapper{
        width: 100%;

    }
    .mobile{
        display: inline-block;
    }
    .logo{
        width: 55%;
        margin: 12px auto 10px;
        -webkit-background-size: cover;
        background-size:cover;
    }
    .btn-wrapper-mob{
        display: block;
    }
    .btn-wrapper-desktop{
        display: none;
    }

    .btn-wrapper{
        width: 100%;
        margin: -30px auto 0;
        padding-top: 0;
    }
    .btn-content{
        display: none;
    }
    .btn-mob-content{
        display: block;
        background: url("light2.png") center no-repeat;
        -webkit-background-size:100% 100%;
        background-size:100% 100%;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .btn-title, .btn-gradient{
        display: none;
    }
    .btn-wrapper:hover .btn-hover{
        opacity : 0;
    }
    .btn-link{
        width: 90%;
        margin: 0 auto;
        z-index: 2;
    }
    .btn-mob-light{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: url("light2.png") center no-repeat;
        z-index: 1;
    }
    .tumb{
        width: 49%;
    }
    .tumb-content{
        width: 100%;
    }
    .tumb-picture{
        width: 100%;
    }
    .tumb-picture img{
        width: 100%;
    }

}

@media screen and (max-width: 860px) {
    .content{
        margin-top: 360px;
    }
}
@media screen and (max-width: 710px) {
   
    .content{
        margin-top: 330px;

    }
}
    
@media screen and (max-width: 640px) {
    .content{
        margin-top: 300px;
    }
    .tumbs-wrapper{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 585px) {
    .content{
        margin-top: 270px;
    }
        }
@media screen and (max-width: 510px) {
    .tumb-title{
        font-size: 30px;
    }
    .content{
        margin-top: 240px;
    }
        }
@media screen and (max-width: 460px) {
    .tumb-title{
        font-size: 25px;
    }
    .content{
        margin-top: 210px;
    }
        }
@media screen and (max-width: 425px) {

    .content{
        margin-top: 200px;
    }
        }
@media screen and (max-width: 395px) {

    .content{
        margin-top: 180px;
    }
        }
@media screen and (max-width: 375px) {
    .tumb-title{
        font-size: 23px;
    }
    .content{
        margin-top: 170px;
    }
        }
@media screen and (max-width: 360px) {

    .content{
        margin-top: 165px;
    }

        }
@media screen and (max-width: 340px) {

    .content{
        margin-top: 90px;
    }
        }


 

