html{
	  
	background-image:url("../img/bg/bg.jpg") no-repeat top; 
	background-color:#000;
}



.footerarea{
	float:left;
	margin-top:10px;
	width:100%;
	height:30px;
	text-align:center;
	padding-top:5px;
	color:#fff;
}


.logo {
	float:left;
	width:35%;
	margin-top:20px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	/*background: url(../img/logo.png) no-repeat;*/
}
@media screen and (max-width: 991px){
.logo {
	float:left;
	margin-top:30px;
	width:36%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	/*background: url(../img/logo.png) no-repeat;*/
}
}


* {box-sizing: border-box;}

/* Style the navbar */
.topnav {
  overflow: hidden;
}

/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Navbar links on mouse-over */
.topnav a:hover {
  
  color: black;
}

/* Active/current link */
.topnav a.active {
  background-color: #2196F3;
  color: red;
}

/* Style the input container */
.topnav .login-container {
  float: right;
  /*width:300px; */
  margin-top:50px;
}

/* Style the input field inside the navbar */
.topnav input[type=text] {
  float:left;
  padding: 6px;
  margin-left:5px;
  margin-top: 0px;
  font-size: 12px;
  width: 125px; /* adjust as needed (as long as it doesn't break the topnav) */
  height:37px;
  background:#000;
  border: 1px solid transparent;
  border-color:white;
  border-image-slice: 1;
  font-style:italic;
  color:#fff;
}


/* Style the button inside the input container */
.topnav .login-container button {
  float: left;
  width: 90px;
  height:38px;
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left:5px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color:#fff;
  font-family: 'Bebas';
  src: url('../fonts/BEBAS.ttf');
}

.topnav .login-container button:hover {
  background-image: linear-gradient(to top, #d80007 100%, #ff0008 100%);
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 960px) {
  .topnav .login-container {
    float: none;
	margin-top:0px;
	width:100%;
  }
  .topnav a, .topnav input[type=text], .topnav .login-container button {
    float: none;
	color:#fff;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
	margin-bottom:5px;
    padding: 0px;
	
  }
  .topnav input[type=password] {
  color:#fff;
  border: 1px solid transparent;
  border-color: white;
  margin-bottom:5px;
  }
}


#sectionWrapper #slider{
	margin-top:40px;
	width:960px;
	height: 283px;
}
#sectionWrapper #slider img{
	width: 100%;
	height: auto;
}


nav {
  margin: 10px auto;
  max-width: 1110px;
  width: 100%;
  font-family: 'Bebas';
  src: url('../fonts/BEBAS.ttf');
  border: 2px solid transparent;
  border-image-source: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  border-image-slice: 1;
}

#checkbox1,
.toggle {
  display: none;
}

.menu {
  padding: 0;
  margin: 0;
  max-width:1110px;
  height: 50px;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  border-style: groove;
}

.menu li a {
  text-decoration: none;
  align-self: center;
  border-radius: 0px;
  font-size: 17px;
  padding: 10px 15px;
  transition: background .2s linear;
}

@media screen and (max-width: 600px) {
  .menu li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 550px) {
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #595959;
    background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 30%, rgba(223,223,223,1) 52%, rgba(255,255,255,1) 52%, rgba(229,229,229,1) 80%, rgba(209,209,209,1) 100%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all .0s linear;
  }
  .toggle:hover {
    background: #fff;
  }
  #checkbox1:checked + label .demo li {
    opacity: 1;
    visibility: visible;
    transition: all .7s linear;
  }

  #checkbox1:checked + label .demo {
    height: 250px;
  }
  .menu {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
    transition: height .3s linear;
  }
  .menu li {
    display: flex;
    /* magic */
    align-self: center;
    width: 95%;
    opacity: 0;
    visibility: hidden;
  }
  .menu li a {
    width: 100%;
    text-align: center;
    align-self: center;
    align-content: center;
  }
