@charset "utf-8";

@font-face {
  font-family: 'Botak';

  src: url('fonts/GROBOLD.eot');
  src: url('fonts/GROBOLD.eot?#iefix') format('embedded-opentype'), url('fonts/GROBOLD.woff2') format('woff2'), url('fonts/GROBOLD.woff') format('woff'), url('fonts/GROBOLD.ttf') format('truetype'), url('fonts/GROBOLD.svg#GROBOLD') format('svg');
}

@font-face {
    font-family: 'Radiance';
    src: url("fonts/radiance.eot");
    src: url("fonts/radiance.eot?#iefix") format("embedded-opentype"),url("fonts/radiance.woff") format("woff"),url("fonts/radiance.ttf") format("truetype"),url("fonts/radiance.svg#ywftsvg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Radiance-SemiBold';
    src: url("fonts/radiance-semibold.eot");
    src: url("fonts/radiance-semibold.eot?#iefix") format("embedded-opentype"),url("fonts/radiance-semibold.woff") format("woff"),url("fonts/radiance-semibold.ttf") format("truetype"),url("fonts/radiance-semibold.svg#ywftsvg") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face{
	src: url("font/poppinsCondensed-SemiBold.ttf");
	font-family: poppins;
}


@charset "utf-8";
body {
	background: url(../../bg_02.jpg) no-repeat center #000;
	color:#fff;
	font-family:poppins;
	background-size: cover;
}

.footer a {
	color:#05bae0;
}

.footer p {
	color: #888;
    text-align: justify;
}

.footer h1 {
	font-size: 22px !important;
}

.footer h2 {
	font-size: 20px !important;
}

.footer h3 {
	font-size: 18px !important;
}

.download {
	background: url("dl-app.jpg");
	height: 100px;
}

.PromoContent {
    ntain;
}

.contentOne {
    background: #3c5a5b;
}



.annoucement-body {
  width: 100%;
  min-height: 32px;
  background: #cccccc;
  color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* display: flex; */
  -ms-flex-atdgn: center;
  -webkit-atdgn-items: center;
  -webkit-box-atdgn: center;
  atdgn-items: center;
  }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibitdty: visible; }
  100% {
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibitdty: visible; }
  100% {
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0); } }

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 32px;
  padding-left: 100%;
  }

.ticker {
  display: intdne-block;
  min-height: 32px;
  tdne-height: 32px;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: tdnear;
  animation-timing-function: tdnear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 45s;
  animation-duration: 45s; }
  .ticker__item {
    display: intdne-block;
    padding: 0 2rem; }

.ticker:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }


  
.annoucement-bannerleft {
  /* left: -26px; */
  width: 28px;
  position: absolute;
  }

.annoucement-bannerright {
  float: right;
  width: 28px;
  }

.annoucement-bannericon {
  float: left;
  width: 32px; }

.annoucement-bannercenter {
  float: left;
  /* min-width: 935px; */ }

.annoucement-banner {
  background: #111111;
  height: 45px;
  display: flex;
  /* margin-left:50px; */
  }

.container {
    /* width: 980px; */
}

section {}

.sectionStdde {
    background: #fff;
}



.navbar-inverse {
    background: url(../../bg-hd.jpg) repeat-x top center #090b0c;
    min-height: 50px;
    text-atdgn: center;
    border: none;
    /* background-position: 269px; */
}

.logo {
    text-atdgn: center;
}

.navbar-form {
    margin: 0 auto;
    /* padding: 0; */
    border: none;
    box-shadow: none;
}

.form-group.col-lg-6.col-md-6.col-sm-6.float-left {}

.form-group {
    margin-bottom: 10px !important;
    font-family:poppins;
}

.form-control {
    width: 100% !important;
}

a.right.carousel-control {
    background: none !important;
}

a.left.carousel-control {
    background: none !important;
}

.main {
	/* padding-top:30px; */
	}

.main-content {
    /* background: url(img/bg-main.jpg) no-repeat center 30px; */
    /* height: 204px; */
    /* background-size: 1041px; */
}

hr {
    border: none !important;
}

.stdder {
    padding-top: 35px;
    /* width: 90%; */
}

.container.stdder {}

.headerSection {
    height: 140px;
}

