body {
    background-color: #090909;
    background-image:url("../img/back.jpg");
    background-size: cover;
    font-family: 'PT Sans', sans-serif;
    color: #ddd;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #e6c84b;
}
a{
	text-decoration:none;
    color: #ffffff;
	}

h1{
  font-size:19pt;
}
h2{
  font-size:17pt;
}
h3{
  font-size:15pt;
}
h4{
  font-size:13pt;
}
h5{
  font-size:14pt;
}
h6{
  font-size:9pt;
}
.color{
	background: #333333;
background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
border-bottom:1px solid #ba7d00;
}
.color2{
	background: #ffb600;
background: -moz-linear-gradient(top,  #ffb600 0%, #b27600 100%);
background: -webkit-linear-gradient(top,  #ffb600 0%,#b27600 100%);
background: linear-gradient(to bottom,  #ffb600 0%,#840808 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb600', endColorstr='#b27600',GradientType=0 );
}
.color3,.menu-active{
	background: #8e4500;
	background: -moz-linear-gradient(top,  #8e4500 0%, #592900 100%);
	background: -webkit-linear-gradient(top,  #8e4500 0%,#592900 100%);
	background: linear-gradient(to bottom,  #8e4500 0%,#592900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4500', endColorstr='#592900',GradientType=0 );
	color: #fff;
	border: 1px solid #a04e00 !important;
}
.wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header {
    margin: 0 0 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.menu-logo-block {background: #1a1a1a;background: -moz-linear-gradient(top,  #1a1a1a 0%, #232323 50%, #1a1a1a 100%);background: -webkit-linear-gradient(top,  #1a1a1a 0%,#232323 50%,#1a1a1a 100%);background: linear-gradient(to bottom,  #1a1a1a 0%,#232323 50%,#1a1a1a 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#1a1a1a',GradientType=0 );border-top: 1px solid #635107;border-bottom: 1px solid #635107;align-items: center;text-align: center;padding: 10px 0;position: relative;height: auto;}
.menu {
    text-transform: uppercase;
    padding: 0 20px;
}
.datetime {
	font-size:9pt;
	width: 20%;
	text-align: center;
	margin: 0;
}
.scrolltext {
    width: 80%;
}
.topnav {
    position: relative;
    display: flex;
    text-align: center;
    height: 100%;
}
.logo {
    width: 30%;
    text-align: center;
}
.logo img {
    width: 84%;
    vertical-align: middle;
}
.top-pages {
	z-index: 4;
	width: 100%;
	height: auto;
	padding: 1% 0;
	}

.topnav a {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: auto;
  margin: 0 auto;
  height: auto;
  color: #ffffff;
  text-shadow: #000 0 0 3px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  padding: 10px 20px;
}

.topnav a:hover {
  color: #000000;
  text-shadow:#000 0 0 1px;
  border:none;
}
.active {
  background-color: #730003;
  color: white;
}

.topnav .icon {
  display: none;
}

.form {
   width: 67%;
   margin-right: 2%;
}

.form-item {
  width: 17.3%;
  vertical-align: middle;
  margin: 0 0.25%;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14pt;
}

input[type=text],input[type=password], select {
    box-shadow: inset 0 0 15px #c5c5c5, #868686 0 0 1px 1px inset;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    text-align: center;
    
}

#txtCode{
    box-shadow: inset 0 0 15px #c5c5c5, #868686 0 0 1px 1px inset;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    text-align: center;
    width: 15%;
    vertical-align: middle;
    margin: 0 0.25%;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14pt;
}

input:focus {
    box-shadow: #888 0 0 15px inset;
    background: #ffffff;
    color: #3c3c3c;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7b7b7b;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d8d8d;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d8d8d;
}

.slider {
    width: 65%;
    overflow: hidden;
    display: block;
}
.banner-bawah {
	margin:10px 0;
	width: 100%;
}
.kontak {
    display: inline-block;
    width: 34.5%;
}
.kontak ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kontak li {
    display: block;
    width: 30%;
    border-radius: 5px;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 5% center;
    height: 63px;
	line-height: 20px;
    margin: 0 0 2% 2%;
    padding: 6% 2% 0 15%;
}

.frontpage-block{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}
.list {
    position: relative;
}
.list-game a {
	background-position: center bottom;
	background-size: contain;
	transition: 0.3s;
	height: 200px;
	border: 2px solid #ba7d00;
	display: block;
	width: 20%;
	background-repeat:no-repeat;
	border-radius: 10px;
}
.list-game a:hover{
	border:2px solid #ffffff;

}
.list-game a:last-child {
	width: 35%;
	background-image: url(../img/roullete/roullete-back.png);
	background-size: cover;
	border: 2px solid #6f2006;
}
.sportsbook {
	background-image:url(../img/list-game/sportsbook.png);
}
.live-casino {
	background-image:url(../img/list-game/live-casino.png);
}
.togel-online {
	background-image:url(../img/list-game/togel-online.png);
}
.sportsbook:hover {
	background-image:url(../img/list-game/sportsbook-hover.png);
}
.live-casino:hover {
	background-image:url(../img/list-game/live-casino-hover.png);
}
.togel-online:hover {
	background-image:url(../img/list-game/togel-online-hover.png);
}

.scroll-text {
    color: #ffc500;
    display: block;
    background: #00000091;
    position: relative;
    z-index: 3;
    margin: 0 auto -35px;
    height: 35px;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 2;
}


.content {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.content-inside {
    margin-top: 40px;
}
.footer {
	text-align:center;
	padding: 5px 0 30px;
}
/* Smartphones (portrait & landscape) ----------- */
@media only screen and (max-device-width: 823px) and (min-device-width: 320px) {
.datetime {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14pt;
}

.wrapper .flex {
	display:block;
}

.form {
    display: block;
    width: 90%;
    margin: 0 auto 5%;
}

input[type=text], input[type=password], select {
    display: block;
    width: 100%;
}

#txtCode{
    display: block;
    width: 100%;
    margin-top: 14px;
}

.imgcode{
    margin-top: 14px;
}

.form-item {
    padding: 10px 0;
    margin-top: 15px;
}

button.form-item {
    display: inline-block;
    width: 100%;
    border: none;
}
.logo {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.topnav {
    display: block;
}
.topnav a {
    float: left;
    width: 70%;
    font-size: 18pt;
    padding: 0;
    color: #000;
    text-shadow: #fff 0 0 1px;
}
 .topnav a:not(:first-child) {display: none;width: auto;}
  .topnav a.icon {
    float: right;
    width: 10%;
    display: block;
  }
  .topnav.responsive {z-index: 3;position: relative;}
  .topnav.responsive .icon {
    text-align: center;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    margin: 10px 0;
    float: none;
    display: block;
    text-align: left;
    padding: 0 0 0 10%;
  }

.menu {
  background: #b87900;
  background: -moz-linear-gradient(top, #b87900 0%, #fed100 50%, #b87900 100%);
  background: -webkit-linear-gradient(top, #b87900 0%,#fed100 50%,#b87900 100%);
  background: linear-gradient(to bottom, #b87900 0%,#fed100 50%,#b87900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87900', endColorstr='#b87900',GradientType=0 );
  box-shadow: #ffc500 0 0 15px inset;
  display: block;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
}

.menu-logo-block {
    padding: 0;
}
.scroll-text {
    margin: 0;
}

.frontpage-block {
    margin: 0;
}

.content {
    padding: 40px;
    width: auto;
}
.content-inside {
    margin-top: 0;
}
.scrolltext {
    width: 100% !important;
    font-size: 18pt;
}

.slider {
    width: 100%;
}

.kontak {
    width: 100%;
}

.kontak li {
    margin: 2%;
    width: 28.5%;
}

.list-game a {
    display: none;
}
}
