/*CAIRQQ*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background-image: url(img/bg.jpg);
	background-color: #053538;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 11pt;
	line-height: 18pt;
}

h1 {font-size: 32px;
    margin: 8px 0;
    color: #e1ca80;
}
h2 {
    font-size: 26px;
    margin: 8px 0;
    color: #e1ca80;
    }
h3 {
    font-size: 20px;
    margin: 8px 0;
    color: #e1ca80;
    }
h4 {font-size: 15pt;
    margin: 8px 0;
    color: #fade4f;}
h5 {font-size: 14pt;
    margin: 8px 0;
    color: #fade4f;}
h6 {font-size: 12pt;
    margin: 8px 0;
    color: #fade4f;}

a {#CE0003;
text-decoration:none}

a:hover {#ff0}

.pagearea {width:100%;}

.wraper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.content {box-shadow: #ff0 0 0 15px;background: #000000;border: 3px solid #ecbd0e;padding: 20px;color: #e4e4e4;width: 90%;margin: 25px auto;border-radius: 5px;}

.scrooltext {
    background: #fde597;
    background: -moz-linear-gradient(top, #fde597 27%, #604114 100%);
    background: -webkit-linear-gradient(top, #fde597 27%,#604114 100%);
    background: linear-gradient(to bottom, #fde597 27%,#604114 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde597', endColorstr='#604114',GradientType=0 );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: #000 0 0 25px 5px, #fde597 0 0 15px inset;
    text-shadow: #fff 0 0 3px;
    font-size: 15pt;
    color: #000000;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #484848;
    border-top: 1px solid #444;
}

.header {position: relative;padding: 0 9px 0 0;overflow:hidden;}

.logo {float:left;width: 32%;text-align: center;}

.logoimg {
    padding-top: 10px;
}

.headright {
    background: #fde597;
    background: -moz-linear-gradient(top, #fde597 27%, #604114 100%);
    background: -webkit-linear-gradient(top, #fde597 27%,#604114 100%);
    background: linear-gradient(to bottom, #fde597 27%,#604114 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde597', endColorstr='#604114',GradientType=0 );
    right: 25px;
    position: absolute;
    box-shadow: #000 0 0 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px 0;
    width: 60%;
    bottom: 10px;
}

.form-inside {
    vertical-align: middle;
    width: 25%;
    float: left;
    display: inline-block;
}

.fir {
    border-top-right-radius:5px;
}

.fil {
    border-top-left-radius:5px;
}

.captcha-column {width: 13%;margin-right: 5px;}

.captcha-img-col {width: 19%;margin-left: 0;}

input[type=text] {
    background: #656565;
    font-size: 12pt;
    box-shadow: #000000 0 0 8px inset;
    width: 95%;
    padding: 7px 10px;
    margin: 0 5px;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    text-align: center;
}

input[type=login], input[type=daftar] {
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 95%;
    color: #fff;
    padding: 7px 10px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    }

input[type=daftar]:hover,input[type=login]:hover {
    color:#000000;
    background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d4 100%);
background: -webkit-linear-gradient(top, #ffffff 0%, #d4d4d4 100%);
background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 );
}

input[type="password"] {

    background: #656565;
    font-size: 12pt;
    box-shadow: #000000 0 0 8px inset;
    width: 95%;
    padding: 7px 10px;
    margin: 0 5px;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    text-align: center;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(226, 203, 129);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c38720;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(195,135,32);
}

.captcha {
    box-shadow: #908d8d 0 0 5px inset;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0px 0px;
    margin-right: 2px;
    border: none;
}

.imgcaptcha {
    padding: 5px 0 0 5px;
    width: 70%;
    float: left;
}
.refresh {
    cursor: pointer;
    margin: 5px;
    vertical-align: middle;
    width: 16%;
    float: left;
}

.nav {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	box-shadow: #000 0 0 25px 5px;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #2f2f2f;
	height: 45px;
	position: relative;
	z-index: 3;
	}

.navinside {
    width: 1000px;
    margin:0 auto;
    display:block;
    padding: 5px 0 0 0px;
}

.topnav {
  overflow: hidden;
}

.topnav a {
	text-shadow: #907228 0 0 15px;
	float: left;
	text-align: center;
	padding: 7px 38px;
	text-decoration: none;
	color: #e3cc82;
	font-weight: bold;
	font-size: 14pt;}

.panduan {
display:none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    color:rgba(195,135,32,1);
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {text-shadow: #ff0 0 0 15px, #ff0 0 0 25px, #ff0 0 0 35px;text-transform: uppercase;cursor: pointer;font-size: 14pt;border: none;outline: none;color: #000000;padding: 10px 20px;background: none;font-weight: bold;}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.91);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
    z-index: 2;
}

.dropdown-content a {
    text-shadow: none;
    float: none;
    color: #ffca1e;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
background-image:none;
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.show {
    display: block;
}

.slidercontainer {overflow: hidden;margin: 0;box-shadow: #000 0 0 25px 5px;background: #000;height:350px;}

.jackpot {
    display: block;
    z-index: 2;
    height: 150px;
    width: 100%;
    position: relative;
}

.jackpotinside {width: 95%;margin:0 auto;height: 100%;}

.jackpot-title {text-shadow: #000 0 0 15px;font-size: 25pt;font-weight: bold;}

.jackpotl {background-image: url(img/poker.png);background-size: 300px;background-repeat: no-repeat;padding: 27px 0 20px 100px;text-align: center;font-family: arial;display: block;width: -webkit-fill-available;}

.jackpotr {
    background-image: url(img/domino.png);
    background-size: 300px;
    background-repeat: no-repeat;
    padding: 27px 0 20px 100px;
    text-align: center;
    font-family: arial;
    display: block;
    width: -webkit-fill-available;
    }

.bottom-column {
    position: relative;
    width: 100%;
    display:table;
    padding: 30px 0;
    z-index: 2;
}

.box {display: inline-block;float: left;width: 32%;margin-right: 2%;height: auto;}
.lastbox {
    margin-right: 0 !important;
}
.box img {}
.boxinside {
    
}
.boxtitle {background: #45484d;background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);background: linear-gradient(to bottom, #45484d 0%,#000000 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );box-shadow: #000 0 0 25px 5px;border-bottom: 1px solid #404040;color: #e1ca80;display: block;width: 100%;height: 20px;text-align: center;padding: 15px 0;font-size: 18pt;font-weight: bold;}
.box-inside {text-align: left;border-radius: 15px;padding: 0;color: #e1ca80;font-weight: bold;overflow: hidden;width: 100%;height: 205px;background: #000000bf;box-shadow: #000000 0 0 25px 5px inset, #000 0 0 25px 5px;}
.box-inside img {width: 18px;margin: 0;}
.boxcolumn1 {border-left: 1px solid #404040;line-height: 30px;padding-left: 5%;display: inline;float: left;width: 30%;}
.boxcolumn2 {
    border-left: 1px solid #404040;
    padding-left: 5%;
    line-height: 30px;
    display: inline;
    float: left;
    font-size: 18px;
    width: 45%;
}
.boxcolumn3 {margin-right: 0;padding: 0;line-height: 30px;display: inline;float: left;font-size: 18px;width: 14%;text-align: center;}
.bottom-teks-column {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    border-radius: 15px;
    box-shadow: #000 0 0 15px,#000 0 0 55px inset;
    background: #000000ad;
    padding: 20px;
    text-align: left;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}

.footer {
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
    display: table;
}

.footbank {
display: block;
margin: 0 auto;
}

.contact {
	width: 215px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url(img/cs.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 223px;
	z-index: 3;
	top: 150px;
	position: fixed;
	left: -180px;
	padding: 120px 0 5px 10px;
	margin:0;
	box-shadow: #000 0 0 15px, #848484 0 0 15px inset;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.5s ease-in-out; /** Firefox **/
	-o-transition: all 0.5s ease-in-out; /** Opera **/
	}

