@charset "UTF-8";
@import "bootstrap/bootstrap.min.css";
@import "font-awesome/font-awesome.min.css";
@import "owlcarousel2/owl.carousel.min.css";
@import "owlcarousel2/owl.theme.default.css";
@import "animate/animate.min.css";
@import "navbar.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Anton');


body{
	background: #f3f1f2 url("../img/bg-body.jpg") center top no-repeat;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	margin: 0;
	padding: 0;
}
a{
	outline:none;
	text-decoration:none;
	color:#9d42ab;
}
a:focus, a:hover{
	text-decoration:none;
	color:#61266c;
}
a img{
	border:none;
	outline:none;
}
img{outline:none;}

.container {
	max-width: 1000px;
	min-width: 320px;
}



/* HEADER */
.okta-header {
	position: relative;
}
.okta-header .okta-header-top {
	background: #af21c5 url("../img/header-top.jpg") center top no-repeat;
	position: relative;
	padding: 0px;
}


/* LOGO */
.okta-logo {
	text-align: center;
}
.okta-logo a {
    display: inline-block;
    line-height: 1;
    margin: 0;
}


/* WAKTU DAN TANGGAL */
.okta-tanggal-waktu {
	padding: 15px 0px;
}
.okta-tanggal {
	color: #fff;
	padding-right: 15px;
}
.okta-waktu {
	color: #fff;
	min-width: 130px;
}
.okta-waktu span {
	padding: 0px 5px;
}


/* FORM LOGIN */
.okta-login input[type=password],
.okta-login input[type=text],
.okta-login input[name="username"],
.okta-login input[name="password"],
.okta-login .form-group .form-control {
    font-size: 12px;
    text-align: center;
    color: #000;
    background-color: transparent !important;
    background-image: url("../img/bg-input.png") !important;
	background-position: center;
	background-repeat: no-repeat;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}