#footer-widgets {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: relative;
	font-size: 14px;
	margin-left: -15px;
	margin-right: -15px;
}

		#footer-widgets .widget {
	background: linear-gradient(#700077 8%, #9608d0 35%, #9b0dbf 65%);
	float: left;
	margin: 0;
	width: 100%;
	background-size: 100%;
	box-shadow: 0px 0px 4px #00000094;
	opacity: 0.8;
}
			#footer-widgets .widget  .widgettop {
	font-size: 10px;
	background-size: 100%;
	background: #323131;
}
				#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: white;}
				#footer-widgets .widget-content, #footer-widgets a { color: #b3bdc3; }
					#footer-widgets a:hover { color: #ffffff; text-decoration: none; }

				#footer-widgets .widget-content {margin: 0 11px 0 14px;}
					#footer-widgets tr td a { }
						#footer-widgets .widget-content tr td {border-top: 0;padding: 5px 8px;letter-spacing: 1px;color:white;font-size: 13px;}
						#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(images/footer-btrlet.png) no-repeat 18px center; 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; }

				.widgetbottom {height: 0;background-size: 100%;width: 100%;padding: 12px;}
				.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%;border-bottom: 1px solid #000000;box-shadow: 0px 2px #2d353b;}


#little-table {
    margin: 0 -7px;
}

.jadwal-bank {
    background: #163c59;
    border-radius: 5px;
    padding: 10px;
}

.contact {
    background: #cccccc;
    color: #5f3e0d;
    font-weight: unset;
}

.media-body {
    vertical-align: middle;
    border-radius: 5px;
    font-family:poppins;
}
.media-body span{
	font-size: 17px;
}

.btn-orange {background: linear-gradient(to bottom,#d200ff 0,#8000c1 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;border-top: 1px solid #575c63;border-left: 1px solid #4a5566;transition: all 0.4s;padding-top: 7px;letter-spacing: 3px;}.btn-orange:hover{background:linear-gradient(to bottom,#9f00b2 0,#4e0161 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:linear-gradient(to bottom,#ff0000 0,#880000 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: 10px;padding-bottom: 12px;font-size: 24px;letter-spacing: 4px;margin: 5px 0;}.btn-pink:hover{background:linear-gradient(to bottom,#810000 0,#ab0000 100%);color: #efefef;transition: all 0.4s;}
.nbox{background:linear-gradient(#6b0682 8%, #7e0aaa 35%, #810d9e 65%);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: 5px 8px;float: left;}

.jackpot {
    text-align: center;
    float: left;
    margin-top: 0px;
    padding: 5px 5px 0px 0px;
}

.jackpot span {
    font-size: 27px;
    letter-spacing: 5px;
    /* padding: 2px 10px; */
}

.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%;
    background: url("bgjp.jpg") no-repeat center #181f23;
    margin-right: 0px;
}

.jackpot h3 {
    background: #fec351;
    padding: 6px 0;
    color: #2a5571;
    margin: 0 auto;
}

.sidebar {
    border-radius: 5px;
    margin-left:-15px;
    margin-right:-15px;
    float: left;
}

.jackpot-wrapper {
    float: left;
    margin-bottom: 5px;
    background-size: 100%;
    height: 130px;
    position: relative;
    width: 100%;
}

.bottomContent {
    /* background: url(img/footer-top.jpg) no-repeat center top; */
    /* padding-top: 45px; */
}

.contBottom {
    /* background: url(img/footer-bg.jpg) repeat-y center; */
    padding-top: 3px;
    float: left;
}

#myTabContent1 {
    font-family: 'Khand', sans-serif;
    background: #2c383e;
    color: #222;
}

.jadwal-bank a {
    color: #f9f9fb;
}

.jadwal-bank li.active a {
    background: #feb645;
    border: none;
}

.jadwal-bank h3 {
    color: #c5dcef;
    text-shadow: 1px 2px #277382;
    margin: 5px auto;
    border-bottom: 1px solid #284863;
    padding-bottom: 8px;
    box-shadow: 0px 1px #122c3a;
}

.well {
    color: #e903ff;
    background: #320d3c;
    border: none;
}

.our-games {
    margin-bottom: 15px;
}

.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;
}

.sosmed {
}
#announcement {position: relative;top:0;left:0;z-index:10;float: left;background: #3a3a3a;width: 100%;border-radius: 0px;margin-bottom: 5px;}
#announcement .announceIcon {float:left;}
#announcement .annContent {float:left;height:30px;font-size: 16px;color:#FFFFFF;padding-top: 4px;}
#announcement .annContent .annTitle {float:left;/* width:60px; */padding-left:10px;}
#announcement .annContent .runText {float:left;}
#announcement .annTime {float:left;background:url(../images/common/announce-right.png);width:197px;height:30px;font-size:12px;color:#d8ffff;padding-top:9px;text-align:center;}

.slide-overlay {
    position: absolute;
    background: url(img/slide-overlay) no-repeat;
    width: 100%;
}

.well h1 {
    font-size: 22px;
}

.well h2 {
    font-size: 18px;
}

address {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
}

a {}

.article {
    font-family: 'Khand',sans-serif;
    color: #ececec;
    font-size: 16px;
    /* background: url(img/bg-content.jpg) repeat-y center; */
    float: left;
    background-size: 100%;
}

.media-body a {
    color: #5f3e0d;
}

.embed-responsive-16by5 {
    padding-top: 29%;
}

.mid-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    cursor: pointer;
    opacity: 0.8;
    padding-top: 0;
    transition: all 0.6s;
}

