html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: Tahoma;
    color: #a67e4a;
}

body {
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: black;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
    color: #a67e4a;
}

table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    width: 100%;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.fnt-size-1 {
    font-size: 18px;
}

.fnt-color-1 {
    color: rgb(217, 183, 108);
}

.pd1 {
    padding: 10px 0px;
}

/***************************************BODY*/
.tdMainCtr {
    width: 1050px;
}


/****************************************MENU*/
#cssmenu {
    position: relative;
    z-index: 9998;
}

    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #cssmenu:after,
        #cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        #cssmenu #menu-button {
            display: none;
        }

#cssmenu {
    width: 1000px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    line-height: 49px;
    padding: 1px 1px 0 1px;
    background: url('/data/1470/uploads/bg-menu.png') no-repeat;
}

    #cssmenu ul li.kf {
        padding: 0;
        background: url(/data/1470/uploads/menukf.png) no-repeat;
        width: 143px;
        height: 49px;
        float: right;
    }

    #cssmenu ul li.kfcn {
        padding: 0;
        background: url(/data/1470/uploads/menukf-cn.png) no-repeat;
        width: 143px;
        height: 49px;
        float: right;
    }

    #cssmenu ul li.kfmy {
        padding: 0;
        background: url(/data/1470/uploads/menukf-my.png) no-repeat;
        width: 143px;
        height: 49px;
        float: right;
    }

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #f1d825;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 17px 16px 15px 16px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #eccb95;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(142, 122, 80, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(black, rgba(142, 122, 80, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(black, rgba(142, 122, 80, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
}


#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 21px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 220px;
    font-size: 15px;
    background: #141d2f;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    #cssmenu ul ul li a:first-child {
        border: 0px;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #fbaa19;
        background: #0f1521;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}


/********************************************************MIDDLE NEWS*/
.middle_news {
    background: url(/data/1470/uploads/bg-news.png) no-repeat;
    width: 1012px;
    height: 36px;
    margin: 0 auto;
    background-position-x: -14px;
}

.middle_news_wrap {
    width: 940px;
    margin: 0 auto;
}

.middle_news_container_index {
    width: 630px;
    margin-left: 180px;
    padding-top: 6px;
}

    .middle_news_container_index marquee {
        cursor: pointer;
        height: 18px;
        line-height: 22px;
        color: #EACAB8;
    }


/********************************************************DESCRIPTION*/
.sidebar {
    background: #2e1d08;
    border: 1px solid #4f3414;
    border-radius: 10px;
    padding: 20px;
    width: 1000px;
}

.info {
    padding: 3px;
    text-align: center;
    border: 1px solid #a67e4a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 14px;
    color: #a67e4a;
}

.phoneicn {
    background-image: url('/data/1470/uploads/bg-footerico.png');
    width: 36px;
    height: 22px;
    background-position: 5px 0;
    width: 60px;
}

/*******************************************************OTHER */
.txtclr1 {
    color: #e9b775;
}

/************************************************FOUR IMAGES LINK*/
.middle_games {
    height: 139px;
    width: 1000px;
    margin: 0 auto;
}

.img-4games {
    width: 244px;
    height: 116px;
    display: block;
    float: left;
    margin-left: 5px;
}

.img-home-sportsbook {
    background: url(/data/1470/uploads/img-home-sportsbook-01.png) no-repeat;
}

    .img-home-sportsbook:hover {
        background: url(/data/1470/uploads/img-home-sportsbook-01.png) no-repeat;
    }

.img-home-sportsbook-cn {
    background: url(/data/1470/uploads/img-home-sportsbook-01-cn.png) no-repeat;
}

    .img-home-sportsbook-cn:hover {
        background: url(/data/1470/uploads/img-home-sportsbook-01-cn.png) no-repeat;
    }

.img-home-sportsbook-my {
    background: url(/data/1470/uploads/img-home-sportsbook-01-my.png) no-repeat;
}

    .img-home-sportsbook-my:hover {
        background: url(/data/1470/uploads/img-home-sportsbook-01-my.png) no-repeat;
    }

.img-home-livecasino {
    background: url(/data/1470/uploads/img-home-livecasino-01.png) no-repeat;
}

    .img-home-livecasino:hover {
        background: url(/data/1470/uploads/img-home-livecasino-01.png) no-repeat;
    }

.img-home-livecasino-cn {
    background: url(/data/1470/uploads/img-home-livecasino-01-cn.png) no-repeat;
}

    .img-home-livecasino-cn:hover {
        background: url(/data/1470/uploads/img-home-livecasino-01-cn.png) no-repeat;
    }

.img-home-livecasino-my {
    background: url(/data/1470/uploads/img-home-livecasino-01-my.png) no-repeat;
}

    .img-home-livecasino-my:hover {
        background: url(/data/1470/uploads/img-home-livecasino-01-my.png) no-repeat;
    }

.img-home-slotgames {
    background: url(/data/1470/uploads/img-home-slotgames-01.png) no-repeat;
}

    .img-home-slotgames:hover {
        background: url(/data/1470/uploads/img-home-slotgames-01.png) no-repeat;
    }

.img-home-slotgames-cn {
    background: url(/data/1470/uploads/img-home-slotgames-01-cn.png) no-repeat;
}

    .img-home-slotgames-cn:hover {
        background: url(/data/1470/uploads/img-home-slotgames-01-cn.png) no-repeat;
    }

.img-home-slotgames-my {
    background: url(/data/1470/uploads/img-home-slotgames-01-my.png) no-repeat;
}

    .img-home-slotgames-my:hover {
        background: url(/data/1470/uploads/img-home-slotgames-01-my.png) no-repeat;
    }

.img-home-lottery {
    background: url(/data/1470/uploads/img-home-lottery-01.png) no-repeat;
}

    .img-home-lottery:hover {
        background: url(/data/1470/uploads/img-home-lottery-01.png) no-repeat;
    }

.img-home-lottery-cn {
    background: url(/data/1470/uploads/img-home-lottery-01-cn.png) no-repeat;
}

    .img-home-lottery-cn:hover {
        background: url(/data/1470/uploads/img-home-lottery-01-cn.png) no-repeat;
    }

.img-home-lottery-my {
    background: url(/data/1470/uploads/img-home-lottery-01-my.png) no-repeat;
}

    .img-home-lottery-my:hover {
        background: url(/data/1470/uploads/img-home-lottery-01-my.png) no-repeat;
    }

/********************************************MOBILE SETTING*/
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
    body {
        background-image:none !important;
    }
    #tdFooter {
        height: 300px;
    }
}
