/* =====================================================
    Theme Name: TicketQQ
	Author: CJ
	Description: Theme for Ticketqq.com
	Version: 1.0.0
   =================================================== */

/*-----------------------------------------------------------*/
/*	1.	CSS Reset
/*-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block} ol, ul {list-style: none} blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none} table {border-collapse: collapse;border-spacing: 0} body {background: #000 url("../images/bg.jpg") repeat;line-height:1}
a{text-decoration:none;color:#fff}


/*-----------------------------------------------------------*/
/*	2.	General Styling
/*-----------------------------------------------------------*/

#notif {
background: transparent url('../images/navbg.png') repeat-x scroll 0 0; 
color: #002859;
font-family: 'Roboto Condensed', sans-serif;
font-size:18px;
display: block;
float: left;
font-weight: bold;
padding:5px 0;
width:100%;
position:relative;
z-index:9999;
margin-top:8px;
}

#logositus {
background:#0064a5;
color: #fff;
display: block;
float: left;
font-size: 40px;
margin: 0 auto;
width:100%;
height:133px
}

.logo {
margin: 0 auto;
width: 375px;

}

#headeratas {
max-width: 100%;
height:185px;
background:#0064a5;
}

#bgbawah{
}

#main-wrapper {
margin: 0 auto;
width: 860px;
font-family:'Roboto Condensed', sans-serif;
}

#bungkusatas {
margin: 5px auto 15px;
width: 100%;
display:block;
height:50px;
float:left;
}

.kotaklogin{
margin:0 auto;
width:520px;
}

#frmlogin {
height: 45px;
position:relative;
top:0;
}

#username {
margin: 0 5px;
height:25px;
padding: 5px 10px 3px;
width: 120px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 0px #ccc, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
-moz-box-shadow: 0px 3px 0px #ccc, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
box-shadow: 0px 3px 0px #ccc, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}
#password {
border: 1px solid #ccc;
margin: 0 5px 0 0;
height:25px;
padding: 5px 10px 3px;
width: 120px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 0px #ccc, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
-moz-box-shadow: 0px 3px 0px #ccc, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
box-shadow: 0px 3px 0px #ccc, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}
#daftar {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #ff3019;
	padding: 5px 15px;
	font-size: 18px;
	border: 1px solid #ff3019;
	background: #ff3019;
	background-image: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background-image: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background-image: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 0px #a40000, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #a40000, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #a40000, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: rotateX(20deg);
	-webkit-animation: .2s ease-in-out 0s alternate none infinite running glow;
	animation: .2s ease-in-out 0s alternate none infinite running glow;
	width:100px;
}

#daftar:hover {
background-image: #cf0404;
background-image: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
background-image: -webkit-linear-gradient(top, #cf0404 0%,#ff3019 100%);
background-image: linear-gradient(to bottom, #cf0404 0%,#ff3019 100%);
}

#daftar:active {
	-webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	background-image: #cf0404;
	background-image: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
	background-image: -webkit-linear-gradient(top, #cf0404 0%,#ff3019 100%);
	background-image: linear-gradient(to bottom, #cf0404 0%,#ff3019 100%);
	-webkit-transform: translate(0, 4px) rotateX(20deg);  
	-moz-transform: translate(0, 4px);  
	transform: translate(0, 4px);  
}


#login {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #538fbe;
	padding: 5px 15px;
	font-size: 18px;
	border: 1px solid #2d6898;
	background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(73,132,180)),color-stop(1, rgb(97,155,203)));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 0px #2b638f, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #2b638f, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #2b638f, 0px 3px 3px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: rotateX(20deg);
	width:100px;
}

#login:hover {
	background-image: linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -o-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(79,142,191)),
		color-stop(1, rgb(102,166,214))
	);
}

#login:active {
	-webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(88,154,204)),color-stop(1, rgb(90,150,199)));
	-webkit-transform: translate(0, 4px) rotateX(20deg);  
	-moz-transform: translate(0, 4px);  
	transform: translate(0, 4px);  
}

@keyframes glow {
0% {
}
100% {
	opacity:0.5;
    transform: scaleX(1) scaleY(1);
}
}
navigation {
background: #1c5282 none repeat scroll 0 0;
display: inline-block;
float: left;
font-family: "Roboto Condensed",sans-serif;
height: 45px;
padding: 0;
width: 860px;
}

navigation ul li{
border-left: 1px solid #003360;
display: inline-block;
height: 24px;
margin-top: 10px;
padding: 1px 68px;
position: relative;
}

navigation ul li a {
border-left: 1px solid #4281b8;
color: #fff;
left: 0;
padding: 5px 41px;
position: absolute;
text-align: center;
width:55px;
}

navigation ul li a:hover {
color: black;
}

.navi{border:100px;}


#slideshow{
width:600px;
float:left;
margin-top: 5px;
}

#kontak {
background: transparent;
color: #fff;
font-size:18px;
float: right;
padding: 0 5px;
width: 950px;
height:48px;
display:none;
}

#kontaks{
position:relative;
left:30px;
}

.ct1{
background: rgba(0, 0, 0, 0) url("../images/call.png") no-repeat scroll 0 0;
height: 30px;
left: 158px;
padding: 10px 0 0 40px;
position: absolute;
top: 5px;
width: 140px;	
}
.ct2{
background: rgba(0, 0, 0, 0) url("../images/BBM.png") no-repeat scroll 0 0;
height: 30px;
left: 340px;
padding: 10px 0 0 40px;
position: absolute;
top: 5px;
width: 140px;	
}
.ct3{
background: rgba(0, 0, 0, 0) url("../images/YM.png") no-repeat scroll 0 0;
height: 30px;
left: 470px;
padding: 10px 0 0 40px;
position: absolute;
top: 5px;
width: 140px;	
}

