@charset "utf-8";
/* CSS Document */
.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-family: Bahnschrift, "Roboto";
	font-size: 0.8rem;
	overflow: hidden;
	display: block;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.header{
	background: #120b6f;
}
.btn-language img{
	width: 25px;
}
.w-input{
	max-width: 130px;
}
.codep{
	position: relative;
}
.codes{
	font-size: 1.0rem;
	font-weight: bold;
	padding: 7px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.datetime{
	text-align: right;
}
.datetime span{
	color: #ffffff;
}
.logo{
	padding: 5px 0;
}
.logo a{
	padding: 15px 5px;
}
.logo a img{
	width: auto;
	height: 70px;
	padding: 2px 15px;
}
.btn-block{
	width:100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.btn-block span{
	margin-right: 5px;
}
.btn-block span img{
	width: 25px;
}
.bg-nav{
	background: #f8ae1b;
}
.nav{
	width: 100%;
	height: auto;
}
.nav ul{
	width: 100%;
	height: auto;
	display: flex;
}
.nav ul li{
	flex: 1;
}
.nav ul li a{
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
}
.nav ul li:hover{
	background: url("../images/nav.png") no-repeat center bottom;
}
.announment{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: block;
}
.announment i{
	padding: 5px 10px;
	position: absolute;
	background: #ffffff;
	z-index: 1;
}
.announment marquee{
	padding: 5px 10px;
}
.section{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.bg-hotmatches{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/matchese/bg.jpg");
	display: block;
}
.top-games{
	padding-top: 100px;
}
.topgames{
	width: 100%;
	height: 110px;
	text-align: right;
	position: relative;
	background: #120b6f;
	border: 1px solid #1200ff;
	border-radius: 7px;
	display: block;
}
.float {
	width: 100%;
	height: auto;
	max-width: 120px;
	text-align: center;
	float: right;
	margin: 0 auto;
      animation: float 6s ease-in-out infinite;
	display: block;
}
@keyframes float {
  0% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); }
  50% {
    -webkit-filter: drop-shadow(25px 15px 15px #222);
    filter: drop-shadow(25px 15px 15px #222);
    transform: translatey(-20px); }
  100% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); } }
.info-top-games{
	width: 100%;
	height: auto;
	max-width: 200px;
	text-align: left;
	padding: 10px;
	position: absolute;
	left: 10px;
	bottom: 0px;
	display: block;
}
.info-top-games h3{
	font-size: 1.0rem;
}
.info-top-games p{
	font-size: 0.9rem;
	color: #ffffff;
	line-height: 18px;
	display: block;
}
.matches-thumbnail{
	width: 100%;
	max-width: 450px;
	height: auto;
	background: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	margin: 5px;
	display: block;
}
.header-matches{
	background: #0a2e7c;
	padding: 5px 10px;
}
.header-matches .date-matches p, .header-matches .time-matches span{
	font-size: 1.0rem;
}
.header-matches .time-matches span{
	color: #ffffff;
}
.hotmatches{
	width: 100%;
	height: auto;
	max-width: 800px;
	padding-top: 100px;
	display: block;
}
.hotmatches h3{
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 0;
}
.btn-block{
	width: 100%;
	font-weight: bold;
}
.teams{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.teams .logo-team img{
	width: auto;
	height: auto;
	max-height: 75px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contian-matches{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.name-team{
	font-weight: bold;
}
.hotmatch-hdp-amount, .hotmatch-versus{
	font-size: 1.1rem;
	font-weight: bold;
}
.team-vs{
	width: 100%;
	height: auto;
	padding: 20px;
	display: block;
}
.section h3{
	font-size: 1.2rem;
	text-align: left;
	display: block;
}
.items-promo{
	margin: 5px;
}
.items-promo a img{
	width: 100%;
	border-radius: 10px;
	height: auto;
}
.slidepromo .slick-prev:before {
	content: url("../images/promotion/prev.png");
	display: inline-block;
}
.slidepromo .slick-next:before {
   content: url("../images/promotion/next.png");
	display: inline-block;
}
.top-rated-game {
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 5px; }
  /* line 394, style.scss */
  .top-rated-game .top-rated {
    position: relative; }
    /* line 396, style.scss */
    .top-rated-game .top-rated img {
      opacity: 1;
      display: block;
      width: 100%;
      height: auto;
      transition: .5s ease;
      backface-visibility: hidden; }
    /* line 404, style.scss */
    .top-rated-game .top-rated .middle-rated {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
  /* line 415, style.scss */
  .top-rated-game .top-rated:hover .images-rated {
    opacity: 0.3; }
  /* line 418, style.scss */
  .top-rated-game .namegame {
    color: #ffffff; }

/* line 422, style.scss */
.top-rated:hover .middle-rated {
  opacity: 1; }
.card-body h3{
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	display: block;
}
.de-choice{
	font-size: 1.0rem;
	text-align: left;
	display: block;
}
.icon-de-wi img{
	width: 100%;
	height: auto;
	display: block;
}
.hc-content-display{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.icon-de-wi{
	width: 100%;
	padding: 5px 0;
	display: block;
}
.de-wi{
	width: 100%;
	padding: 20px 0;
	display: block;
}
.de-wi p{
	text-align: left;
	font-size: 0.9rem;
	display: block;
}
.info-games, .descri{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.descri p{
	font-size: 1.1rem;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	line-height: 28px;
	display: block;
}
.per{
	font-size: 100px;
}
.top-info{
	font-weight: 900;
}
.lable-service h1{
	font-size: 1.4rem;
	color: #ffffff;
}
.lable-service p{
	font-size: 1.0rem;
	color: #ffffff;
	line-height: 25px;
}
.time-service{
	font-size: 1.5rem;
	color: #ffffff;
}
.time-service span{
	font-size: 0.8rem;
	color: #ffffff;
}
.services{
	padding: 0 25px;
}

.skills {
        margin: 0;
        list-style: none;
        padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
    }

        .skills li {
            position: relative;
            margin-top: 38px;
            height: 4px;
            background-color: #f5f5f5;
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
			display: flex;
        }

        .skills.progressCustom li {
            position: relative;
            margin-top: 45px;
            height: 6px;
            background-color: #0dcaf0;
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            margin-bottom: 110px;
        }

        .skills.progressCustom {
            margin-bottom: 60px;
        }

            .skills.progressCustom li span {
                font-size: 20px;
                font-family: "Roboto", sans-serif;
                font-weight: bold;
                text-transform: none;
				color: #0a58ca;
            }

            .skills.progressCustom li .progress {
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 5px;
                background-image: linear-gradient( to right, #d22b2b, #ffa500, #e1f91a, #0dcaf0 );
                position: absolute;
                line-height: normal;
                overflow: visible !important;
                -webkit-transition: width 1.2s ease-in-out;
                -o-transition: width 1.2s ease-in-out;
                transition: width 1.2s ease-in-out;
            }

                .skills.progressCustom li .progress:after {
                    content: "";
                    width: 100%;
                    display: block;
                    position: absolute;
                    height: 60px;
                    top: 2px;
                    transform: skewX(30deg);
                    left: 17px;
                    background: linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(72, 72, 72, 0.25) 100% );
                }

        .skills li:first-child {
            margin-top: 0;
        }

        .skills li .progress {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #1abc9c;
            overflow: visible !important;
            border-radius: 2px;
            -webkit-transition: width 1.2s ease-in-out;
            -o-transition: width 1.2s ease-in-out;
            transition: width 1.2s ease-in-out;
        }

        .skills li .progress-percent {
            position: absolute;
            top: -28px;
            right: 0;
            color: #f9f9f9;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            height: 22px;
            line-height: 22px;
            padding: 0 5px;
            font-size: 11px;
            border-radius: 2px;
        }

    .whiteBody .skills li .progress-percent {
        position: absolute;
        top: -28px;
        right: 0;
        color: #333;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        height: 22px;
        line-height: 22px;
        padding: 0 5px;
        font-size: 11px;
        border-radius: 2px;
    }

    .skills li .progress-percent .counter {
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .progress-percent:after,
    .progress-percent:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .progress-percent:after {
        border-top-color: #333;
        border-width: 4px;
        left: 50%;
        margin-left: -4px;
    }

    .progress-percent:before {
        border-top-color: #333;
        border-width: 5px;
        left: 50%;
        margin-left: -5px;
    }

    .skills li > span {
        position: absolute;
        z-index: 1;
        top: -25px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    span.time {
        right: 0;
    }

        span.time font {
            font-size: 14px;
        }
.choices{
	text-align: left;
	padding-top: 20px;
}
.hc-content-pagcor p{
	font-size: 1.1rem;
	padding: 10px;
	font-weight: bold;
}
.hc-content-pagcor img.logopagcor{
	width: auto;
	max-height: 50px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.hc-content-item{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.hc-content-item img{
	width: auto;
	height: 320px !important;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
.average-info{
	text-align: left;
	font-size: 1.1rem;
	display: block;
}
.hc-content-display ul{
	width: 100%;
	height: auto;
	display: block;
}
.hc-content-display ul li{
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	vertical-align: middle;
	display: block;
}
.hc-content-display ul li i, .hc-content-display ul li span{
	display: inline-block;
	vertical-align: middle;
}
.itemsStyle img{
	width: 100%;
	height: auto;
}
.download{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/download/home-landing-app.png") no-repeat;
	display: block;
}
.download-info{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0;
	display: block;
}
.download-info p{
	font-size: 1.3rem;
	text-align: left;
	color: #ffffff;
	display: block;
}
.download-info h3{
	font-size: 1.5rem;
	text-align: left;
	padding: 10px 0;
	color: #ffffff;
	display: block;
}
.app-dwonload{
	width: 100%;
	height: auto;
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
	display: flex;
}
.item-app{
	flex: 1;
	margin: 10px 20px;
}
.item-app img.downloadapp{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	border-radius: 10px;
}
.bg-baaner-downlod{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.banner-download img.appfloat{
	width: 320px;
}
.appfloat {
      animation: float 6s ease-in-out infinite; }
@keyframes appfloat {
  0% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); }
  50% {
    -webkit-filter: drop-shadow(25px 15px 15px #222);
    filter: drop-shadow(25px 15px 15px #222);
    transform: translatey(-20px); }
  100% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); } }
/**************   footer *************************/
.bg-footers {
  background: #ffffff;
  border-top: 2px solid #d5d5d5; }
.footerpc {
  padding: 5px 0; }
.info-footer h3, .community h3 {
  text-align: left;
  color: #4b4b4b;
  font-size: 0.9rem;
  padding: 5px 0;
  display: block; }
.info-footer ul {
  width: 100%;
  height: auto;
  display: block; }
.info-footer ul li {
  display: block;
  padding: 2px 2px;
  text-align: left; }
.info-footer ul li a {
  color: #666565;
  font-size: 0.7rem; }
.community ul {
  width: 100%;
  height: auto; }
.community ul li {
  display: inline-block;
  padding: 2px;
  text-align: left; }
.community ul li a img {
  width: 40px;
  text-align: center; }
.title-section {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 0;
  color: #646464;
  display: block; }
.networks ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block; }
.networks ul li {
  display: inline-block;
  margin: 5px; }
.networks ul li a img {
  width: 35px;
  height: auto; }
.sponsorship ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block; }
.sponsorship ul li {
  display: inline-block;
  padding: 5px 15px; }
.sponsorship ul li a img {
  height: 70px;
  width: auto; }

/**************  End footer *************************/


/********************  slide *********************/
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 50px;
    width: auto;
    margin: 5px 10px;
    padding: 5px 10px;
}
.banner-matches img{
	margin-bottom: -13px;
}
.pc{
	display:block;
}
.m{
		display:none;
	}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }

.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.slots-lobby {
  background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
  background-size: 100% 100%;
  display: block; }
.poker-lobby {
  background: url(../images/lobby/poker/bg.png) no-repeat;
  background-size: 100% 100%;
  display: block; }
.casino-lobby {
  background: url("../images/lobby/casino/casino-lobby-bg.png") no-repeat;
  background-size: 100% 100%;
  display: block; }
.sport-lobby {
  background: url("../images/lobby/sport/sport-lobby-bg.png") no-repeat;
  background-size: 100% 100%;
  display: block; }
.lobby-section{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	display: block;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
  background: url("../images/getimgs.svg") no-repeat; }
.box img {
  width: 100%;
  height: 100%; }
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #120b6f;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%); }
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%); }
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%); }
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%; }
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #120b6f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%); }
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%); }
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }
.box p {
  font-size: 15px; }
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9; }
@media (max-width: 600px){
	.pc{
		display:none;
	   }
	.m{
		display: inline-block !important;
	}
	.logo {
    padding: 0px 0;
}
	.logo a img {
    width: auto;
    height: 40px;
    padding: 5px 5px;
}
	.announment i {
    padding: 5px 10px;
    position: absolute;
    background: #ffffff;
    left: -1px;
    z-index: 1;
}
	.top-games {
    padding-top: 20px;
}
	.float {
    width: 100%;
    height: auto;
    max-width: 75px;
    text-align: center;
    float: right;
    margin: 0 auto;
    animation: float 6s ease-in-out infinite;
    display: block;
}
	.topgames {
    width: 100%;
    height: 90px;
    text-align: right;
    position: relative;
    background: #120b6f;
    border: 1px solid #1200ff;
    border-radius: 7px;
    display: block;
}
	.hotmatches {
    width: 100%;
    height: auto;
    padding-top: 0px;
    display: block;
}
	.container{
		padding: 0 5px !important;
	}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.m-footer{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
	.icon-menu{
		margin: 5px 0;
        width: 100%;
        height: 25px;
        max-width: 25px;
        background: url(../images/menu.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
	}
	.icon-nav-logo{
		width: 200px;
	}
	.btn-bet{
		font-size: 0.8rem;
	}
	.btn-re-lo{
		border-radius: 0px !important;
	}
	.offcanvas{
		max-width: 300px;
	}
	.nav-m{
		width: 100%;
		height: auto;
		display: block;
	}
	.section h3 {
    font-size: 1.1rem;
    text-align: left;
    display: block;
}
	.info-top-games p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 18px;
    display: block;
}
	.info-top-games {
    width: 100%;
    height: auto;
    max-width: 200px;
    text-align: left;
    padding: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
}
	.offcanvas-header{
		padding: 10px 10px;
	}
	.nav-m ul{
		width: 100%;
		height: auto;
		text-align: left;
		display: block;
	}
	.nav-m ul li{
		width: 100%;
		height: auto;
		margin: 5px 0;
		vertical-align: middle;
		display: block;
	}
	.nav-m ul li a{
		width: 100%;
		height: auto;
		padding: 10px 0;
		vertical-align: middle;
		font-size: 0.9rem;
		color: #120b6f;
		display: block;
	}
	.nav-m ul li a i{
		vertical-align: middle;
	}
	.icon-nav{
		width: 20px;
		height: 20px;
		margin-right: 10px;
		display: inline-block;
	}
	.icon-home{
		background: url("../images/icon/home.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-sport{
		background: url("../images/icon/sport.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-casino{
		background: url("../images/icon/casino.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-slot{
		background: url("../images/icon/slot.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-lottery{
		background: url("../images/icon/lottery.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-number{
		background: url("../images/icon/number.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-cocks{
		background: url("../images/icon/cocks.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-poker{
		background: url("../images/icon/poker.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-deposit{
		background: url("../images/icon/deposit.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-withdraw{
		background: url("../images/icon/withdraw.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-tranfer{
		background: url("../images/icon/transfter.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-vip{
		background: url("../images/icon/vip.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-affiliate{
		background: url("../images/icon/affiliate.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-download{
		background: url("../images/icon/downloads.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-contact{
		background: url("../images/icon/24-hours-support.png") no-repeat;
		background-size: 100% 100%;
	}
	.icon-promotion{
		background: url("../images/icon/promo.png") no-repeat;
		background-size: 100% 100%;
	}
	.thumbnails-bg a {
    position: relative;
    display: block;
    height: 135px !important;
    background-size: cover; }
	.thumbnails-bg a span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px !important;
        padding: 0 15px;
        transition-duration: 0.3s;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
	.lobby-section{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
}
}