html, body {
	font-family: "centurygothic",Helvetica,Arial,sans-serif;
    position: relative;
    display: block;
    overflow: auto;
    margin: 0;
    padding: 0;
}

input, button, select, textarea {
	color: #000;
  margin: 5px;
  width: 80%;
}

a {
	color: #fff;
}

select {
	min-height: 28px;
}

body {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #262626 25%, #7d7c7c 50%, #d4d4d4 75%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#262626 25%,#7d7c7c 50%,#d4d4d4 75%,#ffffff 100%);
	background: linear-gradient(to bottom, #2b0334 0%,#2b0334 25%,#2b0334 50%,#d4d4d4 75%,#d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
  color: #ffe500;
}

body .site {
    overflow: hidden;
}

ul, ol {
	margin-bottom: 5px;
}

*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}

@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	src: local('Century Gothic'), local('Century-Gothic'), url(../fonts/centurygothic.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/Roboto-Italic.ttf) format('truetype');
}

@font-face {
	font-family: 'BebasNeue';
	font-style: normal;
	font-weight: normal;
	src: local('BebasNeue'), local('BebasNeue'), url(../fonts/BebasNeue.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI'), local('Segoe-UI'), url(../fonts/segoeui.ttf) format('truetype');
}

@font-face {
  font-family: 'Teko Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Teko Bold'), local('Teko-Bold'), url(../fonts/Teko-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Teko Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Teko Regular'), local('Teko-Regular'), url(../fonts/Teko-Regular.ttf) format('truetype');
}

.site .page-container {
    position: relative;
}

body img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

header {
	position: relative;
	padding-right: 2px;
}

#logo {
	padding: 0;
	z-index: 2;
	text-align: center;
	margin: 10px 0px;
	position: relative;
}

ul.contact {
	font-family: 'Tw Cen MT Condensed';
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

ul.contact li {
	background: url(../img/contact.png) no-repeat;
	font-weight: bold;
	padding-left: 38px;
	line-height: 33px;
	font-size: 15px;
	margin: 0 5px;
	float: left;
}

ul.contact li a {
	color: #005c99;	
}

ul.contact li.bbm {
	background-position: left -33px;
}

ul.contact li.wa {
	background-position: left -66px;
}

ul.contact li.line {
	background-position: left -99px;
}

#slider {
	position: relative;
	z-index: 9;
	width: 104%;
}

.tp-revslider-mainul >li, .rev_slider >ul >li {
	border-radius: 7px;
}

.ares .tp-bullet-title {
	display: none;
}

.ares .tp-bullet:hover, .ares .tp-bullet.selected {
	background: #ffff00;
	opacity: 1;
}

.ares .tp-bullet {
	background: #b8be93;
	border: 1px solid #fff;
	opacity: 0.6;
}

.form.dark {
	width: 244px;
	float: right;
}

.form figure {
	text-align: center;
	margin: 5px;
}

.form input[type="text"], .form input[type="email"], .form select {
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 85%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 85%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#eeeeee 85%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color: #000;
	font-family: 'Roboto Italic';
	text-align: left;
	height: 34px;
	font-size: 14px;
	border: none;
	padding: 4px;
	margin: 3px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form input[type="submit"] {
	background: url(../img/daftar-button.png) center center no-repeat;
	background-size: 100% 43px;
	width: 228px;
	height: 43px;
	display: table;
	margin: 15px auto 5px;
	color: transparent;
	border: none;
	cursor: pointer;
}

.form-full {
  width: 100%;
}

.form-full input[type="submit"] {
  width: 208px;
  height: 62px;
	display: table;
	margin: 15px auto 5px;
	color: transparent;
	border: none;
	cursor: pointer;
}

.daftar-form input[type="submit"] {
	background: url(../img/TombolDaftar.png) center center no-repeat;  
}

.deposit-form input[type="submit"] {
	background: url(../img/TombolDeposit.png) center center no-repeat;  
}

.wd-form input[type="submit"] {
	background: url(../img/TombolWithdraw.png) center center no-repeat;  
}

.form input[type="submit"]:hover, .form-full input[type="submit"]:hover {
    -ms-transform: scale(0.99,0.99);
    -webkit-transform: scale(0.99,0.99);
    transform: scale(0.99,0.99);
}

div.wpcf7 .ajax-loader {
	display: none;
}

.cat {
	width: 48%;
    padding: 0 0 5px;
	float: left;
	margin: 5px 1%;
}

.cat-konten {
	padding: 5px;
    border-bottom: 1px dashed #ecf2ff;
}

.cat-isi {
	overflow: hidden;
	height: 139px;
}

.cat-isi .entry-title {
	font-size: 18px;
	line-height: 22px;
	padding: 5px;
}

.content-wrap .cat-isi article {
	padding: 5px 0;
}

.navigation {
	float: right;
	margin: 20px 5px 5px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1a0800;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #541900;
}

/*-- nav --*/

#cssmenu {
	background: url(../img/menu-bg.jpg) top center no-repeat;
	background-size: 100% 44px;
	margin: 0;
	width: 100%;
	z-index: 20;
	position: relative;
}

