/*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;
    background-attachment: fixed;
}
.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: Chunkfive;src: url(../font/Chunkfive.otf);}
@font-face{font-family: DaiAtlas;src: url(../font/Dai-Atlas.otf);}

h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

/* Contact */
.contact-wrap{
    width: 209px;
    height: 294px;
    background: url(../../images/contact.png) center no-repeat;
    position: fixed;
    top: 170px;
}
.contact{
    float: left;
    margin: 90px 0 0 12px;
}
.contact li{
    color: white;
    font-family: arial;
    font-size: 10px;
    padding: 12px 0 0 0;
}
.contact li img{
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.contact li:first-child{
    padding: 0;
}
.livechat{
    float: left;
    width: 133px;
    height: 28px;
    background: url(../../images/livechat-button.png) center no-repeat;
    text-align: center;
    text-decoration: none;
    color: #fcff00;
    text-transform: uppercase;
    font-family: arial;
    font-size: 10px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 5px;
}
/* /Contact */

/* Header */
.header{
    height: auto;
}
/* /Header */

/* Logo */
.logo{
    float: left;
    margin: 10px 0 0 0;
}
/* /Logo  */

/* Right Header Wrapper */
.header-right{
    float: right;
}
.right-wrap{
    float: right;
    width: auto;
}
/* /Right Header Wrapper */

/* Form */
form.my-form{
    float: right;
    width: 520px;
    height: auto;
    margin: 25px 0 0 0;
}
form.my-form input[name="txtUsername"], form.my-form input[name="txtPassword"]{
    float: left;
    width: 137px;
    height: 27px;
    border: none;
    margin: 0 1px;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    color: black;
    outline: none;
}
form.my-form input[name="txtUsername"]{
    background: url(../../images/username.png) center no-repeat;
}
form.my-form input[name="txtPassword"]{
    background: url(../../images/password.png) center no-repeat;
}
form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: gray;}
.btnLogin, .btnDaftar{
    float: left;
    width: 113px;
    height: 30px;
    margin: 0 3px;
    border: none;
    text-align: center;
    display: block;
}
.btnDaftar{
    background: url(../../images/daftar.png) center no-repeat;
}
.btnLogin{
    background: url(../../images/login.png) center no-repeat;
}
.btnDaftar:hover,.btnLogin:hover{
    opacity: 0.8;
}
/* /Form */

/* Running Text */
.marquee-div{
    float: left;
    width: 100%;
    height: 30px;
    background: url(../../images/marquee.png) center no-repeat;
    margin: 10px 0 0 0;
}
#runningText{
    width: 95%;
    float: left;
    color: #fcff00;
    font-family: arial;
    font-size: 14px;
    line-height: 32px;
    margin-left: 38px;
    letter-spacing: 1px;
}
/* /Running Text */

/* Menu */
.menu-wrap{
    float: left;
    width: 570px;
    height: 50px;
    background: url(../../images/menu.png) center no-repeat;
    margin: 4px 0 0 0;
}
.menu  {
    float: left;
    margin: 18px 0 0 20px;
}
.menu li {
    float: left;
    padding: 0 27px;
}
.menu li:first-child{
    padding: 0 27px 0 0;
}
.menu li:last-child{
    padding: 0 0 0 27px;
}
.menu li a {
    font-family: arial;
    font-size: 14px;
    color: #fcff00;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000;
    text-transform: uppercase;
}
.menu li:hover a{
    color: white;
}
/* /Menu */

/* Mobile */
.mobile{
    float: right;
    margin: 6px 0 0 0;
}
.mobile li{
    float: left;
    margin-left: 19px;
}
.mobile li a img{
    vertical-align: middle;
}
.mobile li:hover a{
    opacity: 0.8;
}
/* /Mobile */

/* Content */
.content{
    height: auto;
}
/* /Content */

/* Slide show */
.slideshow{
    float: left;
    width: 100%;
    height: 290px;
    margin-top: 10px;
}
/* /Slide show */

/* Jackpot */
.jackpot{
    width: 100%;
    height: 151px;
    background: url(../../images/jackpot.png) center no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}
.left-number, .right-number{
    font-family: DaiAtlas;
    font-size: 47px;
    color: #fcff00;
    letter-spacing: 5px;
    position: absolute;
    top: 68px;
}
.left-number{
    left: 53px;
}
.right-number{
    right: 50px;
}
.rolling{
    position: absolute;
    width: 153px;
    height: 151px;
    top: 43px;
    left: 372px;
}
.rolet-div{
    float: left;
    width: auto;
    height: 151px;
    position: relative;
    margin-left: -10px;
}
/* /Jackpot */

/* Fivelast */
.transaction-table{
    float: left;
    width: 100%; 
    height: 212px;
    margin-top: 15px;
}
#five-last{
    width: 320px;
    height: 208px;
    position: relative;
    background: url(../../images/fivelast.png) center no-repeat;
}
#five-last:first-child{
    margin-left: 5px;
}
#five-last:nth-child(2), #five-last:last-child{
    margin-left: 12px;
}
.deposit, .withdraw, .winner{
    width: 100%;
    text-align: center;
    font-family: DaiAtlas;
    font-size: 25px;
    padding-top: 8px;
    color: #fcff00;
    text-transform: uppercase;
    letter-spacing: 4px;
}
#little-table{
    width: 100%;
    height: auto;
    position: absolute;
    left: 5px;
    top: 55px;
}
#little-table tbody tr td{
    height: 30px;
    color: #fcff00;
    font-family: arial;
    font-size: 13px;
    text-align: center;
    padding: 1px 0;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* /Fivelast */

/* Content Text */
.content-text{
    float: left;
    width: 100%;
    height: auto;
    border: 2px solid #079100;
    border-radius: 10px;
    margin-top: 15px;
}
.content-text h1, .content-text h2, .content-text h3, .content-text h4{
    font-family: DaiAtlas;
    text-align: center;
    color: #fcff00;
    margin-top: 10px;
    text-shadow: 1px 1px 10px #fcff00;
    
}
.content-text h1{
    font-size: 31px;
}
.content-text h2{
    font-size: 25px;
}
.content-text p{
    color: #fcff00;
    font-family: arial;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    text-shadow: 2px 2px 5px #000;
    margin-top: 10px;
    padding: 0 15px;
}
/* /Content Text */

/* Footer */
.footer{
    height: auto;
}
/* /Footer */

/* Bank */
.bank{
    float: left;
    margin: 15px 0 10px 0;
}
/* /Bank */

/* Footer Right Wrapper */
.footer-right{
    float: right;
    margin: 10px 0 0 0;
}
/* Footer Right Wrapper */

/* Footer Menu */
.footer-menu  {
    float: right;
    margin: 5px 0 0 0;
}
.footer-menu li {
    float: left;
    padding: 0 10px;
    border-right: 2px #fcff00 solid;
}
.footer-menu li:first-child{
    padding: 0 10px 0 0;
}
.footer-menu li:last-child{
    padding: 0 0 0 10px;
    border-right: none;
}
.footer-menu li a {
    font-family: arial;
    font-size: 10px;
    color: #fcff00;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000;
    text-transform: uppercase;
}
.footer-menu li:hover a{
    color: white;
}
/* /Footer Menu */

/* Copyright */
.copyright{
    float: right;
    font-family: arial;
    font-size: 11px;
    color: #fcff00;
    margin-top: 10px;
}
/* /Copyright */

