:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a {
  text-decoration: none;
  outline: none;
  color: #df2129;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

input, button, select, textarea {
  outline: none;
}

.btn-login {
  cursor: pointer;
  height: 29px;
  min-width: 68px;
  margin: 0px 0px 2px 2px;
  text-align: center;
  border: 0;
  padding: 6px 12px;
  vertical-align: inherit;
}

.btn {
  font-family: inherit;
  border-radius: 2px !important;
  font-size: 1.273rem;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

html, body {
  font-size: 11px;
  font-family: 'montserrat',Tahoma,"Microsoft Yahei",Arial,Helvetica;
  webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
  background: #000;
}

fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header {
  background: #12050f url(../imgages/bg-header.jpg) center center no-repeat;
  background-size: cover;
  /* background: rgba(1,11,31,.85); */
  height: 62px;
}
.container {
  width: 1060px;
  margin: 0 auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 none;
  min-height: 36px;
}

/* ========= Device Style ======== */
@media (min-device-width: 768px) {
  .container {
    width: 970px;
  }

  .home .main .container {
    width: 940px;
  }
}

@media (min-device-width: 992px) {
  .container {
    width: 970px;
  }

  .home .main .container {
    width: 940px;
  }
}

@media (min-device-width: 1024px) {
  .home .main .container {
    margin: 0 auto;
  }
}

@media (min-device-width: 1200px) {
  .container {
    width: 1060px;
  }

  .home .main .container {
    width: 1030px;
    margin: 0 auto;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:576px) {
  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}


.header-cover {
  background-image: url(../images/logo-big.png);
  background-repeat: no-repeat;
  background-position: 15px 5px;
}


.header-cover {
  background-position: 0px -2px;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol, dl, form {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}


.float-right {
  float: right!important;
}



.topmenu {
  height: 21px;
}

.topmenu {
  color: #ffffff;
  line-height: 1.2;
  font-size: 11px;
  font-family: 'montserrat',Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-weight: 500;
}

.topmenu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  padding: 4px 0;
}

.topmenu ul {
  background: #8b1418;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}

.topmenu > ul > li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.topmenu > ul > li {
  border-right: solid 1px #ffffff;
}

.topmenu li a {
  color: #ffffff;
}

.topmenu li a:hover {
  color: #000000;
  text-decoration: underline;
}

.topmenu .join a {
  color: #ffffff;
}

.topmenu .join a:hover {
  color: #fff !important;
}

.btn-login {
  background-color: #333366;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
  line-height: 23px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-login:hover {
  background-color: #5d5a5a;
  text-decoration: none;
  color: #c2c2c2;
}

.hdcontent {
  font-size: 12px;
}

.login-panel {
  width: 70%;
  text-align: right;
  height: 28px;
  margin: 12px 0 10px;
  line-height: 28px;
}

.login-panel-ins {
  margin: 5px 0 10px;
  line-height: 28px;
}

.input-login, .verify-login, .form-control {
  border: 1px solid rgba(131, 149, 165, 0.30);
  background: #fff;
  font-size: 11px;
  border-radius: 2px;
  color: #000;
}

.hdcontent {
  height: 40px;
  font-size: 12px;
}

.logo {
  width: 30%;
  height: 40px;
  float: left;
  margin: 0;
  padding: 0;
}

.login-panel {
  margin: 5px 0;
}

form {
  position: relative;
}

.input-login {
  width: 120px;
}

.input-login, .verify-login {
  padding: 4px;
  margin-bottom: 2px;
  height: 26px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.4;
}

.btn-login {
  background-color: #333366;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  text-transform: uppercase;
}


.btn-primary {
  color: #ffffff !important;
  background: #8b1418;
  background-image: -moz-linear-gradient(top, #8b1418 0%, #e32129 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b1418), color-stop(100%,#e32129));
  background-image: -webkit-linear-gradient(top, #8b1418 0%,#e32129 100%);
  background-image: -o-linear-gradient(top, #8b1418 0%,#e32129 100%);
  background-image: linear-gradient(top, #8b1418 0%,#e32129 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b1418', endColorstr='#e32129',GradientType=0 );
  border: 1px solid #e32129 !important;
}



.btn-slider-wrap > .btn-slider {
  display: inline-flex;
}


.btn-slider {
  background-color: #2aabd2 ;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  /*height: 29px;*/
  min-width: 68px;
  margin: 0px 0px 2px 2px;
  text-align: center;
  border: 0;
  padding: 8px 22px;
  vertical-align: inherit;
}

.btn-slider:hover {
  background-color: #049ba7;
  text-decoration: none;
  background-position: 0 -26px;
}

.game-box-slots a {
  color: #fff;
}

.cas-games > .game-maintenance {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  margin: 5px;
  width: 31.45%;
  height: 232px;
  overflow: hidden;
  display: flex; /* Magic begins */
  flex-direction: column;
  justify-content: center; /* Center in main axis */
  align-items: center; /* Center in cross axis */
  cursor: pointer;
  /*display: none;*/
  z-index: 995;
}

.cas-games > .game-maintenance > img {
  -webkit-transform: scale(3.5);
  -moz-transform: scale(3.5);
  -o-transform: scale(3.5);
  -ms-transform: scale(3.5);
  transform: scale(3.5);
  width: 24px;
  height: 24px;
}

.cas-games > .game-maintenance > div {
  color: #fff;
  font-size: 17px;
  padding-top: 40px;
}

.cas-games > .game-inactive {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  margin: 5px;
  width: 31.45%;
  height: 232px;
  overflow: hidden;
  display: flex; /* Magic begins */
  flex-direction: column;
  justify-content: center; /* Center in main axis */
  align-items: center; /* Center in cross axis */
  cursor: pointer;
  /*display: none;*/
  z-index: 995;
}

.cas-games > .game-inactive > div {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.cas-games > .game-inactive > div+div {
  color: #ffd565;
  text-transform: uppercase;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-success {
  color: #ffffff !important;
  background: #8b1418;
  background-image: -moz-linear-gradient(top, #8b1418 0%, #e32129 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b1418), color-stop(100%,#e32129));
  background-image: -webkit-linear-gradient(top, #8b1418 0%,#e32129 100%);
  background-image: -o-linear-gradient(top, #8b1418 0%,#e32129 100%);
  background-image: linear-gradient(top, #8b1418 0%,#e32129 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b1418', endColorstr='#e32129',GradientType=0 );
  border: 1px solid #e32129 !important;
}

.navbar {
  background-color: #8b1418;
  background-image: -moz-linear-gradient(top, #8b1418 0%, #e22129 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b1418), color-stop(100%,#e22129));
  background-image: -webkit-linear-gradient(top, #8b1418 0%,#e22129 100%);
  background-image: -o-linear-gradient(top, #8b1418 0%,#e22129 100%);
  background-image: linear-gradient(top, #8b1418 0%,#e22129 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b1418', endColorstr='#e22129',GradientType=0 );
}

.navbar>.container, .navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav>li {
  position: relative;
  display: block;
}

.navbar ul li {
  float: left;
}

.navbar .nav > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 36px;
}

.navbar .nav > li > a {
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  height: 41px;
  line-height: 38px;
}

.navbar .nav > li > a {
  font-family: 'montserrat',Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.navbar .nav > li:hover, .navbar .nav li.active, .navbar .nav li .current, .navbar .nav li .hover, .navbar .nav > li > a:hover, .navbar .nav > li:focus, .navbar .nav > li > a:focus {
  background-color: #3e3e3e;
  background-image: -moz-linear-gradient(top, #3e3e3e 0%, #fefefe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#fefefe));
  background-image: -webkit-linear-gradient(top, #3e3e3e 0%,#fefefe 100%);
  background-image: -o-linear-gradient(top, #3e3e3e 0%,#fefefe 100%);
  background-image: linear-gradient(top, #3e3e3e 0%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#fefefe',GradientType=0 );
  color: #460a0c;
}

.msg-wrapper {
  background: #000;
  /* margin-bottom: 5px; */
  /* height: 27px; */
  /* margin-top: 9em; */
}

.clearfix {
  /* zoom: 1; */
}

.msg {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0;
}

.msg {
  background: none;
}

.msg label {
  color: #fff;
  font-size: 12px;
  padding: 2px 2px !important;
  /* border: 1px solid #212121; */
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.text-center {
  text-align: center!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.msg label {
  padding: 1px 5px 0 0;
  margin: 0;
  display: block;
  /* width: 130px; */
  float: left;
  height: 20px;
}


.msg .marquee-wrapper {
  margin: 0;
  padding: 2px 0 0;
  float: left;
  display: block;
  height: 20px;
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
}

.msg .marquee-wrapper .marquee {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.msg .marquee-wrapper {
  /* background: #e3a127; */
  color: #fff;
}


.main {
  background: #cdc9c8 url(../images/bg-main.jpg) top center no-repeat;
}

div.content-body {
  /* background-color: rgba(10, 12, 24, 1); */
}
.main .container {
  padding: 5px 15px 10px;
}

.marquee {
  width: -moz-calc(100% - 108px);
  width: -webkit-calc(100% - 108px);
  width: calc(100% - 108px);
}

.login .marquee {
  width: 793px;
  width: -moz-calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
}

.breadcrumb {
  margin-bottom: 0;
  padding: 2px 0;
}

.breadcrumb > ol > li {
  display: inline-block;
}

.col-xs-left {
  margin: 0px !important;
  width: 685px !important;
}

.col-xs-right {
  margin-left: 690px !important;
  width: 340px !important;
}

.slide-wrapper, .big-slide-wrapper, .promo1, .promo2, .misc > a > img, .misc > span > a > img {
  /*-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.75);*/
}

#main-slide {
  display: block;
  height: 349px;
}

.slide-wrapper {
  position: relative;
  width: 685px;
  height: 349px;
  float: left;
  overflow: hidden;
}

.big-slide-wrapper {
  position: relative;
  width: 100%;
  height: 349px;
  overflow: hidden;
}

.promo1, .promo2 {
  margin: 0;
  padding: 0;
}

.misc {
	/*display: block;
	position: relative;*/
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.misc a {
	/*display: inline-block;
  position: relative;
  width: 340px;
  margin-right: 2px;*/
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.misc a:last-child {
	/*float: right;*/
	margin-right: 0px;
}

.clubs {
  display: block;
  position: relative;
  padding: 15px 0;
  margin-bottom: 10px;
}

.clubs a {
  display: inline-block;
  /*width: 25%;*/
  max-width: 255px; /*4 coloumn*/
  /*max-width: 203px;*/ /*5 coloumn*/
  /*max-width: 203px;*/ /*7 coloumn*/
  position: relative;
}

.clubs.poker a {
  display: inline-block;
  /*width: 25%;*/
  /*max-width: 255px;*/ /*4 coloumn*/
  max-width: 203px; /*5 coloumn*/
  /*max-width: 144px !important;*/ /*7 coloumn*/
  position: relative;
}

.clubs a:hover {
  outline: 0 none;
  border: 0 none;
}

/*.clubs a:hover img {
  border: 1px dashed #116fb7;
}*/

.clubs a img {
  width: 100%;
}

.clubs a:hover img {
  -webkit-transform: scale(1.2) rotate(0.1deg);
  -moz-transform: scale(1.2) rotate(0.1deg);
  -ms-transform: scale(1.2) rotate(0.1deg);
  -o-transform: scale(1.2) rotate(0.1deg);
  transform: scale(1.2) rotate(0.1deg);
}

.clubs a img {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.clubs a div {
  position: absolute;
  display: block;
  width: 100%;
  top: 78%;
}

.clubs a div h3 {
  margin: 5px 0;
  text-align: center;
  opacity: 0.9;
  padding: 8px 0;
}

.clubs a div p {
  text-align: center;
  padding: 0 2px;
}

.game-list {
  padding-top: 10px;
}

.game-list ul {
  width: 100%;
  display: block;
  height: auto;
}

.game-list li, .game-list2 li {
  position: relative;
  margin: 5px;
  padding: 5px;
  width: 18.9%;
  float: left;
  cursor: pointer;
  border-radius: 0px;
}

.game-list2 li {
  width: 18.9%;
}

.game-list li div, .game-list2 li div {
  display: block;
  position: relative;
}

.game-list li img, .game-list2 li img {
  width: 100%;
}

.game-list li span, .game-list2 li span {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-list li p, .game-list2 li p, .top-games p {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
}
.game-list2 li .game-jackpot {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width:100%;
  z-index: 11;
  left: 0;
  bottom: 0;
  opacity: 0.9;
}

.game-list li:hover p, .game-list2 li:hover p, .top-games li:hover p {
  display: block;
  padding: 4px;
}

.game-list2 li:hover .game-jackpot {
  display: none;
}

.game-list a, .game-list2 a, .top-games a {
  padding: 5px 12px;
  top: 103%;
  position: absolute;
  left: 24%;
}

.poker-insight {
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 15px 0;
  height: 170px;
}

.poker-caption {
  clear: both;
  position: relative;
  height: 72px;
  margin-bottom: 10px;
}

.poker-caption img {
  margin-right: 15px;
  float: left;
  max-width: 100%;
}

.poker-caption h4 {
  height: 55px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.maintain {
	display: block;
  padding: 40px 20px;
  text-align: center;
  border-radius: 2px;
  height: 192px;
  margin-top: 10px;
}

.maintain p {
  padding-top: 95px;
}

.right-side {
  width: 410px;
  height: 600px;
  margin-top: 30px;
}

.have-account {
  margin-top: 40px;
}

#studio-list > a > .studio1, #studio-list > a > .studio2 {
  display: inline-block;
}

.studio2 {
  float: right;
}

.studio-hover {
  cursor: pointer;
}

.std1, .std2 {
  width: 503px;
  height: 193px;
}

.std1-dlr {
  position: absolute;
  margin-top: -49px;
  margin-left: 5px;
  z-index: 8;
}

.std2-dlr {
  position: absolute;
  margin-top: -44px;
  margin-left: 10px;
  z-index: 8;
}

.std-play-btn1, .std-play-btn2 {
  display: none;
  position: absolute;
  z-index: 7;
  width: 501px;
  height: 191px;
}

.std-play-btn-hover {
  display: block !important;
}

.std-play-btn1 span, .std-play-btn2 span {
  float: right;
  margin: 75px 40px 0 0;
  padding: 8px 30px;
}

.std-btn {
  padding: 12px 0;
}

.mb-xlg {
  margin-bottom: 8.125em !important;
}


div.content-body img {
  border: 1px solid #000;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.no-padding {
  padding: 0!important;
}

.col-xs-left {
  margin: 0px !important;
  width: 685px !important;
}

.btn-slider-wrap {
  position: absolute;
  right: 470px;
  top: 295px;
  z-index: 1020;
}

.slide-wrapper {
  position: relative;
  width: 685px;
  height: 349px;
  float: left;
  overflow: hidden;
}


/* ========= Owl Carousel ======== */
.slide-wrapper #progressBar, .big-slide-wrapper #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.slide-wrapper #progressBar #bar, .big-slide-wrapper #progressBar #bar {
  width: 0%;
  max-width: 100%;
  height: 3px;
}

.slide-wrapper .owl-carousel .owl-controls, .big-slide-wrapper .owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 5px;
}

.slide-wrapper .owl-carousel, .big-slide-wrapper .owl-carousel {
  height: 349px;
}

.slide-wrapper .owl-carousel .owl-controls, .big-slide-wrapper .owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 5px;
}

.slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page span, .big-slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page span {
  margin: 5px 2px 7px;
  width: 8px;
  height: 8px;
}

.slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page.active span, .big-slide-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  width: 12px;
  height: 12px;
  margin: 5px 2px;
}

.slide-wrapper .owl-carousel .item, .big-slide-wrapper .owl-carousel .item {
  padding: 0px 0;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes  fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.no-padding {
  padding: 0!important;
}

@media (max-width:1024px){
  .container {
    width: 970px;
  }

  .home .main .container {
    width: 940px;
    margin: 0 auto;
  }

  .game-title-wrapper .fs-btn {
    width: 180px;
  }

  #main-slide {
    height: 318px;
  }

  .col-xs-left {
    width: 625px !important;
  }

  .slide-wrapper {
    width: 625px;
    height: 318px;
  }

  .slide-wrapper .owl-carousel, .big-slide-wrapper .owl-carousel {
    height: 318px;
  }

  .col-xs-right {
    margin-left: 630px !important;
    width: 310px !important;
  }

  .promo-banner {
    width: 310px;
    height: 157px;
  }

  .misc > a > img {
    width: 310px;
    height: 173px;
  }
}

@media (min-width: 1025px) {
  .container {
    width: 1060px;
  }

  .home .main .container {
    width: 1030px;
    margin: 0 auto;
  }

  .promo-banner {
    width: 340px;
    height: 172px;
  }

  .misc > a > img {
    width: 340px;
    height: 190px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 1140px !important;
  }

  .modal-dialog {
    max-width: unset !important;
  }
}

.article {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  
}