/* 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,
.tpl-header7 .tpl-inner ,
.tpl-header8 .tpl-inner {
    max-width: 1100px;
}

.tpl-header6 .tpl-inner,
.tpl-header7 .tpl-inner,
.tpl-header8 .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: #003c79;
    padding: 13px 0;
    top: 0;
    left: 0;
    z-index: 10;
    height: 85px;
}

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

.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,
.tpl-header7 .tpl-lang-wrap,
.tpl-header8 .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.ke,
.tpl-sprt.kr,
.tpl-sprt.pl,
.tpl-sprt.pt,
.tpl-sprt.es,
.tpl-sprt.gh,
.tpl-sprt.sc,
.tpl-sprt.th,
.tpl-sprt.vn,
.tpl-sprt.hi,
.tpl-sprt.te,
.tpl-sprt.uk {
    width: 26px;
    height: 17px;
}

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

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

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

.tpl-sprt.uk: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.ke {
    background-position: -590px 0;
}

.tpl-sprt.ke:hover {
    background-position: -590px -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.gh {
    background-position: -616px 0;
}

.tpl-sprt.gh:hover {
    background-position: -616px -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-header7 .tpl-promotion-menu-item a:before,
.tpl-header8 .tpl-promotion-menu-item a:before {
	display:none;
}
.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;
}

/* UK specifics */
.tpl-uk-footer {
    background: #000000;
    color: #878787;
}

.tpl-uk-footer .tpl-footer-menu {
    text-align: center;
    margin: 20px 0;
}

.tpl-uk-footer .tpl-footer-menu ul li {
    display: inline-block;
    border-right: 1px solid #878787;
}

.tpl-uk-footer .tpl-footer-menu ul li:last-child {
    border-right: none;
}

.tpl-uk-footer .tpl-footer-menu ul li a {
    color: #878787;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 15px;
}

.tpl-uk-footer .tpl-footer-menu ul li a:hover {
    text-decoration: underline;
}

.tpl-partners-box {
    text-align: center;
    margin: 30px 0;
}

.tpl-payments-box {
    text-align: center;
    margin: 30px 0;
}

.tpl-other-partners-box {
    text-align: center;
    margin: 40px 0;
}

.tpl-about-dafabet-box {
    text-align: center;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

#tpl-partners-uk-mobile {
    display: none;
}

#tpl-payments-uk-med {
    display: none;
}

#tpl-payments-uk-small {
    display: none;
}

