body {
    padding:0;
    margin:0;
    font-weight:normal;
    font-family: 'Segoe UI', 'Frutiger', 'Helvetica', 'Arial';
    text-rendering: auto;
    background: #000000;
    color: #ffffff;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page {
    width: 100%;
    min-width: 1200px;
    height: auto;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    display: block;
    background-position: center 367px;
    font-size: 13px;
    letter-spacing: 1px;
}

#page.mobile {
    display: none;
    position: relative;
    margin: 0px auto 0px auto;
    width: 640px;
    min-width: 640px;
    overflow: hidden;
}

#main_container {
    top: 0px;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#main_container.desktop {
    display: none;
    overflow: hidden;
}

#mobile_friendly {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 130px;
    height: 45px;
    background: url("/en/file/html/landing/shared/mobileFriendly.png?build=201903011530") no-repeat;
}

div.centered_container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mobile div.centered_container {
    width: 640px;
}

div.content_background {
    position: relative;
    width: 1200px;
    height: 408px;
    background: url("/en/file/html/landing/shared/splash.jpg?build=201903011530") no-repeat;
}

.mobile div.content_background {
    height: 918px;
    width: 640px;
    background: url("/en/file/html/landing/shared/splashMobile.jpg?build=201903011530") center/100% no-repeat;
}

div.footer {
    position: relative;
    width: 1200px;
    height: 156px;
    background-color: #101010;
}

.mobile div.footer {
    width: 640px;
    height: 300px;
}

div.header_container {
    margin: 0px;
    padding: 0px;
    top: 0px;
    width: 100%;
    height: 62px;
    display: block;
}

#header {
    padding-top: 16px;
}

.mobile #header {
    padding-top: 33px;
}

.mobile div.header_container {
    width: 640px;
    margin: 0px auto 0px auto;
    background-position: center 86px;
    height: 87px;
    background-size: 100% 1px;
}

div.header_container div.centered_container {
    position: relative;
}

div.header {
    width: 1000px;
    padding: 0px 15px 0px 15px;
    vertical-align: top;
    white-space:nowrap;
    display: block;
}

div.separator {
    background: url("/en/file/html/landing/shared/headerSeparator.png?build=201903011530") no-repeat center;
    height: 1px;
    width: 1200px;
}

#steps {
    height: 109px;
    font-size: 0px;
    padding: 0 97px;
    background: url("/en/file/html/landing/shared/buttonBg.png?build=201903011530") top right repeat-x;
}

.mobile #steps {
    height: 565px;
    width: 100%;
    padding: 0;
    background: none;
}

.step {
    display: inline-block;
    height: 106px;
    text-decoration: none;
}

.mobile .step {
    height: 103px;
    position: static;
    display: block;
}

#step_join {
    width: 342px;
    background: url("/en/file/html/landing/shared/buttonJoin.png?build=201903011530") no-repeat;
}

.mobile #step_join {
    width: 100%;
    height: 209px;
    background: url("/en/file/html/landing/shared/buttonJoinMobile.png?build=201903011530") center no-repeat;
}

#step_spin {
    width: 362px;
    background: url("/en/file/html/landing/shared/buttonSpin.png?build=201903011530") no-repeat;
}

.mobile #step_spin {
    width: 100%;
    height: 209px;
    background: url("/en/file/html/landing/shared/buttonSpinMobile.png?build=201903011530") center no-repeat;
}

#step_win {
    width: 300px;
    background: url("/en/file/html/landing/shared/buttonWin.png?build=201903011530") no-repeat;
}

.mobile #step_win {
    width: 100%;
    background: url("/en/file/html/landing/shared/buttonWinMobile.png?build=201903011530") center no-repeat;
    height: 145px;
}

#amount_free {
    top: 10px;
    right: 100px;
    position: absolute;
    opacity: 0;
    width: 495px;
    height: 130px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile #amount_free {
    top: 6px;
    left: 100px;
    width: 585px;
    height: 128px;
}

#amount_free.fade_in {
    right: 0;
    opacity: 1;
}

.mobile #amount_free.fade_in {
    left: 25px;
    opacity: 1;
}

.bonus_code {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

#use_code {
    top: 229px;
    right: 160px;
    position: absolute;
    opacity: 0;
    color: #fbec96;
    font-size: 18px;
    text-align: center;
    padding-top: 9px;
    width: 340px;
    height: 29px;
    background: url("/en/file/html/landing/shared/useCode.png?build=201903011530") center/cover no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile #use_code {
    top: 256px;
    left: 100px;
    padding-top: 19px;
    width: 388px;
    height: 44px;
    font-size: 24px;
    background: url("/en/file/html/landing/shared/useCodeMobile.png?build=201903011530") center/100% no-repeat;
    font-weight: bold;
}

#use_code.fade_in {
    right: 80px;
    opacity: 1;
}

.mobile #use_code.fade_in {
    left: 220px;
    opacity: 1;
}

