/*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:#ebecee  url(../../images/bg2.jpg) center top no-repeat;
}


.clear {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* import font */
@font-face {
	font-family: Zurich_Bold_BT;
	src: url(../../media/font/Zurich_Bold_BT.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*/

@font-face {
	font-family: Road_Rage;
	src: url(../font/Road_Rage.otf);
}

/* header */

.header {
	width: 100%;
	height: auto;
}

.logo {
	float: left;
	margin: 0 0 -3px 0;
}

/* Register */
.register-wrap{
	background: url(../../images/register-bg.png) center no-repeat;
	width: 256px;
	height: 120px;
	float: right;
}
input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
	width: 104px;
	height: 30px;
	
	background: url(../../images/username.png) center no-repeat;
    padding: 0 0 0 8px;
	outline: none;
	border: none;
	font-size: 13px;
	font-family:Arial;
	border-radius: 3px;
	font-family: Zurich_Bold_BT;
	text-align: center;
	margin-bottom: 2px;
}
input[name="password"]{
	background: url(../../images/password.png) center no-repeat;
}
input[name="daftar"]{
	width: 107px !important;
}
input[name="login"],input[name="daftar"]
{
    width: 102px;
    height: 27px;
    background:url(../../images/button.png) center no-repeat;
    font-size: 16px;
    cursor: pointer;
    color: #fff; 
}

.register {
	width: 100%;

    margin:30px 0 0 14px;
}

ul.register li {
    float: left;
    padding: 0 5px;
}
/* /Register */


/* marquee */
.marquee-div {
    margin:6px auto 2px;
}

.info {
    width: 27px;
    padding-top: 19px;
    background: url(../../images/icon/sound.png) center top no-repeat;
	float: left;
	margin: 0 0 0 54px;
}

#runningText {
	float: right;
    width: 91%;
    color: #3d3b3b;
    font-family: Arial;
    font-size: 13px;
	margin-top: -1px;
	font-weight: 700;
}

.menu-wrap {
    margin: 0 auto 0;
}

.menu li {
	float: left;
	padding: 10px  59px;
}


.menu li a {
    color: #b50019;
    text-decoration: none;
	font-size: 20px;
	font-family: Arial;
	font-weight: 600;
}
.menu li a:hover {
    opacity: 0.7;
}
/* end header */

/* jackpot */
.jackport-wrap{
	background: url(../../images/jackpot-bg.png) center no-repeat;
	width: 990px;
	height: 111px;
	margin: 5px auto 33px;
}
.jackport.poker {
    float: left;
    width: 58%;
    text-align: center;
}

.jackport-wrap p {
	padding: 55px 0 0 0;
    font-size: 30px;
    color: #fff;
	letter-spacing: 1px;
	font-family: Zurich_Bold_BT;
}

.jackport.domino {
    float: right;
    width: 40%;
    position: relative;
    left: -82px;
}

/* /jackpot */
.yello{
	color: #e7c302;
}


/* transaction */

.transaction {
	width: 990px;
    height: 361px;
    background: url(../../images/transaction.png) center no-repeat;
    margin: -30px 0px -9px 16px;
}
table.tblDeposit td img {
    vertical-align: middle;
}

table.tblDeposit,.tblWithdraw {
    width: 100%;
	margin: 55px 25px;
}

table.tblDeposit {
    margin-left: 45px;
}
.deposit,.withdraw{
	float: left;
	width: 50%;
}

table.tblDeposit td,.tblWithdraw td {
    color: #000;
    padding: 12.9px 15px;
    padding-bottom: 3.9px;
	text-align: center;
	font-family: Play-Bold;
}

.deposit-title,.withdraw-title{
	padding-left: 15px;
    font-size: 15px;
    margin: 4px auto 0;
    color: #000;
    font-weight: 800;
}

.withdraw-title {
    padding-left: 115px;
}
.tblWithdraw td {
	padding: 8.9px 10px;
    position: relative;
    top: 4px;
}

table.tblWithdraw td img {
    vertical-align: middle;
}
/* /transaction */
/* Contact */
.contact-wrap {
    margin: -64px 0 16px 0;
    text-align: center;
}
ul.contact {
	width: 100%;
	margin: 0 0 0 15px;
}

ul.contact li {
	margin: -12px 0;
    float: left;
    width: 20%;
    position: relative;
    top: -4px;

}


ul.contact li:hover{
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
}
@-webkit-keyframes shine {
	from {
	-webkit-mask-position:150%
}

	to {
	-webkit-mask-position:-50%
	}
}

ul.contact li a{
	text-decoration: none;
	font-family: Zurich_Bold_BT;
	font-size: 15px;
	color: #fff4f4;
}

ul.contact img {
    vertical-align: middle;
}
/* /contact */
.title1 {
    -webkit-text-stroke: 1px #dfc969;
    color: #ffd302;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
	font-weight: 700;
	font-family: Zurich_Bold_BT;
	margin: 0 0 10px 0px;
}

.content-bg h4 {
	font-size: 17px;
	color:#d00000;
	font-family: Arial;
}
.content{
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-family: Arial;
	line-height: 25px;
}
.footer {
	width: 100%;
	height: auto;
}
ul.banks {
    float: left;
    width: 59%;
    margin: 10px 0 0 0;
}

ul.banks li {
    float: left;
    padding: 0 13px;
}
.copy-right {
    color: #030303;
    font-size: 15px;
    text-align: center;
    font-family: Arial;
    float: right;
    width: 14%;
    margin: 25px auto 0;
}
/* end content */

/* slider-scrolling */

.content-bg {
	/* background: url(../../images/content-text-bg.png) center no-repeat; */
    width: 987px !important;
    height: auto;
    background: black;
    border: 5px solid #e60001;
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 0 0 17px;

}
.content-bg:before{
    content: url(../../images/content-top.png);
    position: absolute;
    right: -5px;
    top: -4px;
}
.content-bg:after{
    content: url(../../images/content-bottom.png);
    position: absolute;
    left: -5px;
    bottom: -13px;
}
.content-text {
    text-align: center;
	/* overflow-y: -moz-hidden-unscrollable; */
}

.content-text::-webkit-scrollbar {
    display: none;
}
.content-text::-moz-scrollbar {
    display: none;
}

.slider {
    -webkit-appearance: none;
    border-radius: 10px;
    background: rgb(211, 211, 211);
    outline: none;
    -webkit-transition: .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 16px;
    border: 0;
    background: url(../../images/scroll.png) center no-repeat;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 12px;
    height: 16px;
    border: 0;
    background: url(../../images/scroll.png) center no-repeat;
    cursor: pointer;
}

.slider {
    padding-top: 4px;
    position: absolute;
    top: 137px;
    right: -13px;
    height: 3px;
    width: 133px;
    transform: rotate(90deg) translate(72px, -52px);
    background-color: #c40001;
}