.mid-promo {
    padding: 0;
    /* margin: 0; */
}

.left-item {padding-left: 5px;padding-right: 5px;}

img.item {
    box-shadow: 0px 0px 5px #070708;
    transition: all 0.7s;
    width: 100%;
}

.mid-item:hover {
    opacity: 1;
    /* padding-left: 2px; */
    /* padding-right: 2px; */
}

img.item:hover {
    box-shadow: 0px 0px 12px #070708;
}

.loginForm {
    background-image:linear-gradient(#350057 8%, #6c0a94 35%, #3b0163 65%);
    padding: 0px;
    box-shadow: 0px 0px 5px #070708;
    padding-bottom: 15px;
}

.loginForm h1 {
    font-size: 15px;
    margin: 0;
    background:#530065;
    padding: 8px 14px;
    margin-bottom: 11px;
    font-family:poppins;
    letter-spacing: 1px;
    color: #fcfcfc;
}

li {
    border-right: 1px solid #6e6e6e;
}

.navbar-nav.navbar-right {
    min-height: 52px;
    font-family: poppins;
}

li {
    min-height: 61px;
}

a {
}

.nav > li > a {
    height: 60px;
    padding: 20px 25px;
    background: #222;
}

.media-heading {
    color: #80ce78;
    font-size: 12px;
}

.navbar-nav li:hover {
    background-image: radial-gradient(#85c7ff6b 13%, #9eb1ff14 86%);
    background-size: contain;
    text-shadow: 1px 1px 2px #171718;
    border-bottom: 1px solid #95dee636;
    transition: all 0.4s;
}

.navbar-nav a {
    padding: 2px 22px;
}

a {}

td.date {
    text-align: center;
}

td.amt {
    text-align: right;
}

.navbar.nav li {
    transition: all 0.4s;
}

.navbar-nav li {
    transition: all 0.5s;
}

.slider {
    height: 135px;
    padding: 5px;
}


a.twitter {
    background: url("icon-sosial.png") no-repeat -80px -90px;
    width: 40px;
    height: 40px;
    float: left;
}
a.twitter:hover {
    background: url("icon-sosial.png") no-repeat -80px 0;
    width: 40px;
    height: 40px;
    float: left;
}
a.youtube {
    background: url("icon-sosial.png") no-repeat -120px -90px;
    width: 40px;
    height: 40px;
    float: left;
}
a.youtube:hover {
    background: url("icon-sosial.png") no-repeat -120px -0;
    width: 40px;
    height: 40px;
    float: left;
}
a.facebook {
    background: url("icon-sosial.png") no-repeat 1px -90px;
    width: 40px;
    height: 40px;
    float: left;
}
a.facebook:hover {
    background: url("icon-sosial.png") no-repeat;
    width: 40px;
    height: 40px;
    float: left;
}

.jackpot-wrapper span {
    font-size: 21px;
}


@media(min-width: 1200px){

.jackpot-wrapper {
	/* background:#6f5b4b; */
	height: 100px;
	bottom: 0px;
	top: 0;
}
.jppoker {
    text-align: center;
}

.poker{
}
.domino {
	margin-left:2px;
}
.capsa{
	margin-left:2px;
	}
 .slider {
 	height: 233px;
 }
 .sidebar {
 	margin-left:0;
 	margin-right:0;	
 }
.nav > li > a {background:transparent;
}

 
}

h3.btn-grey {
    font-size: 15px;
    margin: 0;
    padding: 5px 6px;
}

.jppoker {
    position: relative;
    text-align: center;
    background: #000;
    border-radius: 5px;
    border: 1px solid #fdfcfa;
    margin: 0 auto;
    display: block;
    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%;
    background: url("bgjp.jpg") no-repeat center #1f141c;
}
.capsa {
    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%;
    background: url("bgjp.jpg") no-repeat center #1f141c;
}

.media {
    margin-top: 15px;
}

img.jp {
    margin: 0 auto;
}

a {}

i.ilogin {
    background: url("icons.png") no-repeat 0px -12px;
    width: 34px;
    height: 37px;
    float: right;
}

img.icon {height: 15px;}


.wrapper {
  overflow: hidden;
}

.sliding-background {
  background: url("fog2.png");
  height: 560px;
  width: 5076px;
  animation: slide 60s linear infinite;
  position: absolute;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}


.jackpot-wrapper h3 {
    margin-top: 0px;
}