#welcome_bonus {
    top: 118px;
    right: 100px;
    position: absolute;
    opacity: 0;
    width: 447px;
    height: 118px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile #welcome_bonus {
    top: 129px;
    left: 100px;
    width: 465px;
    height: 119px;
}

#welcome_bonus.fade_in {
    right: 22px;
    opacity: 1;
}

.mobile #welcome_bonus.fade_in {
    left: 168px;
    opacity: 1;
}

#claim_here {
    font-size: 0px;
    display: block;
    text-decoration: none;
    top: 271px;
    right: 72px;
    position: absolute;
    width: 342px;
    height: 119px;
    background: url("/en/file/html/landing/shared/claimHere.png?build=201903011530") no-repeat center;
    background-size: 90%;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;

    animation-delay: 2s;
    -webkit-animation-delay: 2s;

    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;

    animation-name: zoomin;
    -webkit-animation-name: zoomin;

    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

.mobile #claim_here {
    background-size: 100%;
    top: 732px;
    left: 155px;

    animation-name: zoomin2;
    -webkit-animation-name: zoomin2;
}

@-webkit-keyframes zoomin {
    from {
        background-size: 90%;
    }
    to {
        background-size: 80%;
    }
}

@keyframes zoomin {
    from {
        background-size: 90%;
    }
    to {
        background-size: 80%;
    }
}

@-webkit-keyframes zoomin2 {
    from {
        background-size: 100%;
    }
    to {
        background-size: 90%;
    }
}

@keyframes zoomin2 {
    from {
        background-size: 100%;
    }
    to {
        background-size: 90%;
    }
}

#claim_here.active {
    background-position: 0px -119px;
}

#eighteen_plus {
    top: 25px;
    left: 0px;
    position: absolute;
    width: 121px;
    height: 76px;
    background: url("/en/file/html/landing/shared/18plus.png?build=201903011530") center/cover no-repeat;
}

.mobile #eighteen_plus {
    left: 96px;
    top: 80px;
    width: 173px;
    height: 109px;
}

#eighteen_plus_title {
    top: 40px;
    left: 100px;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 130px;
    height: 50px;
}

.mobile #eighteen_plus_title {
    top: 185px;
    left: 70px;
    width: 220px;
    font-size: 22px;
}

#secure {
    top: 25px;
    right: 90px;
    position: absolute;
    width: 96px;
    height: 73px;
    background: url("/en/file/html/landing/shared/secure.png?build=201903011530") center/cover no-repeat;
}

.mobile #secure {
    right: 130px;
    top: 80px;
    width: 148px;
    height: 112px;
}

#secure_title {
    top: 40px;
    right: 45px;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 60px;
    height: 50px;
}

.mobile #secure_title {
    top: 185px;
    right: 100px;
    width: 220px;
    font-size: 22px;
}

#payment_methods {
    top: 25px;
    left: 275px;
    position: absolute;
    width: 675px;
    height: 45px;
    background: url("/en/file/html/landing/shared/paymentMethods.png?build=201903011530") no-repeat;
}

.mobile #payment_methods {
    position: static;
    width: 100%;
    height: 533px;
    background: url("/en/file/html/landing/shared/paymentMethodsMobile.png?build=201903011530") center/95% no-repeat;
}

.desktop .link_content {
    width: 700px;
    height: 500px;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 100px;
    padding: 20px;
    font-size: 13px;
    display: none;
    text-align: left;
    z-index: 40;
    border: 2px solid #CFA23F;
}

.mobile .link_content {
    padding: 20px;
    font-size: 12px;
    position: relative;
    display: none;
    text-align: left;
}

#links {
    top: 70px;
    left: 200px;
    position: absolute;
    text-align: center;
    width: 800px;
}

.mobile #links {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 20px;
}

#links a {
    font-family: "Arial", "Verdana", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.mobile #links {
    display: block;
    width: 100%;
}

.mobile_links {
    background: #020202;
    position: relative;
}

.mobile #links > a {
    font-size: 22px;
    background: #232323 url("/en/file/html/landing/shared/arrow.png?build=201903011530") no-repeat;
    background-position: 96% center;
    display: block;
    text-align: left;
    padding: 25px 30px 25px 30px;
    text-decoration: none;
    margin-bottom: 4px;
    overflow: hidden;
}

.mobile h1 {
    position: relative;
    color: #b79b4d;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    padding: 15px 0px 15px 0px;
}

h1.step_title {
    display: none;
}

#legal {
    top: 100px;
    left: 200px;
    position: absolute;
    text-align: center;
    width: 800px;
    color: #aeaeae;
    font-size: 12px;
}

.mobile #legal {
    top: 10px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 640px;
    color: #ffffff;
    font-size: 18px;
    padding: 0 100px;
    box-sizing: border-box;
}

a.close_content {
    font-size: 14px;
    font-weight: bold;
    color: #fbec96;
    position: absolute;
    right: 10px;
    top: 10px;
}

div.live_chat {
    position: fixed;
    z-index: 30;
    right: 5px;
    bottom: 5px;
    float: left;
}

div.live_chat a:hover {
    background: none !important;
}

