/*======================
    Base Css
=======================*/

@import url('https://fonts.googleapis.com/css?family=Oswald');
  * {
  margin:0;
  padding:0;
}

html,
body {
  height:100%;
  width:auto;
}

body {
  max-height:100%;
  font-weight:400;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
  font-family:'Poppins',sans-serif;
  color:#666;
  background-image:url(../img/bgtbl.png);
  background-size:100%;
  background-position:center top;
  background-color:#121312;
  background-repeat:no-repeat;
}

a,
a:hover,
a:focus,
a:active {
  outline:none;
  text-decoration:none;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
}

a:focus,
textarea:focus,
input:focus,
button:focus {
  outline:0 solid;
}

.fix {
  overflow:hidden;
}

.fix-x {
  overflow-x:hidden;
}

.fix-y {
  overflow-y:hidden;
}

img {
  max-width:100%;
  height:auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 20px;
}

.section-padding {
  padding:100px 0;
}

.section-title {
  margin-bottom:80px;
}

ul {
  margin:0;
  padding:0;
  list-style:none;
}

li {
  display:inline-block;
  position:relative;
}

.top-menu {
  padding-top:10px;
}

.bg-1 {
  width:14px;
  height:14px;
  background:url('') -10px -10px;
}

.bg-2 {
  width:14px;
  height:14px;
  background:url('') -44px -10px;
}

.bg-3 {
  width:14px;
  height:14px;
  background:url('') -10px -44px;
}

.bg-4 {
  width:14px;
  height:14px;
  background:url('') -44px -44px;
}

.bg-5 {
  width:14px;
  height:14px;
  background:url('') -78px -10px;
}

.bg-6 {
  width:14px;
  height:14px;
  background:url('') -78px -44px;
}

