/* CSS */
body {
  margin: auto;
  font: 400 15px/1.8 Lato, sans-serif;
  color: #fff;
  background-color: #000;
}
/* MOBILE ONLY LIST */
.loginbtn, .main-menu-outer-container, .togelresult-m {
  display: none;
}

/* HEADER */
header {
  width: 68%;
  position: relative;
  padding-top: 1%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.logo {
  float: left;
  margin: auto;
  max-width: 50%;
}
.login-form {
  margin: auto;
  float: right;
  width: 50%;
}
.lgin input {
  color: gold;
  border-color: gold;
  width: 100px;
  text-align: center;
  height: 25px;
  background: #000;
  border-radius: 8px;
}

/* MENU */
.container, .hubkami, .togelresult, .togelresult-m {
  position: relative;
  width: auto;
  margin: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#menu {
  width: 100%;
  clear: both;
}
ul#nav {
  width: 100%;
  margin: auto;
  padding: 0;
  list-style: none;
}
ul#nav li {
  display: inline-block;
  float: inherit;
}
ul#nav li a {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #e2c360;
  text-decoration: none;
  text-align: center;
  min-height: 77px;
  padding: 14px 0px 0px 0px;
  width: 88px;
}
ul#nav .current a,
ul#nav li:hover > a {
  color: #fff;
  text-decoration: none;
}
ul#nav li a span {
  display: block;
}
/* ul#nav ul {
  display: none;
} */
.lxmenu {
  background: url(../img/icon/lexus365.png?v=2) no-repeat center;
}
.home, .sport, .slot, .casino, .poker, .lottery, .fishing, .mtangkas, .daftar, .promo {
  height: 30px;
}
/* MENU#HOME */
.home {
  background-position: 26px -0px;
}
ul#nav li:hover .home {
  background-position: 26px -28px;
}
ul#nav li.active .home {
  background-position: 26px -28px;
}
/* MENU#SPORT */
.sport {
  background-position: 26px -70px;
}
ul#nav li:hover .sport {
  background-position: 26px -98px;
}
ul#nav li.active .sport {
  background-position: 26px -98px;
}
/* MENU#SLOT */
.slot {
  background-position: 26px -290px;
}
ul#nav li:hover .slot {
  background-position: 26px -319px;
}
ul#nav li.active .slot {
  background-position: 26px -319px;
}
/* MENU#CASINO */
.casino {
  background-position: 26px -138px;
}
ul#nav li:hover .casino {
  background-position: 26px -168px;
}
ul#nav li.active .casino {
  background-position: 26px -168px;
}
/* MENU#POKER */
.poker {
  background-position: 26px -367px;
}
ul#nav li:hover .poker {
  background-position: 26px -397px;
}
ul#nav li.active .poker {
  background-position: 26px -397px;
}
/* MENU#TOGEL */
.lottery {
  background-position: 26px -444px;
}
ul#nav li:hover .lottery {
  background-position: 26px -474px;
}
ul#nav li.active .lottery {
  background-position: 26px -474px;
}
/* MENU#FISHING */
.fishing {
  background-position: 26px -212px;
}
ul#nav li:hover .fishing {
  background-position: 26px -242px;
}
ul#nav li.active .fishing {
  background-position: 26px -242px;
}
/* MENU#TANGKAS */
.mtangkas {
  background-position: 26px -680px;
}
ul#nav li:hover .mtangkas {
  background-position: 26px -713px;
}
ul#nav li.active .mtangkas {
  background-position: 26px -713px;
}
/* MENU#DAFTAR */
.daftar {
  background-position: 26px -600px;
}
ul#nav li:hover .daftar {
  background-position: 26px -634px;
}
ul#nav li.active .daftar {
  background-position: 26px -634px;
}
/* MENU#PROMO */
.promo {
  background-position: 26px -520px;
}
ul#nav li:hover .promo {
  background-position: 26px -553px;
}
ul#nav li.active .promo {
  background-position: 26px -553px;
}

/* BROADCAST */
.broadcast {
  display: flex;
  width: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 1%;
}
.pesan {
  border: 1px solid gold;
  border-radius: 10px;
  float: right;
  font-style: normal;
  color: gold;
}

