<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 1025px !important;margin: 0 auto;position: relative;}

body
 background-color: lightblue; center top no-repeat !important;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end reset*/

/*Content.css*/

.content_ #header{
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
    color:white;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom: 1px #999999 solid;
}
.content_ #body{
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    color:white;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0, 0.4);
}

/*uibase.css*/

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Kievit;src: url(../font/Kievit-Italic.ttf);}
@font-face{font-family: Megatron;src: url(../font/Megatron-Condensed.otf);}

.header{height: auto;}

/* Logo */
.logo{
    float: left;
    margin-top: 15px;
}
/* /Logo  */
.dropdown{
    margin: 4px 0px 0px 15px !important;
}
.right-head{
    float: right;
    width: 735px;
}

/* Contact */
.contact{
    float: right;
    margin-top: 15px;
}
.contact li{
    float: left;
    margin-left: 30px;
}
.contact li:first-child{
    margin-left: 0px;
}
.contact li img{
    float: left;
    vertical-align: middle;
}
.contact li div{
    float: left;
    font-family: Kievit;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 3px;
    margin-left: 15px;
}
.contact li div p:last-child{
    margin-top: 5px;
}
/* /Contact */

/* Form */
form.my-form{
    float: right;
    width: 710px;
    height: auto;
    margin-top: 15px;
}
form.my-form img{
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
}
form.my-form input[name="useracc"], form.my-form input[name="passwd"]{
    float: left;
    width: 131px;
    height: 27px;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    margin: 1px 3px;
    padding-left: 10px;
    color: #000;
    border: none;
    background: url(../../images/textbox.png) center no-repeat;
}
form.my-form input[name="useracc"]:focus, form.my-form input[name="passwd"]:focus, form.my-form input[name="captcha"]:focus{
    font-weight: bold;
    font-size: 12px;
}
form.my-form input[name="captcha"]{
     float: left;
    width: 59px;
    height: 26px;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    margin: 1px 3px;
    padding-left: 10px;
    color: #000;
    border: none;
    background: url(../../images/code.png) center no-repeat;
}form.my-form input[name="mychart"]{

    float: left;
    width: 40px;
    height: 26px;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    margin: 1px 3px;
    padding-left: 10px;
    color: #F3ECA4 !important;
    border: none;
    background:none;
    padding:0;
    font-weight:bold;
}
input[name="mychart"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #F3ECA4 !important;
}

input[name="mychart"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #F3ECA4 !important;
}

input[name="mychart"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #F3ECA4 !important;
}
form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: gray;}
.btnDaftar, .btnLogin{
    float: left;
    width: 131px;
    height: 27px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: Kievit;
    font-size: 18px;
    color: #000;
    line-height:  30px;
    background: url(../../images/button.png) center no-repeat;
}
.btnDaftar{
    margin: 0 0 0 5px;
}
.btnLogin{
     margin: 0 0 0 5px;
}
.btnDaftar:hover, .btnLogin:hover{opacity: 0.8;}
/* /Form */

/* Menu */
.menu  {
    width: 100%;
    float: left;
    margin-top: 12px;
    position: relative;
    z-index: 999;
}
.menu&gt;li {
    float: left;
    margin: 11px 12px 0 8px;
    position: relative;
    height:20px;
}
.menu li:first-child{
    margin-left: 0px;
}
.menu li:last-child{
    margin-right: 0px;
}
.menu li a {
    font-family: Kievit;
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    height:20px;
}
.menu li:hover a{
    color: #ede279;
}
/* /Menu */