.demo li a:hover {
  width:100%;
  background:white;
  color: red;
}
}

.demo {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 30%, rgba(223,223,223,1) 52%, rgba(255,255,255,1) 52%, rgba(229,229,229,1) 80%, rgba(209,209,209,1) 100%);
}

.demo li a {
  color: #000;
}

.demo li a:hover {
  width:100%;
  color: red;
}


#logo {
  float: left;
  /*width: 50%;*/
  height: 30%;
  background-color: red;
  /*background: url(../../assets/img/logo.png) no-repeat;*/
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#header {
  float: left;
  margin: auto;
  width: 100%;
  /*height: 30%;*/
  background-color: black;
}

#loginform {
  float: left;
  width: 300px;
  background: red;
}

#menubar {
  float: left;
  width: 100%;
  height: 50px;
  background: purple;
}

#informasi {
  float: left;
  /*top: 10px;*/
  background: rgb(51,51,51);
  background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(7,7,7,1) 14%, rgba(2,2,2,1) 33%, rgba(36,35,35,1) 54%, rgba(163,163,163,1) 55%, rgba(163,163,163,1) 65%, rgba(209,209,209,1) 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  border-image-slice: 1;
  width: 100%;
  height: 43px;
}

#sliderarea {
  float: left;
  margin-top:10px;
  width: 100%;
  /*height: 300px;*/
  background: black;
  color: white;
}

#steparea {
  float: left;
  width: 100%;
  /*height: 100px;*/
  /*background: black;*/
}

#logobank {
  float: left;
  padding-top:20px;
  margin-top:0px;
  width: 100%;
  height: auto;
}

@charset "utf-8";

@font-face { font-family: Neo Sans Std; src: url('fonts/NeoSansStdRegular.otf'); }
@font-face { font-family: Bebas Neue; src: url('fonts/bebasneue-webfont.ttf'); }
@font-face { font-family: Government Agent BB; src: url('fonts/GovtAgentBB.ttf'); }



@charset "utf-8";
body {
	color:#000;
	font-family: Sans-serif;
	background-size: cover;
}



#footer-widgets {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: relative;
	font-size: 14px;
	
	margin-left: 0px;
	margin-right: 0px;
	
	
	
}

	#footer-widgets .widget {
	float: left;
	margin: 20px 0px;
	width:100%;
	margin-bottom:-30px;
	background-size: 100%;
	
	
}
	#footer-widgets .widget  .widgettop {
	font-size: 10px;
	background-size: 100%;
	background:#282828;
	margin-top:-11px;
	margin-bottom: 23px;
	
	
}
				#footer-widgets .widget h4 {letter-spacing: 1px;color: #ffffff;font-size: 18px;padding: 10px 2px 0px 10px;margin: 0px 23px 0px 10px;}
					#footer-widgets .widget h4 span {display: block;padding: 2px 10px 9px 0px;font-weight: normal;text-transform: uppercase;font-size: 14px;color: #b0c5a7;}
				#footer-widgets .widget-content, #footer-widgets a { color: #fff; background:none;}
					#footer-widgets a:hover { color: #ffffff; text-decoration: none; }

				#footer-widgets .widget-content {margin:-40px 10px 0 28px; }
					#footer-widgets tr td a { display: block; }
						#footer-widgets .widget-content tr td {border-top: 0;padding: 4px 5px;letter-spacing: 1px;color: #fff;font-size: 15px;}
						#footer-widgets .widget-content > tr > td:first-child { margin-top: -8px; }
						#footer-widgets .widget-content > tr > td:last-child { background: none; }
							#footer-widgets .widget-content > tr > td:last-child a { margin-bottom: -10px; }
							#footer-widgets .widget-content tr td a { background: url(../img/bglastestdepo.png) no-repeat; padding: 10px 4px 10px 40px; }

						#footer-widgets .widget-content tr tr { margin: 0px 0px 0px 15px; }
							#footer-widgets .widget-content tr tr td:first-child a { padding-top: 7px; margin-top: -7px; }

				
				.widgetrow { padding-bottom: 20px; }
				#sidebar .widget-content tr td.recentcomments a, #footer-widgets .widget-content tr td.recentcomments a { background: none; }

