
@font-face{font-family:DB-Heavent-cond;src:url("../fonts/DB-Heavent-Cond-v3.2.woff") format("woff"),url("../fonts/DB-Heavent-Cond-v3.2.ttf") format("truetype")}@font-face{font-family:DB-Heavent-li;src:url("../fonts/DB-Heavent-Li-v3.2.woff") format("woff"),url("../fonts/DB-Heavent-Li-v3.2.ttf") format("truetype")}@font-face{font-family:DB-Heavent-reg;src:url("../fonts/DB-Heavent-v3.2.woff") format("woff"),url("../fonts/DB-Heavent-v3.2.ttf") format("truetype")}
.fa, .fab, .fal, .far, .fas {
    line-height: 1.2;
}


body {
  font-family: DB-Heavent-reg, sans-serif;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background: url(../img/bg.jpg) no-repeat bottom center;  
  background-color: #000000;
}

@media (max-width: 767px){
body {
  font-family: DB-Heavent-reg, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background: none; 
  background: #1a191e;
    background: -moz-linear-gradient(left, #1a191e 0%, #25323a 52%, #1a191e 100%);
    background: -webkit-linear-gradient(left, #1a191e 0%,#25323a 52%,#1a191e 100%);
    background: linear-gradient(to right, #1a191e 0%,#25323a 52%,#1a191e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a191e', endColorstr='#1a191e',GradientType=1 );
}
}
img{
    max-width: 100%;
    height: auto;
}


a {
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  color: #eacd4b;
  outline: none;
  text-decoration: none;
}

p {
  line-height: 1.35;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 300;
}

@media only screen and (max-width: 767px){
p {
  line-height: 1.2;
  font-size: 1.5rem;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DB-Heavent-reg, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}

li{
  list-style: none;
}



/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:100%}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width: 1280px;}}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

.fit-screen {
    width: 750px;
    margin: 0 auto;
    padding: 0;
    min-height: 400px;
}

@media only screen and (max-width: 767px){
.fit-screen {
    width: 100%;
}
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    font-size: 14px;
}

#topbar .login-box {
  float: right;
}

#topbar .login-box a {
  display: inline-block;
}

#topbar .login-box a:hover {
  color: #1bb1dc;
}

#topbar .login-box a:first-child {
  border-left: 0;
}

.login {
    display: block;
    width: 125px;
    height: auto;
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #121525;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
}

.btn-login {
    border-radius: 3px;
    outline: 0;
    border: none;
    background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    cursor: pointer;
    border: none;
    font-size: 19px;
    font-weight: 700;
    padding: 0px 10px;
    margin-right: 5px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    float: left;
}

.btn-login-mini {
	display: none;
}

@media (max-width: 767px) {
.btn-login-mini {
	display: block;
	float: right;
    margin-right: 40px;
    border-radius: 3px;
    outline: 0;
    background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    cursor: pointer;
    border: none;
    font-size: 22px;
	color: 000000;
    font-weight: 700;
    padding: 0px 15px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}	
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	left: 0;
    top: 0;
    right: 0;
    z-index: 9996;
	overflow: hidden;
	position: relative;
	padding: 10px 0px;
	height: 125px;
}

@media (max-width: 767px) {
.main-nav img {
  display: block;
}
}

#header .logo {
      float: left;
	      margin-top: 5px;
}



@media (max-width: 767px) {
#header .logo {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}	
}



#header .logo img {
    height: 110px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav img {
  display: none;
}
.main-nav .quicklink {
  display: none;
}

@media (max-width: 767px) {
.main-nav img {
  display: block;
}

.main-nav .quicklink {
  display: block;
}

}	

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 0 40px;
  text-shadow: 1px 2px 2px #000000;
}

.main-nav > ul > li > a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ffcc00;
  text-decoration: none;
}

.main-nav a i {
    display: none;
}