#cssmenu a {
	font-family: 'BebasNeue';
	text-decoration: none;
}

#cssmenu #menu-button {
	z-index: 999;
	position: relative;
}

#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}
#cssmenu > ul > li, #cssmenu > div > ul > li {
	float: left;
	display: inline-block;
	padding: 12px 0;
	background: url(../img/border-li.png) left center no-repeat;
}
#cssmenu > ul > li:first-child {
	background: none;
}
#cssmenu > ul > li.current-menu-ancestor:hover > a, #cssmenu > ul > li.current-menu-item:hover > a {
	color: #f3d609;
}
#cssmenu > ul > li.current-menu-ancestor > a, #cssmenu > ul > li.current-menu-item > a,
#cssmenu > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor > a,
#cssmenu > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor > ul > li.current-menu-item > a,
#cssmenu > ul > li.current-menu-ancestor > ul > li.current-menu-item > a,
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover,
#cssmenu ul ul li:hover > a, #cssmenu ul li:hover > a {
	color: #ffff99;
}
#cssmenu > ul > li > a, #cssmenu > div > ul > li > a {
	margin: 0;
	padding: 0 10px 0 17px;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 21px;
	z-index: 90;
	text-shadow: 1px 1px 10px #000;
}
#cssmenu ul ul {
	position: absolute;
	border: 1px solid #fff;
	left: -9999px;
	top: 43px;
	padding: 0;
	font-size: 15px;
	opacity: 0;
	z-index: 900;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu > ul > li > ul {
  top: 43px;
}
#cssmenu > ul > li:hover > ul {
  top: 43px;
  left: 0px;
  opacity: 1;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
	font-weight: 400;
	padding: 11px 10px;
	border-top: solid 1px #999;
}
#cssmenu ul ul li {
	background: rgba(0,0,0,0.7);
	width: 180px;
	padding: 0;
}

/* -- nav-end --*/