#footer { min-height: 170px; background: url(img/footer-bottom.jpg) no-repeat; font-size: 11px; color: #757a7d; }
	#footer a { color: #ffffff; }
	#footer p#copyright { text-atdgn: right; padding: 128px 39px 0 0;}

					#footer-widgets .widget-content tr {padding: 0 -6px 0px -17px;/* position: relative; */background-size: 100%;}


#little-table {
    margin: 10PX 0px;
}


.btn-orange {  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */background: #ffe259;  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #ffa751, #ffe259);  /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #ffa751, #ffe259); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b848',endColorstr='#f5b134',GradientType=0);-moz-box-shadow:0 2px 0 0 rgba(164,119,31,1);width: 100%;text-shadow:0 0 3px #3a2601;border-top: 1px solid #575c63;border-left: 1px solid #4a5566;padding-top: 5px;padding-bottom: 5px;font-size: 22px;}.btn-orange:hover{background: linear-gradient(to bottom,#f5d362 0,#ffe5a8 100%);margin-top: 0px;color: #efefef;}.btn-grey{width:100%;background:linear-gradient(to bottom,#a6a5a5 0,#8d8d8d 100%);box-shadow:0 2px 0 0 #666;border:1px solid #504f4f}.btn-screenshot,.widget_latest_games_widget .casinos .btn{color:#12232f !important;text-shadow:0 0 3px #fbe06d}.btn-screenshot.discountry{color:#fff !important;text-shadow:0 -1px 0 rgba(0,0,0,.9) !important}.wpcf7-submit{width:304px;border-radius:5px}.wpcf7-recaptcha{margin-bottom:1em}
.btn-pink {background:#f6b848;background:-moz-linear-gradient(top,#f6b848 0,#f5b134 100%);background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3700 ),color-stop(100%,#ff4810 ));background: -webkit-linear-gradient(top,#9a761f 0,#ffebb4 100%);background:-o-linear-gradient(top,#f6b848 0,#f5b134 100%);background:-ms-linear-gradient(top,#f6b848 0,#f5b134 100%);background: linear-gradient(to bottom,#ff7d0e 0,#f00000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b848',endColorstr='#f5b134',GradientType=0);-moz-box-shadow:0 2px 0 0 rgba(164,119,31,1);width: 100%;text-shadow: 0 0 3px #3a2601;transition: all 0.4s;opacity: 0.9;padding-top: 5px;padding-bottom: 5px;font-size: 22px;letter-spacing: 0px;margin: 0px 0;}.btn-pink:hover{background: linear-gradient(to bottom,#ff5200 0,#ff8d00 100%);color: #efefef;}
.nbox{background:-ms-linear-gradient(top,#274b66 0,#103856 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#274b66',endColorstr='#103856',GradientType=0);}.nbox{-webkit-box-shadow: aquamarine;-moz-box-shadow:0 -2px 0 0 rgba(7,32,49,1);padding: 0px 0px;float: left; width:100%; margin-top:10px;}

.jackpot {
    text-align: center;
    float: left;
    margin-top: 0px;
    padding: 5px 5px 0px 0px;

}

.jackpot span {
    font-size: 32px;
    letter-spacing: 1px;
    padding: 0px 10px;
    color: #544;
    /* margin-bottom: 53px; */
   	font-family: 'Bebas';
	src: url('../fonts/BEBAS.ttf');
	
	
}

.poker {
    padding: 5px;
    /* border: 1px solid #fdc351; */
    border-radius: 0px;
    /* vertical-align: bottom; */
    text-align: center;
    /* display: inline-block; */
    position: relative;
    line-height: 33px;
    /* float: left; */
    height: 100%;
	
    margin-right: 0px;
	
}

.jackpot h3 {
    padding: 2px 0;
    color: #523c18;
    margin: 0 auto;
    font-family: 'Bebas';
	src: url('../fonts/BEBAS.ttf');
    font-size: 22px;
    margin-bottom: 25px;
	
}


.jackpot-wrapper {
    float: left;
    margin-bottom: 5px;
    background-size: 100%;
    height: 130px;
    position: relative;
    width: 100%;
	
}



.btn-pink {}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}

.btn:visited {
    box-shadow: none;
}

.sosmed {
    margin-top: 7px;
}

.jackpot-wrapper span {
    font-size: 21px;
	
}

.contact {
    color: #5f3e0d;
    font-weight: unset;
}
.contactForm {
    margin: 0;
    background-size: 10%;
}

.media-body {
    vertical-align: middle;
    border-radius: 5px;
}
.media-body span{
	font-size: 16px; 
}
.media {
font-family: 'Bebas';
  src: url('../fonts/BEBAS.ttf');
}
.media-heading{
letter-spacing:1px;
}


@media (max-width: 1200px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 208px;
		margin-top: 8px;
		margin-left: 0px;
		font-size:30px;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 30%, rgba(223,223,223,1) 52%, rgba(255,255,255,1) 52%, rgba(229,229,229,1) 80%, rgba(209,209,209,1) 100%);
		border-radius:10px;
		border: 2px solid transparent;
		  
	}
.media-body span {
	font-size:50px;
	font-weight:bold;
	margin-left:300px;
	color: #000;
}
.media-heading {
    color: #000;
    font-size: 23px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left:300px;
}
.socialico{
	float:left;
	width:100px;
	height:100px;
	position: absolute;
	margin-top: 0px;
	margin-left:170px;	
}
}

@media (max-width: 1000px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 154px;
		margin-top: 8px;
		margin-left: 0px;
		
	}
.media-heading {
    color: #000;
    font-size: 20px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left:200px;
}
.media-body span {
	font-size:50px;
	font-weight:bold;
	margin-left:200px;
}
.socialico{
	float:left;
	width:100px;
	height:100px;
	position: absolute;
	margin-top: 0px;
	margin-left:70px;	
}
}