@media (max-width: 767px) {
.main-nav a i {
    display: block;
}

}	

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 9998;
    overflow-y: auto;
    left: -100%; 
    width: 260px;
        background: #1a191e;
    background: -moz-linear-gradient(left, #1a191e 0%, #25323a 52%, #1a191e 100%);
    background: -webkit-linear-gradient(left, #1a191e 0%,#25323a 52%,#1a191e 100%);
    background: linear-gradient(to right, #1a191e 0%,#25323a 52%,#1a191e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a191e', endColorstr='#1a191e',GradientType=1 );
    transition: 0.4s;
    width: 100%;
	padding: 10px 5px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .logo img {
  height: 55px;
}

.mobile-nav ul {
  padding-top: 20px;
}

.mobile-nav li {
  font-size: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    float: left;
    border: 2px solid #9b7b4a;
    width: calc(33.33% - 10px);
    margin: 5px;
    padding: 5px;
    display: inline-block;
    border-radius: 15px;
}

    
.mobile-nav a {
 position: relative;
       color: #9b7b4a;
    display: block;
    text-align: center;
}
.mobile-nav p {
 width: 100%;
 magin-bottom: 0px;
}


.mobile-nav li img {
    width: 5rem;
    height: 5rem;
	display: block;
    margin: 0 auto;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
   	transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.mobile-nav ul li i {
    font-size: 38px;
	    display: block;
		    background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}



.mobile-nav-toggle {
    position: fixed;
    right: -7px;
    top: -12px;
    z-index: 9999;
    border: 0;
    background: none;
    font-size: 26px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
}

.mobile-nav-toggle i {
  font-size: 38px;
    margin: 18px;
    color: #ffffff;
	background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 1);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
    padding: 5px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
      background: #121528;
}
#banner {
    position: relative;
    margin-top: -125px;
}

@media only screen and (max-width: 767px){
#banner {
    margin-top: 60px;
}
}
#banner img{
      min-width: 100%;
      min-height: 100%;
}



#banner .section-header {
  margin-bottom: 40px;
}

#banner  .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#banner  .owl-nav,
#banner  .owl-dots {
  margin-top: 5px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

@media (max-width: 767px) {
#banner  .owl-nav,
#banner  .owl-dots {
	bottom: 10px;
}
}	


#banner  .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.2);
  border: 1px solid #fff;
}

#banner  .owl-dot.active {
    background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
}

#banner + #main-content{
  margin-top: 0px;
}

#main-content{
  width: 1170px;
  margin: 0 auto;
      padding: 25px;
  position: relative;
  border-radius: 15px;
  margin-top: 125px;
    border: 2px solid #2e3e4b;
  background: #1a191e;
  background: -moz-linear-gradient(left,  #1a191e 0%, #25323a 52%, #1a191e 100%);
  background: -webkit-linear-gradient(left,  #1a191e 0%,#25323a 52%,#1a191e 100%);
  background: linear-gradient(to right,  #1a191e 0%,#25323a 52%,#1a191e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a191e', endColorstr='#1a191e',GradientType=1 );
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);

}

@media (max-width: 991px) {
#main-content{
    padding: 15px 15px 50px 15px;
    width: 100%;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
    background: #1a191e;
    background: -moz-linear-gradient(left,  #1a191e 0%, #25323a 52%, #1a191e 100%);
    background: -webkit-linear-gradient(left,  #1a191e 0%,#25323a 52%,#1a191e 100%);
    background: linear-gradient(to right,  #1a191e 0%,#25323a 52%,#1a191e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a191e', endColorstr='#1a191e',GradientType=1 );
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
  }
}

#main-content.container-fluid {
  max-width: 980px;
}

@media (max-width: 991px) {
#main-content .container-fluid {
    max-width: 90%;
  }
}

.light {
    width: auto;
    display: inline-block;
    position: absolute;
    z-index: 50;
}

#main-content .light {
   width: 100%;
}

#main-content .light.top {
     top: -39px;
    right: 0;
    left: 0;
	text-align: center;
}

#main-content .light.bottom {
    bottom: -38px;
    right: 0;
    left: 0;
	text-align: center;
}

@media (max-width: 767px){
#main-content .light.top {
        width: 100%;
    top: -37px;
    right: 0%;
}
#main-content .light.bottom {
    display: none;
}
}

.btn-box {
    text-align: center;
    padding: 15px;
}

.btn-register{
    width: 200px;
    border-radius: 15px;
    display: inline-block;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.47);
}


.btn-register:hover {
transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}



.promotion-list{ margin-bottom: 15px;}

.promotion-list img{border-radius: 15px;
 transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,0.5);}
	
