/* style.css */
.tpl-header,
.tpl-inner,
.tpl-nav-prod a,
.tpl-right-nav {
    position: relative;
}

.tpl-link-outs-wrap ul,
.tpl-products-menu-wrap ul {
    list-style: none;
}

.tpl-copyright,
.tpl-toll {
    text-align: center;
}

body {
    font-family: MyriadPro, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    min-width: 1300px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

.tpl-cf:after,
.tpl-cf:before {
    content: " ";
    display: table;
}

.tpl-cf:after {
    clear: both;
}

.tpl-hide-lang-text .tpl-txt-lang {
    display: none;
}

.tpl-hide-lang-text .tpl-lang-wrap {
    width: 65px;
}

.tpl-inner {
    margin: 0 auto;
    width: 1000px;
}

.tpl-header3 .tpl-inner {
    max-width: 1100px;
}

.tpl-header6 .tpl-inner {
    max-width: 1200px;
}

a {
    text-decoration: none;
}

.tpl-sprt {
    background: url(../images/sprite.png) no-repeat;
    display: block;
}

.tpl-footer,
.tpl-header {
    min-width: 250px;
    width: 100%;
}

.tpl-header {
    background-color: #af0000;
    padding: 13px 0;
    top: 0;
    left: 0;
    z-index: 10;
    height: 85px;
}

.tpl-logo-wrap {
    float: left;
    width: 244px;
}

.tpl-logo-wrap img {
    width: 100%;
}

.tpl-nav-prod {
    float: right;
    margin-top: 24px;
}

.tpl-nav-prod a {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    border-right: 1px solid #fff;
    padding: 0 6px 0 8px;
    line-height: 1;
    text-transform: uppercase;
}

body.vn .tpl-nav-prod a {
    padding: 0 6px 0 5px;
}

body.in .tpl-nav-prod a {
    padding: 0 5px 0 5px;;
}

.tpl-nav-prod a:hover {
    text-decoration: underline;
}

.tpl-nav-prod a:last-child {
    border-right: none;
    padding-right: 0;
}

.tpl-header.tpl-header2 {
    height: 79px;
}

.tpl-right-nav {
    float: right;
}

.tpl-inner-right-nav {
    width: 446px;
    margin-top: 14px;
}

.tpl-header2 .tpl-lang-wrap,
.tpl-header5 .tpl-lang-wrap {
    right: auto;
    top: auto;
    left: 150px;
}

.id .tpl-header2 .tpl-lang-wrap,
.vn .tpl-header2 .tpl-lang-wrap {
    left: 137px;
}

.tpl-header2 .tpl-lang-trigger {
    padding: 4px;
}

.tpl-download-btn {
    float: left;
    padding: 5px 10px;
    width: 131px;
}

.tpl-join-now {
    float: right;
    padding: 6px 10px;
    width: 100px;
}

.tpl-download-btn,
.tpl-join-now {
    background-color: #ffe000;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.id .tpl-join-now,
.vn .tpl-join-now {
    width: 123px;
    font-size: 10px;
}

.tpl-lang-wrap {
    width: 180px;
    background: #000;
    background-color: rgba(70, 15, 7, .5);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100;
    font-family: MyriadPro, Helvetica, Arial, sans-serif;
}

.tpl-lang-trigger {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5px;
    cursor: pointer;
}

.tpl-lang-select .tpl-sprt,
.tpl-lang-trigger .tpl-sprt,
.tpl-txt-lang {
    margin-right: 5px;
    float: left;
}

.tpl-lang-trigger .tpl-sprt.tpl-arw-lang {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tpl-lang-select {
    background-color: rgba(0, 0, 0, .3);
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.tpl-lang-select li {
    list-style-type: none;
    clear: both;
}

.tpl-txt-lang {
    position: relative;
    font-size: 14px;
    z-index: 20;
    color: #fff;
    line-height: 1.4;
}

.kr .tpl-txt-lang {
    line-height: 1.2;
}

.tpl-lang-select li a:hover .tpl-txt-lang {
    color: #000;
}

.tpl-lang-select li a {
    float: left;
    clear: both;
    padding: 5px;
    width: 100%;
}

.tpl-lang-select li a:hover {
    background-color: #ffe000;
    color: #000;
}

.tpl-sprt.ch,
.tpl-sprt.en,
.tpl-sprt.eu,
.tpl-sprt.gr,
.tpl-sprt.id,
.tpl-sprt.in,
.tpl-sprt.jp,
.tpl-sprt.kr,
.tpl-sprt.pl,
.tpl-sprt.pt,
.tpl-sprt.es,
.tpl-sprt.sc,
.tpl-sprt.th,
.tpl-sprt.vn,
.tpl-sprt.hi,
.tpl-sprt.te {
    width: 26px;
    height: 17px;
}

.tpl-sprt.en {
    background-position: -212px 0;
}

.tpl-sprt.en:hover {
    background-position: -212px -18px;
}

.tpl-sprt.sc {
    background-position: -239px 0;
}

.tpl-sprt.sc:hover {
    background-position: -239px -18px;
}

.tpl-sprt.ch {
    background-position: -266px 0;
}

.tpl-sprt.ch:hover {
    background-position: -266px -18px;
}

.tpl-sprt.th {
    background-position: -293px 0;
}

.tpl-sprt.th:hover {
    background-position: -293px -18px;
}

.tpl-sprt.kr {
    background-position: -320px 0;
}

.tpl-sprt.kr:hover {
    background-position: -320px -18px;
}

.tpl-sprt.in {
    background-position: -347px 0;
}

.tpl-sprt.in:hover {
    background-position: -347px -18px;
}

.tpl-sprt.vn {
    background-position: -374px 0;
}

.tpl-sprt.vn:hover {
    background-position: -374px -18px;
}

.tpl-sprt.id {
    background-position: -401px 0;
}

.tpl-sprt.id:hover {
    background-position: -401px -18px;
}

.tpl-sprt.jp {
    background-position: -428px 0;
}

.tpl-sprt.jp:hover {
    background-position: -428px -18px;
}

.tpl-sprt.eu {
    background-position: -509px 0;
}

.tpl-sprt.eu:hover {
    background-position: -509px -18px;
}

.tpl-sprt.gr {
    background-position: -455px 0;
}

.tpl-sprt.gr:hover {
    background-position: -455px -18px;
}

.tpl-sprt.pl {
    background-position: -482px 0;
}

.tpl-sprt.pl:hover {
    background-position: -482px -18px;
}

.tpl-sprt.pt {
    background-position: -536px 0;
}

.tpl-sprt.pt:hover {
    background-position: -536px -18px;
}

.tpl-sprt.es {
    background-position: -563px 0;
}

.tpl-sprt.es:hover {
    background-position: -563px -18px;
}

.tpl-sprt.hi {
    background-position: -347px 0;
}

.tpl-sprt.hi:hover {
    background-position: -347px -18px;
}

.tpl-sprt.te {
    background-position: -347px 0;
}

.tpl-sprt.te:hover {
    background-position: -347px -18px;
}

.tpl-sprt.tpl-arw-lang {
    background-position: -410px -36px;
    width: 8px;
    height: 6px;
}

.tpl-sprt.tpl-arw-lang.up {
    background-position: -419px -36px;
}

.tpl-navbar-section {
    background: #373737;
}

.tpl-products-menu-wrap {
    float: left;
}

.tpl-link-outs-wrap ul li,
.tpl-products-menu-wrap ul li {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
}

.tpl-link-outs-wrap ul li a,
.tpl-products-menu-wrap ul li a {
    color: #FFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    padding: 0 13px;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
}

body.sc .tpl-link-outs-wrap ul li a, body.sc .tpl-products-menu-wrap ul li a {
    padding: 0 10px;
}

body.ch .tpl-link-outs-wrap ul li a, body.ch .tpl-products-menu-wrap ul li a {
    padding: 0 10px;
}

body.vn .tpl-link-outs-wrap ul li a, body.vn .tpl-products-menu-wrap ul li a {
    padding: 0 10px;
}

.tpl-link-outs-wrap ul li a {
    border-right: 1px solid #4f4f4f;
}

.tpl-link-outs-wrap ul li:last-child a {
    border-right: none;
}

.tpl-products-menu-wrap ul li a:hover {
    background: #af0000;
    color: #ffe000;
}

.tpl-link-outs-wrap ul li a:hover {
    color: #ffe000;
}

.tpl-link-outs-wrap {
    float: right;
}

.tpl-new-tag {
    position: absolute;
    top: -11px;
    right: 5px;
    display: block;
    height: 15px;
    padding-left: 5px;
    line-height: 15px;
    background-image: url(../images/new_indicator.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    z-index: 11;
}

.tpl-header1 .tpl-new-tag ,
.tpl-header4 .tpl-new-tag {
    top: -15px;
}

.tpl-new-tag span {
    padding: 0 3px;
    font-size: 10px;
    font-weight: 700;
    background: #ffe000;
    color: #af0000;
    text-transform: none;
}

.tpl-mobile-menu-item a:before,
.tpl-promotion-menu-item a:before,
.tpl-vip-menu-item a:before {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    content: "";
    margin-right: 6px;
}

.tpl-contacts a,
.tpl-contacts span {
    display: inline-block;
    vertical-align: top;
}

.tpl-promotion-menu-item a:before {
    width: 24px;
    background-position: -508px -71px;
}

.tpl-mobile-menu-item a:before {
    width: 13px;
    background-position: -456px -71px;
}

.tpl-vip-menu-item a:before {
    width: 30px;
    height: 23px;
    background-position: -353px -73px;
}

.tpl-promotion-menu-item a:hover:before {
    background-position: -480px -71px;
}

.tpl-mobile-menu-item a:hover:before {
    background-position: -431px -71px;
}

.tpl-vip-menu-item a:hover:before {
    background-position: -393px -73px;
}

.tpl-footer {
    background: #e6e7e8;
}

.tpl-partners img {
    width: 100%;
}

.tpl-footer>.tpl-inner {
    padding: 10px 0 0;
}

.tpl-copyright {
    border-top: 1px solid #878787;
    color: #878787;
    padding: 10px 0;
}

.tpl-partners {
    float: left;
}

.tpl-hide-sponsors .tpl-contacts {
    margin-bottom: 20px;
    margin-top: 20px;
}

.tpl-contacts {
    margin-top: 20px;
    float: right;
}

.tpl-contacts span {
    color: #878787;
    line-height: 1.2;
}

.tpl-contacts a {
    margin: 0 1px;
}

body.pl .tpl-toll {
    margin-right: 20px;
}

#tpl-email {
    margin-right: 10px;
}

.tpl-msg {
    padding: 10px;
    margin: 20px;
    font-size: 15px;
}

.tpl-error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

img.tpl-mobile-sponsor {
    display: none;
}

/* ~ Disable Poker Menu */
#tpl-poker {
    display: none !important;
}