/* SLIDER */
.slider {
  background: #070707;
}
.slider .carousel-indicators .active {
  background: #f4e082;
}
.slider .carousel-indicators {
  position: absolute;
  bottom: 3px;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.slider .carousel-indicators li {
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #5a5a5a;
  border-radius: 0px;
  border: none;
}

/* SMALL BANNER */
.small-banner {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: auto;
  position: relative;
  width: 68%;
  text-align: center;
  display: block;
  /* fix firefox animation glitch */
}
.small-banner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sb-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.sb-item img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.sb-item {
  width: 33.333%;
}
.sb-1 {
  padding-right: 8px;
}
.sb-2 {
  padding-left: 3px;
  padding-right: 3px;
}
.sb-3 {
  padding-left: 8px;
}
.banner-box {
  border: 1px solid gold;
  border-radius: 8px;
}

/* TOGEL & LIVE SUPPORT */
.tnls {
  display: flex;
  width: 68%;
  clear: both;
  margin: auto;
  border-bottom: 1px dotted #3c3c3c;
}
.hubkami, .togelresult {
  width: 50%;
  border: 1px solid gold;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: gold;
  display: inline-block;
  padding: 10px 30px 10px 30px;
}
.hubkami h5, .togelresult h5 {
  font-weight: bold;
  position: absolute;
  top: -18px;
  background: #0d0d0d;
  padding: 0 10px;
  left: 10px;
  font-size: 17px;
  color: gold;
}
.logo_4d, .garis {
  display: inline-block;
}
.togelresult {
  text-align: center;
  margin-right: 1%;
}
.logo_4d {
  padding-top: 24px;
  left: 0;
  width: 33%;
}
.garis {
  border-right: 1px solid gold;
  height: 120px;
  position: absolute;
  right: 50%;
}
#TogelCountry {
  padding-top: 12px;
  width: 50%;
  float: right;
}
.empatangka {
  padding: 3px;
  border: 1px solid gold;
  border-radius: 15px;
  font-size: 27px;
  text-align: center;
}