.promotion-list img:hover {
transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.widget-title {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  clear: both;
  overflow: hidden;
}

.widget-title h2 {
  display: inline-block;
  position: relative;  
}

#btb{
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%) !important;
}

.widget-title h4 {
    display: inline-block;
    position: relative;
}

.widget-title h2:before,
.widget-title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
      border-color: #2e3e4b;
}

.widget-title h2:before {
  right: 100%;
  margin-right: 15px;
}

.widget-title h2:after {
  left: 100%;
  margin-left: 15px;
}

.qrcode{
	width: 50%;	
    text-align: center;
	float:left;
    margin-top: 15px;
}

.qrcode img{
    border-radius: 10px;
    border: 10px solid #ffffff;
    margin: 0 auto;
	margin-bottom: 10px;
	    box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
	
}

.download-left{
    float:left;
    width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
}

.download-right{
	float:left;
    width: calc(50% - 20px);
	margin: 10px;
}

.install-box h2{
	font-weight: 700;
}

.dl-btn{
	width: 50%;	
	float:left
}

.dl-btn label {
	line-height: 1;
	color: #ffffff;
	
}

.dl-btn img {
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.631372549);
}


@media only screen and (max-width: 767px){
.download-left{
    float:left;
    width: calc(100% - 20px);
	margin: 10px;
}

.download-right{
    float:left;
    width: calc(100% - 20px);
	margin: 10px;
}
	
.dl-btn{
	width: 100%;	
	float:left
}
.download-block {
    width: calc(100% - 20px);
    padding: 0 10px;
	margin: 10px
}

.qrcode{
	width: 100%;
}
	
}

#games {
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
}

#games #games-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

#games #games-filters ul {
	padding: 0;
	border-radius: 50px;
	overflow: hidden;
	margin: 0;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

#games #games-filters ul:before {
	border-radius: 50px;
	overflow: hidden;
}

#games #games-filters li {
	float: left;
	cursor: pointer;
	display: inline-block;
	padding: 10px 45px;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	background-color: #550b01;
	transition: all 0.3s ease-in-out;
	border-right: 1px solid #1d1b1e;
}

#games #games-filters li:last-child {
	border-right: none;
}

#games #games-filters li:hover,
#games #games-filters li.filter-active {
	color: #ffffff;
	background: #e40c06;
background: -moz-linear-gradient(top,  #e40c06 0%, #871405 100%);
background: -webkit-linear-gradient(top,  #e40c06 0%,#871405 100%);
background: linear-gradient(to bottom,  #e40c06 0%,#871405 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );

}

#games .games-item {
	text-align: center;
	position: relative;
	float: left;
	width: calc(20% - 10px);
	margin: 5px;
}

@media (max-width: 767px) {
	#games #games-filters {
		width: 100%;
        margin: 0;
	}
	#games #games-filters ul {
		width: 100%;
}
	#games #games-filters li {
	padding: 10px;
    font-size: 22px;
    width: 33.33%;
	}
	#games .games-item {
		text-align: center;
		width: calc(50% - 10px);
		margin: 5px;
	}
}

#games .games-item .games-wrap {
	overflow: hidden;
	position: relative;
	margin: 0;
}

#games .games-item .games-wrap .games-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	transition: 0.2s linear;
	padding-top: 20px;
}

#games .games-item .games-wrap .games-info h4 {
        font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

#games .games-item .games-wrap:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-duration: 0.5s;
	opacity: 0.6;
}

#games .games-item .games-wrap:hover .games-info {
	opacity: 1;
}

@media (max-width: 767px) {
	#games.games-item .games-wrap .games-info h4 {
		font-size: 16px;
	}
}

.product {
    z-index: 888;
	position: relative;
	padding: 0;
	margin: 0;
   
}

.product .product-list {	
	margin: 5px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    overflow: hidden;
    position: relative;
    width: calc(100% - 10px);
	border-radius: 10px;
    box-shadow: 0 5px 3px rgba(0,0,0,0.2);
}

.product .product-list .product-list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 0;
      background: rgba(41, 50, 92, 0.5);
  height: 30px;
}

.product .product-list .product-list-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

.product .product-list:hover .product-list-info {
 transition: 1s;  
 background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );

}

.product .product-list h4 {
	font-family: Arial, Tahoma;
	font-size:14px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
	float: left;
}

