/* jquery.jscrollpane.css */
.jspContainer{overflow:hidden;position:relative}.jspHorizontalBar,.jspPane,.jspVerticalBar{position:absolute}.jspVerticalBar{background:red;height:100%;right:0;top:0;width:16px}.jspHorizontalBar{background:red;bottom:0;height:16px;left:0;width:100%}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;cursor:pointer;left:0;position:relative;top:0}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#50506d;cursor:pointer;direction:ltr;display:block;margin:0;padding:0;text-indent:-20000px}.jspDisabled{background:#80808d;cursor:default}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{float:left;height:100%;width:16px}.jspVerticalBar .jspArrow:focus{border:1px solid red;outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}

/* style.css */
@charset "utf-8";
.cf:before,
.cf:after {
    content: " ";
    display: table
}
.cf:after {
    clear: both
}
.cf {
    *zoom: 1
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
* {
    margin: 0;
    padding: 0
}
.clear-both {
    clear: both
}
a:focus,
a:active,
a:visited,
a img:focus,
a img:active,
a img:visited,
button:focus,
button:active,
button:visited {
    border: none;
    outline: none
}
.yellow {
    color: #ffe000;
    font-family: "OpenSans-Bold", Arial, sans-serif
}
body.sc .yellow,
body.ch .yellow {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important
}
body {
    margin: 0;
    padding: 0;
    font-family: MyriadPro-Regular,Arial,sans-serif!important;
}
@font-face{font-family:'OpenSans-Regular';src:url(../_fonts/OpenSans-Regular/OpenSans-Regular.woff) format('woff'),
url('../_fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
url(../_fonts/OpenSans-Regular/OpenSans-Regular.ttf) format('truetype'),
url('../_fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
font-weight:400;
font-style:normal
}
@font-face{font-family:'OpenSans-Bold';src:url(../_fonts/OpenSans-Bold/OpenSans-Bold.woff) format('woff'),
url('../_fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url(../_fonts/OpenSans-Bold/OpenSans-Bold.ttf) format('truetype'),
url('../_fonts/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
font-weight:400;
font-style:normal
}
@font-face{font-family:'OpenSans-BoldItalic';src:url(../_fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.woff) format('woff'),
url('../_fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
url(../_fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.ttf) format('truetype'),
url('../_fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
font-weight:400;
font-style:normal
}
@font-face{font-family:'MyriadPro-Bold';src:url(../_fonts/MyriadPro-Bold/MyriadPro-Bold.woff) format('woff'),
url('../_fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
url(../_fonts/MyriadPro-Bold/MyriadPro-Bold.ttf) format('truetype'),
url(../_fonts/MyriadPro-Bold/MyriadPro-Bold.otf) format('opentype'),
url('../_fonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
font-weight:400;
font-style:normal
}
@font-face{font-family:'MyriadPro-Semibold';src:url(../_fonts/MyriadPro-Semibold/MyriadPro-Semibold.woff) format('woff'),
url('../_fonts/MyriadPro-Semibold/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
url(../_fonts/MyriadPro-Semibold/MyriadPro-Semibold.ttf) format('truetype'),
url(../_fonts/MyriadPro-Semibold/MyriadPro-Semibold.otf) format('opentype'),
url('../_fonts/MyriadPro-Semibold/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
font-weight:400;
font-style:normal
}
@font-face{font-family:'MyriadPro-Regular';src:url(../_fonts/MyriadPro-Regular/MyriadPro-Regular.woff) format('woff'),
url('../_fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url(../_fonts/MyriadPro-Regular/MyriadPro-Regular.ttf) format('truetype'),
url(../_fonts/MyriadPro-Regular/MyriadPro-Regular.otf) format('opentype'),
url('../_fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
font-weight:400;
font-style:normal
}
.tpl-footer .tpl-inner, .tpl-copyright {
    display: none;
}
.tpl-footer {
    background-color: #232323;
    background-image: url(../_images/footer.png);
    background-repeat: no-repeat;
    height: 147px;
    background-position: center;
}
body {
    background:#4a0303;
    overflow-x:hidden;
    display:block;
    position:relative
}
body.in {
    background-image:url(../_images/background-in.jpg)
}
body.en main,
body.id main,
body.in main {
    font-family:"OpenSans-Bold",
    Arial,
    sans-serif
}
body.sc main,
body.ch main {
    font-family:"Microsoft Yahei",
    "微软雅黑",
    宋体,
    SimSun,
    STXihei,
    "华文细黑",
    Arial,
    sans-serif!important
}
body.kr main {
    font-family:"Malgun Gothic",
    "MyriadPro",
    Arial,
    sans-serif!important
}
body.th main {
    font-family:Tahoma,
    Arial,
    sans-serif!important
}
body.vn main {
    font-family:Calibri,
    "Times New Roman",
    serif!important
}
header.tpl-header {
    display:none
}
.bg-wrapper {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0
}
.wrapper1 {
    background:url(../_images/background-2.jpg) no-repeat top center #000
}
.wrapper1 {
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:glowing;
    animation-name:glowing;
    -webkit-animation-duration:8s;
    animation-duration:8s
}
main {
    color:#FFF;
    text-align:center;
    width:100%;
    margin:0 auto;
    padding-top:16px;
    position:relative;
    background:url(../_images/main-bg-update.jpg) center top no-repeat
}
.inner {
    margin:0 auto;
    padding:0;
    position:relative;
    max-width:1000px;
    width:100%
}
.inner .inner-wrapper {
    width:100%;
    margin:0 auto;
    min-height:420px;
    position:relative
}
.inner .context-wrapper {
    text-align:center;
    position:relative
}
.elements-wrapper {
    position:relative
}
.title-wrapper {
    font-size:39px;
    color:#FFF;
    text-shadow:1px 1px 1px rgba(1,
    1,
    1,
    .35);
    line-height:.8
}
.title-wrapper a {
    color:#121212;
    text-decoration:none;
    cursor:pointer
}
.title-wrapper .yellow {
    font-size:55px
}
.equiv {
    font-size:39px;
    line-height:1.2
}
body.th .title-wrapper .yellow {
    font-size:55px
}
body.id .title-wrapper .yellow,
body.vn .title-wrapper .yellow {
    font-size:60px
}
.title-wrapper .smaller {
    position:relative;
    bottom:8px
}
.title-wrapper .bigger {
    font-size: 46px;
    text-shadow: 6px 2px 1px rgba(1,1,1,.35);
    font-weight: 700;
    line-height: 50pt;
    text-transform: uppercase;
}
.aste {
    color:#ffe000
}
.title-slider {
    visibility:hidden
}
.title-slider.slick-initialized {
    visibility:visible
}
.title-slider .slick-dots {
    bottom:-20px
}
.title-slider .slick-dots li {
    width:15px;
    height:15px
}
.title-slider .slick-dots li button:before {
    content:none
}
.title-slider .slick-dots li button {
    border:1px solid #eed60e;
    width:15px;
    height:15px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#000
}
.title-slider .slick-dots li.slick-active button,
.title-slider .slick-dots li button:hover,
.title-slider .slick-dots li button:focus {
    background:#eed60e
}
body.kr .rf-main-wrapper .action-container>.terms-and-conds {
    width:80%
}
.cta-btn-wrapper {
    margin-top:10px
}
.cta-button {
    margin-top: 8px;
    font-weight:700;
    color:#121212;
    background-color:#ffdf00;
    font-size:39px;
    text-decoration:none;
    padding:5px 40px 5px;
    display:inline-block;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    cursor:pointer;
    -webkit-animation-name:pulse;
    animation-name:pulse;
    animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -webkit-transform-origin:center bottom;
    -moz-transform-origin:center bottom;
    -o-transform-origin:center bottom;
    -ms-transform-origin:center bottom;
    transform-origin:center bottom
}
body.en .cta-button,
body.id .cta-button {
    font-family:"MyriadPro-Bold",
    Arial,
    sans-serif;
    padding:15px 40px 5px
}
body.id .cta-button {
    font-size:50px
}
body.kr .cta-button {
    padding:0 40px 15px
}
.steps-wrapper {
    margin-top:430px;
    margin-bottom:18px
}
.steps-item {
    float:left;
    vertical-align:top;
    width:32.9%;
    font-size:0;
    margin:0 2px;
    pointer-events:none;
    border:2px solid #b00
}
.steps-item:last-child {
    margin-right:0
}
.steps-item a {
    text-decoration:none;
    cursor:pointer
}
.steps-item a>div {
    float:left;
    vertical-align:middle
}
.steps-item a>div:first-child {
    font-size:60px;
    line-height:60px;
    background-color:#b00;
    color:#fae432;
    padding:5px 7px;
    width:73px;
    height:73px;
    text-align:center;
    font-family:'OpenSans-BoldItalic'
}
.steps-item a>div {
    font-size:18px;
    color:#FFF;
    text-align:left;
    width:calc(100% - 73px);
    padding:6px 5px 0 73px
}
.vertical.small {
    padding:6px 5px 0 36px
}
body.en .steps-item a>div:last-child,
body.id .steps-item a>div:last-child {
    letter-spacing:-1px;
    font-family:'OpenSans-Regular'
}
body.kr .steps-item a>div:last-child {
    padding:0 5px 0 5px
}
.steps-item a>div:last-child .hightlight {
    font-size:21px;
    line-height:1;
    vertical-align:middle
}
body.vn .steps-item a>div:last-child .hightlight {
    font-size:28px;
    line-height:1
}
body.en .steps-item a>div:last-child .hightlight,
body.id .steps-item a>div:last-child .hightlight {
    font-family:'OpenSans-Bold'
}
body.kr .steps-item a>div:last-child .hightlight {
    font-weight:700;
    margin-bottom:5px
}
body.kr .steps-item a>div:last-child .desc {
    font-weight:700;
    padding-left:4px;
    display:block
}
.balls-wrapper {
    margin:40px auto 0
}
.balls-item {
    display:inline-block;
    vertical-align:top;
    width:34%
}
.products-item img {
    display:block;
    margin:0 auto
}
.products-item:nth-child(1) img {
    animation:bounce 0.5s;
    animation-direction:alternate;
    animation-timing-function:cubic-bezier(.5,
    .05,
    1,
    .5);
    animation-iteration-count:infinite;
    -webkit-animation-name:bounce;
    -webkit-animation-duration:0.5s;
    -webkit-animation-direction:alternate;
    -webkit-animation-timing-function:cubic-bezier(.5,
    .05,
    1,
    .5);
    -webkit-animation-iteration-count:infinite
}
.products-item:nth-child(1) img:hover {
    animation-duration:0s;
    animation-timing-function:ease;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode:none;
    animation-play-state:running;
    -webkit-animation-duration:0s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-direction:normal;
    -webkit-animation-fill-mode:none;
    -webkit-animation-play-state:running
}
.products-item:nth-child(2) img {
    animation:bounce 0.6s;
    animation-direction:alternate;
    animation-timing-function:cubic-bezier(.5,
    .05,
    1,
    .5);
    animation-iteration-count:infinite;
    -webkit-animation-name:bounce;
    -webkit-animation-duration:0.6s;
    -webkit-animation-direction:alternate;
    -webkit-animation-timing-function:cubic-bezier(.5,
    .05,
    1,
    .5);
    -webkit-animation-iteration-count:infinite
}
.products-item:nth-child(2) img:hover {
    animation-duration:0s;
    animation-timing-function:ease;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode:none;
    animation-play-state:running;
    -webkit-animation-duration:0s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-direction:normal;
    -webkit-animation-fill-mode:none;
    -webkit-animation-play-state:running
}
.products-item:nth-child(3) img {
    a-webkit-transform:translatey(0);
    transform:translatey(0);
    -webkit-animation:float 6s ease-in-out infinite;
    animation:float 6s ease-in-out infinite
}
.products-item:nth-child(3) img:hover {
    animation-duration:0s;
    animation-timing-function:ease;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode:none;
    animation-play-state:running;
    -webkit-animation-duration:0s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-direction:normal;
    -webkit-animation-fill-mode:none;
    -webkit-animation-play-state:running
}
.products-item:nth-child(4) img {
    a-webkit-transform:translatey(0);
    transform:translatey(0);
    -webkit-animation:float 5s ease-in-out infinite;
    animation:float 5s ease-in-out infinite
}
.products-item:nth-child(4) img:hover {
    animation-duration:0s;
    animation-timing-function:ease;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode:none;
    animation-play-state:running;
    -webkit-animation-duration:0s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-direction:normal;
    -webkit-animation-fill-mode:none;
    -webkit-animation-play-state:running
}
.products-wrapper {
    margin:37px auto 12px;
    position:relative;
    z-index:2
}
body.vn .products-wrapper {
    margin:37px auto 20px
}
.products-item {
    display:inline-block;
    vertical-align:top;
    position:relative
}
body.vn .products-item {
    width:20%;
    margin-left:2%;
    margin-right:2%
}
.products-item .grass {
    position:absolute;
    z-index:1;
    top:65px
}
.products-item:nth-child(1) .grass {
    left:70px
}
.products-item:nth-child(2) .grass {
    left:45px
}
.products-item .products-link {
    display:inline-block
}
.products-item a {
    display:block;
    font-size:19px;
    background-color:#b00;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:10px 15px;
    margin:-16px 15px 0;
    z-index:2;
    position:relative;
    min-width:282px;
    cursor:pointer;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease
}
body.vn .products-item a {
    margin:-16px 0 0;
    min-width:auto
}
.products-item a:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
}
.terms-wrapper {
    margin-bottom:20px
}
.terms-btn {
    text-decoration:underline;
    cursor:pointer;
    font-weight:700;
    font-size:19px;
    text-shadow:1px 1px 1px rgba(1,
    1,
    1,
    .35)
}
.footer-providers {
    background-color:#ddd;
    position:relative;
    z-index:2
}
.providers-wrapper>div {
    display:inline-block;
    padding:25px 0
}
.providers-wrapper>div>div {
    display:inline-block;
    margin:0 25px
}
.providers-wrapper>div div img {
    width:100%
}
.providers-wrapper>div div.playtech img {
    max-width:207px
}
.providers-wrapper>div div.skywind img {
    max-width:208px
}
.providers-wrapper>div div.voidbridge img {
    max-width:235px
}
.providers-wrapper>div div.asiagaming img {
    max-width:141px
}
.providers-wrapper>div div.sagaming img {
    max-width:133px
}
.providers-wrapper>div div.golddeluxe img {
    max-width:132px
}
.providers-wrapper>div div.gameplay img {
    max-width:240px
}
.providers-wrapper>div div img.default {
    display:block
}
.providers-wrapper>div div img.active {
    display:none
}
.providers-wrapper>div div:hover img.default {
    display:none
}
.providers-wrapper>div div:hover img.active {
    display:block
}
.tpl-footer {
    position:relative;
    z-index:2
}
.tpl-contacts span {
    font-size:10px
}
.scroll-pane {
    outline:none;
    width:100%!important;
    height:545px
}
.jspTrack {
    background:#bbb;
    width:1px
}
.jspDrag {
    background:#bbb;
    width:10px;
    top:0;
    left:-5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.jspVerticalBar {
    background:transparent;
    width:5px
}
.jspHorizontalBar {
    height:5px
}
.lbox,
.overlay {
    display:none
}
.overlay {
    background:#261d00;
    background-color:rgba(0,
    0,
    0,
    .8);
    height:100%!important;
    margin:0;
    padding:0;
    position:fixed;
    left:0;
    width:100%;
    z-index:99999;
    top:0;
    overflow:hidden
}
.overlay .scroll-pane {
    height:100%!important
}
.overlay .lbox .scroll-pane {
    height:600px;
    margin:0 auto
}
.lbox {
    background-repeat:no-repeat;
    width:800px;
    height:680px;
    font-size:13px;
    margin:30px auto 0;
    position:relative;
    background:url(../_images/lightbox-bg.jpg);
    padding:25px
}
.lbox.lbox-terms .lbox-inner-wrapper {
    background:rgba(255,
    255,
    255,
    .7)!important;
    padding:15px;
    font-size:14px;
    height:inherit
}
.lbox.lbox-terms .lbox-header {
    font-weight:700;
    text-transform:uppercase;
    color:#ae0000;
    text-align:center;
    margin:10px 0 15px;
    text-align:left
}
.lbox.lbox-terms ol {
    color:#424242;
    list-style-type:decimal;
    padding-left:25px;
    line-height:1.5
}
.lbox.lbox-terms ol li a {
    color:#ae0000;
    text-decoration:underline
}
.lbox.lbox-terms .item-table {
    margin:10px auto 10px;
    border-collapse:collapse
}
.lbox.lbox-terms .item-table th {
    color:#ae0000
}
.lbox.lbox-terms .item-table th,
.lbox.lbox-terms .item-table td {
    width:33%;
    text-align:center;
    border:1px solid #fff;
    padding:10px
}
.lbox.lbox-terms .table-note {
    font-style:italic;
    margin:0 auto 10px;
    text-align:center
}
.lbox.lbox-terms .table-note.note-2 {
    text-align:left
}
.lbox.lbox-terms .inner-tnc-list {
    list-style-type:lower-alpha
}
.close {
    background:url(../_images/close.png) no-repeat;
    width:47px;
    height:44px;
    position:absolute;
    top:-19px;
    right:-20px;
    transition:all .5s ease-in-out 0s;
    cursor:pointer
}
.close:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
}
img.footballer {
    position:absolute;
    bottom:0;
    right:-80px;
    width:260px
}
body.in img.footballer {
    bottom:-1px;
    right:-70px;
    width:240px
}
.rf-main-wrapper {
    background:rgba(255,
    255,
    255,
    .6)!important;
    border:1px solid #bbb;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
.rf-main-wrapper button.rf-submit-button {
    background:#ffda44!important;
    border:2px solid #ffda44!important
}
.rf-main-wrapper button.rf-submit-button:hover {
    background-color:#d6ba4a!important
}
@keyframes dropDown {
    0% {
        opacity:0;
        -webkit-transform:none;
        transform:none
    }
    30% {
        opacity:0;
        -webkit-transform:translate3d(0,
        -50%,
        0);
        transform:translate3d(0,
        -50%,
        0)
    }
    55% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes dropDown {
    0% {
        opacity:0;
        -webkit-transform:none;
        transform:none
    }
    30% {
        opacity:0;
        -webkit-transform:translate3d(0,
        -50%,
        0);
        transform:translate3d(0,
        -50%,
        0)
    }
    55% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes glowing {
    0% {
        opacity:0
    }
    10% {
        opacity:.9
    }
    20% {
        opacity:.1
    }
    30% {
        opacity:.8
    }
    40% {
        opacity:.2
    }
    50% {
        opacity:.7
    }
    60% {
        opacity:.3
    }
    70% {
        opacity:.6
    }
    80% {
        opacity:.4
    }
    90% {
        opacity:.5
    }
    100% {
        opacity:0
    }
}
@keyframes glowing {
    0% {
        opacity:0
    }
    10% {
        opacity:.9
    }
    20% {
        opacity:.1
    }
    30% {
        opacity:.8
    }
    40% {
        opacity:.2
    }
    50% {
        opacity:.7
    }
    60% {
        opacity:.3
    }
    70% {
        opacity:.6
    }
    80% {
        opacity:.4
    }
    90% {
        opacity:.5
    }
    100% {
        opacity:0
    }
}
@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform:scale3d(1,
        1,
        1);
        transform:scale3d(1,
        1,
        1)
    }
    50% {
        -webkit-transform:scale3d(1.05,
        1.05,
        1.05);
        transform:scale3d(1.05,
        1.05,
        1.05)
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform:scale3d(1,
        1,
        1);
        transform:scale3d(1,
        1,
        1)
    }
    50% {
        -webkit-transform:scale3d(1.05,
        1.05,
        1.05);
        transform:scale3d(1.05,
        1.05,
        1.05)
    }
}
@keyframes bounce {
    from {
        transform:translate3d(0,
        -30%,
        0)
    }
    to {
        transform:translate3d(0,
        0,
        0)
    }
}
@-webkit-keyframes bounce {
    from {
        -webkit-transform:translate3d(0,
        -30%,
        0);
        transform:translate3d(0,
        -30%,
        0)
    }
    to {
        -webkit-transform:translate3d(0,
        0,
        0);
        transform:translate3d(0,
        0,
        0)
    }
}
@-webkit-keyframes float {
    0% {
        -webkit-transform:translatey(0);
        transform:translatey(0)
    }
    50% {
        -webkit-transform:translatey(-20px);
        transform:translatey(-20px)
    }
    100% {
        -webkit-transform:translatey(0);
        transform:translatey(0)
    }
}
@keyframes float {
    0% {
        -webkit-transform:translatey(0);
        transform:translatey(0)
    }
    50% {
        -webkit-transform:translatey(-20px);
        transform:translatey(-20px)
    }
    100% {
        -webkit-transform:translatey(0);
        transform:translatey(0)
    }
}
.light {
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    width:0;
    height:0;
    margin:0;
    background:#fff;
    -moz-box-shadow:0 0 30px 10px #e6e6c8,
    0 0 10px 5px white;
    -webkit-box-shadow:0 0 30px 10px #e6e6c8,
    0 0 10px 5px white;
    box-shadow:0 0 30px 10px #e6e6c8,
    0 0 10px 5px white;
    -moz-animation:flaremove 25s alternate infinite ease-in-out,
    lightbright 5s alternate infinite linear;
    -webkit-animation:flaremove 25s alternate infinite ease-in-out,
    lightbright 5s alternate infinite linear;
    animation:flaremove 25s alternate infinite ease-in-out,
    lightbright 5s alternate infinite linear;
    -moz-border-radius:9999px;
    -webkit-border-radius:9999px;
    border-radius:9999px;
    z-index:1;
    pointer-events:none
}
.flare {
    position:absolute;
    top:80%;
    left:80%;
    -moz-animation:flaremove 5s alternate infinite ease-in-out;
    -webkit-animation:flaremove 5s alternate infinite ease-in-out;
    animation:flaremove 5s alternate infinite ease-in-out;
    -moz-border-radius:9999px;
    -webkit-border-radius:9999px;
    border-radius:9999px
}
.flare.one {
    margin:-50px 0 0 -50px;
    width:100px;
    height:100px;
    -moz-box-shadow:inset 0 0 20px 2px rgba(190,
    190,
    240,
    .125),
    0 0 20px 0 rgba(190,
    190,
    240,
    .125);
    -webkit-box-shadow:inset 0 0 20px 2px rgba(190,
    190,
    240,
    .125),
    0 0 20px 0 rgba(190,
    190,
    240,
    .125);
    box-shadow:inset 0 0 20px 2px rgba(190,
    190,
    240,
    .125),
    0 0 20px 0 rgba(190,
    190,
    240,
    .125)
}
.flare.two {
    margin:-100px 0 0 -100px;
    width:200px;
    height:200px;
    -moz-box-shadow:inset 0 0 100px 2px rgba(200,
    230,
    200,
    .125),
    0 0 13px 2px rgba(200,
    230,
    200,
    .125);
    -webkit-box-shadow:inset 0 0 100px 2px rgba(200,
    230,
    200,
    .125),
    0 0 13px 2px rgba(200,
    230,
    200,
    .125);
    box-shadow:inset 0 0 100px 2px rgba(200,
    230,
    200,
    .125),
    0 0 13px 2px rgba(200,
    230,
    200,
    .125)
}
.flare.three {
    margin:-300px 0 0 -300px;
    width:600px;
    height:600px;
    -moz-box-shadow:inset 0 0 22px 2px rgba(255,
    255,
    255,
    .25),
    0 0 13px 2px rgba(255,
    255,
    255,
    .25);
    -webkit-box-shadow:inset 0 0 22px 2px rgba(255,
    255,
    255,
    .25),
    0 0 13px 2px rgba(255,
    255,
    255,
    .25);
    box-shadow:inset 0 0 22px 2px rgba(255,
    255,
    255,
    .25),
    0 0 13px 2px rgba(255,
    255,
    255,
    .25)
}
.flare.four {
    margin:20% 0 0 20%;
    width:100px;
    height:100px;
    -moz-box-shadow:inset 0 0 160px 2px rgba(50,
    180,
    50,
    .125),
    0 0 20px 2px rgba(50,
    180,
    50,
    .125);
    -webkit-box-shadow:inset 0 0 160px 2px rgba(50,
    180,
    50,
    .125),
    0 0 20px 2px rgba(50,
    180,
    50,
    .125);
    box-shadow:inset 0 0 160px 2px rgba(50,
    180,
    50,
    .125),
    0 0 20px 2px rgba(50,
    180,
    50,
    .125)
}
.flare.five {
    margin:-5% 0 0 -5%;
    width:60px;
    height:60px;
    -moz-box-shadow:inset 0 0 160px 2px rgba(200,
    220,
    80,
    .25),
    0 0 20px 2px rgba(200,
    220,
    80,
    .25);
    -webkit-box-shadow:inset 0 0 160px 2px rgba(200,
    220,
    80,
    .25),
    0 0 20px 2px rgba(200,
    220,
    80,
    .25);
    box-shadow:inset 0 0 160px 2px rgba(200,
    220,
    80,
    .25),
    0 0 20px 2px rgba(200,
    220,
    80,
    .25)
}
.flare.six {
    margin:20% 0 0 20%;
    width:20px;
    height:20px;
    -moz-box-shadow:inset 0 0 18px 10px rgba(150,
    220,
    220,
    .25),
    0 0 5px 0 rgba(150,
    220,
    220,
    .25);
    -webkit-box-shadow:inset 0 0 18px 10px rgba(150,
    220,
    220,
    .25),
    0 0 5px 0 rgba(150,
    220,
    220,
    .25);
    box-shadow:inset 0 0 18px 10px rgba(150,
    220,
    220,
    .25),
    0 0 5px 0 rgba(150,
    220,
    220,
    .25)
}
@-moz-keyframes flaremove {
    0% {
        left:20%;
        top:40%
    }
    100% {
        left:80%;
        top:60%
    }
}
@-webkit-keyframes flaremove {
    0% {
        left:20%;
        top:40%
    }
    100% {
        left:80%;
        top:60%
    }
}
@keyframes flaremove {
    0% {
        left:20%;
        top:40%
    }
    100% {
        left:80%;
        top:60%
    }
}
@-moz-keyframes lightmove {
    0% {
        left:80%;
        top:60%
    }
    100% {
        left:20%;
        top:40%
    }
}
@-webkit-keyframes lightmove {
    0% {
        left:80%;
        top:60%
    }
    100% {
        left:20%;
        top:40%
    }
}
@keyframes lightmove {
    0% {
        left:80%;
        top:60%
    }
    100% {
        left:20%;
        top:40%
    }
}
@-moz-keyframes lightbright {
    0% {
        -moz-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white
    }
    50% {
        -moz-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white
    }
    100% {
        -moz-box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white;
        box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white
    }
}
@-webkit-keyframes lightbright {
    0% {
        -webkit-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white
    }
    50% {
        -webkit-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white
    }
    100% {
        -webkit-box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white;
        box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white
    }
}
@keyframes lightbright {
    0% {
        -moz-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        -webkit-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white
    }
    50% {
        -moz-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        -webkit-box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white;
        box-shadow:0 0 30px 10px #e6e6c8,
        0 0 10px 5px white
    }
    100% {
        -moz-box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white;
        -webkit-box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white;
        box-shadow:0 0 40px 10px #e6e6c8,
        0 0 20px 10px white
    }
}
.tpl-partners {
    margin:0 auto;
    float:none;
    max-width:580px
}
.tpl-copyright {
    height:43px
}
.tpl-contacts {
    display:none
}
.light-wrapper {
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden
}
a {
    text-decoration:none
}
ul {
    margin-left:25px
}
p {
    margin:4px 0
}
.vertical {
    height:60px;
    line-height:60px
}

/* Responsive */
@media only screen and (max-width: 1700px) {
    .providers-wrapper>div>div.playtech img {
        max-width: 180px
    }
    .providers-wrapper>div>div.skywind img {
        max-width: 180px
    }
    .providers-wrapper>div>div.voidbridge img {
        max-width: 180px
    }
    .providers-wrapper>div>div.asiagaming img {
        max-width: 120px
    }
    .providers-wrapper>div>div.sagaming img {
        max-width: 120px
    }
    .providers-wrapper>div>div.golddeluxe img {
        max-width: 120px
    }
    .providers-wrapper>div>div.gameplay img {
        max-width: 180px
    }
}
@media only screen and (max-width: 1500px) {
    .providers-wrapper>div>div {
        margin: 0 22px
    }
    .providers-wrapper>div>div.playtech img {
        max-width: 160px
    }
    .providers-wrapper>div>div.skywind img {
        max-width: 160px
    }
    .providers-wrapper>div>div.voidbridge img {
        max-width: 160px
    }
    .providers-wrapper>div>div.asiagaming img {
        max-width: 110px
    }
    .providers-wrapper>div>div.sagaming img {
        max-width: 110px
    }
    .providers-wrapper>div>div.golddeluxe img {
        max-width: 110px
    }
    .providers-wrapper>div>div.gameplay img {
        max-width: 160px
    }
}
@media only screen and (max-width: 1320px) {
    .providers-wrapper>div>div {
        margin: 0 18px
    }
    .providers-wrapper>div>div.playtech img {
        max-width: 140px
    }
    .providers-wrapper>div>div.skywind img {
        max-width: 140px
    }
    .providers-wrapper>div>div.voidbridge img {
        max-width: 140px
    }
    .providers-wrapper>div>div.asiagaming img {
        max-width: 95px
    }
    .providers-wrapper>div>div.sagaming img {
        max-width: 95px
    }
    .providers-wrapper>div>div.golddeluxe img {
        max-width: 95px
    }
    .providers-wrapper>div>div.gameplay img {
        max-width: 140px
    }
}
@media only screen and (max-width: 1150px) {
    .providers-wrapper>div>div {
        margin: 0 15px
    }
    .providers-wrapper>div>div.playtech img {
        max-width: 120px
    }
    .providers-wrapper>div>div.skywind img {
        max-width: 120px
    }
    .providers-wrapper>div>div.voidbridge img {
        max-width: 120px
    }
    .providers-wrapper>div>div.asiagaming img {
        max-width: 80px
    }
    .providers-wrapper>div>div.sagaming img {
        max-width: 80px
    }
    .providers-wrapper>div>div.golddeluxe img {
        max-width: 80px
    }
    .providers-wrapper>div>div.gameplay img {
        max-width: 120px
    }
}
@media only screen and (max-width: 1024px) {
    .tpl-footer {
        background-image: url(../_images/footer-tablet.png);
        height: 132px;
    }
    .steps-item a>div {
        padding: 6px 5px 0 20px
    }
    .vertical.small {
        padding: 6px 5px 0 17px
    }
    body.in .title-wrapper {
        margin-top: 29px
    }
    body.th .title-wrapper .yellow {
        font-size: 40px
    }
    body.id .title-wrapper .yellow,
    body.vn .title-wrapper .yellow {
        font-size: 45px
    }
    .title-slider .slick-dots li,
    .title-slider .slick-dots li button {
        width: 10px;
        height: 10px
    }
    body.en .cta-button,
    body.id .cta-button {
        padding: 12px 35px 2px
    }
    body.id .cta-button {
        font-size: 40px
    }
    .steps-item a>div:first-child {
        font-size: 46px;
        width: 57px
    }
    body.vn .steps-item a>div:last-child .hightlight {
        font-size: 23px
    }
    .steps-item a>div:last-child {
        font-size: 14px;
        width: calc(100% - 57px)
    }
    .products-wrapper {
        margin: 25px auto 25px
    }
    body.vn .products-wrapper {
        margin: 20px auto 20px
    }
    .products-item img {
        width: 78px
    }
    .products-item a {
        font-size: 14px;
        padding: 8px 15px;
        min-width: 215px;
        margin: -10px 15px 0
    }
    .providers-wrapper>div {
        padding: 20px 0
    }
}
@media only screen and (max-width: 800px) {
    .lbox {
        width: 700px;
        height: 600px;
        padding: 15px
    }
    img.footballer {
        bottom: 0;
        right: -75px;
        width: 212px
    }
    body.in img.footballer {
        bottom: -1px;
        right: -63px;
        width: 210px
    }
}
@media only screen and (max-width: 768px) {
    .tpl-footer {
        height: 105px;
        background-size: contain;
        position: relative;
        bottom: 10px;
    }
    main {
        background-image: url(../_images/main-bg-768.jpg)
    }
    body {
        background: #e6e7e8
    }
    .inner {
        margin: 9px auto
    }
    .light {
        display: none
    }
    .steps-wrapper {
        margin-top: 323px;
        margin-bottom: 10px
    }
    .steps-item {
        width: 32.8%
    }
    .main-logo img {
        max-width: 248px
    }
    .title-wrapper {
        font-size: 24px;
        margin-top: 14px
    }
    body.in .title-wrapper {
        margin-top: 0
    }
    .title-wrapper .yellow {
        font-size: 35px
    }
    .equiv {
        font-size: 24px
    }
    body.th .title-wrapper .yellow {
        font-size: 30px
    }
    body.id .title-wrapper .yellow,
    body.vn .title-wrapper .yellow {
        font-size: 35px
    }
    .title-wrapper .bigger {
        font-size: 30px;
        line-height: 35pt;
    }
    .cta-button {
        font-size: 20px
    }
    body.en .cta-button,
    body.id .cta-button {
        padding: 10px 25px 2px
    }
    body.id .cta-button {
        font-size: 30px
    }
    .steps-item a>div:first-child {
        font-size: 60px;
        width: 57px
    }
    .steps-item a>div:last-child .hightlight {
        font-size: 20px
    }
    body.vn .steps-item a>div:last-child .hightlight {
        font-size: 20px
    }
    .products-wrapper {
        margin: 16px auto 20px
    }
    .products-item img {
        width: 60px
    }
    .products-item a {
        font-size: 12px;
        padding: 6px 10px;
        min-width: 160px;
        margin: -6px 10px 0
    }
    .lbox {
        width: 600px;
        height: 600px
    }
    img.chips-god {
        width: 250px
    }
    .vertical {
        height: 45px;
        line-height: 45px
    }
    .vertical.small .hightlight {
        font-size: 16px!important
    }
    .steps-item a>div {
        padding: 13px 5px 0 36px
    }
    .vertical.small {
        padding: 13px 5px 0 17px
    }
}
@media only screen and (max-width: 635px) {
    .vertical.small .hightlight {
        font-size: 14px!important
    }
}
@media only screen and (max-width: 624px) {
    .steps-item {
        width: 32.7%
    }
}
@media only screen and (max-width: 600px) {
    .tpl-footer {
        background-image: url(../_images/footer-mobile.png);
        height: 600px;
        bottom: 0px;
    }
    main {
        background-image: url(../_images/main-bg-600.jpg)
    }
    main {
        padding-top: 15px
    }
    .inner {
        margin: 0 auto
    }
    .main-logo img {
        max-width: 190px
    }
    .title-wrapper {
        text-shadow: 2px 2px 1px rgba(1, 1, 1, .35)
    }
    body.in .title-wrapper {
        margin-top: 320px
    }
    body.vn .title-wrapper {
        margin-top: 230px
    }
    body.in .title-wrapper {
        color: #fff
    }
    body.th .title-wrapper .yellow {
        font-size: 30px
    }
    body.id .title-wrapper .yellow,
    body.vn .title-wrapper .yellow {
        font-size: 38px
    }
    .title-wrapper .bigger {
        font-size: 24px;
        line-height: 25pt;
    }
    body.id .title-wrapper .bigger {
        font-size: 32px
    }
    .cta-button {
        font-size: 17px;
        padding: 5px 20px 5px
    }
    .title-wrapper {
        margin-top: 4px
    }
    body.en .cta-button,
    body.id .cta-button {
        padding: 12px 30px 2px
    }
    body.id .cta-button {
        font-size: 33px
    }
    body.vn .cta-button {
        font-size: 40px
    }
    .steps-wrapper {
        margin-top: 230px
    }
    .steps-item:last-child {
        margin-right: auto
    }
    body.in .steps-item a>div:last-child {
        color: #fff
    }
    body.vn .products-wrapper {
        margin: 20px auto 0
    }
    .products-item {
        width: 100%;
        margin-bottom: 20px
    }
    body.vn .products-item {
        width: 100%
    }
    .products-item img {
        width: 78px
    }
    .products-item a {
        font-size: 15px;
        padding: 8px 15px;
        min-width: 190px;
        margin: -10px 0 0
    }
    .products-wrapper {
        margin: 16px auto 10px
    }
    .terms-btn {
        color: #121212
    }
    .providers-wrapper>div {
        padding: 15px 0
    }
    .providers-wrapper>div>div {
        margin: 0 10px
    }
    .providers-wrapper>div>div.playtech img {
        max-width: 75px
    }
    .providers-wrapper>div>div.skywind img {
        max-width: 75px
    }
    .providers-wrapper>div>div.voidbridge img {
        max-width: 75px
    }
    .providers-wrapper>div>div.asiagaming img {
        max-width: 40px
    }
    .providers-wrapper>div>div.sagaming img {
        max-width: 40px
    }
    .providers-wrapper>div>div.golddeluxe img {
        max-width: 40px
    }
    .providers-wrapper>div>div.gameplay img {
        max-width: 75px
    }
    .lbox {
        width: 100%;
        height: 600px
    }
    img.footballer {
        display: none
    }
    .close {
        background-size: cover;
        width: 43px;
        height: 40px
    }
    .rf-main-wrapper {
        font-size: 14px!important
    }
    .regform-item>.item-element-wrapper input,
    .regform-item>.item-element-wrapper select {
        font-size: 14px!important
    }
    .rf-main-wrapper button.rf-submit-button {
        font-size: 25px!important
    }
    .rf-main-wrapper .action-container>.terms-and-conds {
        font-size: 14px!important
    }
    .regform-item span.item-error {
        font-size: 13px
    }
    .steps-item a>div:first-child {
        font-size: 46px
    }
    .steps-wrapper {
        margin-bottom: 6px
    }
    .steps-item a>div {
        padding: 13px 5px 0 10px
    }
    .vertical.small {
        padding: 13px 5px 0 4px
    }
    .vertical.small .hightlight {
        font-size: 16px!important
    }
}
@media only screen and (max-width: 599px) {
    .vertical.small {
        line-height: 26px!important;
        padding: 13px 5px 0 12px
    }
    .vertical.small .hightlight {
        font-size: 18px!important
    }
}
@media only screen and (max-width: 525px) {
    .steps-item {
        width: 32.6%
    }
}
@media only screen and (max-width: 480px) {
    main {
        background-image: url(../_images/main-bg-480.jpg)
    }
    .main-logo img {
        max-width: 215px
    }
    .title-wrapper {
        font-size: 22px;
        line-height: 1.2
    }
    .steps-wrapper {
        margin-top: 255px;
        margin-bottom: 16px
    }
    .steps-item a>div:first-child {
        height: 54px;
        width: 39px;
        line-height: 1
    }
    .steps-item a>div {
        padding: 7px 5px 0 19px
    }
    .steps-item a>div:last-child .hightlight {
        font-size: 16px!important
    }
    .steps-item a>div:last-child {
        width: calc(100% - 40px)
    }
    .vertical.small {
        padding: 7px 5px 0 11px
    }
    body.in .title-wrapper {
        margin-top: 290px
    }
    .title-wrapper .yellow {
        font-size: 35px
    }
    body.th .title-wrapper .yellow {
        font-size: 28px
    }
    body.id .title-wrapper .yellow,
    body.vn .title-wrapper .yellow {
        font-size: 30px
    }
    .title-wrapper .bigger {
        font-size: 27px;
        line-height: 30pt;
    }
    body.id .title-wrapper .bigger {
        font-size: 26px
    }
    .cta-button {
        font-size: 36px
    }
    body.id .cta-button {
        font-size: 28px
    }
    body.vn .cta-button {
        font-size: 30px
    }
    body.en .cta-button,
    body.id .cta-button {
        padding: 10px 25px 2px
    }
    .providers-wrapper>div>div.playtech img {
        max-width: 60px
    }
    .providers-wrapper>div>div.skywind img {
        max-width: 60px
    }
    .providers-wrapper>div>div.voidbridge img {
        max-width: 60px
    }
    .providers-wrapper>div>div.asiagaming img {
        max-width: 40px
    }
    .providers-wrapper>div>div.sagaming img {
        max-width: 40px
    }
    .providers-wrapper>div>div.golddeluxe img {
        max-width: 40px
    }
    .providers-wrapper>div>div.gameplay img {
        max-width: 60px
    }
    .rf-main-wrapper button.rf-submit-button {
        font-size: 22px!important;
        padding: 8px 15px!important
    }
    .cta-button {
        font-size: 22px
    }
    .title-wrapper {
        margin-top: 9px
    }
    body.en .cta-button,
    body.id .cta-button {
        padding: 10px 11px 2px
    }
}
@media only screen and (max-width: 453px) {
    .steps-item {
        width: 100%;
        margin: 5px auto
    }
    body {
        background: #4a0303
    }
    .inner {
        width: 100%
    }
    .steps-item a>div:last-child {
        width: calc(100% - 70px);
        text-align: center
    }
    .steps-item a>div:first-child {
        height: 60px;
        width: 70px
    }
    .steps-wrapper {
        width: 88%;
        margin: 218px auto 16px
    }
    .steps-item a>div:last-child .hightlight {
        font-size: 20px
    }
    .vertical.small .hightlight {
        font-size: 19px!important
    }
    .vertical.small {
        padding: 16px 5px 0 11px
    }
    body {
        background: #4c0203
    }
}
@media only screen and (max-width: 388px) {
    main {
        padding-top: 9px
    }
    .cta-btn-wrapper {
        margin-top: 0
    }
    .title-wrapper {
        margin-top: 5px
    }
    .steps-wrapper {
        width: 88%;
        margin: 265px auto 16px
    }
}
@media only screen and (max-width: 377px) {
    .title-wrapper {
        margin-top: 6px
    }
    .equiv {
        font-size: 22px
    }

    .title-wrapper .bigger {
        font-size: 18px;
        line-height: 25pt;
    }
    .title-wrapper .yellow {
        font-size: 22px;
    }
}