.top-menu ul li a {
  color:#fff;
  font-weight:700;
  font-size:14px;
  display:block;
  padding:10px 34px;
  border-radius:20px;
  min-width:125px;
  /*  background:#121312;
  background:-webkit-linear-gradient(-45deg,#00ccfe 0%,#005787 99%);
  background:-webkit-linear-gradient(315deg,#00ccfe 0%,#005787 99%);
  background:linear-gradient(135deg,#00ccfe 0%,#005787 99%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccfe',endColorstr='#005787',GradientType=1);
  */

	
	
/* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#00ccff+0,0092c5+50,004273+100 */

	background:#f7c90a;
  /* Old browsers */

	background:-moz-linear-gradient(top,#f7c90a 0%,#f7c90a 50%,#121312 100%);
  /* FF3.6-15 */

	background:-webkit-linear-gradient(top,#f7c90a 0%,#f7c90a 530%,#121312 100%);
  /* Chrome10-25,Safari5.1-6 */

	background:linear-gradient(to bottom,#f7c90a 0%,#f7c90a 20%,#121312 100%);
  /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */

	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ff33',endColorstr='#121312',GradientType=0 );
  /* IE6-9 */;
}

.top-menu ul li a i.fa {
  padding-right:5px;
  font-size:16px;
}

.header-middle {
  padding:10px 0;
  background-position:center;
  background-size:contain;
  z-index:99;
  width:1140px;
  margin:0 auto;
}

.logo {
  padding:4px 0;
}

.logo img {
  max-height:75px;
}

.login-form {
  max-width:500px;
  float:right;
}

input {
  width:100%;
  border:1px solid #E3E3E3;
  padding:5px;
  margin-top:10px;
  border-radius:20px;
}

.login-form .row {
  margin:0 -5px;
}

.login-form .row .col-md-6 {
  padding-left:5px;
  padding-right:5px;
}

.login-form input[type=submit] {
  background:#00ADDE;
  text-transform:capitalize;
  font-weight:700;
  color:#fff;
}

.login-form {
  position:relative;
  padding-right:130px;
  position: relative;
  padding-right: 130px;
  right: 84px;
}

.login-form button[type=submit] {
  color:#fff;
}

.full-width-banner {
  display:block;
  width:100%;
  height:100px;
  position:relative;
  margin-top:10px;
}

.full-width-banner img {
  height:100px;
}

.currency {
  position:absolute;
  top:0;
  z-index:99;
  color:#fff;
  font-size:55px;
  right:50px;
}

.mainmenu li a {
  display:inline-block;
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  padding:10px 18px;
}

.mainmenu {
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  border-top:3px solid #121312;
  border-bottom:3px solid #121312;
  border-radius:20px;
}

.mainmenu li a i.fa {
  padding-right:5px;
}

.mainmenu li {
  border-right:1px solid #f7c90a;
  border-radius:20px;
}

.mainmenu li:last-child {
  border-right:none;
}

.mainmenu ul li.chat-colored {
  background:-webkit-linear-gradient(#af0000,#840000);
  background:linear-gradient(#af0000,#840000);
  border-top:3px solid #ff0000;
  border-bottom:3px solid #380000;
  margin-top:-3px;
  margin-bottom:-3px;
  margin-left:-4px;
}

.mainmenu li a span.hot {
  font-size:10px;
  background:#ff0000;
  width:25px;
  height:25px;
  display:inline-block;
  text-align:center;
  line-height:25px;
  border-radius:50%;
  position:absolute;
  right:5px;
  top:-12px;
}

.slicknav_menu {
  display:none;
}

.promo-text {
  background:#f9f9f9;
  border-radius:20px;
  margin-top:10px;
  position:relative;
  margin-bottom:10px;
  height:26px;
}

.promo-text marquee {
  margin:2px 0 0 0;
  color:#fff;
  text-transform:uppercase;
  font-weight:700;
  position:absolute;
  left:0;
  margin-left:90px;
  margin-right:20px;
  font-family:Arial;
}

.left-promo {
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  float:left;
  color:#fff;
  text-transform:uppercase;
  font-weight:700;
  padding:3px 20px;
  border-radius:20px 0 0 20px;
  top:-4px;
}

.promo-text:after {
  position:absolute;
  right:0;
  top:0;
  width:40px;
  height:26px;
  content:"";
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  border-radius:0 20px 20px 0;
}

.slide-bg-0 {
  background-image:url(../img/slideshow/topbola-cny.jpg);
}

.slide-bg-1 {
  background-image:url(../img/slideshow/slide1.jpg?v=2);
}

.slide-bg-2 {
  background-image:url(../img/slideshow/slide2.jpg?v=2);
}

.slide-bg-3 {
  background-image:url(../img/slideshow/topbola-raya.jpg);
}

/* .slide-bg-4 {
  background-image:url(../img/slideshow/slide4.jpg);
}

.slide-bg-5 {
  background-image:url(../img/slideshow/slide5.jpg);
} */

.slide-bg-6 {
  background-image:url(../img/slideshow/slide6.jpg);
}

.single-slide-item {
  background-position:center;
  background-size:cover;
  background-color:#2376D2;
  height:400px;
  width:100%;
}

.toggle-title {
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  font-weight:700;
  padding:12px;
  margin:0 0 10px;
  border-radius:20px;
}

.boxed-btn {
  display:inline-block;
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  color:#fff;
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  padding:9px 20px;
  width:120px;
  text-align:center;
  border-radius:20px;
}

.togle-sec ul li {
  display:inline-block;
}

.togle-sec ul li ul.togle-circle li {
  display:inline-block;
  width:26px;
  height:27px;
  background:#ffffff;
  border-radius:20%;
}

.togle-sec {
  background:#5d5607;
  border:2px solid #f7c90a;
  min-height:33px;
  border-radius:20px;
}

.togle-sec ul.single-line {
  padding:14px;
  border-bottom:2px solid #f7c90a;
}

.togle-sec ul.single-line:last-child {
  border-bottom:none;
}

.togle-sec ul li ul.togle-circle {
  margin-left:20px;
}

.togle-sec ul li ul.togle-circle li {
  margin:0 10px;
  position:relative;
  top:0;
  cursor:pointer;
  text-align:center;
  color:#000;
  font-weight:bold;
  font-size:19px;
}

.togle-sec ul li ul.togle-circle li  span {
  margin-top:2px;
}

.slider-wrap .owl-dots div {
  display:inline-block;
  width:12px;
  height:12px;
  background:#fff;
  margin:5px;
  border-radius:50%;
}

.slider-wrap .owl-dots div.active {
  background:#0071A1;
}

.slider-wrap .owl-dots {
  position:absolute;
  left:50%;
  -webkit-transform:translatex(-50%);
  transform:translatex(-50%);
  bottom:10px;
}

.banner-list-wrap a {
  display:block;
  width:33.333%;
  float:left;
  padding:3px;
}

.banner-list-wrap {
  margin:-3px;
  margin-top:3px;
  overflow:hidden;
}

.banner-list-wrap img {
  height:150px;
  width:100%;
}

.content-sec {
  margin-top:6px;
}

.content-wrap {
  background:#5d5607;
  border:2px solid #f7c90a;
  border-radius:20px;
  color:#fff;
  padding:15px;
  min-height:165px;
}

.content-wrap h3 {
  font-weight:400;
  margin:0 0 15px;
}

.brand-list a {
  text-align:center;
  display:inline-block;
  width:46%;
  padding:6px;
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  margin:5px;
  margin-left:7px;
  border-radius:inherit;
}

.brand-list img {
  width:auto;
  height:35px;
}

.brand-list {
  background:#5d5607;
  min-height:175px;
  border:2px solid #f7c90a;
  border-radius:20px;
}

.footer-area {
  background:-webkit-linear-gradient(#f7c90a,#121312);
  background:linear-gradient(#f7c90a,#121312);
  padding:5px 15px;
  margin-top:10px;
  border-radius:120px;
}

.social-links a {
  display:block;
  padding:5px;
}

.social-links span {
  display:inline-block;
  width:32px;
  height:32px;
  border:1px solid #fff;
  color:#fff;
  font-weight:700;
  text-align:center;
  line-height:30px;
  border-radius:50%;
}

.social-links img {
  width:25px;
  height:25px;
}

.footer-area p {
  text-transform:capitalize;
  color:#13E3F1;
  font-size:18px;
  color:#fff;
  margin:0;
  line-height:40px;
}

.content-sec .row {
  margin:0 -5px;
}

.content-sec .row .col-md-8,
.content-sec .row .col-md-4 {
  padding:0 5px;
}

.slider-sec .row {
  margin:0 -5px;
}

.slider-sec .row .col-md-8,
.slider-sec .row .col-md-4 {
  padding:0 5px;
}

#jackpot {
  color:#fff;
  font-size:60px;
  background:transparent;
  max-width:520px;
  height:60px;
  border:0;
  margin-top:15px;
}

.dropdawn-top-menu li {
  position:relative;
}

.dropdawn-top-menu li ul {
  position:absolute;
  top:33px !important;
  width:180px;
  z-index:2;
  padding:0;
  margin:0;
  list-style:none;
  opacity:0;
  visibility:hidden;
  transition:.3s;
  background:#ffffff00;
  display:block;
}

.dropdawn-top-menu li ul li {
  display:block;
  border-bottom:1px solid #ffffff00;
}

.dropdawn-top-menu li ul li a {
  padding:10px;
  display:block;
  background:#f7c90a;
}

.dropdawn-top-menu li:hover ul {
  opacity:1;
  visibility:visible;
  top:30px;
}

.dropdawn-top-menu {
  position:absolute;
  margin-top:5%;
  margin-left:10px;
  display:none;
}

.dropdawn-top-menu li a {
  color:#fff;
  font-weight:700;
  font-size:16px;
  background:#f7c90a;
  padding:8px 20px;
  border-radius:8px;
  overflow:hidden;
}

.dropdawn-top-menu li ul li a:hover {
  border-radius:0;
  background:#006494;
  color:#fff;
}

#slidegame {
  margin-top:25px;
}
