/*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: Dai-Atlas;
	src: url(../../media/font/Dai-Atlas.otf);
}

@font-face {
	font-family: Play-Regular;
	src: url(../../media/font/Play-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;
}

.header {
	width: 100%;
	height: auto;
}

/* marquee */
.marquee-div {
	margin: 15px auto 5px;
    float: right;
    width: 52.5%;
}	

.info {
	width:41px;
    padding-top: 19px;
    background: url(../../images/icon/info.png) center top no-repeat;
    float: left;
}

#runningText {
    float: right;
    width: 91%;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 700;
}
/* /marquee */

/* menu */
.menu-wrap{
	background: url(../../images/menu-bg.png) center no-repeat;
    height: 56px;
    padding: 18px 0 0 0;
}

ul.menu {
    margin: 0 0 0 15px;
}
ul.menu li {
	float: left;
	padding: 0 50px;
}
.slideshow {
	width: 990px;
	height: 358px;
	position: relative;
    z-index: 9999;
}
ul.menu a {
	text-decoration: none;
    color:#1a1a1a;
    font-size: 18px;
    font-family:Play-Bold;
    letter-spacing: 2px;
}

ul.menu a:hover{
	text-shadow: 0 0 2px #ccc;
}
/* ./menu */

.line{
	background: url(../../images/line.png) center no-repeat;
	height: 1px;
}
/* register */
.register {
    float: right;
}

ul.register li {
	float: left;
}

input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
	width: 134px;
	height: 35px;
	background:url(../../images/textbox.png)center no-repeat;
	outline: none;
	border: none;
	font-size: 13px;
	font-family:Arial;
	border-radius: 3px;
	text-align: left;
	margin: 30px 0 0px 2px;
	padding: 0 0 0 15px;
}

input[name="password"]{
	margin-right:0px; 
}
input[name="daftar"],input[name="login"]{
    background: url(../../images/button.png) center no-repeat;
    width: 118px;
    height: 35px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    padding: 0;
	font-weight: 600;
	margin-right: 0;
}

input[name="daftar"]{
	background: url(../../images/daftar.gif) center no-repeat;
}
/* /register */

/* end header */

/* content */

/* Jackpot */
.jackpot-wrap{
	background: url(../../images/jackpot.png) center no-repeat;
    width: 990px;
    height: 163px;
    text-align: center;
    font-family: Play-Bold;
    position: relative;
    bottom: 30px
}
.jackpot-wrap img {
	vertical-align: middle;
    margin: -9px 0 0 0;
    width: 50px;
    height: auto;
}
.jackpot-wrap div {
	padding: 55px 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: 33%;
}

.domino {
    float: right;
    width: 53%;
}
.jackpot-wrap .number {
    background: -webkit-linear-gradient(#000000, #3d3333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-family: Play-Bold;
    text-shadow: 0 0 2px #2f2323;
}

/* transaction */
.transaction {
	margin: 0 auto 5px;
	background: url(../../images/5-last.png) center no-repeat;
	width: 990px;
	height: 303px;
}
table.tblDeposit td img{
    vertical-align: middle;
}

table.tblDeposit,.tblWithdraw{
    margin: -35px 25px;
}

table.tblWithdraw {
	margin: -35px 80px;
	position: relative;
    left: 15px;

}

.withdraw {
	margin: 0 !important;
}
.deposit,.withdraw,.banks{
	float: left;
    margin-right: 5px;
    width: 49.7%;
}

.banks {
    margin: 50px 0px 0px -25px;
    width: 0%;
}

.banks ul li {
    padding: 12px 0px;
}

table.tblDeposit td,.tblWithdraw td{
	color: #fff;
	padding: 6px 18px;
	text-align: center;
	font-family: Play-Regular;
	font-size: 11px;
	position: relative;
    top: 4px;
}

.tblWithdraw td{
    padding: 6px 1px;
}

table.tblDeposit td:nth-of-type(2){
    padding: 6px 0 0 200px;
}

.tblWithdraw td:nth-of-type(2) {
    padding-left: 204px;
}

table.tblDeposit td img, .tblWithdraw td img {
	vertical-align: middle;
    margin: -1px 10px 0 0;
}

.deposit-title,.withdraw-title{
    color: #fefefe;
	font-family: Play-Bold;
    margin: 57px 0 39px -28px;
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
}
h3.deposit-title img,.withdraw-title img {
    vertical-align: sub;
    margin: 0 7px 3px 0px;
}
.withdraw-title {
    margin-right: -60px;
}

table.tblWithdraw td img {
    vertical-align: middle;
}

.table-sadow{
	text-shadow: 1px 2px 2px #cbacac;
    color: #b5aebb;
}
/* /transaction */


/* Contact */
ul.contact {
    margin: -65px 0 0 0;
}

ul.contact li {
    float: left;
    padding: 0 30px;
    position: relative;
    top: 20px;
}

ul.contact a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

ul.contact li img {
    vertical-align: middle;
    margin: 0 10px 0px 0;
}
.content-detail h1,.content-detail h2 {
	background: -webkit-linear-gradient(#ffeb78, #ffc16c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
	font-family: Play-Bold;
    text-align: center;
}

.content-detail h2{
	font-size: 20px;
    background: -webkit-linear-gradient(#f8ef8b, #faf18e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-detail p {
    font-size: 14px;
    color: #f8f8f8;
	line-height: 25px;
}

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;
}

.copy-right {
	color: #ffffff;
    font-size: 13px;
    text-align: center;
	font-family: Arial;
	margin: 15px auto 15px;
}

/* 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);
  }
  