/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* jquery.jscrollpane.css */	.jspContainer{overflow:hidden;position:relative}.jspHorizontalBar,.jspPane,.jspVerticalBar{position:absolute}.jspVerticalBar{top:0;right:0;width:16px;height:100%;background:red}.jspHorizontalBar{bottom:0;left:0;width:100%;height:16px;background:red}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cf:before,
.cf:after {
    content:' ';
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}
a{
    text-decoration: none;
    color: #ffe000;
}
a:focus, a:active, a:visited,
a img:focus, a img:active, a img:visited,
.scroll-pane:focus, .scroll-pane:active, .scroll-pane:visited,
button:focus, button:active, button:visited {
    border: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;   
    font-weight: normal;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'OpenSans';
    src:
    url('../_fonts/OpenSans/OpenSans.woff') format('woff'), 
    url('../_fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans/OpenSans.ttf') format('truetype'),
    url('../_fonts/OpenSans/OpenSans.otf') format('opentype'),
    url('../_fonts/OpenSans/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src:
    url('../_fonts/OpenSans/OpenSans-Light.woff') format('woff'), 
    url('../_fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans/OpenSans-Light.ttf') format('truetype'),
    url('../_fonts/OpenSans/OpenSans-Light.otf') format('opentype'),
    url('../_fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src:
    url('../_fonts/OpenSans/OpenSans-Semibold.woff') format('woff'), 
    url('../_fonts/OpenSans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype'),
    url('../_fonts/OpenSans/OpenSans-Semibold.otf') format('opentype'),
    url('../_fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src:
    url('../_fonts/OpenSans/OpenSans-Bold.woff') format('woff'), 
    url('../_fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans/OpenSans-Bold.ttf') format('truetype'),
    url('../_fonts/OpenSans/OpenSans-Bold.otf') format('opentype'),
    url('../_fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ~fonts */
.ctr {
    text-align: center !important;
}
.lft {
    text-align: left !important;
}
.rgt {
    text-align: right !important;
}
.ylw {
    color: #ffe000;
}
.indent {
    margin-left: 9%;
    display: block;
}
.undrlne {
    text-decoration: underline;
}
body {
    background-image: url('../_img/bg-main.jpg');
	background-repeat:no-repeat;
	background-position: center top;
    min-width: 320px;
	background-color:#fff;
}
/*  CONTENT  */
main{
	position: relative;
    margin: 0 auto;
	font-family: 'OpenSans';
	text-align:left;
	font-size: 14px;
	height:800px;
	overflow: hidden;
}
.weekly-offer{
	display:none;
}
main .inner{
	max-width:1000px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
}
.container{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.left-container{
	width:380px;
	margin-left: 30px;
}
.right-container{
	width: 560px;
    padding-left: 30px;
    margin-top: 33px;
}
.page-logo{
	height:204px;
	margin-bottom:21px;
}
.page-logo img{
    position: absolute;
    top: -15px;
    margin: 0 auto;
    right: 0;
    left: 0;
	
	-webkit-transform-origin: 70% 0;
    transform-origin: 70% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(2deg);}
    50%{-webkit-transform: rotate(-2deg);}
    100%{-webkit-transform: rotate(2deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(2deg);}
    50%{transform: rotate(-2deg)}
    100%{transform: rotate(2deg);}
}
.marketing-message span{
	font-family: 'OpenSans-Semibold';
	color:#4d1d08;
	font-size: 12px;
}
.marketing-message span b{
	font-size:13px;
}
.marketing-message span .promo-date{
	font-size:12px;
	margin-top: 7px;
}
.prizes{
	position: absolute;
    left: 25px;
    top: 467px;
}
.tab-container{
	width:452px;
	height:608px;
	background: url("../_img/tab-bg.png") no-repeat top center;
	display:inline-block;
	border: 1px solid #fff;
	padding:25px;
	font-size:12px;
}
.tab-nav{
	display:inline-block;
	vertical-align:top;
	width:65px;
	color:red;
	margin-left: 7px;
}
.tab{
	cursor:pointer;
	width:65px;
	height:81px;
	background-image: url('../_img/tab.png');
	padding-top: 32px;
	-webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
	transition: .7s;
}
.tab1{
    -webkit-animation: swinging 4s ease-in-out forwards infinite;
    animation: swinging 4s ease-in-out forwards infinite;
}
.tab2{
    -webkit-animation: swinging 3.6s ease-in-out forwards infinite;
    animation: swinging 3.6s ease-in-out forwards infinite;
}
.tab3{
    -webkit-animation: swinging 3.9s ease-in-out forwards infinite;
    animation: swinging 3.9s ease-in-out forwards infinite;
}
.tab4{
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}
.tab.active{
	background-image: url('../_img/tab-active.png');
	filter: drop-shadow(0px 0px 10px #ffe000);
}
.tab:hover{
	background-image: url('../_img/tab-active.png');
	filter: drop-shadow(0px 0px 10px #ffe000);
}
.tab5 {
	display:none;
	background-position: 0px 0px;
	background: url('../_img/arrow-up.png') no-repeat;
}
.tab5:hover{
	background: url('../_img/arrow-up.png') no-repeat;
}
.tab-content,
.sub-menu-content,
.accordion-content{
	display:none;
}
.tab2-content,
.sub-menu-content-wrap .sub-menu-content:nth-child(1){
	display:block;
}
.tab-title{
	font-family: 'OpenSans-Bold';
	font-size:17px;
	margin-bottom: 40px;
	filter: drop-shadow(0px 0px 2px #ffe000);
}
.games-wrapper{
	width:380px;
}
.games-wrapper div{
	position:relative;
	margin:8px 5px 34px;
	display:inline-block;
	width:73px;
}
.games-wrapper a span{
    position: absolute;
    right: 0;
    left: 0;
    top: 92px;
	font-size:11px;
}
.games-wrapper div img{
	width:73px;
}
.tab2-content .scroll-pane{
	height:515px;
}
.sub-menu-wrap{
	width: max-content;
    margin: 0 auto;
    border: 1px solid #fff;
    margin-bottom: 15px;
    min-width: 100px;
}
.sub-menu{
	width:124px;
	height:27px;
	color:#fff;
	font-family: 'OpenSans-Semibold';
	font-size:12px;
	text-align:center;
	padding-top:8px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	text-transform:uppercase;
}
.tab4-content .sub-menu{
	width:140px;
}
.sub-menu.active{
	background-color: #ffe000;
	color:#af0000;
}
.sub-menu-wrap .sub-menu:nth-child(2){
	/*margin:0px -4px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;*/
	/* Uncomment after WEEK 1 */
}
.sub-menu-title {
	font-size:15px;
}
.htw {
	font-size:14px;
}
.weekly-xmas-perks,
.lucky-holiday{
	cursor:pointer;
}
.buttons{
	width:451px;
}
.btn{
	background-image: url(../_img/button.png);
    padding: 15px 2px;
    color: #fff;
    margin: 15px;
    display: inline-block;
    cursor: pointer;
    width: 181px;
    height: 49px;
    font-size: 14px;
	border:1px solid #fff;
	font-family: 'OpenSans-Semibold';
}
.btn:hover{
	color: #ffe000;
}
.btns-2{
	border-radius:5px;
	border:1px solid #fff;
	width: fit-content;
	margin:0 auto;
}
.btns-2 .btn-2{
	display:inline-block;
	padding: 10px 10px;
	color:#fff;
}
.btns-2 .btn-2:hover{
	color:#af0000;
	background:#ffe000;
}
.btn-terms.active{
	color:#ffe000;
}
.accordion{
	width:100%;
	font-family: 'OpenSans-Bold';
	color:#fff;
	cursor:pointer;
}
.accordion:hover{
	color:#ffe000;
}
.accordion span.tnc-header{
	font-size:15px;
	vertical-align:middle;
}
.accordion span{
	font-size:10px;
	vertical-align:middle;
}
b{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.scroll-pane:focus, .scroll-pane:active, .scroll-pane:visited {
    border: none;
    outline: none;
}
.jspVerticalBar {
    background: none;
}
.jspTrack {
	width: 2px;
    background: #fff
}
.jspDrag {
	width: 6px;
	left:-2px;
	background: #ffe000;
}
.jspHorizontalBar{
	display:none;
}
.scroll-pane {
    width: 97% !important;
    height: 475px;
    overflow-x: hidden; 
    margin: 0 auto;
}
.tab1-content .scroll-pane{
	height: 430px;
}
table{
	width:90%;
	text-align:center;
	margin:10px auto;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table-30{
	width:30%;
}
table.table-50{
	width:50%;
}
table th{
	background: #ffe000;
    color: #000;
    font-weight: normal;
}
table td,
table th{
	padding: 5px;
    border: 1px solid #ffe000;
}
ol {
    padding-left: 29px;
    padding-right: 12px;
    margin-bottom: 12px;
}
ol li ol{
	margin-bottom: 0px;
}
li {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 5px;
    text-align: left;
    line-height: 1.4;
}
li > ol li {
    list-style-type: disc;
}
li > ol li > ol li{
    list-style-type: lower-alpha;
}
ol.list-alpha li{
	list-style-type: lower-alpha !important;
}
/* fonts */
body.sc main,
body.sc .marketing-message span,
body.sc .tab-title,
body.sc .sub-menu,
body.sc .btn,
body.sc .accordion,
body.sc b{
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
body.sc b{
    font-weight:bold;
}
body.kr main,
body.kr .marketing-message span,
body.kr .tab-title,
body.kr .sub-menu,
body.kr .btn,
body.kr .accordion,
body.kr b{
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    word-break: keep-all;
}
body.kr b{
    font-weight:bold;
}
body.th main,
body.th .marketing-message span,
body.th .tab-title,
body.th .sub-menu,
body.th .btn,
body.th .accordion,
body.th b{
    font-family: Tahoma, Arial, sans-serif !important;
}
body.th b{
    font-weight:bold;
}
body.vn main{
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
/* ADJUSTMENT PER LANGUAGE */
.snow{
	top: 0;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.wrap1 {
	background: url("../_img/bg-main2.jpg") no-repeat top center;
}
.wrap2 {
	background: url("../_img/bg-main3.jpg") no-repeat top center;
}

.wrap1 {
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
	-webkit-animation-name: bgswitch;
	animation-name: bgswitch;
	-webkit-animation-duration: 2s;
  	animation-duration: 2s;
  	
}
.wrap2 {
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
	-webkit-animation-name: bgswitch;
	animation-name: bgswitch;
	-webkit-animation-duration: 4s;
  	animation-duration: 4s;
}

@-webkit-keyframes bgswitch {
    50% {
		opacity: 0;
	}
    
    100% {
	 opacity: 1;
	}
}

@keyframes bgswitch {
	50% {
		opacity: 0;
	}
    
    100% {
	 opacity: 1;
	}
}
.tpl-footer{
    position: relative;
}
.qr {
    position: absolute;
    cursor: pointer;
    max-width: 350px;
    width: 100%;
    height: 200px;
	bottom:-107px;
}
.qr.act {
    display: block;
}
.qr a {
    font-weight: normal;
}
.qr-phone, .qr-info {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.qr-phone {
    background: url("../_img/qr/smartphone.png") no-repeat;
    width: 118px;
    height: 200px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.qr-code {
    position: absolute;
    left: 6px;
    top: 23px;
    background: rgba(0,0,0,.6);
    width: 107px;
    height: 157px;
    padding-top: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.qr-code > img {
    width: 97px;
    border: 2px solid #000;
}
.qr:hover .qr-phone {
    top: -50px;
}
.qr:hover .qr-code {
    opacity: 1;
}
.qr-info {
    color: #fff;
    margin: 7px 0 0 5px;
    width: 62%;
    text-align: center;
}
.qr-info > img, .qr-info > p {
    display: inline-block;
    vertical-align: middle;
}
.qr-info > img {
    position: relative;
    z-index: 2;
}
.qr-info > p {
    font-size: 11px;
    width: 82%;
    background: rgb(0 0 0);
    padding: 10px;
    position: relative;
    right: 5px;
    z-index: 1;
}
.qr-info img.mobi480 {
    display: none;
}
.kr .qr-info > p {
    font-size: 11px;
}
.th .qr-info > p {
    font-size: 11px;
}
.qr-info > img {
    -webkit-animation-name: bounce-side;
    animation-name: bounce-side;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounce-side {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(-5px, 0, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(-5px, 0, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px,-0,0);
    transform: translate3d(-5px,-0,0);
  }
}
@keyframes bounce-side {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(-5px, 0, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(-5px, 0, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px,-0,0);
    transform: translate3d(-5px,-0,0);
  }
}
.fbanner-right{
    position: fixed;
    top: 200px;
    cursor: pointer;
    z-index: 2;
}
.fbanner-title {
	display: inline-block;
    vertical-align:bottom;
}
.fbanner-content {
	display: inline-block;
    vertical-align:bottom;
}
.fbanner-content {
    position: relative;
    width:200px;
    height: 295px;
    background:#373737;
    padding: 44px 2px;
	text-align: center;
}
.fbanner-content a{
	color:#fff;
	border: 1px solid #fff;
    border-radius: 5px;
    padding-top: 10px;
    width: 128px;
	height:33px;
    display: inline-block;
	font-size: 13px;
	margin-bottom:48px;
}
.fbanner-content a:hover{
	background:#ffe000;
	color:#000;
}
.fbanner-right:hover { right: 0; }
.fbanner-right {
    right: -200px;
    -webkit-transition: right .2s;
    transition: right .2s;
}
.fbanner-title{
    width:51px;
    height:295px;
    position: relative;
	margin-right: -8px;
	background:#af0000;
	border-radius: 5px;
}
.fbanner-title span{
    color: #ffe000;
    font-weight: bold;
    font-size: 18px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    text-align: center;
    min-width: 300px;
    position: absolute;
    left: -124px;
    bottom: 137px;
}