html {
	height: 100%;
}
body {
	background: #e6e7e8;
	font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	width: 100%;
	font-size: 16px;
	position: relative;
	margin: 0 auto;
	color:#5e5e5e;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:focus, a:active, a:visited,
a img:focus, a img:active, a img:visited {
	border: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
.ctr {
	text-align: center;
}
.header {
	background: #af0000;
	padding: 20px 0 0 0;
}
.inner {
	max-width: 1724px;
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.logo {
	margin: 0 0 18px 10px;
}
/* Language picker */
.lang-wrap {
    width: 180px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
	position:absolute;
	right:0;
	top:0;
	z-index: 1;
}

.lang-trigger {
    width: 37%;
    margin: 0 auto;
    position: relative;
    padding: 5px;
	padding-bottom: 4px;
    cursor: pointer;
	float:right;
	background-color: #900000;
}

.lang-select .lang-sprt,
.lang-trigger .lang-sprt,
.txt-lang {
    margin-right: 5px;
    float: left;
}

.lang-trigger .lang-sprt.arw-lang {
    position: absolute;
    top: 9px;
    right: 10px;
}

.lang-select {
    background-color: #900000;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.lang-select li {
    list-style-type: none;
    clear: both;
}

.txt-lang {
    position: relative;
    font-size: 14px;
    z-index: 20;
    color: #fff;
    line-height: 1.2;
}

.lang-select li a {
    float: left;
    clear: both;
    padding: 5px;
    width: 100%;
}

.lang-select li a:hover {
    background-color: #a00;
    color: #000;
}
.lang-sprt {
    background: url("../img/sprite-icons-small.png") no-repeat;
    display: block;
}
.lang-sprt.ch,
.lang-sprt.en,
.lang-sprt.eu,
.lang-sprt.gr,
.lang-sprt.id,
.lang-sprt.in,
.lang-sprt.jp,
.lang-sprt.kr,
.lang-sprt.pl,
.lang-sprt.sc,
.lang-sprt.th,
.lang-sprt.vn {
    width: 30px;
    height: 18px;
}

.lang-sprt.en {
    background-position: -319px 0;
}

.lang-sprt.sc {
    background-position: -320px -80px;
}

.lang-sprt.ch {
    background-position: -320px -120px;
}

.lang-sprt.th {
    background-position: -320px -160px;
}

.lang-sprt.kr {
    background-position: -320px -320px;
}

.lang-sprt.in {
    background-position: -320px -360px;
}

.lang-sprt.vn {
    background-position: -320px -200px;
}

.lang-sprt.id {
    background-position: -320px -241px;
}

.lang-sprt.jp {
    background-position: -320px -280px;
}

.lang-sprt.eu {
    background-position: -320px -40px;
}

.lang-sprt.gr {
    background-position: -320px -400px;
}

.lang-sprt.pl {
    background-position: -320px -440px;
}

.lang-sprt.arw-lang.up {
    background-position: -482px -334px;
    width: 10px;
	height: 9px;
}

.lang-sprt.arw-lang {
    background-position: -501px -334px;
	width: 9px;
	height: 10px;
}
/* Language picker */
.nav-main {
	background: #373737;
	font-size: 16px;
	padding: 0;
}
.nav-main .inner {
	padding: 0 13px; 
}
.nav-main a {
	color: #fff;
	display: inline-block;
	padding: 0 18px;
	position: relative;
	line-height:40px;
	text-decoration: none;
}
.nav-main a:hover {
	background: #af0000;
    color: #ffe000;
}
.new-tag {
    position: absolute;
    top: -11px;
    right: 5px;
    display: block;
    height: 15px;
    padding-left: 5px;
    line-height: 15px;
    background-image: url("../img/new_indicator.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
}
.new-tag span {
    padding: 0 3px;
    font-size: 10px;
    font-weight: 700;
    background: #ffe000;
    color: #af0000;
}
.right-menu{
	float:right;
}
.right-menu a:hover {
	background: #373737;
    color: #ffe000;
}
a.separator{
	border-right: 1px solid #4f4f4f;
}
a#mobile:before, a#promotions:before, a#vip:before {
    display: inline-block;
    width: 24px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url("../img/sprite-icons-small.png");
    background-repeat: no-repeat;
    background-position: -360px -20px;
    text-indent: -9999px;
    content: "";
    margin-right: 6px;
}
a#promotions:hover:before {
    background-position: -360px -120px;
}
a#vip:before {
    width: 30px;
    background-position: -360px -600px;
}
a#vip:hover:before {
    background-position: -400px -600px;
}
a#mobile:before {
    width: 13px;
    background-position: -360px -60px;
}
a#mobile:hover:before {
    background-position: -360px -160px;
}
.content .inner {
	max-width: 100%;
}
.page-404-banner-area,
.page-404-text-area{
	background: #d3d3d3;
}
.page-404-banner-area img {
    width: 100%;
	margin-top: 80px;
	vertical-align: middle;
}
.page-404-text-area{
	padding-top: 60px;
    padding-bottom: 50px;
	text-align: center;
}
.page-404-text-area h2{
	font-weight: 600;
	margin: 0 0 15px;
}
.page-404-text-area p{
	margin-bottom: 5px;
	margin-top: 0px;
}
.page-404-icons{
	margin-bottom: 20px;
	margin-top: 20px;
}
.page-404-icons ul {
    padding: 0;
    clear: both;
    font-size: 0;
    text-align: center;
    list-style-type: none;
}
.page-404-icons li {
    float: none;
    display: inline-block;
    width: 219px;
    height: 219px;
    margin: 50px 25px;
    font-size: 24px;
}
.page-404-icons li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #373737;
    border-radius: 10px;
	margin-bottom: 25px;
}
.page-404-icons li.ow-sports a:before {
    width: 127px;
    height: 126px;
    background-position: 0 0;
}
.page-404-icons li.ow-sports a:hover:before {
    background-position: -140px 0;
}
.page-404-icons li.dafa-sports a:before {
    width: 128px;
    height: 127px;
    background-position: 0 -140px;
}
.page-404-icons li.dafa-sports a:hover:before {
    background-position: -140px -140px;
}
.page-404-icons li.exchange a:before {
	width: 133px;
    height: 133px;
    background-position: 0 -1480px;
}
.page-404-icons li.exchange a:hover:before {
    background-position: -140px -1480px;
}
.page-404-icons li.casino a:before {
    width: 127px;
    height: 127px;
    background-position: 0 -280px;
}
.page-404-icons li.casino a:hover:before {
    background-position: -140px -280px;
}
.page-404-icons li.casino-gold a:before {
	width: 127px;
    height: 117px;
    background-position: 0 -420px;
}
.page-404-icons li.casino-gold a:hover:before {
    background-position: -140px -421px;
}
.page-404-icons li.live-dealer a:before {
    width: 98px;
    height: 124px;
    background-position: 0 -540px;
}
.page-404-icons li.live-dealer a:hover:before {
    background-position: -140px -541px;
}
.page-404-icons li.games a:before {
    width: 122px;
    height: 109px;
    background-position: 0 -800px;
}
.page-404-icons li.games a:hover:before {
    background-position: -140px -800px;
}
.page-404-icons li.arcade a:before {
    width: 128px;
    height: 128px;
    background-position: -3px -1646px;
}
.page-404-icons li.arcade a:hover:before {
    background-position: -145px -1646px;
}
.page-404-icons li.lottery a:before {
    width: 138px;
    height: 128px;
    background-position: -2px -1340px;
}
.page-404-icons li.lottery a:hover:before {
    background-position: -141px -1340px;
}
.page-404-icons li.poker a:before {
    width: 127px;
    height: 108px;
    background-position: 0 -680px;
}
.page-404-icons li.poker a:hover:before {
    background-position: -140px -680px;
}
.page-404-icons li.virtuals a:before {
    width: 128px;
    height: 128px;
    background-position: 0 -1200px;
}
.page-404-icons li.virtuals a:hover:before {
    background-position: -141px -1200px;
}
.page-404-icons ul li a:before {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    background-image: url("../img/sprite-icons.png");
}
.page-404-icons li a:hover {
    border-color: #ffe000;
    background: #ffe000;
}
.footer {
    margin-top: 50px;
    background: #e6e7e8;
}
.back-to-top {
    background-image: url("../img/sprite-icons-small.png");
    background-position: -240px -560px;
    width: 55px;
    height: 56px;
    text-indent: -9999px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    transition: all 1.2s;
	z-index:9999;
}
.back-to-top.hide{
	opacity: 0;
}
.back-to-top:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.col {
	display: inline-block;
	vertical-align: top;
}
.partners {
	margin-bottom: 5px;
	text-align: center;
}
.partners img {
	display: inline-block;
}
.info {
	color: #5e5e5e;
	margin-bottom: 44px;
}
.info .col {
}
.info .col1,
.info .col2, 
.info .col3 {
	width: 33%;
	padding-right: 10px;
    padding-left: 10px;
}
.info .col3 {
	text-align: center;
}
.info h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
.kr .info h4 {
	font-family: "Malgun Gothic";
}
.jp .info h4 {
	font-family: "Meiryo";
}
.gr .info h4 {
	font-family: "Trebuchet MS";
}
.info .col3 h4 {
	margin-bottom: 20px;
}
.info .col3 img {
	max-width: 300px;
	width: 100%;
}
.info p {
	line-height: 30px;
}
.info a {
	color: #5e5e5e;
	display: inline-block;
	width: 49%;
	margin-bottom: 14px;
	vertical-align: top;
}
.info a:hover {
	/*text-decoration: underline;*/
	color: #373737;
}
.social-links {
margin-bottom: 25px;
}
.social-links a {
	margin: 0 2px;
}
.social-links a:hover {
	-webkit-filter: saturate(4);
	-moz-filter: saturate(4);
	-o-filter: saturate(4);
	-ms-filter: saturate(4);
	filter: saturate(4);
}
.copyright {
    max-height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #c6c6c7;
	text-align:center;
	margin-bottom: 0;
}

