/*Amintoto*/

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	padding-bottom: 10rem;
	position: relative;
	margin: 0;
	background: 50% 0 #003839;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 11pt;
	line-height: 18pt;
	min-height: 100%;
}

h1 {
	font-size: 18pt;
    margin: 8px 0;
    color: #00ffea;
	}
h2 {
	font-size: 18pt;
    margin: 8px 0;
    color: #00ffea;
    }
h3 {
    
	font-size: 18pt;
    margin: 8px 0;
    color: #00ffea;
    }
h4 {
	font-size: 18pt;
    margin: 8px 0;
    color: #00ffea;
	}
h5 {
	font-size: 18pt;
    margin: 8px 0;
    color: #00ffea;
	}
h6 {
	font-size: 18pt;
    margin: 8px 0;
    color: #00ffea;
	}

a {color:#33ce00;
text-decoration:none}

a:hover {color:#ff0;}


.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 {
    box-shadow: #000 0 0 25px 5px;
    text-shadow: #000 0 0 15px;
    background: #1b1b1b;
    font-size: 10pt;
    color: #eab400;
    width: 100%;
    height: 22px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 25px;
    border-bottom: 1px solid #292929;
}

.header {padding: 25px 0;background: #003839;overflow:hidden;}

.logo {margin: -45px 0 -20px;float: left;display: block;z-index: 3;width: 30%;}

.logoimg {
    width: 300px;
}

.headright {
    float:right;
    width: 60%;
}
.headleft {
    float:left;
    width: 50%;
}


.form-inside {
    vertical-align: middle;
    width: 30%;
    float: right;
    display: inline-block;
}

.captcha-column {width: 13%;margin-right: 5px;}

.captcha-img-col {width: 19%;margin-left: 0;}


input[type=login], input[type=daftar] {
    border-radius: 5px;
    font-size: 14pt;
    background: #00b8ad;
    background: -moz-linear-gradient(top, #00b6b8 0%, #00fedd 51%, #00b6b8 100%);
    background: -webkit-linear-gradient(top, #00b6b8 0%,#00fedd 51%,#00b6b8 100%);
    background: linear-gradient(to bottom, #00b6b8 0%,#00fedd 51%,#00b6b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6b8', endColorstr='#00b6b8',GradientType=0 );
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 90%;
    color: #000;
    padding: 7px 10px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    }

input[type=daftar]:hover,input[type=login]:hover {
    color:#000000;
    background: #fefcea;
background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%);
background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(195,135,32,1);
    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 {
	width: 100%;
	background: #141414;
	background: -moz-linear-gradient(top, #141414 0%, #444444 72%, #000000 100%);
	background: -webkit-linear-gradient(top, #141414 0%,#444444 72%,#000000 100%);
	background: linear-gradient(to bottom, #141414 0%,#444444 72%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=0 );
	box-shadow: #000 0 0 25px 5px;
	border-top: 5px solid #292929;
	border-bottom: 5px solid #101010;
	height: 45px;
	position: relative;
	z-index: 3;
	}

.navinside {
    position: relative;
    width: 1000px;
    margin:0 auto;
    display:block;
}

.topnav {
  overflow: hidden;
}

.topnav a {text-shadow: #000 0 0 5px;float: left;text-align: center;padding: 3px 25px;text-decoration: none;color: #e4e4e4;font-weight: bold;font-size: i;}

.panduan {
display:none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    color:rgba(102,153,255,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 {width: 1000px;border-radius: 20px;overflow: hidden;box-shadow: #000 0 0 25px 5px;background: #000;height:350px;border-top: 5px solid #101010;border-bottom: 5px solid #101010;border-left: 1px solid #101010;border-right: 1px solid #101010;margin: 0 auto;}


.bottom-teks-column {
    color: #fff;
    width: 950px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 15px;
    box-shadow: #000 0 0 15px, #404040 0 0 55px inset;
    background: none repeat scroll 0 0 rgba(0,0,0,0.7);
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: #000 0 0 15px, #131313 0 0 55px inset;
    border-top: 1px solid #313131;
    background: #000;
    text-align: center;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: table;
}

.footerteks{

background: #222;

box-shadow: #333 0 0 15px inset;

border-top: 1px solid #444;
}

.footbank {
display: block;
margin: 0 auto;
}

.jackpot {
    display: block;
    z-index: 2;
    background-image: url(../img/jackpot.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1115px;
    height: 130px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.jackpotinside {display: table;width: 885px;max-width:100%;margin:0 auto;padding: 40px 0 0;text-align:right;height: 100%;}

.jackpot-title {text-shadow: #000 0 0 15px;font-size: 28pt;font-weight: bold;padding: 0;}

.jackpotl {margin-left: 95px;text-align: right;vertical-align: middle;font-family: arial;padding: 0;float: right;width: 30%;}

.jackpotr {text-align: right;vertical-align: middle;font-family: arial;float: right;width: 30%;}


@-webkit-keyframes move {
	0%  { 
	-webkit-transform: rotate(30deg);
	}
	50% {
	-webkit-transform: rotate(-30deg);
	}
	100% {
	-webkit-transform: rotate(30deg);
	}
	}
		
@-webkit-keyframes move2 {
	0%  { 
	-webkit-transform: rotate(-30deg);
	}
	50% {
	-webkit-transform: rotate(30deg);
	}
	100% {
	-webkit-transform: rotate(-30deg);
	}
	}