/* CONTACT US */
.hubkami {
  margin-left: 1%;
  padding-bottom: 9px;
  background-image: url(../img/live-support.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.hubkami a {
  text-decoration: none;
  color: gold;
}
.hubkami a:hover {
  text-decoration: none;
  color: white;
}
.hubkami ul{
  list-style: none;
}
.hubkami li{
  margin-top: 10px;
}
.nmen, .konmenu {
  float: left;
  display: inline;
}
.konmenu {
  padding-right: 30px;
  background: url(../img/icon/kontak.png) no-repeat center;
}
.whatsapp {
  height: 24px;
  background-position: 0 -0px;
}
.whatsapp:hover {
  background-position: 0 -34px;
}
.telegram {
  height: 24px;
  background-position: 0 -68px;
}
.telegram:hover {
  background-position: 0 -102px;
}
.phone {
  height: 24px;
  background-position: 0 -136px;
}
.phone:hover {
  background-position: 0 -170px;
}

/* BANK */
.lxbank {
  display: inline-block;
  background: url(../img/icon/lxbank.png)
  no-repeat center;
}
.tengah {
  text-align: left;
  width: 68%;
  margin: auto;
  margin-top: 30px;
}
.pmet, .pmet2 {
  display: flex;
  padding: 20px 15px 0px 15px;
  border: 1px solid #3c3c3c;
  margin: auto;
  border-radius: 5px;
  position: relative;
}
.pmet2 {
  margin-top: 1%;
}
.pmet h5, .boxna h5 {
  font-weight: bold;
  position: absolute;
  top: -18px;
  background: #0d0d0d;
  padding: 0 10px;
  left: 10px;
  font-size: 17px;
  color: grey;
}
.pmet ul li {
  display: inline-block;
  padding-left: 12px;
}
.bca, .mandiri, .bni, .bri, .cimb, .danamon, .bank-lain, .xl, .telkomsel, .gopay, .ovo, .dana {
  height: 41px;
}
.bca {
  width: 95px;
  background-position: 0px 0px;
}
.bca:hover {
  background-position: -120px 0px;
}
.mandiri {
  width: 193px;
  background-position: 0px -50px;
}
.mandiri:hover {
  background-position: -220px -50px;
}
.bni {
  width: 78px;
  background-position: 0px -100px;
}
.bni:hover {
  background-position: -120px -100px;
}
.bri {
  width: 76px;
  background-position: 0px -150px;
}
.bri:hover {
  background-position: -120px -150px;
}
.cimb {
  width: 111px;
  background-position: 0px -200px;
}
.cimb:hover {
  background-position: -150px -200px;
}
.danamon {
  width: 235px;
  background-position: 0px -250px;
}
.danamon:hover {
  background-position: -280px -250px;
}
.bank-lain {
  width: 242px;
  background-position: 0px -300px;
}
.bank-lain:hover {
  background-position: -280px -300px;
}
.xl {
  width: 57px;
  background-position: 0px -400px;
}
.xl:hover {
  background-position: -88px -400px;
}
.telkomsel {
  width: 273px;
  background-position: 0px -450px;
}
.telkomsel:hover {
  background-position: -300px -450px;
}
.gopay {
  width: 157px;
  background-position: 0px -500px;
}
.gopay:hover {
  background-position: -180px -500px;
}
.ovo {
  width: 97px;
  background-position: 0px -550px;
}
.ovo:hover {
  background-position: -120px -550px;
}
.dana {
  width: 131px;
  background-position: 0px -600px;
}
.dana:hover {
  background-position: -180px -600px;
}

/* FOOTER */
.lxbank, .vendor {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.kaki {
  width: 68%;
  margin: auto;
  position: relative;
}
.kaki h1, h2, h3, h4 {
  color: gold;
}
.kaki p, ol{
  color: grey;
}
.kaki a {
  color: grey;
}
.kaki a:hover {
  color: grey;
  text-decoration: none;
}

/* SEPATU */
.sepatu {
  text-align: left;
  width: 68%;
  margin: auto;
  border-top: 1px dotted grey;
  margin-bottom: 18px;
}
.lantangnga h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0 0 0;
  color: grey;
}
.boxna {
  display: flex;
  padding: 15px 15px 0px 15px;
  border: 1px solid #3c3c3c;
  margin: auto;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}
.boxna ul {
  margin: 0;
  padding: 0;
}
.boxna ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.vendor {
  display: inline-block;
  background: url(../img/icon/provider.png)
  no-repeat center;
}
.sbobet {
  height: 43px;
  width: 180px;
  background-position: 0 0;
}
.sbobet:hover {
  background-position: -200px 0;
}
.afb {
  height: 44px;
  width: 70px;
  background-position: 0 -45px;
}
.afb:hover {
  background-position: -90px -45px;
}
.pragmatic {
  height: 44px;
  width: 100px;
  background-position: 0 -100px;
}
.pragmatic:hover {
  background-position: -120px -100px;
}
.mimigaming {
  height: 44px;
  width: 95px;
  background-position: 0 -150px;
}
.mimigaming:hover {
  background-position: -115px -150px;
}
.gamehall {
  height: 44px;
  width: 90px;
  background-position: 0 -200px;
}
.gamehall:hover {
  background-position: -110px -200px;
}
.jdb {
  height: 44px;
  width: 81px;
  background-position: 0 -255px;
}
.jdb:hover {
  background-position: -101px -255px;
}
.rtg {
  height: 44px;
  width: 120px;
  background-position: 0 -310px;
}
.rtg:hover {
  background-position: -150px -310px;
}
.habanero {
  height: 44px;
  width: 212px;
  background-position: 0 -365px;
}
.habanero:hover {
  background-position: -225px -365px;
}
.lg88 {
  height: 44px;
  width: 44px;
  background-position: 0 -420px;
}
.lg88:hover {
  background-position: -64px -420px;
}
.dreamgaming {
  height: 44px;
  width: 70px;
  background-position: 0 -475px;
}
.dreamgaming:hover {
  background-position: -90px -475px;
}
.wmcasino {
  height: 44px;
  width: 153px;
  background-position: 0 -540px;
}
.wmcasino:hover {
  background-position: -173px -540px;
}
.crown855 {
  height: 44px;
  width: 74px;
  background-position: 0 -595px;
}
.crown855:hover {
  background-position: -94px -595px;
}
.gd88 {
  height: 44px;
  width: 131px;
  background-position: 0 -645px;
}
.gd88:hover {
  background-position: -151px -645px;
}
.pkv {
  height: 74px;
  width: 74px;
  background-position: 0 -700px;
  padding-bottom: 0;
}
.pkv:hover {
  background-position: -94px -700px;
}
.isin4d {
  height: 56px;
  width: 80px;
  background-position: 0 -780px;
}
.isin4d:hover {
  background-position: -90px -780px;
}
.tangkas {
  height: 52px;
  width: 126px;
  background-position: 0 -830px;
}
.tangkas:hover {
  background-position: -146px -830px;
}
.mimigaming2 {
  height: 50px;
  width: 95px;
  background-position: 0 -150px;
}
.mimigaming2:hover {
  background-position: -115px -150px;
}
.spadegaming {
  height: 63px;
  width: 257px;
  background-position: 0 -880px;
}
.spadegaming:hover {
  background-position: -277px -880px;
}
.jdb2 {
  height: 50px;
  width: 81px;
  background-position: 0 -255px;
}
.jdb2:hover {
  background-position: -101px -255px;
}
.ylfishing {
  height: 70px;
  width: 84px;
  background-position: 0 -950px;
}
.ylfishing:hover {
  background-position: -104px -950px;
}