.ct4{
background: rgba(0, 0, 0, 0) url("../images/lc.png") no-repeat scroll 0 0;
height: 30px;
left: 600px;
padding: 10px 0 0 40px;
position: absolute;
top: 5px;
width: 140px;	
}

#latest{
display: block;
float: left;
height: 300px;
margin: 5px 0 0 9px;
width: 250px; 
}

#deposit{
float:left;
height:122px;
margin-bottom:15px;
padding:10px;
width:230px;
position:relative;
background:#1c5282;
}

#withdraw{
float:left;
height:122px;
margin:0;
padding:10px;
width:230px;
position:relative;
background:#1c5282;
}

.usern{font-size:21px;position:absolute;top:5px;left:77px;color:#729abd;font-family: "Roboto Condensed",sans-serif;}
.jlh{font-size:21px;position:absolute;top:35px;left:77px;color:#ddd;font-family: "Roboto Condensed",sans-serif;}

#deposit > h2{
border-bottom: 1px solid #366792;
box-shadow: 0 1px 0 #082d3f;
font-size: 20px;
height: 25px;
margin-bottom: 10px;
color:#729abd;
}

#withdraw > h2{
border-bottom: 1px solid #366792;
box-shadow: 0 1px 0 #082d3f;
font-size: 20px;
height: 25px;
margin-bottom: 10px;
color:#729abd;
}

.avatar img{
width: 55px;
height:55px;
}

.control {
  float: right;
  position: relative;
}

#depo-prev, #wd-prev {
background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 0;
display: inline-block;
height: 20px;
left: -40px;
position: absolute;
width: 13px;
}

#depo-next, #wd-next {
background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll -15px 0;
display: inline-block;
height: 20px;
left: -28px;
position: absolute;
width: 13px;
}

#kotakbawah{
*/ background: transparent url("../images/jp.png") no-repeat scroll 0 0; */
display: block;
float: left;
height: 105px;
margin: 10px 0 5px;
width: 100%;
}

.jackpot{
background: transparent url("../images/jpatas.gif") no-repeat scroll 0 0;
width:860px;
position:relative;
height:96px;
padding:0;
}
.jppoker{
display: block;
float: left;
height:95px;
width: 275px;
padding-right:5px;
margin-right:5px;
position:relative;
}
.jpdomino{
display: block;
float: left;
height:95px;
width: 275px;
padding:0 5px;
margin:0 5px;
position:relative;
}
.jpcapsa{
display: block;
float: right;
height:95px;
width: 275px;
padding-left:5px;
position:relative;
}
.jpnumber{
left: 60px;
color:#fff;
font-size:30px;
padding: 0;
position: absolute;
top: 55px;
text-shadow:2px 1px #333;
}

#hakcipta{
background: transparent url("../images/bank.png") no-repeat scroll center top;
display: block;
height: 38px;
padding-top: 65px;
width: 100%;
text-align:center;
float:left;
color:#ddd;

}

.copyright{
color:#fff;font-size:11px;text-align:center;width:100%;font-size:14px;height:30px;margin-top:10px;
}

#about{
font-size:13px;
color:#fff;
font-family: "Roboto Condensed",sans-serif;
display:block;
margin:0 auto;
margin-bottom:5px;

}

.fix_tele, .fix_phone, .fix_whatsapp, .fix_line, .fix_insta, .fix_fb {
width:250px;
height:45px;
margin-bottom:10px;
line-height:45px;
text-align:right;
color:#fff;
padding-right:66px;
left:-257px;
position:fixed;
-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
transition-duration:0.5s;
font-family: "Roboto Condensed",sans-serif;
font-weight:bold;
}

.fix_phone {
background: transparent url("../images/phone.png") no-repeat scroll 265px 5px;
z-index:9999;
top:200px;
}

.fix_tele {
background: transparent url("../images/tele.png") no-repeat scroll 265px 5px;
top:250px;
z-index:9999;
}

.fix_whatsapp {
background: transparent url("../images/wa.png") no-repeat scroll 265px 5px;
top:350px;
z-index:9999;
}

.fix_line {
background: transparent url("../images/line.png") no-repeat scroll 265px 5px;
top:400px;
z-index:9999;
}

.fix_insta {
background: transparent url("../images/insta.png") no-repeat scroll 265px 5px;
top:450px;
z-index:9999;
}

.fix_fb {
background: transparent url("../images/fb.png") no-repeat scroll 265px 5px;
top:300px;
z-index:9999;
}

.fix_tele:hover, .fix_phone:hover, .fix_whatsapp:hover, .fix_line:hover, .fix_insta:hover, .fix_fb:hover, .fix_twitter:hover , .fix_bb:hover{
left:-97px;
}

/*** jackpot slide ***/
ul.bjqs-controls {
	position: relative;
}
ul.bjqs-controls.v-centered li a {
	width: 13px;
	height: 20px;
	color: transparent;
	bottom: 0;
}
.jackpot-deposit ul.bjqs-controls.v-centered li.bjqs-prev a {
	background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 0;
	right: 29px;
	left: auto !important;
}
.jackpot-deposit ul.bjqs-controls.v-centered li.bjqs-next a {
	background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll -15px 0;
	right: 13px !important;
}

.jackpot-withdraw ul.bjqs-controls.v-centered li.bjqs-prev a {
	background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 0;
	right: 29px;
	left: auto !important;
}
.jackpot-withdraw ul.bjqs-controls.v-centered li.bjqs-next a {
	background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll -15px 0;
	right: 13px !important;
}