@media (max-width: 768px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 143px;
		margin-top: 8px;
		margin-left: 0px;
	}
.media-heading {
    color: #000;
    /* font-size: 28px; */
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left:200px;
}
}

@media (max-width: 740px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 138px;
		margin-top: 8px;
		margin-left: 0px;
	}
.media-body span {
	font-size:45px;
	font-weight:bold;
	margin-left:200px;
}
.media-heading {
    color: #000;
    font-size: 20px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left:200px;
}
.socialico{
	float:left;
	width:100px;
	height:100px;
	position: absolute;
	margin-top: 0px;
	margin-left:70px;	
}
}

@media (max-width: 700px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 119px;
		margin-top: 8px;
		margin-left: 0px;
	}
.media-body span {
	font-size:45px;
	font-weight:bold;
	margin-left:200px;
}
.media-heading {
    color: #000;
    font-size: 20px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left:200px;
}
.socialico{
	float:left;
	width:100px;
	height:100px;
	position: absolute;
	margin-top: 0px;
	margin-left:70px;	
}
}

@media (max-width: 680px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 119px;
		margin-top: 8px;
		margin-left: 0px;
		font-size:25px;
	}
.media-body span {
	font-size:40px;
	font-weight:bold;
	margin-left:190px;
}
.media-heading {
    color: #000;
    font-size: 15px;
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left:190px;
}
.socialico{
	float:left;
	width:80px;
	height:80px;
	position: absolute;
	margin-top: 0px;
	margin-left:70px;	
}
	
}

@media (max-width: 600px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 119px;
		margin-top: 8px;
		margin-left: 0px;
		font-size:25px;
	}