/* Sub Menu */
.sub-menu{float: left;width: 100%;height: auto;position: relative;z-index: 999;display: block;margin-top: 5px;top: -10px;}
.sub-menu .sportsbook{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999;}
.sub-menu .sportsbook&gt;li{display: inline-block;width: 246px;height: 190px;}
.sub-menu .sportsbook&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.sub-menu .sportsbook&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
.sub-menu .sportsbook&gt;li:first-child&gt;a&gt;div{background: url(../../images/sportsbook/afb88.png) center no-repeat;line-height: 340px;}
.sub-menu .sportsbook&gt;li:nth-child(2)&gt;a&gt;div{background: url(../../images/sportsbook/afb88.png) center no-repeat;line-height: 340px;}
.sub-menu .sportsbook&gt;li:nth-child(3)&gt;a&gt;div{background: url(../../images/sportsbook/ibc.png) center no-repeat;line-height: 340px;}
.sub-menu .sportsbook&gt;li:nth-child(4)&gt;a&gt;div{background: url(../../images/sportsbook/sbo.png) center no-repeat;line-height: 340px;}
.sub-menu .sportsbook&gt;li:nth-child(5)&gt;a&gt;div{background: url(../../images/sportsbook/nav-tf.png) center no-repeat;line-height: 340px;}
.sub-menu .sportsbook&gt;li:nth-child(6)&gt;a&gt;div{background: url(../../images/sportsbook/hracing_nav.png) center no-repeat;line-height: 340px;}
.sub-menu .sportsbook&gt;li:hover&gt;a{background: #ede279;}
.sub-menu .sportsbook&gt;li:hover&gt;a&gt;div{color: #000;}

.sub-menu #casino-sub{position: absolute;height: auto !important;width: 101%;background-color: #000!important;z-index: 999;}
.sub-menu .casino&gt;li{float: left;display: block;width: 246px;height: 190px;z-index: 999;}
.sub-menu .casino&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.sub-menu .casino&gt;li&gt;a&gt;div{width: 246px;height: 200px;display: block;}
.sub-menu .casino&gt;li a&gt;div.menu_dg{background: url(../../images/casino/dg.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_gd88{background: url(../../images/casino/gd88.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_sbo{background: url(../../images/casino/sbo.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_gold{background: url(../../images/casino/gold-casino.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_ag{background: url(../../images/casino/ag.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_ct{background: url(../../images/casino/crown.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_allbet{background: url(../../images/casino/allbet.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_w88{background: url(../../images/casino/w88.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_sa{background: url(../../images/casino/sa.png) center no-repeat;line-height: 340px;}
.sub-menu .casino&gt;li a&gt;div.menu_wm{background: url(../../images/casino/wm.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_se{background: url(../../images/casino/sexy_logo.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_evo{background: url(../../images/casino/evo.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_hbo{background: url(../../images/casino/hongbo.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_n2live{background: url(../../images/casino/n2live.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_miki{background: url(../../images/casino/miki.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_hg{background: url(../../images/casino/hg.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_tga{background: url(../../images/casino/casinotga.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
.sub-menu .casino&gt;li a&gt;div.menu_ppcas{background: url(../../images/casino/pp_nav.png) center no-repeat;line-height: 340px; width:231px; height:189px;}
/*forex*/
.sub-menu .forexd&gt;li a&gt;div.menu_forex{background: url(../../images/forex/forex_nav.png) center no-repeat;line-height: 340px;}
.sub-menu .forexd&gt;li a&gt;div.menu_uk24{background: url(../../images/forex/uk24_nav.png) center no-repeat;line-height: 340px;}

.sub-menu .casino&gt;li:hover&gt;a{background: #ede279;}
.sub-menu .casino&gt;li:hover&gt;a&gt;div{color: #000;}

.sub-menu .games-sub{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999;}
.sub-menu .games-sub&gt;li{float: left;display: block;width: 246px;height: 190px;}
.sub-menu .games-sub&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.sub-menu .games-sub&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
.sub-menu .games-sub&gt;li a&gt;div.menu_bg{background: url(../../images/games/bg.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_fish{background: url(../../images/games/fish.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_haba{background: url(../../images/games/habanero.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_pt{background: url(../../images/games/playtech.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_mg{background: url(../../images/games/mg.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_tw{background: url(../../images/games/tw.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_w88{background: url(../../images/games/w88.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_gold{background: url(../../images/games/gold.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_pplay{background: url(../../images/games/pp.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_joker{background: url(../../images/games/joker.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_netent{background: url(../../images/games/netent.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_playstar{background: url(../../images/games/ps.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_dragoon{background: url(../../images/games/ds.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_pg{background: url(../../images/games/pg.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_cq9{background: url(../../images/games/cq9_nav.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li a&gt;div.menu_icg{background: url(../../images/games/icg_nav.png) center no-repeat;line-height: 340px;}
.sub-menu .games-sub&gt;li:hover&gt;a{background: #ede279;}
.sub-menu .games-sub&gt;li:hover&gt;a&gt;div{color: #000;}

.sub-menu .poker{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999;}
.sub-menu .poker&gt;li{float: left;display: block;width: 246px;height: 190px;}
.sub-menu .poker&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.sub-menu .poker&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
.sub-menu .poker&gt;li a&gt;div.menu_gp{background: url(../../images/poker/texas.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_klass{background: url(../../images/poker/klas-poker1.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_mah{background: url(../../images/poker/mahjong.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_tang{background: url(../../images/poker/tangkas.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_joker{background: url(../../images/poker/joker-poker.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_jack{background: url(../../images/poker/jacks-or-better.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_carri{background: url(../../images/poker/carribean.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_ffyl{background: url(../../images/poker/ffyl-game.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_3king{background: url(../../images/poker/3king.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_airach{background: url(../../images/poker/airach.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_caribb{background: url(../../images/poker/caribbeanpoker.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_video{background: url(../../images/poker/video.png) center no-repeat;line-height: 340px;}
.sub-menu .poker&gt;li a&gt;div.menu_we1poker{background: url(../../images/poker/we1pokers.png) center no-repeat;line-height: 340px;}

.sub-menu .poker&gt;li a&gt;div.ongdo{background: url(../../images/khmergame/ongdo.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.sub-menu .poker&gt;li a&gt;div.poke{background: url(../../images/khmergame/poke.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.sub-menu .poker&gt;li a&gt;div.ham{background: url(../../images/khmergame/ham.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.sub-menu .poker&gt;li a&gt;div.tienlen{background: url(../../images/khmergame/tienlen.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.sub-menu .poker&gt;li a&gt;div.kla-klouk{background: url(../../images/khmergame/kla-klouk.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.poker&gt;li a&gt;div.sikuthai{background: url(../../images/khmergame/sikuthai.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.poker&gt;li a&gt;div.kate{background: url(../../images/khmergame/kate.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.poker&gt;li a&gt;div.apoung{background: url(../../images/khmergame/apoung.png) center no-repeat;line-height: 340px;background-size: 124px 122px;}
.sub-menu .poker&gt;li:hover&gt;a{background: #ede279;}
.sub-menu .poker&gt;li:hover&gt;a&gt;div{color: #000;}

.sub-menu .togel-sub{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999; height:570px !important}
.sub-menu .togel-sub&gt;li{float: left;display: block;width: 246px;height: 190px;}
.sub-menu .togel-sub&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.sub-menu .togel-sub&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
.sub-menu .togel-sub&gt;li:first-child&gt;a&gt;.singpore{background: url(../../images/togel/singapore.png) center no-repeat;line-height: 340px;}
/*.sub-menu .togel-sub&gt;li:nth-child(2)&gt;a&gt;div{background: url(../../images/togel/magnum.png) center no-repeat;line-height: 340px;}*/
.sub-menu .togel-sub .singpore{background: url(../../images/togel/singapore.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .sydney, .sub-menu .togel-sub .pool_62{background: url(../../images/togel/sydney.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .hongkong, .sub-menu .togel-sub .pool_58{background: url(../../images/togel/hongkong.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .hiroshima, .sub-menu .togel-sub .pool_63{background: url(../../images/togel/hiroshima.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .chengdu, .sub-menu .togel-sub .pool_71{background: url(../../images/togel/chengdu.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .nagasaki, .sub-menu .togel-sub .pool_64{background: url(../../images/togel/nagasaki.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .macau, .sub-menu .togel-sub .pool_72{background: url(../../images/togel/macau.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .bullseye, .sub-menu .togel-sub .pool_212{background: url(../../images/togel/bullseye.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .magnum, .sub-menu .togel-sub .pool_74{background: url(../../images/togel/magnum.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .pool_366{background: url(../../images/togel/366.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .pool_367{background: url(../../images/togel/367.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub&gt;li:hover&gt;a{background: #ede279;}
.sub-menu .togel-sub&gt;li:hover&gt;a&gt;div{color: #000;}
.sub-menu .pool_name{
    text-transform:capitalize;
}

.sub-menu .togel-sub .default{background: url(../../images/togel/blank.png) center no-repeat;line-height: 340px;}

.sub-menu .togel-sub .default{background: url(../../images/togel/blank.png) center no-repeat;line-height: 340px;}
.sub-menu .togel-sub .default .pool_name{ font-size:25px; position:absolute;}

.jadwal{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999;}
.jadwal&gt;li{float: left;display: block;width: 246px;height: 190px;}
.jadwal&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.jadwal&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
.jadwal&gt;li:first-child&gt;a&gt;div{background: url(../../images/bank/togel.png) center no-repeat;line-height: 340px;}
.jadwal&gt;li:nth-child(2)&gt;a&gt;div{background: url(../../images/bank/bank.png) center no-repeat;line-height: 340px;}
.jadwal&gt;li:hover&gt;a{background: #ede279;}
.jadwal&gt;li:hover&gt;a&gt;div{color: #000;}

.number{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999;}
.number&gt;li{float: left;display: block;width: 246px;height: 190px;}
.number&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.number&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
.number&gt;li a&gt;div.menu_number{background: url(../../images/number/number.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_keno{background: url(../../images/number/keno.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_bj{background: url(../../images/number/bj.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_live_number{background: url(../../images/number/live-number.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div{background: url(../../images/number/cf88.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_bull{background: url(../../images/number/cockfight.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_mora{background: url(../../images/number/yin-yang_logo.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_s128{background: url(../../images/number/cf_s128.png) center no-repeat;line-height: 340px;}
.number&gt;li a&gt;div.menu_keno_new{background: url(../../images/number/new_keno.png) center no-repeat;line-height: 340px;}
.number&gt;li:hover&gt;a{background: #ede279;}
.number&gt;li:hover&gt;a&gt;div{color: #000;}
.block{position:absolute; margin-top:-25px;}

.forexd{position: absolute;height: 179px;width: 101%;background-color: #000;z-index: 999;}
.forexd&gt;li{float: left;display: block;width: 246px;height: 190px;}
.forexd&gt;li&gt;a{width: inherit;height: inherit;float: left;text-decoration: none;font-weight: bold;color: #fff;font-family: arial;font-size: 16px;text-align: center;}
.forexd&gt;li&gt;a&gt;div{width: 246px;height: 190px;display: block;}
/* /Sub Menu */

/* Datetime */
.datetime{
    float: left;
    color: white;
    margin-top: 6px;
    margin-left: 20px;
    display: block;
    width: 210px;
}
.datetime p{
    float: left;
    font-family: RobotoSlab;
    font-size: 12px;
    font-weight: bold;
}
.datetime p:last-child{
    margin-left: 30px;
}
/* /Datetime */

/* Running Text */
.marquee-div{
    float: right;
    width: 62%;
    margin: 6px 9px 0 20px !important;
}
.info, #runningText{
     font-family: RobotoSlab;
     color: #000;
     font-style: italic;
     font-weight: bold;
}
.info{
    float: left;
    font-size: 13px;
}
#runningText{
    width: 92%;
    float: left;
    font-size: 12px;
}
/* /Running Text */

.content_{height: auto; margin-top:5px;}

/* Slide show */
.slideshow{
    float: left;
    width: 661px;
    height: 312px;
    margin-top: 15px;
}
/* /Slide show */

/* Banner */
.right-content{
    float: right;
    width: 364px;
    margin-top: 15px;
}
.right-content img{
    float: left;
}
/* /Banner */

/* Product */
.product-wrap{
    float: left;
    width: 1033px;
    height: 229px;
    background: url(../../images/product.png) center no-repeat;
    margin-left: -5px;
}
.product{
    float: left;
}
.product li{
    float: left;
}
.product li a{
    font-family: Kievit;
    font-size: 18px;
    color: #5fbe02;
    text-decoration: none;
    text-align: center;
    width: 127px;
    height: 229px;
    display: block;
    margin-left: 10px;
}
.product li:hover a{
    opacity: 0.8;
}
.product li:first-child a{
    width: 178px;
    margin-left: 0px;
}
.product li:nth-child(2) a{
    width: 172px;
    margin-left: 0px;
}
.product li:nth-child(3) a{
    width: 174px;
    margin-left: 0px;
}
.product li:nth-child(4) a{
    width: 171px;
    margin-left: 0px;
}
.product li:nth-child(5) a{
    width: 165px;
    margin-left: 0px;
}
.product li:last-child a{
    width: 170px;
    margin-left: 0px;
}
/* /Product */

/* Result */
#website{
    float: left;
    width: 100%;
    margin-top: 3px;
}
.owl-item div{
    float: left;
    width: 155px;
    height: 164px;
    background: url(../../images/circle.png) center no-repeat;
    padding-top: 40px;
}
.owl-item div p{
    color: white;
    text-align: center;
}
.owl-item div p:first-child{
    font-family: Kievit;
    font-size: 16px;
    color: #f8eea9;
}
.owl-item div p:nth-child(2){
    font-family: RobotoSlab;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 8px 0;
}
.owl-item div p:last-child{
    font-family: Kievit;
    font-size: 15px;
}
/* /Result */

/* Fivelast */
.transaction-table{
    float: left;
    width: 100%; 
    height: auto;
    margin: 10px 0 0 0;
}
#five-last{
    width: 511px;
    height: 220px;
    background: url(../../images/fivelast.png) center no-repeat;
    position: relative;
}
.deposit, .withdraw{
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
.deposit{
    width: 197px;
}
.withdraw{
    width: 229px;
}
#little-table{
    width: 90%;
    height: auto;
    position: absolute;
    left: 25px;
    top: 60px;
}
#little-table tbody tr td{
    height: 30px;
    color: white;
    font-family: arial;
    font-size: 13px;
    text-align: left;
}
#little-table tbody tr td:last-child{
    text-align: right;
    color: #dba328;
}
#little-table&gt;tbody&gt;tr&gt;td&gt;img{vertical-align: middle;}
/* Fivelast */

/* Bank */
.bank{
    width: 843px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
/* /Bank */

/* Cotent Text */
.content-text{
    width: 990px;
    height: auto;
    margin-top: 20px;
}
.content-text img{
    width: 543px;
    margin: 0 auto;
    display: block;
}
.content-text p{
    font-family: arial;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 19px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 10px;
}
/* /Cotent Text */

.footer{
    height: auto;
}
/* Copyright */
.copyright{
    float: right;
    font-family: arial;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align:  center;
    margin: 20px 0;
}
/* /Copyright */

/*Sportbook Page*/
.black-wrapper{
    float: left; 
    width: 100%;
    height: auto;
    background: #000000;
    margin: 0 auto;
    margin-top: 7px;
    font-family: arial;
}
.black-wrapper a{
    /*border: 3px solid #ede279;*/
}
b, strong{
    font-weight: bold;
}
/* Slide show Sub */
.slideshow-sub{
    float: left;
    width: 1025px;
    height: 332px;
    margin-top: 5px;
}
.slideshow-sub #wowslider-container1{
    max-width: 1025px;
    max-height: 332px;
}
.slideshow-sub #wowslider-container1 .ws_images{
    max-width: 1025px;
    max-height: 332px;
}
/* /Slide show Sub */
.sportbook-page{float: left;width: 1193px;height: 380px;background: url(../../images/sportsbook-page.jpg) center no-repeat;margin: 10px 0 0 5px;position: relative;}
.sportsbook1, .sportsbook2, .sportsbook3, .sportsbook4, .sportsbook5, .sportsbook6{
    width: 505px;
    height: 181px;
}
.sportsbook1, .sportsbook3, .sportsbook5{
    float: left;
    margin: 10px 0 0 5px;
}
.sportsbook2, .sportsbook6{
    float: right;
    margin: 10px 3px 0 0;
}
.sportsbook4{
    float: right;
    margin: 10px 3px 0 0;
}
.sportsbook1{background: url(../../images/sportsbook/afb88.jpg) center no-repeat;}
.sportsbook2{background: url(../../images/sportsbook/ibcbet.jpg) center no-repeat;}
.sportsbook3{background: url(../../images/sportsbook/sbobet.jpg) center no-repeat;}
.sportsbook4{background: url(../../images/sportsbook/afb882.jpg?time=v01) center no-repeat;}
.sportsbook5{background: url(../../images/sportsbook/tf.jpg) center no-repeat;}
.sportsbook6{background: url(../../images/sportsbook/hracing.png) center no-repeat;}
/*/Sportbook Page*/

.sub-page{float: left;width: 1193px;height: 380px;background: url(../../images/sportsbook-page.jpg) center no-repeat;margin: 10px 0 0 5px;position: relative;}
.product1, .product2, .product3, .product4, .product5, .product6, .product7, .product8, .product9, .product10 {
    width: 505px;
    height: 181px;
}
.product1, .product3, .product5, .product7, .product9{
    float: left;
    margin: 10px 0 0 5px;
}
.product2, .product4, .product6, .product8, .product10{
    float: right;
    margin: 10px 3px 0 0;
}

/*Casino Page*/
.casino1, .casino2, .casino3, .casino4, .casino5, .casino6, .casino7, .casino8, .casino9{
    width: 505px;
    height: 181px;
}
.casino1, .casino3, .casino5, .casino7, .casino9{
    float: left;
    margin: 10px 0 0 5px;
}
.casino2, .casino4, .casino6, .casino8{
    float: right;
    margin: 10px 5px 0 0;
}
.casino1{background: url(../../images/casino/casino1.jpg) center no-repeat;}
.casino2{background: url(../../images/casino/casino2.jpg) center no-repeat;}
.casino3{background: url(../../images/casino/casino3.jpg) center no-repeat;}
.casino4{background: url(../../images/casino/casino4.jpg) center no-repeat;}
.casino5{background: url(../../images/casino/casino5.jpg) center no-repeat;}
.casino6{background: url(../../images/casino/casino6.jpg) center no-repeat;}
.casino7{background: url(../../images/casino/casino7.jpg) center no-repeat;}
.casino8{background: url(../../images/casino/casino8.jpg) center no-repeat;}
.casino9{background: url(../../images/casino/casino9.jpg) center no-repeat;}
/* /Casino Page*/

/* Games Page */
.games1{float: left;width: 490px;height: 173px;background: url(../../images/games/1.jpg) center no-repeat;margin: 10px 0 0 5px;}
.games1 img{width: 490px;}
.games2{float: right;width: 490px;height: 173px;background: url(../../images/games/2.jpg) center no-repeat;margin: 10px 0px 0 0;}
.games2 img{width: 490px;}
.games3{float: left;width: 490px;height: 173px;background: url(../../images/games/3.jpg) center no-repeat;margin: 10px 0 0 5px;}
.games3 img{width: 490px;}
.games4{float: right;width: 490px;height: 173px;background: url(../../images/games/4.jpg) center no-repeat;margin: 10px 0 0 0;}
.games4 img{width: 490px;}
.games5{float: left;width: 490px;height: 173px;background: url(../../images/games/5.jpg) center no-repeat;margin: 10px 0 0 5px;}
.games5 img{width: 490px;}
.games6{float: right;width: 490px;height: 173px;background: url(../../images/games/6.jpg) center no-repeat;margin: 10px 0 0 0;}
.games img{width: 490px;}
.games7{float: left;width: 490px;height: 173px;background: url(../../images/games/7.jpg) center no-repeat;margin: 10px 0 0 5px;}
.games7 img{width: 490px;}
.games8{float: right;width: 490px;height: 173px;background: url(../../images/games/8.jpg) center no-repeat;margin: 10px 0 0 0;}
.games8 img{width: 490px;}
/* /Games Page */

/*Number Page*/
.commission{float: left;margin: 10px 0 0 5px;}
.number1{float: left;width: 490px;height: 152px;background: url(../../images/number/1.jpg) center no-repeat;margin: 10px 0 0 5px;}
.number1 img{width: 490px;}
.number2{float: right;width: 490px;height: 152px;background: url(../../images/number/2.jpg) center no-repeat;margin: 10px 0px 0 0;}
.number2 img{width: 490px;}
.number3{float: left;width: 490px;height: 152px;background: url(../../images/number/3.jpg) center no-repeat;margin: 10px 0 0 5px;}
.number3 img{width: 490px;}
.number4{float: right;width: 490px;height: 152px;background: url(../../images/number/4.jpg) center no-repeat;margin: 10px 0 0 0;}
.number4 img{width: 490px;}
.number5{float: left;width: 490px;height: 152px;background: url(../../images/number/5.jpg) center no-repeat;margin: 10px 0 0 5px;}
.number5 img{width: 490px;}
.number6{float: right;width: 490px;height: 152px;background: url(../../images/number/6.jpg) center no-repeat;margin: 10px 0 0 0;}
.number6 img{width: 490px;}
.number7{float: left;width: 490px;height: 152px;background: url(../../images/number/7.jpg) center no-repeat;margin: 10px 0 0 5px;}
.number7 img{width: 490px;}
.number8{float: right;width: 490px;height: 152px;background: url(../../images/number/8.jpg) center no-repeat;margin: 10px 0 0 0;}
.number8 img{width: 490px;}
/* /Number Page*/

/* Togel Page */
/*
.togel1{float: left;width: 490px;height: 173px;background: url(../../images/togel/6.jpg) center no-repeat;margin: 10px 0 0 5px;}
.togel1 img{width: 490px;}
.togel2{float: right;width: 490px;height: 173px;background: url(../../images/togel/5.jpg) center no-repeat;margin: 10px 0px 0 0;}
.togel2 img{width: 490px;}
.togel3{float: left;width: 490px;height: 173px;background: url(../../images/togel/7.jpg) center no-repeat;margin: 10px 0 0 5px;}
.togel3 img{width: 490px;}
.togel4{float: right;width: 490px;height: 173px;background: url(../../images/togel/4.jpg) center no-repeat;margin: 10px 0 0 0;}
.togel4 img{width: 490px;}
.togel5{float: left;width: 490px;height: 173px;background: url(../../images/togel/3.jpg) center no-repeat;margin: 10px 0 0 5px;}
.togel5 img{width: 490px;}
.togel6{float: right;width: 490px;height: 173px;background: url(../../images/togel/2.jpg) center no-repeat;margin: 10px 0 0 0;}
.togel6 img{width: 490px;}
.togel7{float: left;width: 490px;height: 173px;background: url(../../images/togel/1.jpg) center no-repeat;margin: 10px 0 0 5px;}
.togel7 img{width: 490px;}
*/

.togel-wrap{float: left;width: 100%;height: 100%;border: 2px #f7ca06 solid;border-radius: 3px;margin: 10px 0 0 0; padding-bottom: 25px;}
.togel-period{ color: #f7ca06; font-size: 21px; padding: 10px 0 0 0;}
.togel-date{ color: #f7ca06; }
.togel-result {color: white;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 12px;
    padding: 10px 0 0px 10px;
}
.togel-jadwal{ color: #ffffff; font-size: 12px; padding: 5px; line-height: 14px}
.lihat-hasil { color: #ffffff; font-size: 14px; padding-top: 16px;}
.lihat-hasil a { color: #ffffff; }
.clickplay{float: left;width: 202px;height: 68px;background: url(../../images/togel/button-togel.png) center no-repeat;text-align: center;text-decoration: none;font-family: RobotoSlab;font-weight: bold;color: black;padding: 15px 0 0 0;margin: 50px 0 0 10px;}
.clickplay:hover{color: gray;}
.clickplay&gt;div:first-child{font-size: 18px;}
.clickplay&gt;div:last-child{font-size: 21px;}

.togel-top{float: left;margin: 20px 0 0 20px;}
.togel-top&gt;li{float: left;width: 185px;height: 205px;background: url(../../images/togel/togel-bg.jpg) center no-repeat;font-family: RobotoSlab;text-align: center;margin: 0 0 0 10px;}
.togel-top&gt;li:first-child{margin: 0;}
.togel-top&gt;li&gt;p:first-child{color: #f7ca06;font-size: 21px;padding: 10px 0 0 0;}
.togel-top&gt;li&gt;p:nth-child(2){color: #f7ca06;font-size: 17px;}
.togel-top&gt;li&gt;p:nth-child(3){color: white;font-weight: bold;font-size: 42px;letter-spacing: 12px;padding: 10px 0 10px 10px;}
.togel-top&gt;li&gt;p:last-child{color: white;font-weight: bold;font-size: 16px;}

.togel-pic{float: left;margin: 40px 0 20px 20px;}

.togel-bottom{float: left;margin: 50px 0 0 0px;}
.togel-bottom&gt;li{float: left;width: 185px;height: 205px;background: url(../../images/togel/togel-bg.jpg) center no-repeat;font-family: RobotoSlab;text-align: center;margin: 0 0 0 10px;}
.togel-bottom&gt;li:first-child{margin: 0;}
.togel-bottom&gt;li&gt;p:first-child{color: #f7ca06;font-size: 21px;padding: 10px 0 0 0;}
.togel-bottom&gt;li&gt;p:nth-child(2){color: #f7ca06;font-size: 17px;}
.togel-bottom&gt;li&gt;p:nth-child(3){color: white;font-weight: bold;font-size: 42px;letter-spacing: 12px;padding: 10px 0 10px 10px;}
.togel-bottom&gt;li&gt;p:last-child{color: white;font-weight: bold;font-size: 16px;}
/* /Togel Page */

/* Poker Page */
.poker1{float: left;width: 490px;height: 173px;background: url(../../images/poker/1.jpg) center no-repeat;margin: 10px 0 0 5px;}
.poker1 img{width: 490px;}
.poker2{float: right;width: 490px;height: 173px;background: url(../../images/poker/2.jpg) center no-repeat;margin: 10px 0px 0 0;}
.poker2 img{width: 490px;}
.poker3{float: left;width: 490px;height: 173px;background: url(../../images/poker/3.jpg) center no-repeat;margin: 10px 0 0 5px;}
.poker3 img{width: 490px;}
.poker4{float: right;width: 490px;height: 173px;background: url(../../images/poker/4.jpg) center no-repeat;margin: 10px 0 0 0;}
.poker4 img{width: 490px;}
.poker5{float: left;width: 490px;height: 173px;background: url(../../images/poker/5.jpg) center no-repeat;margin: 10px 0 0 5px;}
.poker5 img{width: 490px;}
.poker6{float: right;width: 490px;height: 173px;background: url(../../images/poker/6.jpg) center no-repeat;margin: 10px 0 0 0;}
.poker6 img{width: 490px;}
/* /Poker Page */

/* Promosi */
.items{line-height: 20px;margin: 7px 0px;}
.items &gt; .image-promo &gt; .bg-img{background: #ccc;padding: 4px;width: auto;}
.bg-img &gt; img{width: 100%;height: 160px;cursor: pointer;border: 3px #000000 solid;border-radius: 3px;}
.items .content-promo{font-size: 14px;display: none;border: 1px #f7ca06 solid;margin: 0 4px;padding: 7px;font-family: Calibri;}
.content-promo &gt; .title{font-size: 18px;font-weight: bold;padding: 10px 0px;color: #FFED81;text-transform: uppercase;}
.content-promo &gt; p{font-weight: bold;padding-left: 15px;color: #FFED81;}
.items .content-promo ul.list-promo{list-style-type: decimal;padding: 0px 30px;color: white;}
/* /Promosi */

/* Jadwal-Togel */
.jadwal-con{float: left;margin: 25px 0 0 0; font-size: 16px;width: 100%;height: auto;}
h3{font-weight: bold;color: #fff;}
.jadwal-text{color: #fff;margin: 15px 0px;line-height: 30px; }
.jadwal-con a{color: #FFED81;text-decoration: none;border: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
/* /Jadwal-Togel */

/* Jadwal-Bank */
.mr20{margin: 20px 0;color: #DBAD89;line-height: 18px;}
.mr20 img{border: medium none;width: 280px;margin: 0 0 10px 0;}
/* /Jadwal-Bank */
ul#link-box li{
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
}
.center{
    margin-top:10px;
}

/* popup */
.announcement {
    position: fixed;
    height: 100vh;
    background: rgba(0,0,0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;  
}
.announcement__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    animation: fadein .2s ease-in;
}
.announcement__top {
    background: #9c8745;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
}
.announcement__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
}
.announcement__date-time {
    text-align: right;
    padding: 14px;
    font-weight: 700;
}
.announcement__text {
    padding: 14px;
    height: 360px;
}

.announcement__footer {
    float:right;
    padding:5px 0;
    padding-right:10px;
}.favorite{
    background:url(../../../images/star.png) no-repeat !important;
    width:16px;
    height:16px;
    position:absolute;
    right: 10px;
    bottom: 10px;
    cursor:pointer;
    z-index: 99999;
}.favorite.active{
    background:url(../../../images/star_active.png) no-repeat !important;
    width:16px;
    height:16px;
    position:absolute;
    right: 10px;
    bottom: 10px;
    cursor:pointer;
    z-index: 999;
}.favorite.effect{
    animation: zoominoutsinglefeatured 1s ;
}
.favorited{
    animation: bounceIn 2s ;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}.provider-list li{
    margin: 11px !important;
}.provider_name{
    background: #c9ba70 !important;
}.favorite_home_play:hover, .favorite_home_active:hover {
    background: #c9ba70 !important;
}</pre></body></html>