/*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:#000000 url(../../images/bg.jpg) center top no-repeat;
}

.clear {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* import font */

@font-face {
	font-family: Kievit_Extrabold;
	src: url(../../media/font/Kievit_Extrabold.ttf);
}

@font-face{
	font-family: RobotoSlab-Regular;
	src: url(../../media/font/RobotoSlab-Regular.ttf);
}

@font-face{
	font-family: Play-Bold;
	src: url(../../media/font/Play-Bold.ttf);
}

/* end import font */

/*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*/

/* header */
.logo {
	float: left;
	margin: 0 0 0 -2px;
}

.header {
	width: 100%;
	height: auto;
}

/* marquee */
.marquee-div {
	background: url(../../images/marquee-bg.png) center no-repeat;
	margin: 0 auto 5px;
	float: right;
	width: 591px;;
    height: 31px;
}	

.info {
    width: 20px;
    padding-top: 19px;
    margin: 8px 0 0 35px;
    background: url(../../images/icon/sound.png) center top no-repeat;
    float: left;
}

#runningText {
    float: right;
    width: 90%;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 700;
    margin: 7px auto 0;
}
/* /marquee */

/* menu */
ul.menu {
    margin: -30px auto 0;
    float: right;
    width: 60%;
}
ul.menu li {
    float: left;
	padding: 0 14px;
	position: relative;
    top: 5px;
}

ul.menu img {
    vertical-align: middle;
}

ul.menu a {
	text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: Kievit_Extrabold;
    letter-spacing: 2px;
    text-shadow: 1px 2px 2px #161414;
}

ul.menu a:hover {
    opacity: 0.8;
}
/* ./menu */

.slideshow {
    margin: 3px auto 0;
}

.line{
	text-align: center;
}
/* register */
.register {
    float: right;
	background: url(../../images/register-bg.png) center no-repeat;
	width: 600px;
	height:50px;
}

ul.register li {
	float: left;
	position: relative;
    left: 40px;
}

input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
	width:121px;
	height:24px;
	background:url(../../images/username.png)center no-repeat;
	outline: none;
	border: none;
	font-size: 13px;
	font-family:Arial;
	border-radius: 3px;
	text-align: center;
	margin: 10px 5px 0px 2px;
}

input[name="password"]{
	margin-right:0px; 
	background: url(../../images/pasword.png) content no-repeat;
}

input[name="login"]{
	background: url(../../images/login.png) center no-repeat !important;
	margin-left: -1px !important;
	margin-top: 9px !important;
}

input[name="daftar"],input[name="login"]{
    background: url(../../images/daftar.png) center no-repeat;
    width: 118px;
    height: 30px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: 600;
	margin-right: 5px;
	margin-top: 7px;
}

/* /register */
/* end header */

/* content */
/* Jackpot */
.jackpot-wrap{
    background: url(../../images/jackpot-bg.png) center no-repeat;
    width: 998px;
    height: 109px;
    text-align: center;
}
.jackpot-wrap img {
	vertical-align: middle;
    margin: -9px 0 0 0;
    width: 50px;
    height: auto;
}
.jackpot-wrap div {
    padding: 75px 0;
    padding-bottom: 0;

}
.jackpot-wrap .jackpot-title {
	padding: 0 20px 0 0;
}
.domino .jackpot-title {
	padding: 0 0 0 20px;
}
.poker {
    float: left;
    width: 51%;
    margin: 0 0 0 59px;
}

.domino {
    float: right;
    margin: 0 245px 0 0px;
}
.jackpot-wrap .number {
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    font-family: RobotoSlab-Regular;
}

/* transaction */
.transaction {
	background: url(../../images/5-last.png) center no-repeat;
	width: 990px;
	height:345px;
}
table.tblDeposit td img{
    vertical-align: middle;
}

table.tblDeposit,.tblWithdraw{
	margin: 88px 110px;
	margin-bottom: 40px;
	width: 100%;
}

.withdraw {
	margin: 0 !important;
}
.deposit,.withdraw{
	float: left;
    width:50%;
}

table.tblDeposit td:first-child, .tblWithdraw td:first-child{
	padding-left:0; 
}

table.tblDeposit td,.tblWithdraw td{
    color: #fff;
    padding: 8px 77px;
    padding-bottom: 12px;
    text-align: center;
    font-family: Zurich_Bold_BT;
    font-size: 12px;
}

table.tblDeposit img, .tblWithdraw img{
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.table-sadow{
	text-shadow: 1px 2px 2px #cbacac;
    color: #b5aebb;
}
/* /transaction */


/* Contact */

.contact-wrap {
    margin: 0 auto 8px;
    border-radius: 3px;
}

ul.contact li {
    float: left;
    width: 241px;
    height: 69px;
    background: url(../../images/contact-bg.png) center no-repeat;
	padding: 19px 43px;
	margin: 0 0 0 6px;
}

ul.contact a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

ul.contact li img {
    vertical-align: middle;
    margin: 0 12px 0px 7px;
}

.content-detail h1,.content-detail h2 {
	background: -webkit-linear-gradient(#ffffff, #9c9a98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-family: Play-Bold;
    text-align: center;
    line-height: 30px;
}

.content-detail h2{
	font-size: 18px;
	background: -webkit-linear-gradient(#2dff0f, #9fff90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-detail p {
    font-size: 15px;
    color: #f8f8f8;
	line-height: 30px;
	text-align: center;
}

div#content-text {
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    margin: 20px auto 0;
}

.content{
	font-size: 15px;
	color: #fff;
	font-family: Arial;
	line-height: 25px;
}
.footer {
	width: 100%;
	height: auto;
}

.banks {
	text-align: center;
    margin: 0 auto 5px;
}
.copy-right {
	color: #ffffff;
    font-size: 13px;
    text-align: center;
	font-family: Arial;
    margin: 0px auto 20px;
}

/* end content */

/* Hover */
/* Grow Shadow */
.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
  }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  