/* Sprites */
.sprt {
	background: url("../img/sprite.png") no-repeat;
	display: inline-block; /* or display: block;*/ 
}
.sprt.logo-dafabet {
	background-position: 0 0;
	width: 290px;
	height: 69px;
}
.sprt.logo-dafabet-sc {
	background-position: -291px 0;
	width: 334px;
	height: 69px;
}
.sprt.social {
	width: 47px;
	height: 47px;
}
.sprt.social.facebook {
	background-position: 0 -85px;
}
.sprt.social.twitter {
	background-position: -48px -85px;
}
.sprt.social.gplus {
	background-position: -96px -85px;
}
.sprt.social.youtube {
	background-position: -144px -85px;
}
.sprt.icn-alert {
	background-position: 0 -133px;
	width: 73px;
	height: 73px;
}
/* ~Sprites */

/* responsiveness */
@media only screen and (max-width: 767px) {
	.page-404-icons li {
		width: 180px;
		height: 180px;
	}
	.page-404-icons ul li a:before {
		top: 27px;
	}
}
/* ~responsiveness */

/* fonts */
body.sc, body.ch {
	font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
body.kr {
	font-family: "Malgun Gothic", "MyriadPro", Arial, sans-serif !important;
}
body.th, body.vn {
	font-family: Tahoma, Arial, sans-serif !important;
}
body.jp {
	font-family: "Avenir","Open Sans","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","YuGothic; sans-serif" !important;
}
body.gr {
	font-family: "Trebuchet MS", Arial ,sans-serif
}
/* ~fonts */

/* micro clearfix*/
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
 
.cf:after {
clear: both;
}
 
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
*zoom: 1;
}
.tpl-footer {
	font-size:12px;
	margin-top:70px;
}
body.vn .tpl-header3 .tpl-inner{
    max-width: 1169px;
}
body.jp .tpl-header3 .tpl-inner{
	max-width: 1210px;
}