.media-body span {
	font-size:40px;
	font-weight:bold;
	margin-left:180px;
}
.media-heading {
    color: #000;
    font-size: 15px;
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left:180px;
}
.socialico{
	float:left;
	width:80px;
	height:80px;
	position: absolute;
	margin-top: 0px;
	margin-left:60px;	
}
}

@media (max-width: 568px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 110px;
		margin-top: 8px;
		margin-left: 0px;
		font-size:25px;
	}
.media-body span {
	font-size:35px;
	font-weight:bold;
	margin-left:170px;
}
.media-heading {
    color: #000;
    font-size: 15px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left:170px;
}
.socialico{
	float:left;
	width:80px;
	height:80px;
	position: absolute;
	margin-top: 0px;
	margin-left:60px;	
}
}



@media (max-width: 540px){
	.media:first-child {
    	margin-top: 10px;
 }
	.media {
		height: 100px;
		margin-top: 8px;
		margin-left: 0px;
		font-size:25px;
	}
.media-body span {
	font-size:35px;
	font-weight:bold;
	margin-left:140px;
}
.media-heading {
    color: #000;
    font-size: 15px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left:140px;
}
.socialico{
	float:left;
	width:80px;
	height:80px;
	position: absolute;
	margin-top: 0px;
	margin-left:40px;	
}
}

@media(max-width: 480px){
	.media:first-child {
    	margin-top: 8px;
 }
	.media {
		height: 80px;
		margin-top: 8px;
		margin-left: 0px;
		font-size:20px;
	}
.media-body span {
	font-size:25px;
	font-weight:bold;
	margin-left:100px;
}
.media-heading {
    color: #000;
    font-size: 11px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left:100px;
}
.socialico{
	float:left;
	width:50px;
	height:50px;
	position: absolute;
	margin-top: 0px;
	margin-left:25px;	
}
}

@media(max-width: 375px){
	.media {
		height: 72px;
		margin-top: 7px;
		margin-left: 0px;
	}
.media-body span {
	font-size:25px;
	font-weight:bold;
	margin-left:80px;
}
.media-heading {
    color: #000;
    font-size: 11px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left:80px;
}
.socialico{
	float:left;
	width:50px;
	height:50px;
	position: absolute;
	margin-top: 0px;
	margin-left:10px;	
}
}

@media(max-width: 360px){
	.media {
		height: 72px;
		margin-top: 5px;
		margin-left: 0px;
	}
}

@media(max-width: 320px){
	.media:first-child {
		margin-top: 5px;
	}
	.media {
		height: 64px;
		margin-top: 5px;
		margin-left: 0px;
		font-size:17px;
	}
	.media-body span {
		font-size:20px;
		font-weight:bold;
		margin-left:65px;
}
	.media-heading {
		color: #000;
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 0px;
		margin-left:65px;
}
}
	


