/*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: 990px !important;margin: 0 auto;position: relative;}

body{background: black url(../../images/bg.jpg) center top no-repeat;}
.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: ChunkFive;src: url(../font/Chunk_Five.ttf);}
@font-face{font-family: Candal;src: url(../font/Candal.ttf);}

.header{height: auto;}

/* Logo */
.logo{
    float: left;
    margin: 13px 0 0 0;
}
/* /Logo  */

/* Top Right Wrap */
.top-right{
    float: right;
    margin: 20px 0 0 0;
}
/* /Top Right Wrap */

.form-wrap{
    float: left;
    width: 532px;
    margin: 0 10px 0 0;
}

/* Form */
form.my-form{
    float: right;
    width: 532px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
form.my-form input[name="username"], form.my-form input[name="password"]{
    float: left;
    width: 138px;
    height: 35px;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    color: white;
    border: none;
    padding: 0 0 0 15px;
}
form.my-form input[name="username"]{background: url(../../images/username.png) center no-repeat;}
form.my-form input[name="password"]{background: url(../../images/password.png) center no-repeat;}

form.my-form div{
    float: left;
    width: 138px;
    height: 35px;
    background: url(../../images/code-textbox.png) center no-repeat;
}
form.my-form div input[name="code"]{
    width: 60px;
    height: 35px;
    font-family: arial;
    font-size: 10px;
    color: white;
    background: none;
    margin: 0 0 0 5px;
    border: none;
}
form.my-form div img{
    vertical-align: middle;
    padding: 4px 0 0 0;
}

form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: gray;}
/* /Form */

/* Running Text */
.marquee-div{
    float: left;
    width: 100%;
    margin: 23px 0 0 0;
}
#runningText{
    float: left;
    width: 85%;
    font-family: candal;
    font-size: 11px;
    color: black;
    font-style: italic;
    padding: 2px 0 0 0;
}
.news{
    float: left;
}
/* /Running Text */

/* Submit Wrap */
.sumit-wrap{
    float: right;
}
.btnDaftar, .btnLogin{
    float: left;
    width: 128px;
    height: 35px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
}
.btnDaftar{
    background: url(../../images/daftar.png) center no-repeat;
   /*  margin: 5px 0 0 0; */
}
.btnLogin{
    background: url(../../images/login.png) center no-repeat;
}
.btnDaftar:hover, .btnLogin:hover{opacity: 0.8;}
/* /Submit Wrap */

/* Menu */
.menu{
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}
.menu li{float: left;}
.menu li a{
    padding: 10px 29px 0 29px;
    font-family: ChunkFive;
    font-size: 17px;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.menu li:first-child a{
    padding: 10px 29px 0 0;
}
.menu li:last-child a{
    padding: 10px 0 0 29px;
}
.menu li a img{
    vertical-align: middle;
    margin: -15px 0 0 0;
}
.menu li:hover a{
    text-decoration: none;
    color: black;
}
/* /Menu */

.content{height: auto;}

/* Slide show */
.slideshow{
    float: right;
    width: 989px;
    height: 350px;
    background: white;
    margin: 10px 0 0 0;
    padding: 3px 0 0 0;
    border-radius: 20px;
}
/* /Slide show */

/* Contact */


/* Jackpot */
.jackpot{
    float: left;
    width: 990px;
    height: 166px;
    background: url(../../images/jackpot.png) center no-repeat;
    margin: 0 0 0 0;
    position: relative;
}
.left-number, .right-number{
    font-family: ChunkFive;
    font-size: 34px;
    font-weight: bold;
    color: white;
    letter-spacing: 3px;
    position: absolute;
    text-shadow:
       3px -3px 0 #000, 
       -4px -3px 0 #000, 
       4px 2px 0 #000, 
       -3px 3px 0 #000, 
       0px 4px 0 #000;
	width: 330px;	
}
.left-number{
    top: 70px;
    left: 80px;
}
.right-number{
    top: 70px;
    right: 50px;
}
/* /Jackpot */

/* Five Last */
.transaction-table{
    float: left;
    width: 100%; 
    height: auto;
    margin: -35px 0 0 0;
}
#five-last-deposit , #five-last-withdraw{
    width: 490px;
    height: 262px;
    position: relative;
}
#five-last-deposit{
    background: url(../../images/deposit.png) center no-repeat;
}
#five-last-withdraw{
    background: url(../../images/withdraw.png) center no-repeat;
    margin-left: 10px;
}
#five-last:first-child{margin-left: 0px;}
#little-table{
    width: 80%;
    height: auto;
    position: absolute;
    left: 50px;
    top: 90px;
}
#little-table tbody tr td{
    height: 33px;
    color: white;
    font-family: Candal;
    font-size: 12px;
    text-align: left;
}
#little-table tbody tr td:last-child{
    text-align: right;
    color: #fef909;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* /Five Last */

/* Contact */
.contact{
    float: left;
    margin: 10px 0 0 0;
}
.contact li{
    float: left;
     width: 233px;
    height: 97px;
    font-family: Arial;
	font-weight: bold;
    font-size: 15px;
    color: yellow;
    padding: 40px 0 0 100px;
    margin: 0 0 0 18px;
  text-shadow: 3px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.contact li:first-child{background: url(../../images/contact/fb.png) center no-repeat;margin: 0;}
.contact li:nth-child(2){background: url(../../images/contact/MarioQQTG.png) center no-repeat;}
.contact li:nth-child(3){background: url(../../images/contact/whatsapp.png) center no-repeat;padding: 40px 0 0 80px;}
.contact li:nth-child(4){background: url(../../images/contact/twitter.png) center no-repeat;}
.contact li:nth-child(5){background: url(../../images/contact/ig.png) center no-repeat;margin: 0;}
.contact li:nth-child(6){background: url(../../images/contact/wechat.png) center no-repeat;padding: 40px 0 0 100px;}
.contact li:nth-child(7){background: url(../../images/contact/yahoo.png) center no-repeat;}
.contact li:last-child{background: url(../../images/contact/line.png) center no-repeat;}
/* /Contact */

/* Content Text */
.content-text{
    float: left;
    color: white;
    width: 100%;
    color: white;
    text-align: center;
    margin: 50px 0 0 0;
}
.content-text p{
    font-family: Candal;
    font-size: 11px;
    text-shadow: 2px 2px #000;
    margin: 10px 0 0 0;
}
.content-text p:last-child{
    font-size: 12px;
    text-shadow: 4px 2px #000;
}
/* /Content Text */

.footer{height: auto;}

/* Bank */
.bank{
    float: left;
    margin: 10px 0 0 0;
}
/* /Bank */

/* Copyright */
.copyright{
    float: right;
    margin: 18px 0 0 0;
}
/* /Copyright */