/* Contact Section
--------------------------------*/
.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}


.contact-info__icon i, .contact-info__icon span {
  color: #ffffff;
    background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 70px;
      line-height: 1;
}


.contact-info .media-body h3 {
  font-size: 2.2rem;
   -webkit-text-fill-color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}


.contact-info .media-body a {
  background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
    font-weight: 700;
	line-height: 1;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 15px 0;
}

#footer .footer-top {
      padding: 15px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #535074;
}


#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
      margin-top: 15px;
    text-align: center;
}



#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
      padding: 10px 35px;
    display: inline;
    font-size: 24px;
}
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
      color: #666666;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}



#footer .copyright {
  text-align: center;
    color: #666666;
    font-size: 22px;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
   z-index: 1999;
  position: fixed;
    height: 60px;
    padding: 5px 0;
	background: #1a191e;
background: -moz-linear-gradient(top,  #1a191e 0%, #25323a 100%);
background: -webkit-linear-gradient(top,  #1a191e 0%,#25323a 100%);
background: linear-gradient(to bottom,  #1a191e 0%,#25323a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a191e', endColorstr='#25323a',GradientType=0 );

	border-bottom: 2px solid #9b7b4a;
  }
  
  #footer {
display: none;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 80px;
  }

}

@media (max-width: 767px) {
main {
	margin-top: 4px;
}	

#header .logo img {
   height: 55px;
}

  .section-header p {
    width: 100%;
  }


  #footer .footer-top .footer-links {
    display: none;
}
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #010101;
    text-align: center;
}

.carousel-item {
    text-align: center;
}

.form-group {
       margin-bottom: 5px;
    margin-right: 5px;
}