/* BUTTON */
.btn {
    padding: 3px 30px;
	min-height: 34px;
	color: #363636;
    font-size: 20px;
    font-weight: 400;
	font-family: Anton;
    text-align: center;
	text-transform: uppercase;
    border: none;
    border-radius: 10px;
}
.btn-primary {
    color: #363636;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #9d42ab;
    background-color: transparent;
    border-color: transparent;
}
.btn-default {
    color: #9d42ab;
	background: #060606;
	background: -moz-linear-gradient(top, #060606 0%, #363636 50%, #1a1a1a 51%, #0b0b0b 100%);
	background: -webkit-linear-gradient(top, #060606 0%,#363636 50%,#1a1a1a 51%,#0b0b0b 100%);
	background: linear-gradient(to bottom, #060606 0%,#363636 50%,#1a1a1a 51%,#0b0b0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#0b0b0b',GradientType=0 );
}
.btn-default:hover, .btn-default.focus, .btn-default:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

blink {
    -webkit-animation: 1s linear infinite condemed_blink_effect; // for android
    animation: 1s linear infinite condemed_blink_effect;
}
@-webkit-keyframes condemed_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemed_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}


/* SLIDESHOW */
.okta-slideshow {
	background: #e1e1e1 url("../img/okta-slideshow.jpg") center top no-repeat;
}
.okta-slideshow .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -25px;
	position: relative;
}
.okta-slideshow .owl-theme .owl-dots .owl-dot span {
    background: #9d42ab;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #61266c;
}


/* MARQUEE */
.okta-marquee {
	background-color: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #f8f8f8 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f6f6f6',GradientType=0 );
	margin-bottom: 15px;
}
.okta-text-marquee {
	background-color: #f8f8f8;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 15px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.info-marquee {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #9d42ab;
	font-family: Anton;
	font-size: 20px;
	text-transform: uppercase;
}
.marquee {
    height: 25px;
    line-height: 25px;
    margin-left: 50px;
	overflow: hidden;
	color: #9d42ab;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.marquee h5 {
	color: #9d42ab;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}



/* FOKER FITURED */
.okta-poker {
	position: relative;
}
.okta-poker .row{
	margin-right: 0px;
	margin-left: 0px;
}
.okta-poker-online {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.okta-poker-online .poker-online {
	position: relative;
	background: transparent url("../img/poker/poker-online.png") center left no-repeat;
	display: block;
	width: 161px;
	height: 91px;
	border-radius: 15px 0px 0px 15px;
}
.okta-poker-online .bandar-poker {
	position: relative;
	background: transparent url("../img/poker/bandar-poker.png") center left no-repeat;
	display: block;
	width: 161px;
	height: 91px;
}
.okta-poker-online .domino-online {
	position: relative;
	background: transparent url("../img/poker/domino-online.png") center left no-repeat;
	display: block;
	width: 161px;
	height: 91px;
}
.okta-poker-online .aduqq-online {
	position: relative;
	background: transparent url("../img/poker/aduqq-online.png") center left no-repeat;
	display: block;
	width: 161px;
	height: 91px;
}
.okta-poker-online .bandarq-online {
	position: relative;
	background: transparent url("../img/poker/bandarq-online.png") center left no-repeat;
	display: block;
	width: 161px;
	height: 91px;
}
.okta-poker-online .capsa-susun {
	position: relative;
	background: transparent url("../img/poker/capsa-susun.png") center left no-repeat;
	display: block;
	width: 161px;
	height: 91px;
	border-radius: 0px 15px 15px 0px;
}
.okta-poker-online .poker-top {
    font-family: Anton;
    font-size: 20px;
    color: #9d42ab;
    position: absolute;
    top: 20px;
    left: 25px;
}
.okta-poker-online .poker-bottom {
	font-family: Anton;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 45px;
	left: 25px;
}
.okta-poker-online .poker-online .poker-top ,
.okta-poker-online .poker-online .poker-bottom {
    left: 15px;
}
.okta-poker-online  a:hover .poker-top , 
.okta-poker-online  a:hover .poker-bottom {
	color: #000;
}

.box-poker.box-jackpot-poker, 
.box-poker.box-jackpot-domino {
	position: relative;
	padding: 10px 15px;
}





/* LATEST WD & LATEST DEPO */
.okta-latest-poker {
	position: relative;
}
.okta-latest-poker .row {
	margin-right: -5px;
	margin-left: -5px;
}
.okta-latest-poker .col-sm-4{
	padding-right: 5px;
	padding-left: 5px;
}
.box-jackpot {
	position: relative;
	border: 5px solid #9d42ab;
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.box-jackpot.jackpot-poker {
	margin-bottom: 5px;
}
.box-title {
	color: #fff;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 30px 15px 30px;
	background: rgba(242,187,250,1);
	background: -moz-linear-gradient(left, rgba(242,187,250,1) 0%, rgba(157,66,171,1) 2%, rgba(98,38,108,1) 5%, rgba(98,38,108,1) 95%, rgba(157,66,171,1) 98%, rgba(242,187,250,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,187,250,1)), color-stop(2%, rgba(157,66,171,1)), color-stop(5%, rgba(98,38,108,1)), color-stop(95%, rgba(98,38,108,1)), color-stop(98%, rgba(157,66,171,1)), color-stop(100%, rgba(242,187,250,1)));
	background: -webkit-linear-gradient(left, rgba(242,187,250,1) 0%, rgba(157,66,171,1) 2%, rgba(98,38,108,1) 5%, rgba(98,38,108,1) 95%, rgba(157,66,171,1) 98%, rgba(242,187,250,1) 100%);
	background: -o-linear-gradient(left, rgba(242,187,250,1) 0%, rgba(157,66,171,1) 2%, rgba(98,38,108,1) 5%, rgba(98,38,108,1) 95%, rgba(157,66,171,1) 98%, rgba(242,187,250,1) 100%);
	background: -ms-linear-gradient(left, rgba(242,187,250,1) 0%, rgba(157,66,171,1) 2%, rgba(98,38,108,1) 5%, rgba(98,38,108,1) 95%, rgba(157,66,171,1) 98%, rgba(242,187,250,1) 100%);
	background: linear-gradient(to right, rgba(242,187,250,1) 0%, rgba(157,66,171,1) 2%, rgba(98,38,108,1) 5%, rgba(98,38,108,1) 95%, rgba(157,66,171,1) 98%, rgba(242,187,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bbfa', endColorstr='#f2bbfa', GradientType=1 );
}
.box-poker {
	position: relative;
	padding: 15px 15px 10px;
}
.box-poker ul  {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.box-poker ul > li {
	background: url("../img/box-poker.png") left center no-repeat;
	padding-left: 35px;
	height: 35px;
	line-height: 30px;
	font-size: 18px;
	text-align: left;
}
.box-poker ul > li span {
	text-align: right;
	float: right;
}

.number-jackpot-poker {
	color: #9d42ab;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	margin: 0px;
	padding-left: 20px;
}
.number-jackpot-poker::after {
	content: "";
	background: url("../img/poker/Jackpot-Poker.png") center no-repeat;
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: -40px;
}
.number-jackpot-domino {
	color: #9d42ab;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	margin: 0px;
	padding-left: 100px;
}
.number-jackpot-domino::before {
	content: "";
	background: url("../img/poker/Jackpot-Domino.png") center no-repeat;
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -40px;
}






/* MAIN BODY */
.okta-main-body .page-header {
	background: #b72dcd url("../img/page-header.jpg") center top no-repeat;
	position: relative;
	width: 100%;
	color: #fff;
    margin: 0px 0px 15px;
	padding: 20px 0 20px;
    border-bottom: 1px solid #9d42ab;
}
.okta-main-body .page-header h1 {
    margin-top: 10px;
    margin-bottom: 10px;
	font-family: Anton;
	text-shadow: 2px 2px 2px #000;
}


.okta-main-body .content h2{
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9d42ab;
}

.okta-main-body .content h1,
.okta-main-body .content h2,
.okta-main-body .content h3,
.okta-main-body .content h4,
.okta-main-body .content h5 {
    color: #9d42ab;
	font-weight: 700;
}


.okta-banner {
	margin-bottom: 15px;
}


/* 	youtube video */
.okta-bottom-video .row {
	margin-right: -5px;
	margin-left: -5px;
}
.okta-bottom-video .col-sm-4{
	padding-right: 5px;
	padding-left: 5px;
}

.okta-youtube-video { 
	display: block; 
	margin: 0px auto 15px; 
	width: 100%; 
	max-width: 600px; 
	border:none; 
}
.okta-youtube-player { 
	display: block;
	padding-bottom: 56.25%; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	cursor: hand; 
	cursor: pointer; 
	border: 5px solid #9d42ab;
	overflow: hidden;
}
img.okta-youtube-thumb { 
	bottom: 0; 
	display: block; 
	left: 0; 
	margin: auto; 
	max-width: 100%; 
	width: 100%; 
	position: absolute; 
	right: 0; 
	top: 0; 
	height: auto;
}
div.okta-play-button { 
	height: 56px;
	width: 56px;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -28px;
	position: absolute;
}
div.okta-play-button .fa {
    font-size: 4em;
	color: #9d42ab;
}
div.okta-play-button:hover .fa {
	color: #da4237;
}
#okta-youtube-iframe { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.okta-youtube-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
	border: 5px solid #9d42ab;
    overflow: hidden;
}
.okta-youtube-iframe iframe, 
.okta-youtube-iframe object, 
.okta-youtube-iframe embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	right:10px;
}


/* 	SOCIAL FOOTER */
ul.okta-social {
	display: block;
	padding: 0px;
	margin: 0px;
}
ul.okta-social li {
	display: block;
	float: left;
}
ul.okta-social li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 1px;
	background: #9d42ab;
}
ul.okta-social li.facebook a {
	background: #3b5998;
}
ul.okta-social li.twitter a {
	background: #55acee;
}
ul.okta-social li.googleplus a {
	background: #dd4b39;
}
ul.okta-social li.linkedin a {
	background: #0073b2;
}
ul.okta-social li.pinterest a {
	background: #cb2128;
}
ul.okta-social li.instagram a {
	background: #517fa4;
}
ul.okta-social li.youtube a {
	background: #cd201f;
}

ul.okta-social li a:hover,
ul.okta-social li.facebook a:hover,
ul.okta-social li.twitter a:hover,
ul.okta-social li.googleplus a:hover,
ul.okta-social li.linkedin a:hover,
ul.okta-social li.pinterest a:hover,
ul.okta-social li.instagram a:hover,
ul.okta-social li a:focus,
ul.okta-social li.facebook a:focus,
ul.okta-social li.twitter a:focus,
ul.okta-social li.googleplus a:focus,
ul.okta-social li.linkedin a:focus,
ul.okta-social li.pinterest a:focus,
ul.okta-social li.instagram a:focus {
	background: #78058a;
}


/* FOOTER */
.okta-footer-top {
	margin-top: 0px;
}
.title-h1, .title-h2, .title-h3, title-h4, title-h5, title-h6 {
	color: #9d42ab;
	font-size: 20px;
}
.okta-copyright {
	margin-top: 0px;
	padding-top: 0px;
}
.okta-copyright hr {
	border-top: 1px dotted #9d42ab;
}
.copyright, .warning {
	padding-top: 0px;
	padding-bottom: 15px;
}

/* KONTAK FLOATING */
#okta-kontak ul {
	padding: 0px;
	margin: 0px;
	width: 250px;
}
.kontak-icon {
    float: left;
    cursor: pointer;
    margin: 10px 0px 0px 5px;
}
.kontak-detail {
    font-size: 12px;
    font-weight: bold;
}



.blink_me {
	height: 32px;
	line-height: 32px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}







/* Extra small devices (phones, less than 768px) */
@media (min-width: 480px) and (max-width: 767px) {
	.col-xs-6.okta-poker-online {
		width: 33.3%;
	}
}
@media (max-width: 767px) {
	.logo-image {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.okta-logo a img {
		max-height: 50px;
	}
	
	.okta-tanggal-waktu {
		float: none !important;
		display: inline-block;
		padding: 0px 0px;
		width: 100%;
	}
	.okta-tanggal-waktu .okta-tanggal {
		padding-right: 0px;
		float: none !important;
		text-align: center;
	}
	.okta-tanggal-waktu .okta-waktu {
		color: #fff;
		float: none !important;
		text-align: center;
	}
	.okta-login .form-inline.pull-right {
		float: none !important;
		text-align: center;
	}
	#okta-kontak {
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}
	#okta-kontak ul {
		width: 100%;
		display: inline-block;
	}
	#okta-kontak ul li {
		width: 50%;
		height: 38px;
		color: #fff;
		display: block;
		float: left;
	}
	.kontak-info {
		display: block !important;
		margin-left: 40px;
		margin-top: 15px;
	}
	.kontak-info a {
		color: #fff;
	}
	
	ul.okta-social li {
		width: 50%;
	}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.okta-logo {
		text-align: left;
	}

	.okta-login .form-inline .form-control {
		max-width: 150px;
	}
	#okta-kontak {
		position: fixed;
		left: 5px;
		top: 180px;
	}
	#okta-kontak ul li {
		list-style: none;
		width: 39px;
		height: 38px;
		color: #9d42ab;
		margin-left: -5px;
	}
	.kontak-info {
		display: none;
		float: left;
		margin-left: 40px;
		margin-top: -25px;
	}
	
	
	ul.okta-social li {
		width: 16.66%;
	}
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body{
		background: #f3f1f2 url("../img/bg-body.jpg") center 400px no-repeat;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}