@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

.clear {
  clear: both;
}

html,body{
	width:100%;
	height:100%;
	min-height:100%;
}


@media only screen and (max-width:1024px){
	body{
		background:#000;
		width: 100%;
		height: auto;
		}
}

body a {
	color:#FFF
}

.navbar li {
    float: left;
    text-align: center;
}
.navbar li:first-child a {
    background: url(../img/icon-home.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li a {
    background: url(../img/icon-bola.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li a {
    background: url(../img/icon-tangkas.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li + li a {
    background: url(../img/icon-poker.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li + li + li a {
    background: url(../img/icon-casino.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li + li + li + li a {
    background: url(../img/icon-slot.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li + li + li + li + li a {
    background: url(../img/icon-keno.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li + li + li + li + li + li a {
    background: url(../img/icon-togel.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
.navbar li:first-child + li + li + li + li + li + li + li + li a {
    background: url(../img/icon-livechat.png) no-repeat center left;
    padding-left: 20px;
	margin: 10px;
}
#nav{
	overflow: hidden;
    width: 100%;
    margin: -42px 0 0 20px;
    position: relative;
    z-index: 1;
    height: 51px;
    line-height: 40px;
	text-transform: uppercase;
}


#nav .navbar {
	float:left ;
	font-size:16px;
	list-style:none;
}

#nav .navbar a {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	text-shadow: 2px 0px -2px;
}

#nav .navbar a:hover{
	overflow:hidden;
	color:#082A86;
	height:30px;
	width:auto;
}

#header{
	background: url(../img/left_bg1.jpg);
	height: 175px;
	max-width: 100%;
	max-height: 100%;
	margin: -15px 0 0 0;
}

#header-wrap{
	margin:0 auto;
	width:100%;

}

#container{
	margin:0 auto;
	width:1024px;

}

#bg-header{
	width: 100%;
	position: relative;
	margin-top: 0px;
	align-content: center
}

#bg-header img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#logo{
	margin: -133px 0px 0 20px;
    position: absolute;
}

#register{
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
	margin:-92px 20px 0 905px;
}

#login{
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
	margin:-121px 10px 0 905px;
}

.login{
	width:100px;
	height:18px;
	margin:-121px 0 0 783px;
	float:left;
}

#download{
	overflow: hidden;
	float: left;
	position: relative;
	margin: -120px 10px 0 555px;
}

#info {
	width:1024px;
	height:35px;
	background:url(../img/informasi.jpg);
	position: relative;
	margin: -3px 0px 0 0;

}

#running-text{
	margin: 7px 20px 5px 0px;
}

#running-text {
	float:right;
	width:1024px;
	font-size:17px;
	color:#00000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	line-height:25px;
	margin-right:-146px;
}

#slide {
    height: 310px;
    margin-bottom: 0;
    margin-left: -7px;
    margin-top: 4px;
    position: relative;
    top: 0;
    width: 738px;
    z-index: 1;
}

#sidebar {
	float: right;
	margin: -310px  0 0 0;
}

.game {
	width:100%;
	height:160px;
	display: block;
	float:left;
}
.game .game-name {
	width:1024px;
	height:160px;
	margin: 0 auto;
	position: relative;
}
.slot_lb {
	width:204px;
	height:160px;
	display: block;
	position: absolute;
	z-index: 5;
	top:0;
	left: 0;
	background: url(../img/poker.png?v=2);
}
.casino_lb {
	width:204px;
	height:160px;
	display: block;
	position: absolute;
	z-index: 4;
	top:0;
	left: 205px;
	background: url(../img/casino1.png?v=2);
}
.sport_lb {
	width:204px;
	height:160px;
	display: block;
	position: absolute;
	z-index: 3;
	top:0;
	left: 410px;
	background: url(../img/sportsbook1.png?v=2);
}
.lottery_lb {
	width:203px;
	height:160px;
	display: block;
	position: absolute;
	z-index: 2;
	top:0;
	left: 615px;
	background: url(../img/togel6.png?v=2);
}
.tangkas_lb {
	width:205px;
	height:160px;
	display: block;
	position: absolute;
	z-index: 1;
	top:0;
	left: 819px;
	background: url(../img/slot.png?v=2);
}

.slot_lb:hover {
	background: url(../img/pokerhover.png?v=2);
}
.casino_lb:hover {
	background: url(../img/casinohover.png?v=2);
}
.sport_lb:hover {
	background: url(../img/sportsbookhover.png?v=2);
}
.lottery_lb:hover {
	background: url(../img/togelhover.png?v=2);
}
.tangkas_lb:hover {
	background: url(../img/slothover.png?v=2);
}


#linkresmi {
	width: 1024px;
	height: 60px; 
	margin: 8px 0 0 -2px;
	color: #ffffff;
}
.link-alt1 {
	margin: 3px 0 0 0;
}

#kotak-games {
	background: url(../img/kotak-games.png);
    height: 160px;
    margin: 20px 0 10px 0;
}

#games1{
	overflow: hidden;
	float: left;
	width: 252px;
	height: 80px;
	margin: -130px 0 0px 0px;
}


#games2{
	overflow: hidden;
	float: left;
	width: 252px;
	height: 80px;
	margin: -130px 0 0px 258px;
}

#games3{
	overflow: hidden;
	float: left;
	width: 252px;
	height: 80px;
	margin: -130px 0 0px 515px;
}

#games4{
	overflow: hidden;
	float: left;
	width: 252px;
	height: 80px;
	margin: -130px 0 0px 773px;
}

#artikel {
    color: #ffffff;
    float: left;
    font-family: arial;
    font-size: 12px;
    list-style: outside none none;
    margin: 20px 45px 0 0;
    text-decoration: none;
    width: 100%;
}

#artikel {
	clear: both;
	margin: -4px 0 0 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 3px 0px;
}
#artikel h1 {
	font-size: 20px;
}
#artikel h2{
	font-size: 15px;
}

#artikel h3{
	font-size: 15px;
}

.cleaner {
    clear: both;
}

#partner {
	float: left;
    color: aliceblue;
    margin-top: 5px;
}

#wrap-footer {
    margin: 0 auto;
    width: 1024px;
}

#text-footer {
    float: left;
	color: #ffffff;
	font-size: 16px;
    margin: 3px 0 0 250px;
	
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
