@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

.clear {
  clear: both;
}

html,body{
	width:100%;
	height:100%;
	min-height:100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: black;
	/*background: url(../images/bg.png) center repeat fixed;*/
	background-size: cover;
}

@media only screen and (max-width:1020px){
	body{
		background:#000;
		width: 100%;
		height: auto;
		}
}

#container {
	margin: 0 auto;
	width: 1020px;
}

#header {
	background: url(../images/header.png) no-repeat top center;
	height: 102px;
	width: 100%;
	margin-top: 120px;
}

#bg-header {
	margin: -37px 0 0 0;
}

#bg-header p {
	color: white;
	font-size: 20px;
}

#header-wrap{
	margin:0 auto;
	width:100%;
}

#logo {
	float: left;
	margin: -170px 0 0 -5px;
}

#login {
	float: right;
	margin: -132px 0px 0 0;
}

#register {
	float: left;
	margin: -90px 0 0 450px;
}

#nav{
	float: left;
	width: 857px;
	height: 31px;
	margin:0 auto;
	margin: -65px 0 0 0;
}

#nav ul{
	list-style: none;
	width: 857px;
}

#nav ul li{
	float: left;
	border: 1px solid #fff;
	margin-right: 4px;
	width: 166px;
	height: 31px;
	text-align: center;
	background: #0f0f0f;
	padding: 0 20px;
	border-radius: 5px;
}

#nav ul li:hover{
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #fff;
    background-blend-mode: multiply,multiply;
    border-radius: 5px;
}

#nav ul li:last-child{
	margin-right: 0px;
}

#nav ul li a{
	line-height: 31px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

#nav ul li:hover a{
	color: #D30000;
}
/* #nav .navbar {
	float: left;
	list-style: none;
	padding-right: 45px;
	font-weight: bold;
}

#nav .navbar a{
	text-decoration: none;
	color: #fff;
	padding: 4px 18px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#nav .navbar a:hover {
	color: #fff;
	background-color: #816245;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(20, 20, 21, 0.72);
}

*/

button {
	float: right;
	width: 170px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	background: transparent;
	color: #ddd;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	cursor: pointer;
	overflow: hidden;
	transition: color 300ms;
	position: relative;
	z-index: 999;
	margin: -5px -162px 0 0;
}

button:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #fff;
	z-index: -1;
	transition: height 300ms;
}

button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at bottom center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #fff;
	z-index: -1;
	transition: height 300ms;
}

button:hover:before, button:hover:after {
	height: 50%;
}

button:hover {
	color: #D30000;
}

#running-text {
	color: #ffff00;
	width: 955px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 30px;
	margin: -26px 0px 35px 60px;
	font-size: 15px;
	font-weight: 700;
}

.marquee {
    position: absolute;
	width: 955px;
}

.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	animation: blink .75s linear infinite;
	color: yellow;
	font-weight: bold;
}

@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

.poker{
    text-shadow:2px 2px 10px #694d2e;
	width: 280px;
	text-align:center;
	float: left;
	position:relative;
	font-size:25px;
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	margin: -255px 0px 0px 370px;
}

.domino{
	margin: -170px 0px 0px 370px;
	width: 280px;
	text-align: center;
	float: left;
    text-shadow:2px 2px 10px #694d2e;
    position: relative;
	font-size: 25px;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
}

.capsa{
	float:left;
	width: 280px;
	text-align: center;
    text-shadow:2px 2px 10px #694fffd2e;
    position:relative;
	font-size:25px;
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	margin: -85px 0px 0px 370px;
}

@keyframes glow {
    from { }

    to {
        box-shadow: 1px 1px 16px 0px rgb(251, 251, 251);
        transform: scaleX(1) scaleY(1);
    }
}

.animate {
    -moz-animation: glow 1s infinite ease-in-out alternate;
    -ms-animation: glow 1s infinite ease-in-out alternate;
    -o-animation: glow 1s infinite ease-in-out alternate;
    -webkit-animation: glow 1s infinite ease-in-out alternate;
    animation: glow 1s infinite ease-in-out alternate;
}

#wowslider-container1 {
	float: left;
	position: relative;
	width: 100%;
	height: 300px;
	margin: -1px;
}

#contact {
	float: left;
	position: relative;
	margin: 10px 0 0 4px;
}

.download-wrap{
    width: 250px;
    height: 350px;
    background: url(../images/Download2.png) center no-repeat;
    position: fixed;
    top: 275px;
    z-index: 999;
}

.download{
    float: left;
    margin: 140px 15px 0 0;
}

.download li{
    color: white;
    font-family: arial;
    font-size: 10px;
	margin: 30px 0 0 0;
}

.download li img{
    vertical-align: middle;
    margin: 40px 0px 0 0;
}

.download li:first-child{
    padding: 0;
}
#last-depo img {
	width: 1024px;
	height: 260px;
	position: relative;
	margin: -8px 0 0 -2px;
}

#deposit {
	color: white;
	width: 315px;
	margin: -195px 0px 0px 30px;
    font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.1em;
	position: absolute;;
}

#withdraw {
	color: white;
	width: 315px;
	margin: -195px 0px 0px 690px;
    font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.1em;
	position: absolute;;
}

#deposit td {
	padding: 0 14px;
}

#withdraw td {
	padding: 0 14px;
}

#artikel h1 {
	font-size: 25px;
	color: white;

}

#artikel h2 {
	font-size: 23px;
	color: white;
}

#artikel h3 {
	font-size: 21px;
	color: white;
}

#artikel p {
	color: white;
	text-align: justify;
}

#artikel a {
	color: white;
	text-align: justify;
	text-decoration: none;
}

#bank {
	position: relative;
	margin: -7px 0 0 0px;
	padding-bottom: 10px;
	z-index: 999;
}

.copyright {
	font-size: 16px;
	margin-bottom: 10px;
	color: white;
	z-index: 999;
	position: relative;
}
.copyright a {
	color: white;
	text-decoration: none;
}

#footer {
	background: url(../images/footer.png) no-repeat center;
	height: 82px;
	width: 100%;
}

.txtbox {
    border-radius: 4px;
    width: 140px;
    height: 28px;
    padding: 0px 10px;
    font-size: 15px;
    color: #000;
    background: #fff;
}
.btnlogin {
	width: 104px;
	font-family: Arial, "sans-serif";
    height: 32px;
    background: #ffff00;
    font-size: 15px;
    font-weight: bold;
    color: black;
    border-radius: 4px;
}
.btnlogin:hover {
	background: white;
	color: #000;
}

.btn-daftar {
	float: left;
	width: 104px;
	font-family: Arial, "sans-serif";
    height: 32px;
    background: #D30000;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 4px;
	margin: 1px 3px 0 0;
}
.btn-daftar:hover{
	background: #fff;
	color: red;
}