.tpl-other-partners-box ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 10px;
}
.tpl-header8 .tpl-navbar-mobile-logo{
	display:none;
	height:60px;
	background-color: #af0000;
	width:100%;
}
.tpl-overlay{
	background: #261d00;
    background-color: rgba(0, 0, 0, .5);
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    overflow: hidden;
	display:none;
}
.tpl-hamburger{
	cursor:pointer;
}
.tpl-header8 .tpl-menu-title{
	text-align:center;
	margin:10px 0px; 
	display:none;
}
.tpl-header8 .tpl-menu-title span{
	color: #5e5e5e;
}
.tpl-header8 .tpl-menu-title div{
	border-top: 1px solid #5e5e5e;
    width: 26%;
    margin: 4px 5px;
    display: inline-block;
}
.tpl-header8 .tpl-close-menu{
    width: 18px;
    height: 18px;
    background: url('../images/tpl-close.png') no-repeat;
    position: absolute;
    right: 7px;
    top: 22px;
    cursor: pointer;
}
div.tpl-product-icon{
	display:none;
	height:30px;
	width:100%;
	margin: 6px auto;
}
.tpl-header8 #tpl-ow-sports div.tpl-product-icon,
.tpl-header8 #tpl-ow-sports-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-ow-sports.png') center no-repeat;
}
.tpl-header8 #tpl-dafa-sports div.tpl-product-icon,
.tpl-header8 #tpl-dafa-sports-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-dafa-sports.png') center no-repeat;
}
.tpl-header8 #tpl-exchange div.tpl-product-icon,
.tpl-header8 #tpl-exchange-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-exchange.png') center no-repeat;
}
.tpl-header8 #tpl-casino div.tpl-product-icon,
.tpl-header8 #tpl-casino-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-casino.png') center no-repeat;
}
.tpl-header8 #tpl-casino-gold div.tpl-product-icon,
.tpl-header8 #tpl-casino-gold-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-casino-gold.png') center no-repeat;
}
.tpl-header8 #tpl-live-dealer div.tpl-product-icon,
.tpl-header8 #tpl-live-dealer-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-live-dealer.png') center no-repeat;
}
.tpl-header8 #tpl-games div.tpl-product-icon,
.tpl-header8 #tpl-games-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-games.png') center no-repeat;
}
.tpl-header8 #tpl-arcade div.tpl-product-icon,
.tpl-header8 #tpl-arcade-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-arcade.png') center no-repeat;
}
.tpl-header8 #tpl-lottery div.tpl-product-icon,
.tpl-header8 #tpl-lottery-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-lottery.png') center no-repeat;
}
.tpl-header8 #tpl-poker div.tpl-product-icon,
.tpl-header8 #tpl-poker-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-poker.png') center no-repeat;
}
.tpl-header8 #tpl-fish-hunter div.tpl-product-icon,
.tpl-header8 #tpl-fish-hunter-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-keno.png') center no-repeat;
}
.tpl-header8 #tpl-virtuals div.tpl-product-icon,
.tpl-header8 #tpl-virtuals-mobi div.tpl-product-icon{
	background: url('../images/icons/icon-virtuals.png') center no-repeat;
}
/* PRODUCT onhover */
.tpl-header8 #tpl-ow-sports:hover > div.tpl-product-icon,
.tpl-header8 #tpl-ow-sports-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-ow-sports-act.png') center no-repeat;
}
.tpl-header8 #tpl-dafa-sports:hover > div.tpl-product-icon,
.tpl-header8 #tpl-dafa-sports-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-dafa-sports-act.png') center no-repeat;
}
.tpl-header8 #tpl-exchange:hover > div.tpl-product-icon,
.tpl-header8 #tpl-exchange-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-exchange-act.png') center no-repeat;
}
.tpl-header8 #tpl-casino:hover > div.tpl-product-icon,
.tpl-header8 #tpl-casino-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-casino-act.png') center no-repeat;
}
.tpl-header8 #tpl-casino-gold:hover > div.tpl-product-icon,
.tpl-header8 #tpl-casino-gold-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-casino-gold-act.png') center no-repeat;
}
.tpl-header8 #tpl-live-dealer:hover > div.tpl-product-icon,
.tpl-header8 #tpl-live-dealer-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-live-dealer-act.png') center no-repeat;
}
.tpl-header8 #tpl-games:hover > div.tpl-product-icon,
.tpl-header8 #tpl-games-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-games-act.png') center no-repeat;
}
.tpl-header8 #tpl-arcade:hover > div.tpl-product-icon,
.tpl-header8 #tpl-arcade-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-arcade-act.png') center no-repeat;
}
.tpl-header8 #tpl-lottery:hover > div.tpl-product-icon,
.tpl-header8 #tpl-lottery-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-lottery-act.png') center no-repeat;
}
.tpl-header8 #tpl-poker:hover > div.tpl-product-icon,
.tpl-header8 #tpl-poker-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-poker-act.png') center no-repeat;
}
.tpl-header8 #tpl-fish-hunter:hover > div.tpl-product-icon,
.tpl-header8 #tpl-fish-hunter-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-keno-act.png') center no-repeat;
}
.tpl-header8 #tpl-virtuals:hover > div.tpl-product-icon,
.tpl-header8 #tpl-virtuals-mobi:hover > div.tpl-product-icon{
	background: url('../images/icons/icon-virtuals-act.png') center no-repeat;
}
/* PRODUCT ACTIVE */
.tpl-header8 #tpl-ow-sports.act div.tpl-product-icon,
.tpl-header8 #tpl-ow-sports-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-ow-sports-act.png') center no-repeat;
}
.tpl-header8 #tpl-dafa-sports.act div.tpl-product-icon,
.tpl-header8 #tpl-dafa-sports-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-dafa-sports-act.png') center no-repeat;
}
.tpl-header8 #tpl-exchange.act div.tpl-product-icon,
.tpl-header8 #tpl-exchange-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-exchange-act.png') center no-repeat;
}
.tpl-header8 #tpl-casino.act div.tpl-product-icon,
.tpl-header8 #tpl-casino-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-casino-act.png') center no-repeat;
}
.tpl-header8 #tpl-casino-gold.act div.tpl-product-icon,
.tpl-header8 #tpl-casino-gold-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-casino-gold-act.png') center no-repeat;
}
.tpl-header8 #tpl-live-dealer.act div.tpl-product-icon,
.tpl-header8 #tpl-live-dealer-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-live-dealer-act.png') center no-repeat;
}
.tpl-header8 #tpl-games.act div.tpl-product-icon,
.tpl-header8 #tpl-games-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-games-act.png') center no-repeat;
}
.tpl-header8 #tpl-arcade.act div.tpl-product-icon,
.tpl-header8 #tpl-arcade-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-arcade-act.png') center no-repeat;
}
.tpl-header8 #tpl-lottery.act div.tpl-product-icon,
.tpl-header8 #tpl-lottery-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-lottery-act.png') center no-repeat;
}
.tpl-header8 #tpl-poker.act div.tpl-product-icon,
.tpl-header8 #tpl-poker-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-poker-act.png') center no-repeat;
}
.tpl-header8 #tpl-fish-hunter.act div.tpl-product-icon,
.tpl-header8 #tpl-fish-hunter-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-keno-act.png') center no-repeat;
}
.tpl-header8 #tpl-virtuals.act div.tpl-product-icon,
.tpl-header8 #tpl-virtuals-mobi.act div.tpl-product-icon{
	background: url('../images/icons/icon-virtuals-act.png') center no-repeat;
}