.contact li {
	padding: 0;
	margin: 0;
	overflow:hidden;
	display:block;
	color: #000;
	height: 35px;
}

.contact li a {
    color: #000;
}

.conheader {
	margin-right: 5px;
	float: left;
	display:inline-block;
}

.conheader img {
    width:30px;
}

.concontent {
	text-align: left;
	font-size: 18px;
	display: inline-block;
	float: left;
}

#axis:hover .move-right{
    transform: translate(180px,0);
    -webkit-transform: translate(180px,0); /** Chrome & Safari **/
    -o-transform: translate(180px,0); /** Opera **/
    -moz-transform: translate(180px,0); /** Firefox **/
}
li{list-style:number;
	margin: 8px 0;
}

#fixed-contact{color:#ef081f;display:inline-block;left:0;position:fixed;top:20%;z-index:9999}
#fixed-contact
.youtube{background:rgba(0, 0, 0, 0) url("../../Youtube.png") no-repeat scroll left center;height:66px;margin-bottom:10px;padding-left:73px;width:175px}
#fixed-contact
.twitter{background:rgba(0, 0, 0, 0) url("../../Twitter.png") no-repeat scroll left center;height:66px;margin-bottom:10px;padding-left:73px;width:175px}
#fixed-contact
.whatsapp{background:rgba(0, 0, 0, 0) url("../../WA.png") no-repeat scroll left center;height:66px;margin-bottom:10px;padding-left:73px;width:175px}
#fixed-contact > div > span, #fixed-contact > div > a
span{color:transparent;display:block;font-size:20px;font-weight:bold}
#fixed-contact>div,
#fixed-contact>div>a{color:transparent;border-radius:35px 10px 10px 35px}
#fixed-contact>div:hover,
#fixed-contact>div:hover>a{color:#fffc03;padding-top:10px;text-shadow:4px 4px 3px black}
#fixed-contact>div:hover{background-color:rgba(0, 0, 0, 0.8)}
#fixed-contact > div:hover > span, 
#fixed-contact > div:hover a>span{color:#fff}


