*, *: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: inherit;
}
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;
}
.ctr {
    text-align: center !important;
}
.lft {
    text-align: left !important;
}
.rgt {
    text-align: right !important;
}
.ylw {
    color: #ffee00;
}
.w25 {
    width: 25%;
}
.w50 {
    width: 50%;
}
.w75 {
    width: 75%;
}
.w100 {
    width: 100%;
}
.indent {
    margin-left: 9%;
    display: block;
}
.undrlne {
    text-decoration: underline;
}
.hide-txt {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0px;
    top: 0;
    visibility: hidden;

}
body {
    min-width: 320px !important;
    width: 100%;
    position: relative;
}
body:before {
    content: "";
    min-width: 320px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body:after {
    content: "";
    min-width: 320px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.week1 {
    background: url('../_img/bg-main-0-week1.jpg') no-repeat center top #000; 
}
body.week2 {
    background: url('../_img/bg-main-0-week1.jpg') no-repeat center top #000;
}
body.week3 {
    background: url('../_img/bg-main-0-week3.jpg') no-repeat center top #000;
}
body.week4 {
    background: url('../_img/bg-main-0-week4.jpg') no-repeat center top #000;
}
.content {
    max-width: 1000px;
    margin: 30px auto 0;
    position: relative;
    height: 742px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.content-left, .content-right {
    vertical-align: top;
    display: inline-block;
    position: relative;
    /*border: 1px solid #fff;*/
}
.content-left {
    width: 510px;
    padding-top: 0px;
    z-index: 1;
    /*overflow-x: hidden;*/
}
.content-right {
    width: 460px;
    z-index: 2;
}
.banner {
    text-align: center;
    /*color: #fff;*/
    /*text-shadow: 0 0 2px #000;*/
    height: 300px;
    margin-bottom: 68px;
    margin-top: 20px;
    margin-right: 40px;
    position: relative;
    z-index: 2;
}

.logo {
    background-size: contain;
    max-width: 235px;
    height: 100px;
    position: relative;
    margin: 0 auto 20px;
    z-index: 1;
    /*overflow: hidden;*/
}

.logo > img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
}
.logo > img.logo-dafabet {
    opacity: 0;
}
.logo > img.logo-dafabet.act {
    opacity: 1;
}
.logo > img.logo-train {
    -webkit-transition: all 5s ease-in-out 0s;
    -moz-transition: all 5s ease-in-out 0s;
    -o-transition: all 5s ease-in-out 0s;
    -ms-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s;
    left: -100%;
}
.logo > img.logo-train.act {
    left: 0;
}
.logo > img.logo-txt {
    opacity: 0;
}
.logo > img.logo-txt.act {
    opacity: 1;
}
.banner h2 {
    position: relative;
    font-size: 14px;
    margin: 0 auto 10px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    text-shadow: 1px 1px 1px #fff;
    -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;
}
.banner h2:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 5px #ffee00);
    -moz-filter: drop-shadow(0 0 5px #ffee00);
    -o-filter: drop-shadow(0 0 5px #ffee00);
    -ms-filter: drop-shadow(0 0 5px #ffee00);
    filter: drop-shadow(0 0 5px #ffee00);
}
.banner h2:hover span {
    text-decoration: underline;
}
.banner h2 span, .banner p span {
    font-family: "OpenSans-Semibold", Arial, sans-serif;
    color: #ffee00;
    text-shadow: -1px 1px 1px #000;
}
.sc .banner h2 span, .sc .banner p span {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .banner h2 span, .kr .banner p span {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .banner h2 span, .th .banner p span {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .banner h2 span, .vn .banner p span {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .banner h2 span, .hi .banner p span {
    font-weight: bold;
}
.te .banner h2 span, .te .banner p span {
    font-weight: bold;
}
.banner p {
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
    z-index: 1;
}
body.id .tab-main-content3 p.wk1, body.id .tab-main-content3 p.wk2, body.id .tab-main-content3 p.wk3, body.id .tab-main-content3 p.wk4 {
    font-size: 12px;
}
#popup {
    text-decoration: underline;
    color: #ffe000;
    cursor: pointer;
}
.float-temple {
    position: absolute;
    top: 75px;
    left: 455px;
    z-index: 0;
    width: 230px;
    height: 166px;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all 5s ease-in-out 0s;
    -moz-transition: all 5s ease-in-out 0s;
    -o-transition: all 5s ease-in-out 0s;
    -ms-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s;
}
.week3 .float-temple, .week4 .float-temple {
    left: -600px;
}
.float-temple.act {
    top: -58px;
    left: -100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.float-temple > img {
    width: 100%;
    height: 100%;
}
.prizes {
    position: relative;
    width: 100%;
    /*opacity: 0;*/
    z-index: 2;
    width: 241px;
    height: 171px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.prizes:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    -moz-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    -o-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    -ms-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
}
.prizes > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qr {
    position: relative;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    height: 200px;
    z-index: 2;
    margin-top: 325px;
}
.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/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: 15px 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: 12px;
    width: 82%;
    /*background: #320078;*/
    padding: 10px;
    position: relative;
    right: 10px;
    z-index: 1;
    text-shadow: 1px 1px 2px #000;
}
.qr-info p > span {
    display: inline-block !important;
}
.sc .qr-info > p {
    
}
.kr .qr-info > p {
    font-size: 12px;
}con
.th .qr-info > p {
    font-size: 12px;
}
.vn .qr-info > p {
    
}

.tabs {
    position: absolute;
    width: 69px;
    right: -75px;
    top: 0;
    z-index: 5;
}
.tab {
    background: url('../_img/tab-icon-bg.png') no-repeat;
    width: 81px;
    height: 82px;
    background-size: contain; 
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.tab:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.tab > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.tab > img.act {
    opacity: 0;
}
.tab.act, .tab:hover {
    background: url('../_img/tab-icon-bg-act.png') no-repeat;
    background-size: contain;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}
/*.tab.act > img, .tab:hover > img {
    opacity: 0;
}
.tab.act > img.act, .tab:hover > img.act {
    opacity: 1;
}*/
.tab > span {
    display: block;
    white-space: nowrap;
    position: absolute;
    text-align: left;
    right: 10px;
    bottom: -12px;
    color: #ffee00;
    opacity: 0;
    font-size: 12px;
    text-shadow: 0 0 2px #000;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.tab:hover > span {
    opacity: 1;
}
.tab-y {
    background: none;
    position: absolute;
    width: 69px;
    height: 69px;
    right: 10px;
    top: 10px;
    background-size: contain;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.tab-y:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}
.tab-y > img {
    width: 100%;
    height: 100%;
}

.box {
    background: url('../_img/box-bg-1.png') no-repeat;
    width: 462px;
    height: 618px;
    margin: 0 auto 10px;
    position: relative;
    padding: 35px 40px;
    overflow: hidden;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
}
.box > img {
    width: 100%;
    height: 100%;
}
.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.box-bg.act {
    opacity: 1;
}
.box p a, .box li a {
    text-decoration: underline;
    color: #ffe000;
}
.tab-main-content, .tab-leader-content {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    position: relative;
}
.tab-main-content.act, .tab-leader-content.act {
    display: block;
}
.tab-main-content h2 {
    color: #00deff;
    font-size: 24px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    text-shadow: 0 0 10px rgba(0, 222, 255, 1);
    font-style: italic;
}
.sc .tab-main-content h2 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tab-main-content h2 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tab-main-content h2 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .tab-main-content h2 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tab-main-content h2 {
    font-weight: bold;
}
.te .tab-main-content h2 {
    font-weight: bold;
}
.tab-main-content h3 {
    margin: 0 auto 10px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}
.sc .tab-main-content h3 {
     font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
     font-weight: bold;
}
.kr .tab-main-content h3 {
     font-family: "Malgun Gothic", Arial, sans-serif !important;
     font-weight: bold;
}
.th .tab-main-content h3 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .tab-main-content h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tab-main-content h3 {
    font-weight: bold;
}
.te .tab-main-content h3 {
    font-weight: bold;
}
.tab-main-content2 h3 {
    font-family: "OpenSans-Bold", Arial, sans-serif;
    margin: 0 auto;
    text-transform: uppercase;
}
.sc .tab-main-content2 h3 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tab-main-content2 h3 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tab-main-content2 h3 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}   
.vn .tab-main-content2 h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tab-main-content2 h3 {
    font-weight: bold;
}
.te .tab-main-content2 h3 {
    font-weight: bold;
}
.tab-main-content p {
    margin-bottom: 10px;
    color: #fff;
}
.tab-main-content p span {
    font-weight: bold;
}
span.to-spotlight {
    color: #af0000;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
span.to-spotlight:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.tabs-mini-2 .tabm, .tabs-mini-4 .tabm {
    width: 40%;
}
/*.promo-week-date {
    display: inline-block !important;
}*/
.hr-line {
    max-width: 343px;
    width: 100%;
    margin: 0 auto 10px;
}
.tabs-mini {
    margin: 0 auto 30px;
}
.tabs-mini-2 {
    margin: 0 auto 10px;
}
.tabs-leader {
    position: relative;
    margin: 0 auto -1px;
    z-index: 1;
    text-align: left;
}
.tabm, .tab-leader {
    background: none;
    border: 1px solid rgba(51,204,255,1);
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 2px;
    font-size: 12px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.sc .tabm, .sc .tab-leader {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tabm, .kr .tab-leader {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tabm, .th .tab-leader {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .tabm, .vn .tab-leader {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tabm, .hi .tab-leader {
    font-weight: bold;
}
.te .tabm, .te .tab-leader {
    font-weight: bold;
}
.tab-main-content3 .tabs-mini-3 .tabm-3 {
    width: 40%;
}
.tab-leader {
  margin: 0 2px; 
  text-align: center;
  height: 50px;
}
.tab-leader:first-child {
    margin-left: 0px;
}
.tab-leader:last-child {
    margin-right: 0px;
}
.tabm:hover, .tab-leader:hover {
    border: 1px solid rgba(51,204,255,1);
    background: rgba(51,204,255,1);
    color: #0c1625;
}
.sc .tabm:hover, .sc .tab-leader:hover {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tabm:hover, .kr .tab-leader:hover {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tabm:hover, .th .tab-leader:hover {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .tabm:hover, .vn .tab-leader:hover {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tabm:hover, .hi .tab-leader:hover {
    font-weight: bold;
}
.te .tabm:hover, .te .tab-leader:hover {
    font-weight: bold;
}
.tabm.act, .tabm.act:hover, .tab-leader.act, .tab-leader.act:hover {
    border: 1px solid rgba(51,204,255,1);
    background: rgba(51,204,255,.4);
    color: #fff;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}
.sc .tabm.act, .sc .tabm.act:hover, .sc .tab-leader.act, .sc .tab-leader.act:hover {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tabm.act, .kr .tabm.act:hover, .kr .tab-leader.act, .kr .tab-leader.act:hover {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tabm.act, .th .tabm.act:hover, .th .tab-leader.act, .th .tab-leader.act:hover {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .tabm.act, .vn .tabm.act:hover, .vn .tab-leader.act, .vn .tab-leader.act:hover {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tabm.act, .hi .tabm.act:hover, .hi .tab-leader.act, .hi .tab-leader.act:hover {
    font-weight: bold;
}
.te .tabm.act, .te .tabm.act:hover, .te .tab-leader.act, .te .tab-leader.act:hover {
    font-weight: bold;
}
.tab-leader.act, .tab-leader.act:hover {
    border: 1px solid rgba(2,206,246,1);
}
.tabm-content {
    display: none;
}
.tabm-content.act {
    display: block;
}
.tabm-links {
    margin-bottom: 20px;
}
.tabm-link {
    background: rgba(51,204,255,.1);
    border: 1px solid rgba(51,204,255,1) !important;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
    font-size: 12px;
    height: 48px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.tabm-link:hover {
    border: 1px solid rgba(51,204,255,1);
    background: rgba(51,204,255,1);
    color: #0c1625;
}
.sc .tabm-link {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tabm-link:hover {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tabm-link:hover {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .tabm-link:hover {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .tabm-link {
    font-weight: bold;
}
.te .tabm-link {
    font-weight: bold;
}
ul, ol, dl {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #fff;
}
ol li > ul {
    margin: 5px 0;
}
li {
    padding-left: 20px;
    text-align: left;
}
table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 5px auto;
    color: #fff;
}
table.table-leader {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
ol table, ul table {
    margin: 5px auto;
    position: relative;
    left: -10px;
}
th, td {
    border: 1px solid #00deff;
    padding: 5px;
    font-size: 12px;
}
th { 
    background: #00deff;
    color: #0c1625;
}
td {
}
table.table-leader td {
    padding: 10px 5px;
    font-size: 12px;
    font-weight: bold;
}
/*table.table-leader tr:last-child td {
    border-bottom: 1px solid #02cef6;
}*/
table.table-leader tr.act td, table.table-leader td.act {
    background: rgba(2,206,246,.5);
}
.note {
    font-size: 12px;
    font-style: italic;
}
.btn {
    display: block;
    width: 175px;
    margin: 20px auto;
    padding: 5px 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    -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;
}
.btn-blue {
    background: rgba(51,204,255,1);
    font-size: 16px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    color: #0c1625;
}
.sc .btn-blue {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .btn-blue {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .btn-blue {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .btn-blue {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .btn-blue {
    font-weight: bold;
}
.te .btn-blue {
    font-weight: bold;
}
.btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    background: rgba(255,255,255,0.4);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.btn:hover:before {
    left: 100%;
}
.scroll-pane {
   width: 100% !important;
   height: 380px;
}
.tab-main-content3 .scroll-pane {
    height: 465px;
}
.lbox .scroll-pane {
    height: 460px;
}
.jspVerticalBar {
    width: 6px;
}
.jspTrack {
    background: rgba(35,12,1,.3);
}
.jspVerticalBar {
    background: none;
}
.jspDrag{
    background: #00deff;
}
.icons {
    text-align: center;
    width: 96%;
    margin: 0 auto;
}
.icons.wk.wk3 {
    width: 99%;
}
.icons.wk.wk4 {
    width: 99%;
}
a.icon {
    width: 90px;
    height: 90px;
    display: inline-block;
    background-size: contain;
    margin: 5px 0px 45px 0px;
    position: relative;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
a.icon > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;  
}
a.icon > .icon-border-hov {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
a.big {
    width: 95px;
}
.native a.icon {
    width: 120px;
    height: 120px;
    margin: 5px 20px 40px 20px;
}
a.icon > img {
    position: absolute;
    width: 100%;
    height: 100%;
}
a.icon > img.icon-ribbon {
    top: -6px;
    left: -8px;
    max-width: 55px;
    max-height: 55px;
    width: 100%;
    height: 100%;
}
a.icon > img.icon-game {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
a.icon:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}
a.icon:hover > .icon-border-hov {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    -moz-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    -o-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    -ms-filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
    filter: drop-shadow(0 0 10px rgba(0, 222, 255, 1));
}
a.icon > span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    white-space: nowrap;
    font-family: "OpenSans", Arial, sans-serif !important;
    font-size: 11px;
    color: #fff;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.sc a.icon > span {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
a.icon:hover > span {
    color: rgba(0, 222, 255, 1);
}
/*.native a.icon > span {
    bottom: -20px;
}*/
a.icon > span.gametype {
    bottom: auto;
    top: -9px;
    font-weight: bold;
    font-size: 9.5px;
}
.navi {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background-size: contain;
}
.prev {
    background: url('../_img/prev.gif') no-repeat;
    width: 56px;
    height: 49px;
    left: 0;
}
.next {
    background: url('../_img/next.gif') no-repeat;
    width: 56px;
    height: 49px;
    right: 0;
}
.prev > img, .next > img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -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;
}
.prev:hover, .next:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prev.act, .next.act {
    opacity: 1;
    pointer-events: all;
}
.prev:hover > img, .next:hover > img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.navi-circ {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.prev-circ, .next-circ {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #00deff;
    -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;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.prev-circ:hover, .prev-circ.act, .next-circ:hover, .next-circ.act {
    background: #00deff;
}
.tabm-4a-prize {
    text-align: center;
    display: block;
    width: 250px;
    height: 250px;
    position: relative;
    margin: 0 auto;
}
/*.tabm-4a-prize .sparkle-canvas {
    width: 100%;
    height: 100%;
}*/
.tabm-4a-prize > img, .tabm-4a-prize > span {
    display: block;
    margin: 0 auto 10px;
}
.tabm-4a-prize > img {
    max-width: 250px;
    max-height: 215px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
    right: 0;
    bottom: 0;
}
.tabm-4a-prize > span {
    color: #af0000;
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: block;
    color: #00deff;
}
.float {
    position: fixed;
    top: 200px;
    left: -285px;
    z-index: 10;
    cursor: pointer;
    -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;
}
.float:hover {
    left: 0px;
}
.float-links {
    background: #373737;
    padding: 10px 10px 10px 25px;
    display: inline-block;
    vertical-align: top;
}
.float-links a {
    position: relative;
    display: block;
    color: #ffe000;
    border: 1px solid #ffe000;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 10px;
    font-size: 16px;
    -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;
}
.float-links a:last-child {
    margin-bottom: 0;
}
.float-links a:hover {
    background: rgba(255, 224, 0, .3);
}
.float-links a img, .float-links a span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.float-links a span {
    width: 200px;
}
.float-label {
    background-color: #373737;
    width: 53px;
    height: 170px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: -4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.float-label img {
    position: absolute;
    top: -33px;
    left: 0;
}
.float-label span {
    writing-mode: vertical-lr;
    color: #ffe000;
    font-size: 16px;
    position: relative;
    top: 33px;
}
.bottom-links {
    text-align: center;
    position: relative;
}
.bottom-links > .btn-bot {
    display: inline-block;
    position: relative;
    background: url('../_img/btn-bot-bg.png') no-repeat;
    background-size: contain !important;
    width: 181px;
    height: 48px;
    text-transform: uppercase;
    font-family: "OpenSans-Semibold", Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
    margin: 0 15px;
    -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;
}
.sc .bottom-links > .btn-bot {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .bottom-links > .btn-bot {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .bottom-links > .btn-bot {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.kr .bottom-links > .btn-bot {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.hi .bottom-links > .btn-bot {
    font-weight: bold;
}
.te .bottom-links > .btn-bot {
    font-size: 11px;
    font-weight: bold;
}
.native .btn-bot1 {
    display: none;
}
.bottom-links > .btn-bot:hover {
    background: url('../_img/btn-bot-bg.png') no-repeat;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.bottom-links > .btn-bot > div {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -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;
}
.bottom-links > .btn-bot > div > img {
    width: 181px;
    height: 48px;
}
.bottom-links > .btn-bot:hover > div {
    width: 100%;
}
.bottom-links > .btn-bot > span {
    position: relative;
    z-index: 1;
    top: 16px;
    color: #fff;
}

/* lightboxes */
.overlay {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    background-attachment: local;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    overflow: auto;
    z-index: 25;
}
.lbox {
    background: url('../_img/box-bg-1.png') no-repeat;
    max-width: 460px;
    width: 100%;
    min-height: 614px;
    /*max-height: 723px;*/
    height: 601px;
    font-size: 14px; 
    margin: 100px auto 0;
    position: relative;
    text-align: center;
    display: none;
    padding: 40px 10px;
    line-height: 1.2;
}
.lbox h3 {
    font-family: "OpenSans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 auto 15px;
}
.sc .lbox h3 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
.kr .lbox h3 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}
.th .lbox h3 {
    font-family: Tahoma, Arial, sans-serif !important;
}
.vn .lbox h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
.close {
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 20;
    top: -10px;
    right: -10px;
    cursor: pointer;   
}
.close > img  {
    position: absolute;
    top: 0;
    left: 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;
}
.close:hover > img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.accord {
    /*background: rgba(181,0,0,.2);*/
    padding: 5px 4px;
    border-radius: 2px;
    clear: both;
    
}
.accord h3 {
    text-align: center;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px !important;
    cursor: pointer;
    text-decoration: underline;
}
.accord.act .jspPane {
    top: -100% !important;
}
.accord > h3 > .accord-arw {
    display: inline-block;
    margin-left: 10px;
    line-height: 0;
    position: relative;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accord.act > h3 > .accord-arw {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accord h4 {
    color: #02cef6;
}
.accord a, .to-lucky, .to-millionaires {
    text-decoration: underline;
    color: #ffe000;
}
.accord ol, .accord ul {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 0px;
    display: none;
    text-align: left;
    padding-left: 20px;
}
.accord li {
    padding-left: 20px;
    margin-bottom: 5px;
}
.accord > ul > li  {
    list-style-type: none;
    margin-bottom: 20px;
}
.accord > ol {
    margin: 0 auto;
}
.accord table {
    margin-top: 5px;
    margin-bottom: 5px;
}
.accord li ul, .accord li ol {
    width: 100% !important;
}
.to-lucky, .to-millionaires {
    cursor: pointer;
    font-weight: bold;
}
/* ~lightboxes */

/* fonts */
body {
    font-family: "OpenSans", Arial, sans-serif;
    color: #00deff;
    font-size: 13px;
}
body.sc,
body.ch {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-size: 14px;
}
body.kr {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    word-break: keep-all;
    /* font-size: 13px; */
}
body.th {
    font-family: Tahoma, Arial, sans-serif !important;
    
}
body.vn {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
   
}
@font-face {
    font-family: 'OpenSans';
    src:
    url('../_fonts/OpenSans.woff') format('woff'), 
    url('../_fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans.ttf') format('truetype'),
    url('../_fonts/OpenSans.otf') format('opentype'),
    url('../_fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src:
    url('../_fonts/OpenSans-Light.woff') format('woff'), 
    url('../_fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans-Light.ttf') format('truetype'),
    url('../_fonts/OpenSans-Light.otf') format('opentype'),
    url('../_fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src:
    url('../_fonts/OpenSans-Semibold.woff') format('woff'), 
    url('../_fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../_fonts/OpenSans-Semibold.otf') format('opentype'),
    url('../_fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src:
    url('../_fonts/OpenSans-Bold.woff') format('woff'), 
    url('../_fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../_fonts/OpenSans-Bold.otf') format('opentype'),
    url('../_fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Montserrat';
    src:
    url('../_fonts/Montserrat-Regular.woff') format('woff'), 
    url('../_fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../_fonts/Montserrat-Regular.otf') format('opentype'),
    url('../_fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src:
    url('../_fonts/Montserrat-Bold.woff') format('woff'), 
    url('../_fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../_fonts/Montserrat-Bold.otf') format('opentype'),
    url('../_fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src:
    url('../_fonts/MyriadPro-Bold.woff') format('woff'), 
    url('../_fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/MyriadPro-Bold.ttf') format('truetype'),
    url('../_fonts/MyriadPro-Bold.otf') format('opentype'),
    url('../_fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-BoldCond';
    src:
    url('../_fonts/MyriadPro-BoldCond.woff') format('woff'), 
    url('../_fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/MyriadPro-BoldCond.ttf') format('truetype'),
    url('../_fonts/MyriadPro-BoldCond.otf') format('opentype'),
    url('../_fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* ~fonts */

/* HF-TPL override */
.tpl-header {
   padding-left: 20px;
   padding-right: 20px;
}
.tpl-join-now {
    height: 28px;
}
.id .tpl-join-now, .vn .tpl-join-now {
    width: 100px;
}
.id .tpl-join-now {
    padding: 4px 10px;
}
.tpl-header.fixed {
    position: fixed;
}
.tpl-navbar-section {
    position: relative;
    z-index: 2;
    display: none;
}
.tpl-lang-select li {
    padding-left: 0;
}
.tpl-footer {
    position: relative;
    z-index: 2;
    font-size: 10px;
    
}
/* ~HF-TPL override */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* animations */
.prize-bg {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    animation-name: rotate;
}
.prize-bg1 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.prize-bg2 {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
.prize-bg3 {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}
@-webkit-keyframes sway {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -58px;
        left: -100px;
    }
    25% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
        top: -70px;
        left: -80px;
    }
    50% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        top: -50px;
        left: -90px;
    }
    75% {
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
        top: -55px;
        left: -85px;
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -58px;
        left: -100px;
    }
}
@keyframes sway {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -58px;
        left: -100px;
    }
    25% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
        top: -70px;
        left: -80px;
    }
    50% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        top: -50px;
        left: -90px;
    }
    75% {
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
        top: -55px;
        left: -85px;
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -58px;
        left: -100px;
    }
}
.float-temple.act.sway {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: sway;
    animation-name: sway;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;

}
@-webkit-keyframes bgswitch {
    0% {
        opacity: .05;
    }
    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 bgswitch {
    0% {
        opacity: .05;
    }
    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;
    }
}
body:before {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bgswitch;
    animation-name: bgswitch;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    
}
body:after {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bgswitch;
    animation-name: bgswitch;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada, .logo > img.logo-txt.act {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
}
.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 {
  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(0, -5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -2px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
  }
}
@keyframes bounce {
  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(0, -5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -2px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
  }
}
.prize1, .prize, .accord-arw > img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -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;
}
.prize2 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.prize3 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bouncetrain {
  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(0, -.5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -.3px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -.2px,0);
    transform: translate3d(0, -.2px,0);
  }
}
@keyframes bouncetrain {
  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(0, -.5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -.3px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -.2px,0);
    transform: translate3d(0, -.2px,0);
  }
}
.train > img {
  -webkit-animation-name: bouncetrain;
  animation-name: bouncetrain;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* ~animations */

/* custom */
body.week5 a.icon > img.icon-game, body.week6 a.icon > img.icon-game {
    top: 5px;
    left: 5px;
    width: 90%;
    height: 90%;
}