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

* {
    -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;
    color: #c5d9ed;
    display: block;
    background-position: center 367px;
    font-size: 13px;
    letter-spacing: 1px;
    background:url('pageBackground.png') repeat-y;
    background-position: 50%;
}

#page.mobile {
    display: none;
    position: relative;
    margin: 0px auto 0px auto;
    background-size: 100% 100%;
    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: 88px;
    height: 42px;
    background: url('mobileFriendly.png') 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: 600px;
    background: url('splash.jpg') no-repeat;
}

.mobile div.content_background {
    height: 882px;
    width: 640px;
    background: url('splashMobile.jpg') no-repeat;
}

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

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

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

    background: url('headerSeparator.png') no-repeat;
    background-position: center 61px;
}

.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('headerSeparator.png') no-repeat center;
    height: 1px;
    width: 1200px;
}

#steps {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 115px;
    font-size: 0px;
}

.mobile #steps {
    height: 101px;
    width: 100%;
    overflow: hidden;
}

.step {
    display: block;
    position: absolute;
    height: 113px;
    text-decoration: none;
}

.mobile .step {
    height: 103px;
}

#step_join {
    width: 450px;
    z-index: 20;
    background: url('buttonJoin.png') no-repeat;
    background-position: -18px -20px;
}

.mobile #step_join {
    width: 244px;
    background: url('buttonJoinMobile.png') no-repeat;
    background-position: 0px -15px;
}

#step_join:hover, #step_join.active {
    background-position: -18px -177px;
}

.mobile #step_join:hover, .mobile #step_join.active {
    background-position:  0px -156px;
}

#step_spin {
    left: 396px;
    width: 450px;
    z-index: 19;
    background: url('buttonSpin.png') no-repeat;
    background-position: -18px -20px;
}

.mobile #step_spin {
    left: 198px;
    width: 266px;
    background: url('buttonSpinMobile.png') no-repeat;
    background-position: 0px -15px;
}

#step_spin:hover, #step_spin.active {
    background-position: -18px -177px;
}

.mobile #step_spin:hover, .mobile #step_spin.active {
    background-position: 0px -156px;
}

#step_win {
    left: 788px;
    width: 413px;
    z-index: 18;
    background: url('buttonWin.png') no-repeat;
    background-position: -18px -20px;
}

.mobile #step_win {
    left: 418px;
    width: 222px;
    background: url('buttonWinMobile.png') no-repeat;
    background-position: 0px -15px;
}

#step_win:hover, #step_win.active {
    background-position: -18px -177px;
}

.mobile #step_win:hover, .mobile #step_win.active {
    background-position: 0px -156px;
}

#amount_free {
    top: 25px;
    left: 100px;
    position: absolute;
    opacity: 0;
    width: 600px;
    height: 130px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile #amount_free {
    top: 18px;
    width: 384px;
    height: 108px;
}

#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: 165px;
    left: 100px;
    position: absolute;
    opacity: 0;
    color: #fbec96;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    width: 440px;
    height: 35px;
    background: url('useCode.png') no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile #use_code {
    top: 200px;
    padding-top: 15px;
    width: 388px;
    height: 56px;
    font-size: 24px;
    background: url('useCodeMobile.png') no-repeat;
}

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

#welcome_bonus {
    top: 238px;
    left: 100px;
    position: absolute;
    opacity: 0;
    width: 447px;
    height: 40px;
    background: url('welcomeBonus.png') no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile #welcome_bonus {
    top: 140px;
    width: 394px;
    height: 36px;
    background: url('welcomeBonusMobile.png') no-repeat;
}

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

#claim_here {
    font-size: 0px;
    display: block;
    text-decoration: none;
    top: 315px;
    left: 72px;
    position: absolute;
    width: 342px;
    height: 119px;
    background: url('claimHere.png') no-repeat center;
    background-size: 100% 100%;
    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 {
    top: 600px;
    left: 155px;
}

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

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

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

#eighteen_plus {
    top: 20px;
    left: 90px;
    position: absolute;
    width: 68px;
    height: 61px;
    background: url('18plus.png') no-repeat;
}

.mobile #eighteen_plus {
    left: 215px;
    top: 90px;
}

#secure {
    top: 20px;
    right: 90px;
    position: absolute;
    width: 116px;
    height: 45px;
    background: url('secure.png') no-repeat;
}

.mobile #secure {
    right: 190px;
    top: 90px;
}

#payment_methods {
    top: 17px;
    left: 297px;
    position: absolute;
    width: 605px;
    height: 47px;
    background: url('paymentMethods.png') no-repeat;
}

.mobile #payment_methods {
    top: 25px;
    left: 15px;
}

.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: 80px;
    left: 200px;
    position: absolute;
    text-align: center;
    width: 800px;
}

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

#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: 24px;
    color: #8ba9ff;
    background: #0241a8 url('arrow.png') no-repeat;
    background-position: 96% center;
    display: block;
    text-align: left;
    padding: 25px 30px 25px 30px;
    text-decoration: none;
    margin-bottom: 2px;
    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: 110px;
    left: 200px;
    position: absolute;
    text-align: center;
    width: 800px;
    color: #aeaeae;
    font-size: 12px;
}

.mobile #legal {
    top: 180px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 640px;
    color: #aeaeae;
    font-size: 12px;
}

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;
}