.row {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.content {
    margin: 0;
	padding: 0;
    font-size: 13px;
}

.content .content-wrap p {
	margin: 0 0 10px;
}

.dark.new-content {
  padding: 3px 6px;
}

.content-wrap h2, .entry-title  {
	margin: 0;
	padding: 0 5px;
	font-size: 28px;
}

.entry-title a {
  color: #ffff99;
}

.sidebar-isi h3  {
	margin: 5px 0 10px;
	padding: 0 5px;
	font-size: 24px;
}

.dark {
	background: #4a2156;
	border: 1px solid #c9caca;
	padding: 6px;
	float: left;
	border-radius: 10px;
	margin: 5px 0;
}

.border-new {
	border: 1px solid #be9239;
	border-radius: 10px;
  margin: 5px 0;
}

.border-sidebar {
  padding-right: 0;
}

.sidebar-isi {
	width: 100%;
}

.half-width {
	width: 49%;
	margin: 0 0.5% 10px;
}

.full-width {
	width: 100%;
}

.content-wrap article {
	padding: 0;
	font-family: "centurygothic",Helvetica,Arial,sans-serif;
    text-align: justify;
	line-height: 22px;
	font-weight: 500;
}

.entry-title {
	margin: 10px 0 5px;
	padding: 0;
}

.firstWord {
	font-family: 'Teko Regular';
}

.firstWord span {
	font-family: 'Teko Bold';
	color: #fbb03b;
}

.padding-0 {
	padding: 0;
}

.mar-right-8 {
	margin-right: 8px;
}

.produk-game {
	margin: 0; 
}

.produk-game > div {
	width: 243px;
	float: left;
	position: relative;
	margin-right: 7px;
}

.produk-game > div:last-child {
	margin-right: 0;
}

.produk-game > div:hover {
	box-shadow: 2px 2px 10px #ffffbe;
}

.produk-game a {
	background: #d4a746;
	background: -moz-linear-gradient(top, #d4a746 0%, #bb852d 2%, #ad711e 4%, #b37924 6%, #e2bb55 25%, #f9ee98 40%, #fffeae 50%, #ffffb0 60%, #f0e08a 75%, #d5a542 100%);
	background: -webkit-linear-gradient(top, #d4a746 0%,#bb852d 2%,#ad711e 4%,#b37924 6%,#e2bb55 25%,#f9ee98 40%,#fffeae 50%,#ffffb0 60%,#f0e08a 75%,#d5a542 100%);
	background: linear-gradient(to bottom, #d4a746 0%,#bb852d 2%,#ad711e 4%,#b37924 6%,#e2bb55 25%,#f9ee98 40%,#fffeae 50%,#ffffb0 60%,#f0e08a 75%,#d5a542 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a746', endColorstr='#d5a542',GradientType=0 );
	padding: 0;
	float: left;
	width: 100%;
	font-size: 30px;
	font-family: 'BebasNeue';
	color: #573311;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}

.produk-game a:hover {
	color: #000;
}

.step {
	display: table;
}

.step figure {
	float: left;
	position: relative;
	margin: 5px 0 10px -11.4px;
}

.step figure img {
  margin-bottom: -25px;
}

.step figure strong {
  padding-left: 37px;
}

.step figure:first-child {
	margin-left: 0;
}

.step figure {
	font-family: "Century Gothic";
	z-index: 9;
	font-size: 12px;
}

.step .daftar figcaption {
	left: 37px;
}

.step figure strong.transfer, .step figure strong.depo {
	padding-left: 67px;
}

.step figure strong.main {
	padding-left: 72px;
}

.bonus-wrap {
	max-width: 205px;
}

.bonus {
	background: #dfb651;
	background: -moz-linear-gradient(top, #dfb651 0%, #faf19c 25%, #ffffb0 50%, #f2e48f 75%, #d4a340 100%);
	background: -webkit-linear-gradient(top, #dfb651 0%,#faf19c 25%,#ffffb0 50%,#f2e48f 75%,#d4a340 100%);
	background: linear-gradient(to bottom, #dfb651 0%,#faf19c 25%,#ffffb0 50%,#f2e48f 75%,#d4a340 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfb651', endColorstr='#d4a340',GradientType=0 );
	display: table;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-family: 'Impact';
	border-radius: 5px;
}

.bonus h3 {
	text-align: right;
	padding: 5px 5px 8px 85px;
	font-size: 17px;
	color: #661518;
	font-family: 'Teko Bold';
}

.bonus h3 span {
	width: 100%;
	float: right;
	color: #000;
	font-size: 14px;
}

.bonus h3.bonus-sport {
	background: url(../img/sportsbook.png) left bottom no-repeat;
	margin-left: -20px;
	padding-left: 93px;
}

.bonus h3.bonus-cas {
	background: url(../img/casino-online.png) left bottom no-repeat;
	padding-left: 63px;
}

.bonus h3.bonus-tang {
	background: url(../img/bola-tangkas.png) left bottom no-repeat;
	margin-left: -20px;
}

.bonus h3.bonus-togel {
	background: url(../img/togel-online.png) left bottom no-repeat;
	margin-left: -10px;
}

.bonus p {
	text-align: center;
	line-height: 32px;
}

.bonus p span {
	font-size: 48px;
	color: #bf0000;
	float: left;
	width: 100%;
}

.togel-second {
	
}

.berita-isi {
	font-family: 'Segoe UI';
}

.berita-isi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.berita-isi ul li {
	padding: 5px 2px;
	display: table;
	width: 100%;
}

.berita-isi ul li .thumb {
	float: left;
	margin: 0 7px 5px 0;
}

.berita-isi ul li .thumb img {
	width: 77px;
	height: 51px;
}

.isi-konten h3 {
	font-size: 13px;
	line-height: 16px;
	color: #ffe100;
	margin: 3.5px 0;
}

.berita-isi .isi-konten p {
	font-size: 10px;
	margin: 0 0 0 5px;
}

.isi-konten p a {
	font-style: italic;
	color: #fff;
}

.isi-konten a:hover {
	color: #fbb03b;
}

ul.produk {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.produk li {
	float: left;
	margin: 5px 12px 5px 0;
	padding: 0;
}

ul.produk li:last-child {
	margin: 5px 0;
}

footer {
	padding: 10px 0 50px;
}

.bank-on-off {
  width: 122px;
  height: 44px;
  float: left;
}

.bca-1 {
	background: url(../img/BCA-Online.gif) left center no-repeat;
}

.bca-0 {
	background: url(../img/BCA-Offline.gif) left center no-repeat;
}

.mandiri-1 {
	background: url(../img/Mandiri-Online.gif) left center no-repeat;
}

.mandiri-0 {
	background: url(../img/Mandiri-Offline.gif) left center no-repeat;
}

.bni-1 {
	background: url(../img/BNI-Online.gif) left center no-repeat;
}

.bni-0 {
	background: url(../img/BNI-Offline.gif) left center no-repeat;
}

.bri-1 {
	background: url(../img/BRI-Online.gif) left center no-repeat;
}

.bri-0 {
	background: url(../img/BRI-Offline.gif) left center no-repeat;
}

footer h5, footer h6 {
    font-size: 9px;
	color: #402d10;
	text-align: right;
    line-height: 16px;
    padding: 0;
    margin: 5px 0 0;
}

.float-banner {
    position: absolute;
}

.float-banner.banner-left {
    left: 1%;
    top: 0;
}

.float-banner.banner-right {
    right: -1%;
    top: 0;
}

.running-text {
	background: #591b1d;
  padding: 2px;
	background: -moz-linear-gradient(top, #591b1d 0%, #a80e0f 50%, #fb0000 100%);
	background: -webkit-linear-gradient(top, #591b1d 0%,#a80e0f 50%,#fb0000 100%);
	background: linear-gradient(to bottom, #3d1e88 0%,#415050 50%,#1e4848 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#591b1d', endColorstr='#fb0000',GradientType=0 );
  border-radius: 5px;
	width: 100%;
	z-index: 20;
	font-size: 16px;
	margin: 3px 0;
	z-index: 19;
	position: relative;
}
   
.marquee {
	position: relative;
	width: 100%;
	padding: 0;
	white-space: nowrap;
}

/* We need this to float so the dimension will be exactly that of the contents. */
.marquee.fake {
	overflow: hidden;
}

.rt-title {
	background: #dfb651;
	background: -moz-linear-gradient(top, #dfb651 0%, #ebc65d 40%, #f0d673 45%, #f8ec95 51%, #f7ef9c 75%, #d5a644 100%);
	background: -webkit-linear-gradient(top, #dfb651 0%,#ebc65d 40%,#f0d673 45%,#f8ec95 51%,#f7ef9c 75%,#d5a644 100%);
	background: linear-gradient(to bottom, #dfb651 0%,#ebc65d 40%,#f0d673 45%,#f8ec95 51%,#f7ef9c 75%,#d5a644 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfb651', endColorstr='#d5a644',GradientType=0 );
	float: left;
	color: #661518;
	padding: 0 5px;
	margin: 3px 0;
	line-height: 26px;
	font-family: 'BebasNeue';
	border-radius: 5px;
	z-index: 20;
	position: relative;
}
                    
/* The sliding span */
.marquee.fake span {
	display: inline-block;
	line-height: 32px;
	font-family: 'Segoe UI';
	font-style: italic;
	position: relative;
	left: -60%;
                
	-moz-animation-name: marquee;
	-webkit-animation-name: marquee;              

	/* Set the duration, s = seconds */
	-moz-animation-duration: 50s;
	-webkit-animation-duration: 50s;      
  
	/* How many times the animation to repeat */
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;                        

	/* Several options available, use linear for this example */
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;     
}
              
/* Stop the marquee on :hover */
.marquee.fake:hover span{
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}              
            
@-webkit-keyframes marquee{
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
              
@-moz-keyframes marquee{
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.aligncenter {
  margin: 0 auto;
  display: table;
}