.jackpot {background:transparent; }
.jackpot h3 {background: #2d2d2d;color: #ff0f0f;margin-bottom: 5px;/* border-style: inset; */}
.jackpot span {background:transparent;color:#fff;width: 91px;}

@media(min-width: 1200px){
	.media-body span {
	font-size:19px;
	font-weight:bold;
	margin-left:60px;
	color: #313131;
}
.media-heading {
    color: #313131;
    font-size: 12px;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-left:60px;
}

	.media {
		float:left;
		width:220px;
		height: 70px;
		margin-top: 0px;
		margin-left: 10px;
		font-size:18px;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 30%, rgba(223,223,223,1) 52%, rgba(255,255,255,1) 52%, rgba(229,229,229,1) 80%, rgba(209,209,209,1) 100%);
		border-radius:10px;
		border: 2px solid #3a2601;
	}
	.media:first-child {
	margin-top: 0px;
	margin-left: 10px;
	

}
.socialico{
	float:left;
	width:45px;
	position: absolute;
	margin-top: 0px;
	margin-left:10px;
}


.bgpoker{
	float:left;
	margin-left:0px;
	margin-top:10px;
	width:321px;
	height:112px;
	background: url(../img/bgjppoker.png) no-repeat;	
	
}

.bgdomino{
	float:left;
	margin-left:0px;
	width:321px;
	height:112px;
	background: url(../img/bgjpdomino.png) no-repeat;
	margin-bottom:10px;
}

.jackpot {
    text-align: center;
    float: left;
    margin-top: 0px;
	width:320px;
	height:130px;
    padding: 0px 5px 0px 0px;
     
}

.jackpot span {
    font-size: 31px;
    letter-spacing: 1px;
    padding: 0px 10px;
    color: #fff;
    /* margin-bottom: 53px; */
   	font-family: 'Bebas';
	src: url('../fonts/BEBAS.ttf');
	
   
	
}
#footer-widgets .widget .widgettop {}
.poker {
    padding: 5px;
    /* border: 1px solid #fdc351; */
    border-radius: 0px;
    /* vertical-align: bottom; */
    text-align: center;
    /* display: inline-block; */
    position: relative;
    line-height: 33px;
    /* float: left; */

    height: 100%;

    margin-right: 0px;

}

.jackpot h3 {
    padding: 2px 0;
    color: #fff;
    margin: 5px auto; 
    font-size: 20px;
    margin-bottom: 7px;
	background:transparent;
	font-family: 'Bebas';
	src: url('../fonts/BEBAS.ttf');


}
.jackpot-wrapper {
	/* background:#6f5b4b; */
	height: 140px;
	
}
.jppoker {
    text-align: center;

}

.poker{
	margin-right:2px;

}
.domino {
	margin-left:2px;	
}
 

.jppoker {
    position: relative;
    text-align: center;
   
    border-radius: 5px;
    border: 1px solid #fdfcfa;
    margin: 0 auto;
   
    padding: 5px 15px;

}

.domino { 
    padding: 5px;
    /* border: 1px solid #fdc351; */
    border-radius: 0px;
    /* vertical-align: bottom; */
    text-align: center;
    /* display: inline-block; */
    position: relative;
    line-height: 33px;
    /* float: left; */
    height: 100%;
	
   
}

img.jp {
    margin: 0 auto;
}


.deposit {
    background: url(../img/bglastestdepo.png) no-repeat;
	width:317px;
	height:216px;
    padding-top: 90px;
}

.withdraw {
    background: url(../img/bglastestwd.png) no-repeat;
	width:317px;
	height:216px;
    padding-top: 90px;
}
#logobank {
  float: left;
  margin-top:-20px;
  width: 100%;
  height: auto;
}
			#footer-widgets .widget  .widgettop {
	font-size: 10px;
	background-size: 100%;
	background:transparent;
	margin-bottom: 23px;
	
}
.footerarea{
	float:left;
	margin-top:10px;
	width:100%;
	height:30px;
	text-align:center;
	padding-top:5px;
	color:#fff;

}
    button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
a{
	color: #F89A00;
}
button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}
    div.panel {
    padding: 0 18px;
    background-color: #2D0000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	color: white;
}
#sliderarea .cont_content .jadwal {
	margin: 20px auto;
	border: 1px solid #ff0000;
	color: #dbfddd;
	font-size: 13px;
	width: 700px;
}
#sliderarea .cont_content .jadwal td {
	border: 1px solid #ff0000;
	text-align: center;
	background-color: #0f0504;
	width: 180px;
}
#sliderarea .container-body .jadwal img {
	padding: 12px 0px 0px 0px;
}
.light {
    -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 3s infinite
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }

    .logo1 {
        -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 3s infinite
    }

    @-webkit-keyframes shine {
        from {
            -webkit-mask-position: 150%
        }

        to {
            -webkit-mask-position: -50%
        }
    }