@import url("../fonts/style.css");

body {background-color : #010417;color : #fff;}

.container {max-width : 1000px; padding:0 10px 10px 10px; background-color: #1a1a1a;}
.container-fluid, .navbar-collapse {padding-right: 0px;padding-left: 0px;}
.bradius {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.row {margin: 0;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {padding: 0;}
.col-xs-6 {padding-right: 5px;padding-left: 5px;}

/* font */
.form .login, .form .daftar, .navbar-nav a, .contact .cs1,.contact .cs2, .contact .cs3,.contact .cs4, .deposit, .jackpot, .withdraw, .m-contact1 .cs1,.m-contact1 .cs2, .m-contact2 .cs3,.m-contact2 .cs4 {font-family: "Bahnschrift Regular"; text-transform: uppercase;}

/* background image */
body {background-image : url("../img/bg.png");}
.running-text {background-image : url("../img/running-text.png");}
.contact {background-image : url("../img/contact.png");}
.deposit {background-image : url("../img/last-deposit.png");}
.jackpot {background-image : url("../img/jackpot.png");}
.withdraw {background-image : url("../img/last-withdraw.png");}
.m-contact1 {background-image : url("../img/m-contact1.png");}
.m-contact2 {background-image : url("../img/m-contact2.png");}

/* image atribut */
body, .running-text, .contact, .deposit, .jackpot, .withdraw, .m-contact1, .m-contact2 {
	background-size : 100%;
	background-repeat : no-repeat;
	background-position : top center;
}

/* layout */
.navbar-default {background-color: transparent;border-color: transparent;}
.navbar > .container-fluid .navbar-brand {width: 150px;}
.navbar-default .navbar-nav > li > a {color: #ffffff;margin: 0 1px; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; background-image: linear-gradient(#003399, #012585, #011067);}
.navbar-default .navbar-nav > li > a:hover {color: #ffffff;margin: 0 1px; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; background-color: #003399;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {color: #fff;}
.navbar-default .navbar-nav > .active > a {color: #250300; background-image: linear-gradient(#663300, #c39d35, #f1e458);}
.nav > li > a { padding-left: 35px; padding-right: 35px;}
.navbar-toggle { border :0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-right: 0px;margin-left: 0;}


.logo img {max-width : 350px; margin-top: 0px; margin-left: 40px; margin-bottom: 15px; }

.form {text-align: right;height : 80px; margin-top: 0px;}
.form a, .form input {padding : 5px; margin-top: 3px;}
.form a {display: inline-block;text-transform: uppercase;}
.form input[type="username"], .form input[type="password"] {display: inline-block;width : 49.49%; color : #555;}
.form ::placeholder {color: #616161;text-align: center;}
.form input {outline: none;}

.form .login, .form .daftar {width: 49.49%; text-align : center;}
.form .login{background-image: linear-gradient(#00359f, #012585, #010f68);color : #fff;}
.form .daftar{background-image: linear-gradient(#cc9933, #fffe66, #d1a438);color : #000;}

.running-text {height: 49px; text-align : center; font-size : 13px;}
.running-text marquee {margin-top: 15px; width : 60%;}

.contact {height: 290px;margin-bottom: 0px; padding-left : 90px;}
.contact .cs1,.contact .cs2, .contact .cs3,.contact .cs4 {height: 63px; font-size : 22px; padding-top : 15px; margin-top: 5px;}

.m-contact1, .m-contact2 {height: 80px;margin-bottom: 0px; padding-left : 52px;}
.m-contact1 .cs1,.m-contact1 .cs2, .m-contact2 .cs3,.m-contact2 .cs4 {height: 37px; font-size : 13px; padding-top : 5px; margin-top: 2px;}


.deposit, .jackpot, .withdraw {height:  262px; color : #444;}
.deposit, .withdraw {padding : 125px 50px;}
.deposit table, .withdraw table {width : 100%;}
.deposit td, .withdraw td {line-height : 25px; width: 33%; text-align : center;}

.jackpot {padding-top: 12px;}
.jackpot .input1, .jackpot .input2 { height : 50px; margin-top : 64px; font-size: 30px;}

/* JACKPOT ANIMATIONS */
#num_input1, #num_input2, #num_input3 {
	background: transparent;
	font-family: Bahnschrift Regular, Arial, Helvetica, sans-serif;
	border: 0px solid #fff;
	margin-left : 75px;
	color: #fff;
	width : 250px;
	font-size : 35px;
	letter-spacing: 1px;
}

.footer {max-width : 1000px; margin: 0 auto;}
.footer img {margin-top: 10px;}

.article {border : 1px dotted #999; border-radius : 10px; padding: 20px; margin-top: 20px; }
.article p {text-align: justify;}
h1, h2, h3, h4 {text-align : center; font-family: "Bahnschrift Regular";}
.article h1 {font-size: 27px;}
.article h2 {font-size: 24px;}
.article h3 {font-size: 22px;}
.article h4 {font-size: 20px;}

.copyright {margin-top: 20px; }
.copyright p {text-align: center; padding-bottom: 10px;}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.5;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}