.btn-submit {
	padding: 5px 15px;
	font-size: 24px;
	min-width: 100px;
	text-align: center;
	border-radius: 10px;
	margin-top: 10px;
	color: #ffffff;
	border: none;
	background: #e40c06;
    background: -moz-linear-gradient(top,  #e40c06 0%, #871405 100%);
    background: -webkit-linear-gradient(top,  #e40c06 0%,#871405 100%);
    background: linear-gradient(to bottom,  #e40c06 0%,#871405 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

.btn-submit-blue {
    padding: 5px 15px;
    font-size: 24px;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    color: #ffffff;
    border: none;
    background: #226cf3;
    background: -moz-linear-gradient(top, #0060e4 0%, #013987 100%);
    background: -webkit-linear-gradient(top,  #0060e4 0%, #013987 100%);
    background: linear-gradient(to bottom,  ##0060e4 0%, #013987 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );
    box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}


.btn-submit:hover, .btn-submit:focus, .btn-submit:active {
	padding: 5px 15px;
	font-size: 24px;
	min-width: 100px;
	text-align: center;
	border-radius: 10px;
	border: none;
	color: #ffffff;
	background: #871405;
    background: -moz-linear-gradient(top,  #871405 0%, #e40c06 100%);
    background: -webkit-linear-gradient(top,  #871405 0%,#e40c06 100%);
    background: linear-gradient(to bottom,  #871405 0%,#e40c06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#871405', endColorstr='#e40c06',GradientType=0 );
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

.btn-cancel {
	padding: 5px 15px;
	font-size: 24px;
	min-width: 100px;
	text-align: center;
	border-radius: 10px;
	margin-top: 10px;
	color: #ffffff;
	border: none;
	background: #cccccc;
    background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 100%);
    background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0 );
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
	padding: 5px 15px;
	font-size: 24px;
	min-width: 100px;
	text-align: center;
	border-radius: 10px;
	color: #ffffff;
	border: none;
	background: #aaaaaa;
    background: -moz-linear-gradient(top,  #aaaaaa 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
    background: linear-gradient(to bottom,  #aaaaaa 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#cccccc',GradientType=0 );
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

.btn-view {
    padding: 5px 15px;
    font-size: 24px;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    color: black;
    border: none;
    background: #fcf3b5;
    background: -moz-linear-gradient(top, #fcf3b5 0%, #e7c243 100%);
    background: -webkit-linear-gradient(top, #fcf3b5 0%,#e7c243 100%);
    background: linear-gradient(to bottom, #fcf3b5 0%,#e7c243 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0 );
    box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

.btn-view:hover, .btn-view:focus, .btn-view:active {
    padding: 5px 15px;
    font-size: 24px;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    color: black;
    border: none;
    background: #e7c243;
    background: -moz-linear-gradient(top, #e7c243 0%, #fcf3b5 100%);
    background: -webkit-linear-gradient(top, #e7c243 0%,#fcf3b5 100%);
    background: linear-gradient(to bottom, #e7c243 0%,#fcf3b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#cccccc',GradientType=0 );
    box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}


.btn-play {
	padding: 5px 15px;
	font-size: 24px;
	margin-top: 15px;
	text-align: center;
	border-radius: 10px;
	color: #ffffff;
	background: #e40c06;
    background: -moz-linear-gradient(top,  #e40c06 0%, #871405 100%);
    background: -webkit-linear-gradient(top,  #e40c06 0%,#871405 100%);
    background: linear-gradient(to bottom,  #e40c06 0%,#871405 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 767px) {
.btn-play {
	margin-top: 0px;
}
}

.btn-play:hover {
	color: #ffffff;
	background: #871405;
    background: -moz-linear-gradient(top,  #871405 0%, #e40c06 100%);
    background: -webkit-linear-gradient(top,  #871405 0%,#e40c06 100%);
    background: linear-gradient(to bottom,  #871405 0%,#e40c06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#871405', endColorstr='#e40c06',GradientType=0 );

}
	

.member {
    position: relative;
    color: #ffffff;
	margin-top: 125px;
	    min-height: 600px;
}

@media (max-width: 991px) {
.member {
    margin-top: 60px;
    margin-bottom: 30px;
	    min-height: auto;
}
}
.member .user-info {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.5);
	border: 2px solid #9b7b4a;
	
}


.member .user-field{
        padding-bottom: 10px;
    border-bottom: solid 1px rgba(143, 153, 163, 0.3);
    position: relative;
	font-size: 20px;
}

.member .user-field:last-child{
    border-bottom: none;
    position: relative;
	font-size: 20px;
}

.member .user-field label{
    margin-bottom: 0px;
	margin-top: 5px;
}

.member .user-field .user-detail{
       color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.member .user-field i{
        position: absolute;
    right: 0;
    bottom: 10px;
}

.img-icon {
    width: 80px;
}



.member h1 {
    font-size: 44px;
    font-weight: 700;
    margin: 10px 0;
}


.member h2{
	font-size: 28px;
    margin-bottom: 0px;
    padding: 5px 0px;
    line-height: 1;
}

.member h3{
	margin-bottom: 0px;
}

.member .acc-no {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
	background: #e7c243;
    background: -moz-linear-gradient(top, #e7c243 0%, #fcf3b5 100%);
    background: -webkit-linear-gradient(top, #e7c243 0%,#fcf3b5 100%);
    background: linear-gradient(to bottom, #e7c243 0%,#fcf3b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c243', endColorstr='#fcf3b5',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.member .acc-name {
    font-size: 1.75rem;
	    line-height: 1;
}

.member .bank-detail{
	padding-left: 15px;
}


.member .history-info h3{
    margin-bottom: 0px;
	color: #28a745;
	float: left;
    font-size: 1.5rem;
}

.member .history-info a, .user-info a:hover{
    color: #ffffff;
	text-decoration: none;
}

.member .history-info .detail{
    width: 60%;
}

.member .history-info .credit{
    font-size: 28px;
    font-weight: 700;
    color: #28a745;
    line-height: 1;
    width: 35%;
    text-align: right;
    padding-top: 5px;
}

.member .history-info .user{
    font-size: 28px;
    font-weight: 700;
    color: #28a745;
    line-height: 1;
    width: 35%;
    text-align: right;
    padding-top: 5px;
}

.member .history-info .pass{
    font-size: 28px;
    font-weight: 700;
    color: #28a745;
    line-height: 1;
    width: 35%;
    text-align: right;
    padding-top: 5px;
}

.member .history-info i{
    padding: 5px 10px;
	    float: left;
}

.member .history-info p{
    margin-bottom: 0px;
	    font-size: 1rem;
	width: 100%;
    overflow: hidden;
}

.member .history-info small {
	    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    float: left;
}

.member .nav-transaction{
	width: 100%;
	margin-bottom: 15px;}
	
	
.member .nav-link{
	text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
	border-radius: 25px;
    color: #fff;
    opacity: .7;
    font-size: 22px;
    line-height: 1;}
	
.member .nav-link:hover{
	background: -moz-linear-gradient(top, #e40c06 0%, #871405 100%);
    background: -webkit-linear-gradient(top, #e40c06 0%,#871405 100%);
    background: linear-gradient(to bottom, #e40c06 0%,#871405 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );}

.member .nav-link.active {
    opacity: 1;
    font-size: 22px;
    color: #ffffff;
    background: #e40c06;
    background: -moz-linear-gradient(top, #e40c06 0%, #871405 100%);
    background: -webkit-linear-gradient(top, #e40c06 0%,#871405 100%);
    background: linear-gradient(to bottom, #e40c06 0%,#871405 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );
    border: 0;
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
    border-radius: 25px;
}

.member .nav-item{
    width: calc(33.33% - 10px);
    margin: 0 5px;
}	


.member .tab-content{
    display: block;}
	
.member .tab-content{
	width: 100%;
    min-height: 400px;
	}
	
.member .history-info {
    margin: 10px 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #9b7b4a;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
}

.member .user-info #credit{
    font-size: 60px;
    color: #ffffff;
	line-height: 1;
	display: block;
}

.member .user-info #user{
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    display: block;
}

.member .user-info #pass{
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    display: block;
}

.member .user-info span{
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.member .credit-box{
    position: relative;
	width: 100%;
}

.member .credit-box i{
    position: absolute;
	bottom: 10;
	right: 10;
}

.member .main-menu-icon {
    font-size: 18px;
    text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
	    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    float: left;	
	border: 2px solid #9b7b4a;
    width: calc(33.33% - 10px);
    margin: 5px;
    padding: 5px;
    display: inline-block;
    border-radius: 15px;
}

.member .main-menu-icon:hover, .member .main-menu-icon:active, .member .main-menu-icon:focus {
	transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
    
}

.member .main-menu-icon i{
    font-size: 30px;
	color: #ffffff;
	margin-top: 5px;
	    background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.member .main-menu-icon span {
    display: block;
	color: #9b7b4a;
}

.member .main-menu-icon a:hover {
    color: #ffbc00;
}
.member .withdraw-info {
    margin: 25px 0px;
    padding: 10px 0px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.5);
}

.member .input-group-text {
    border: 1px solid #e40c06;
    min-width: 50px;
	justify-content: center;
    border-radius: 5px 0 0 5px;
    color: #ffffff !important;
    background: #e40c06;
    background: -moz-linear-gradient(top, #e40c06 0%, #871405 100%);
    background: -webkit-linear-gradient(top, #e40c06 0%,#871405 100%);
    background: linear-gradient(to bottom, #e40c06 0%,#871405 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40c06', endColorstr='#871405',GradientType=0 );
}

.member input {	
	padding: 10px;
    height: 40px;
    color: white !important;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 24px;
}

.custom-select  {
    padding: 10px;
    height: 40px;
    color: white !important;
	background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat;
    background-color: transparent;
	    line-height: 1;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 24px;
}

.menu-mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
	background: #25323a;
background: -moz-linear-gradient(top,  #25323a 0%, #1a191e 100%);
background: -webkit-linear-gradient(top,  #25323a 0%,#1a191e 100%);
background: linear-gradient(to bottom,  #25323a 0%,#1a191e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25323a', endColorstr='#1a191e',GradientType=0 );

    border-top: 2px solid #9b7b4a;
	    border-radius: 25px 25px 0 0;
    z-index: 999;
}

.menu-mobile p{
    margin-bottom: 0px;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 5px 0px;
}

.menu-mobile li{
    width: 20%;
    float: left;
    text-align: center;
}

.menu-mobile li img {
   height: 35px;
}

.menu-mobile li a{
        color: #9b7b4a ;
    font-size: 18px;
    display: block;
    line-height: 1;	
}

.menu-mobile li a i{
    display: block;
    font-size: 20px;
	background: #e2d392;
    background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
    background: -webkit-linear-gradient(top, #e2d392 0%,#9b7b4a 100%);
    background: linear-gradient(to bottom, #e2d392 0%,#9b7b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px){
.menu-mobile{
  display: block;
  }
  

}

.widget-title {
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    overflow: hidden;
}

.widget-title h2 {
        display: inline-block;
    position: relative;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: #9b7b4a;
    /*margin: 20px 0;*/
}

.widget-title h2:before, .widget-title h2:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1000px;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	border-color: #9b7b4a;
}

.widget-title h2:before {
    right: 100%;
    margin-right: 15px;
}

.nav-tabs {
    width: calc(100% - 20px);
    margin: 0 10px;
    float: left;
    border-bottom: none;
    background: #223c57;
background: -moz-linear-gradient(top,  #223c57 1%, #182430 50%, #0c1824 50%, #142f42 100%);
background: -webkit-linear-gradient(top,  #223c57 1%,#182430 50%,#0c1824 50%,#142f42 100%);
background: linear-gradient(to bottom,  #223c57 1%,#182430 50%,#0c1824 50%,#142f42 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223c57', endColorstr='#142f42',GradientType=0 );
}
	
	.nav-tabs img{filter: grayscale(100%);
    transition-duration: 0.5s;
    opacity: 0.6;
	    display: inline;}
	
	.nav-tabs img:hover, .nav-tabs img:focus{filter: grayscale(0%);
    transition-duration: 0.5s;
    opacity: 1;}	

	
.nav-tabs li{width: auto; float: left;}
.nav-tabs li.active{color: #edc968;}
.nav-tabs li.active a span{ color: #edc968;}
.nav-tabs li.active, .nav-tabs li a.active{background: rgba(255, 255, 255, 0.5);}
.nav-tabs li.active img, .nav-tabs li a.active img{opacity: 1; filter: grayscale(0%);}
.nav-tabs li a {
    float: left;
    text-align: center;
    line-height: 1;
    width: 100%;
	padding: 5px;
}
.nav-tabs li a:hover{
    color: #edc968;
	text-decoration: none;
}

@media (max-width: 767px){
.nav-tabs {
    font-size: 20px;
    width: 100%;
    width: calc(100% - 20px);
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-tabs li{width: 33.333%; float: left;}
.nav-tabs li a {
	width: 100%
}
.nav-tabs li.active{ width: 33.33%;}
.nav-tabs li.active a span{ color: #edc968;}
.nav-tabs li a.active{width: 100%; }
}


.tab-content > .active {
    display: block;
	float:left;
	min-height:360px;
	width: 100%
}

	
.tab-content{
    width: 100%;
    float: left;
    padding: 10px 0;
    line-height: 1;
    font-size: 20px;}
	
.game-container{
	position: relative;
    width: 1280px;
    margin: 0 auto;
}


@media (max-width: 767px){
.game-container {
	    width: 100%;
    padding: 15px 0px;
    margin-top: 5px;
}
}

.game-box {
    text-align: center;
    float: left;
    position: relative;
	padding: 5px;
}

.game-box img {
    position: relative;
	    border-radius: 10px;}

.game-title    {border-top: none;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    font-family: Arial;
	font-weight: 700;
    color: #ffffff;}
	

	
@media (max-width: 767px){
	
.game-title    {font-size: 12px; height: 30px; overflow: hidden;
line-height: 1.8;}	
	
.game-box img {
    position: relative;
	border-radius: 10px;
	width: auto;
    height: auto;
}
}

.form-signin, .form-register{
    max-width: 320px;
    margin: 0 auto;
}

.form-group{
    margin-bottom: .5em;
}

.float-label{
    padding-top: 20px;
    position: relative;
}

.btn img{
    max-width: 34px;
}

.line-contact{
    z-index: 999;
    right:0;
    padding: 8px;
    background: hsla(0,0%,100%,.2);
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    position: fixed;
    bottom: 35%;
    overflow: hidden;
}
.pincode-input-wrapper{
    display: flex!important;
    justify-content: center;
}

.pincode-input{
    outline:0;
    margin:3px;
    padding:5px;
    max-width:40px;
    text-align:center;
    font-size:1.1rem;
    border:none;
    border-radius:3px;
    box-shadow:0 0 3px rgba(0,0,0,.5)
}

.pincode-input:focus{
    box-shadow:0 0 6px rgba(0,0,0,.5)
}
