/* RESET
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* BODY DEFAULTS
--------------------------------------------------------- */
html {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  background: #000;
  color: #ddd;
  font-size: 13px;
  scroll-behavior: smooth;
}
p, blockquote {
  padding: 0 0 20px 0;
}
strong, label, button, .button {
  font-weight: bold;
}
nav ul {
  list-style: none;
}
em {
  font-style: italic;
}
input, textarea {
  vertical-align: middle;
}
table td, table th {
  text-align: center;
}
table th {
  font-weight: bold;
}
hr {
  clear: both;
  background: transparent;
  height: 0px;
  border: 0;
  border-bottom: 1px solid white;
  border-top: 1px solid #ebebeb;
  margin: 0 0 18px 0;
}
a {
  color: #ffff00;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #c49b60;
}
/* FORM ELEMENTS
--------------------------------------------------------- */
label {
  display: block;
  padding: 5px 0 5px 0;
  font-size: 1.0em;
  font-weight: 400;
  text-transform: capitalize;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, textarea, input[type="file"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  outline: 0;
  background: #fff;
  width: 98%;
  color: #111;
  height: 20px;
  padding: 5px 0 5px 7px;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
  border: 1px solid #999;
  border-radius: 2px;
}
select {
  outline: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus {
  border-color: #333;
}
input[type=submit], input[type=button], button, .button {
  display: inline-block;
  height: auto;
  padding: 6px 18px 7px 18px;
  color: white;
  font-size: 0.95em;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #95B83F url('../images/shadow-for-buttons.png') repeat-x left bottom;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4);
  margin: 2px 0;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover {
  color: white;
  background-image: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
textarea {
  padding-top: 5px;
  height: 100px;
}
form {
  padding: 0;
  position: relative;
}
form h3 {
  clear: both;
  padding: 10px 0;
}
/* HEADINGS
--------------------------------------------------------- */
h1 {
  font-weight: bold;
  font-size: 2.15em;
  margin: 0 0 5px 0;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  font-weight: 300;
  font-size: 1.8em;
  margin: 0 0 20px 0;
  line-height: 1.4;
  color: #ddd;
  text-transform: capitalize;
}
h3 {
  font-weight: bold;
  font-size: 1.05em;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
h4 {
  font-weight: bold;
  font-size: 1.0em;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
/* MAIN WRAPPER
--------------------------------------------------------- */
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1310px;
  box-sizing: border-box;
}
.sportb .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1110px;
  box-sizing: border-box;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.sportb .banking_method a img {
  height: 30px;
}
.sportb .BoxMenu {
  background: url(../images/bg_menu_1110.png) no-repeat top center;
}
.content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  background: url(../images/background.jpg);
  background-size: 100% 100%;
}
.full-width {
  width: 100%;
  float: left;
}
/* HEADER
--------------------------------------------------------- */
.header {
  position: relative;
  background: url(../images/bg_head.jpg) bottom repeat-x;
  border-bottom: 1px solid #111;
}
.top_head {
  position: absolute;
  top: 0;
  height: 35px;
  width: 100%;
  background: #000
}
.logo {
  position: relative;
  width: 130px;
  height: auto;
  top: 1px;
  z-index: 51;
  margin: 0;
}
.logo a {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.logo a img {
  float: left;
  margin: 0;
  width: 100%;
}
.slogan {
  position: relative;
  width: 180px;
  left: 10px;
  height: auto;
  top: 68px;
  z-index: 2;
  margin: 0;
}
.slogan img {
  float: left;
  margin: 0;
  width: 100%;
}
.logomobile {
  display: none;
}
/*.header.fixed-header #sticks-to-top .logo img {
	height: 45px;
	width:auto;
	margin: 69px 0 0 5px;
}*/
.header #sticks-to-top {
  position: static;
  border: 0;
  width: 100%;
}
/*.header.fixed-header #sticks-to-top {
	position: fixed;
	top: -104px;
	z-index: 300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/
/*.header.fixed-header #sticks-to-top .mblack > li:first-child{
	padding-left:160px;
}*/
/* CONTENT ELEMENTS
--------------------------------------------------------- */
/*LEFT RIGHT SITE*/
.left_right_site.fixed-banner {
  position: fixed;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.left_right_site {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 9;
}
.left_site {
  float: left;
  display: block;
  width: 181px;
  height: 390px;
}
.right_site {
  float: right;
  display: block;
  width: 181px;
  height: 390px;
}
.content > img, .content p img {
  border: 0;
  margin-top: 3px;
  margin-bottom: 15px;
  max-width: 100%;
}
p img {
  vertical-align: middle;
}
.content p {
  line-height: 1.6;
}
.content ul, .content ol {
  padding: 0 0 20px 25px;
  line-height: 1.6;
}
.content ul ul {
  padding-bottom: 0;
}
.content .smaller-padding {
  padding-bottom: 8px;
}
.content .smaller-margin {
  margin-bottom: 8px;
}
.white-box {
  clear: both;
  padding: 35px 0 0 0;
  width: 100%;
  margin-top: 2px;
}
.page-box {
  clear: both;
  padding: 30px 0 0 0;
  width: 100%;
  margin-top: 2px;
}
.c-box {
  clear: both;
  padding: 0;
  width: 100%;
}
.home-box {
  clear: both;
  padding: 0;
  width: 100%;
}
.casino-box {
  clear: both;
  padding: 0;
  width: 100%;
}
.download-box {
  clear: both;
}
.box_banner {
  clear: both;
  position: relative;
  left: 10px;
  right: 10px;
}
.grey-box {
  clear: both;
  padding: 20px 0 20px 0;
  width: 100%;
}
.box_home {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.box_content {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: url(../images/bg_content.jpg) repeat-y;
  background-size: 100% 100%;
  border-top: none;
  color: #111;
  border-radius: 3px;
  margin-bottom: 30px;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.box_games {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
  background: url(../images/footer_bg.jpg) repeat;
  border: 1px solid #333;
  border-top: none;
  color: #aaa;
  border-radius: 3px;
  margin: 30px 0;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.top_shadow {
  width: 100%;
  float: left;
  height: 14px;
  background: url(../images/footer-top-shadow.png) no-repeat top center;
}
.box_mobile {
  padding-top: 3%;
}
.payment-box {
  clear: both;
  width: 100%;
  text-align: center;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.slots-box {
  clear: both;
  padding: 45px 0 45px 0;
  width: 100%;
  margin-top: 2px;
}
.keno-box {
  clear: both;
  padding: 50px 0 40px 0;
  width: 100%;
}
.info-box {
  clear: both;
  padding: 40px 0 40px 0;
  width: 100%;
}
.login_input i.fa-sign-in {
  display: none;
}
.sub-heading-upper {
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  color: #888;
  font-weight: 700;
  font-size: 1.05em;
}
p > span.sub-heading-upper {
  margin-bottom: 0;
}
.sub_heading_page {
  width: 100%;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 48px !important;
  padding: 0 30px;
  box-sizing: border-box;
}
.sub_heading_rule {
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 1.2em;
  margin-top: 15px;
  color: #111;
  font-weight: 700;
}
/* Home Poster
______________________________________ */
.homePoster {
  clear: both;
  width: 100%;
  float: left;
  margin: 0 00 0;
}
.homePoster .homePoster-row {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.homePoster:after {
  content: "";
  display: block;
  clear: both;
}
.homePoster-item {
  float: left;
  width: 320px;
  padding: 0;
  margin: 10px 0 0 10px;
  box-sizing: border-box;
}
.homePoster-item:first-child {
  margin-left: 0;
}
.homePoster-item:last-child {
  margin-right: 0;
}
a.listPoster {
  width: 100%;
  float: left;
  cursor: pointer;
}
a.listPoster span {
  text-transform: uppercase;
  padding: 6px 15px;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  border-radius: 3px;
}
a.listPoster:hover span {
  background-size: 100% 200%;
  color: #000;
}
a.listPoster .Boxlink {
  position: relative;
  top: -50px;
  text-aline: center;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
a.listPoster:hover .Boxlink {
  background-size: 100% 200%;
  color: #000;
}
.homePoster-item img {
  width: 100%;
  float: left;
}
.homePoster-item p {
  width: 100%;
  float: left;
  margin-top: -100px;
  text-align: center;
  text-transform: uppercase;
  color: #ddd;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
/*END*/
/* Home Poster 2Cols
______________________________________ */
.homePoster2cols {
  clear: both;
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.homePoster2cols .homePoster2cols-row {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.homePoster2cols:after {
  content: "";
  display: block;
  clear: both;
}
.homePoster2cols-item {
  float: left;
  width: 650px;
  margin: 0 0 10px 10px;
  box-sizing: border-box;
  background: #eebb36;
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #d78f36;
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
}
.homePoster2cols-item:first-child {
  margin-left: 0;
}
.homePoster2cols-item:last-child {
  margin-right: 0;
}
a.listPoster2cols {
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}
.boxslider {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.boxtext {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 5;
}
.boxtext img {
  width: 100%;
}
.listPoster2cols.w_caption a {
  display: block;
  position: relative;
  overflow: hidden;
}
.listPoster2cols.w_caption span {
  display: block;
  position: absolute;
  cursor: pointer;
}
.listPoster2cols.w_caption .caption {
  width: 100%;
  height: 100%;
  left: 0px;
  top: -9000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.listPoster2cols.w_caption:hover .caption {
  /*top: 44px;*/
  top: 0;
}
.listPoster2cols.w_caption .caption .icon {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
.listPoster2cols.w_caption.gotoplay .icon {
  background-image: url(../images/icon_img_zoom.png);
}
.homePoster2cols .listPoster2cols.w_caption .caption {
  height: 100%;
}
.homePoster2cols .listPoster2cols.w_caption .caption .title5 {
  width: 100%;
  left: 0px;
  top: 47%;
  font-size: 14px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  color: #111;
  text-transform: uppercase;
  text-align: center;
}
a.listPoster2cols .Boxlink {
  float: left;
  margin-top: -80px;
  margin-left: 40px;
  text-aline: center;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
a.listPoster2cols:hover .Boxlink {
  background-size: 100% 200%;
  color: #000;
}
.homePoster2cols-item img {
  width: 100%;
  float: left;
}
.homePoster2cols-item p {
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
}
/*END*/
table.references {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}
.right > table.references, .left > table.references {
  margin: 15px 0;
}
table.references td {
  padding: 0 5px;
}
table.references tr:first-child td {
  border-top: 0;
  padding-top: 0;
}
table.references tr td:first-child {
  border-left: 0;
}
table.references tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
table.references tr td:last-child {
  border-right: 0;
}
.banking_logo table.references td img {
  width: 100%;
  max-width: 70px;
  height: auto;
  vertical-align: middle;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banking_logo table.references td:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  cursor: pointer;
}
.content .widgets {
  clear: both;
  padding: 65px 0 65px 0;
  width: 100%;
}
ul.tabs, ul.tags {
  list-style: none;
}
ul.tabs {
  display: inline-block;
  position: relative;
  margin: 11px 0;
  padding: 0 !important;
}
.fix_mar {
  margin: 20px 0 -35px 0 !important;
}
ul.tabs li a .bubble-top {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    padding: 0 3px;
    right: 4px;
    top: -8px;
    text-shadow: none;
    border-radius: 1px;
    background-color: #df0a0a;
}

ul.tabs li a .bubble-top {
	-webkit-transition:-webkit-transform .3s;
	-moz-transition:-moz-transform .3s;
	-o-transition:-o-transform .3s;
	-ms-transition:-ms-transform .3s;
	 transition:transform .3s;
}

ul.tabs li a:hover .bubble-top {
	-webkit-transform:translate3d(0, -3px, 0);
	-moz-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	transform:translateY(-3px);
}

ul.tabs li {
  display: inline-block;
  margin: 4px 0;
  padding: 0 !important;
}
ul.tabs li:last-child {
  margin: 0;
}
ul.tabs li a {
  display: block;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 3px;
  background: #444;
}
ul.tabs li.active a {
  color: #fff;
  text-decoration: none;
  background: #e75a22;
  border: 1px solid #c24f21;
  -moz-box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .3);
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .3);
}
ul.tabs a:hover {
  background-color: #222;
}
.tab {
  clear: both;
}
.icon_games {
  width: 100%;
  float: left;
  padding: 25px 0 0;
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/bg_light2.png);
  background-size: 100% 100%;
}
.icon_games ul {
  margin: 0 auto;
  padding: 0px;
  display: inline-block
}
.icon_games ul li {
  float: left;
  display: inline-block;
  margin: 0;
  width: auto;
  list-style: none;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 10px 0;
}
.icon_games a {
  display: inline-block;
  text-align: center;
  width: 178px;
  color: #eebb36;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 15px;
  box-sizing: border-box;
}
.icon_games a:hover {
  color: #f6c24f;
}
.icon_games a span {
  float: left;
  height: 40px;
  line-height: 40px;
  background: #111522;
  padding: 0;
  text-transform: uppercase;
  color: #7c8292;
  width: 100%;
  transition: box-shadow 250ms, color 250ms;
  box-shadow: inset 0 0 0 #e3a01c;
}
.icon_games a:hover span {
  box-shadow: inset 0 40px 0 #e3a01c;
  color: #111;
}
.icon_games p {
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin-top: -10px;
  font-weight: 700;
}
/*.icon_games ul li:last-child{ 
	margin: 0px 0px 0px 20px;
}*/
.icon_games ul li:first-child {
  margin-left: 0
}
/* list_games
______________________________________ */
.list_games {
  clear: both;
}
.list_games .list_games-row {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.list_games:after {
  content: "";
  display: block;
  clear: both;
}
.slotgame.list_games {
  width: 100%;
  padding: 15px 0 35px 0;
}
.list_games-icon {
  width: 100%;
}
.slotgame .list_games-item {
  opacity: 0;
  display: none;
  width: 22.6%;
  margin: 1.2% 5px 0 5px;
  background: #eebb36;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #d78f36;
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
}
.slotgame .list_games-item img {
  width: 100%;
  float: left;
  background-size: 100% 100%;
  box-sizing: border-box;
  border-radius: 2px;
}
.slots_6cols .list_games-item {
  width: 15%;
}
.wmcasino .list_games-item {
  width: 15%;
  box-shadow: none;
  background: none;
}
.wmcasino .list_games-item img {
  border: none !important;
}
.slotgame .list_games-icon a {
  display: block;
  position: relative;
  cursor: pointer;
}
.slotgame .list_games-icon a span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 6px;
  box-sizing: border-box;
  text-transform: capitalize;
  border-radius: 3px;
  padding: 8px 0;
  color: #000;
  font-weight: 700;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.2);
}
.slotgame .list_games-icon:hover a span {
  /*box-shadow: inset 0 40px 0 #414a62;*/
  color: #000;
  background-size: 100% 200%;
}
.slotgame .list_games-caption {
  overflow: hidden;
}
.slotgame .list_games-caption strong {
  display: block;
  font-size: 1.05em;
  color: #111;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 5px 0;
}
.slotgame .list_games-caption {
  display: block;
  width: 100%;
  padding: 0;
  top: 0;
  text-align: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slotgame .list_games-icon a:hover .list_games-caption {
  opacity: 1;
  top: 40%
}
.btn_play {
  position: relative;
  width: 158px;
  height: 35px;
  top: 45%;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #999;
  background: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .3);
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .3);
}
.new_game {
  position: absolute;
  color: #fff !important;
  padding: 3px 7px !important;
  text-transform: uppercase !important;
  right: 5px;
  top: -19px;
  text-shadow: none;
  border-radius: 2px;
  background: #df0a0a !important;
  width: auto !important;
}
/* FOOTER
--------------------------------------------------------- */
.footer {
  float: left;
  clear: both;
  width: 100%;
  color: #aaa;
  line-height: 1.7;
  position: relative;
  z-index: 5;
  margin-top: 1px;
  background: #222 url(../images/line-horz.png) repeat-x top;
}
.footer .wrapper {
  background: none;
}
.footer_box {
  clear: both;
  padding: 0;
  width: 100%;
}
.footer h2, .footer h3 {
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #eebb36;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  padding: 2px 0;
}
.footer ul li:first-child {
  background: none;
  padding-top: 0;
}
.footer ul li i {
  background: none;
  display: inline-block;
  width: 16px;
  text-align: center;
  padding: 0 5px 0 0;
}
.footer ul li img.non {
  border: none;
  padding: 0;
}
.footer .widgets {
  width: 100%;
  float: left;
  margin: 1px 0 0 0;
  background: url(../images/bgfoot.png) bottom center no-repeat;
  padding: 30px 0;
  box-sizing: border-box;
}
.footer .widgets a {
  color: #aaa;
  text-transform: capitalize;
}
.footer .widgets a:hover {
  color: #eebb36;
}
.footerbox {
  width: 17%;
  float: left;
  /*background: url('../images/line-vert.png') left top repeat-y;*/
  padding-right: 2.5%;
  padding-left: 2.5%;
}
.footerbox.last {
  width: 22.5%;
  padding-right: 0;
  padding-left: 2.5%;
}
.footerbox:first-child {
  background: none;
  padding-left: 0;
  width: 28%;
}
.footerbox .logofoot img {
  width: auto;
  height: 36px;
  margin-bottom: 0;
}
.footer .top {
  width: 100%;
  float: left;
  background-size: 100% 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.footer .bottom {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  background: url(../images/line-horz.png) top repeat-x;
}
.footer .bottom .boxbottom {
  margin-top: 2px;
  width: 100%;
  float: left;
  background: url(../images/footer-top-shadow.png) top center no-repeat;
}
.footer .top h3 {
  font-size: 1.4em;
}
.footer .top i {
  margin: 0 5px;
  font-size: 22px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
}
.footer .top i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-bottom: 30px;
}
.footer .top i:hover {
  transform: scale(1.2, 1.2);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/*.footer ul.contact-info {
	background: url(../images/footer-wmap.png) bottom right no-repeat;
}*/
.footer ul.contact-info li {
  background: none;
  padding: 0 0 3px 0;
}
.footer ul.contact-info li a {
  text-transform: none;
}
.footer ul.contact-info li a i {
  font-size: 14px;
  line-height: 24px;
}
footer ul.contact-info li a i.fa-phone, footer ul.contact-info li a i.fa-wechat, footer ul.contact-info li a i.fa-skype {
  font-size: 16px;
}
.footer ul.contact-info img {}
ol.box_footer_link {
  float: left;
  margin: auto;
  clear: both;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background: #1f1f1f url(../images/line-horz.png) repeat-x top;
  border-radius: 2px;
}
ol.box_footer_link li {
  display: inline-block;
  background: url(../images/line-vert.png) repeat-y right;
  list-style: none;
  padding: 0 20px;
  text-transform: capitalize;
}
ol.box_footer_link li:first-child {
  padding-left: 0;
}
ol.box_footer_link li:last-child {
  padding-right: 0;
  background: none;
}
.box_footer_link a {
  text-transform: capitalize;
  color: #aaa;
  font-size: 14px;
}
.box_footer_link a:hover {
  color: #eebb36;
}
.banking_method {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.banking_method:last-child {
  margin-right: 0;
}
.banking_method a img {
  display: block;
  height: 35px;
  padding: 5px;
}
.sportb .banking_method a img {
  max-height: 40px;
}
.info_footer {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  margin-top: 1%;
  background: url(../images/line-horz.png) top repeat-x;
  line-height: 1.8em;
}
/* ISOTOPE TRANSITIONS 
--------------------------------------------------------- */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/*Languages*/
ul.ldd_languages {
  position: absolute;
  right: 20px;
  top: 142px;
  cursor: pointer;
  list-style: none;
  padding: 0;
  z-index: 11;
  color: #c1c4cd;
  background: url(../images/line-vert.png) repeat-y left;
}
ul.ldd_languages a {
  text-decoration: none;
}
ul.ldd_languages > li {
  float: left;
  position: relative;
}
.down_arrowlanguages {
  float: left;
  margin: 5px 0 0 7px;
}
ul.ldd_languages > li > span {
  float: left;
  cursor: pointer;
}
ul.ldd_languages .ldd_sublanguages {
  position: absolute;
  top: 30px;
  display: none;
  right: 0px;
  background: #111;
  border: 1px solid #333;
  -moz-box-shadow: 0px 1px 4px #313131 inset;
  -webkit-box-shadow: 0px 1px 4px #313131 inset;
  box-shadow: 0px 1px 4px #313131 inset;
  z-index: 12000;
  padding: 3px;
  border-radius: 1px;
  opacity: 0.95;
}
ul.ldd_languages ul {
  list-style: none;
  float: left;
}
ul.ldd_languages li {
  float: right;
  padding: 7px 8px 7px 12px;
  position: relative;
  z-index: 90;
}
ul.ldd_languages li span {
  padding: 0 10px 0 0;
  float: right;
  line-height: 16px;
  text-align: right;
  width: auto !important;
  white-space: nowrap;
}
ul.ldd_languages li img {
  padding: 0;
  float: right;
}
ul.ldd_languages ul li img {
  padding: 0 0 0 0;
  float: right;
}
ul.ldd_languages ul li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  padding: 1px 3px;
  text-shadow: none;
}
ul.ldd_languages ul li a:hover {
  color: #f05b8c;
}
#languages_navi {
  float: right;
  padding: 0px !important;
  margin: 0px !important;
  background-color: #222;
}
#languages_navi li {
  clear: both;
  width: 120px;
  color: #fff;
  list-style-type: none;
  padding: 8px 5px;
  cursor: pointer;
}
#languages_navi li:hover {
  background-color: #3b3b3b;
  color: #fff;
}
#languages_navi li.first {
  border-top: 0px none;
}
#languages_navi li.last {
  background-image: none !important;
}
#languages_navi li span.title {
  display: block;
  text-transform: capitalize;
}
#languages_navi li img {
  width: 24px;
  height: 16px;
}
#languages_navi strong {
  display: block;
}
#languages_navi .ibe_outer {
  float: left;
  margin-right: 10px;
}
#address-block {
  margin: 0;
  position: absolute;
  z-index: 80;
  top: 0;
}
#address-block ul {
  list-style: none;
}
#address-block ul li {
  display: inline-block;
  padding: 0 0 0 20px;
  color: #888;
  float: left;
}
#address-block ul li:first-child {
  padding-left: 0;
}
#address-block ul li.smaller-gap {
  padding-left: 12px;
}
#address-block ul li a {
  color: #aaa;
  padding: 8px 0;
  float: left;
  font-style: italic;
  letter-spacing: 1px;
}
#address-block ul li a:hover {
  color: #fff;
}
#address-block i {
  margin-right: 5px;
  font-size: 15px;
}
#address-block i.fa-phone {
  font-size: 20px;
  float: left;
}
#address-block i.icon-envelope {
  font-size: 0.8em;
  float: left;
}
ul.clock_time {
  position: absolute;
  top: 4px;
  left: 0;
  list-style: none;
}
.clock_time li {
  float: left;
  padding: 0px;
  margin: 3px 0px 0px 5px;
  color: #999;
}
.clock_time li i {
  font-size: 20px;
}
/* login form*/
.login-form {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 35;
  text-align: center;
  margin: auto;
}
.f_after .login-form {
  top: 50px;
}
ul.login_input {
  display: inline-block;
  list-style: none;
}
ul.login_input li {
  float: left;
  margin-right: 3px;
}
ul.login_input li:last-child {
  margin-right: 0;
}
.login-form figure {
  margin: 0 2px 0 0;
}
.login-form figure img {
  width: 62px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 2px;
}
.capcha_w input[type="text"] {
  width: 58px;
  padding: 3px 4px;
  text-align: center;
}
.pass_w input[type="text"], .pass_w input[type="password"] {
  width: 90px;
  padding: 3px 5px 3px 35px;
}
.f_pass input[type="text"], .f_pass input[type="password"] {
  width: 90px;
  padding: 3px 35px 3px 35px;
}
.pass_w i {
  position: absolute;
  top: 6px;
  margin-left: 10px;
  color: #888;
  font-size: 16px;
  width: 22px;
  background: url('../images/line-vert.png') right top repeat-y;
}
a.btn_forgot {
  text-transform: capitalize;
  color: #888;
  font-style: italic;
  font-size: 12px;
  line-height: 28px;
  padding-right: 8px;
}
a.btn_forgot:hover {
  color: #c49b60;
}
.but_login {
  text-transform: uppercase;
  float: right;
  line-height: 26px;
  margin: 0;
  padding: 0;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.but_login:hover {
  background-size: 100% 200%;
  color: #000;
}
.but_logout {
  text-transform: capitalize;
  float: right;
  margin: 0;
  padding: 5px 10px;
}
.login_input {
  text-align: left;
}
.input_b {
  position: relative;
  margin-bottom: 2px;
}
.control_btnlogin {
  display: none;
}
.login-form fieldset input[type=text], .login-form fieldset input[type=password] {
  margin: 0;
  font-size: 12px;
  border-radius: 2px;
  color: #444;
  display: block;
  vertical-align: middle;
  background-color: #ddd;
  border: 1px solid #333;
}
fieldset select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 2px;
  color: #111;
  display: block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 100%;
}
.but_register {
  position: absolute;
  right: 517px;
  top: 50px;
  z-index: 50;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  margin: 0;
  font-size: 14px;
  width: 100px;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.but_register:hover {
  color: #000;
  background-size: 100% 200%;
}
.but_dep {
  text-transform: uppercase;
  float: right;
  line-height: 26px;
  margin: 0;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.but_dep:hover {
  color: #000;
  background-size: 100% 200%;
}
/*After Login*/
.user_balance ul {
  list-style: none;
}
.user_balance ul li {
  display: inline-block;
  padding: 0 0 0 12px;
  color: #eebb36;
  text-transform: capitalize;
  vertical-align: middle;
}
.user_balance ul li:first-child {
  padding-left: 0;
}
.user_balance i {
  margin-right: 5px;
  font-size: 17px;
  float: left;
}
.user_balance i.fa-sign-out {
  margin-right: 0;
  display: none;
}
.user_balance i.icon-envelope {
  font-size: 0.8em;
  position: relative;
  top: -1px;
}
.user_balance ul li span {
  float: left;
}
.mess_f i {
  margin-top: -2px;
  color: #eebb36;
}
.count_mes {
  position: relative;
  font-size: 11px;
  color: #fff;
  padding: 0 6px !important;
  right: 12px;
  top: -7px;
  text-shadow: none;
  border-radius: 2px;
  background-color: #df0a0a;
}
.mid_header {
  width: 100%;
  height: 178px;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.btn_gen {
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.btn_gen:hover {
  background-size: 100% 200%;
  color: #000;
}
.bt_down {
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 310px;
  height: 72px;
  margin: 30px 5px 0;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
}
.bt_down:hover {
  background-size: 100% 200%;
  color: #000;
}
.bt_down i {
  float: left;
  margin-left: 35px;
  margin-right: 15px;
  display: block;
  line-height: 72px;
}
.bt_down span {
  float: left;
  display: block;
  text-align: left;
  padding-top: 17px;
  line-height: 1.3em;
  font-size: 14px;
}
.bt_down b {
  font-weight: bold;
}
.bt_down img {
  height: 60px;
  width: auto;
  float: left;
  margin: 5px 7px 0 15px;
  border: 1px solid #905423;
}
img.icon_down {
  margin: 11px 10px 0 0;
  width: 31px;
  height: auto;
  border: none;
}
.u_text {
  text-transform: uppercase;
  font-size: 13px;
}
span.three_lines {
  font-size: 12px;
  padding-top: 13px;
}
.btn_onslide {
  padding: 8px 30px 5px 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
}
.textmaquee {
  color: #aaa;
  box-sizing: border-box;
  z-index: 9;
  padding: 0;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
}
.textmaquee .boxMarqee {
  font-size: 12px;
  padding: 9px 110px 9px 50px;
  box-sizing: border-box;
  background: url(../images/anoutment.png) left no-repeat;
}
a.powered_by {
  background: url(../images/logo_alt.png);
  background-position: 0 0;
  float: right;
  height: 37px;
  margin: 16px 10px 0 5px;
  width: 127px;
}
a.powered_by:hover {
  background-position: 0 -46px;
}
a.powered_by_slc {
  background: url(../images/logo_slc.png);
  background-position: 0 0;
  float: right;
  height: 37px;
  margin: 16px 0 0 0;
  width: 62px;
}
a.powered_by_slc:hover {
  background-position: 0 -46px;
}
a.eighteen_plus {
  background: url(../images/eighteen_plus.png);
  background-position: 0 0;
  float: right;
  height: 37px;
  margin: 16px 0 0 0;
  width: 26px;
}
a.eighteen_plus:hover {
  background-position: 0 -46px;
}
.banner_home {
  padding: 3px;
  display: block;
}
.gen_scan {
  margin: 0;
  width: 190px;
}
.bg_scan {
  width: 80px;
  display: inline-block;
}
.bg_scan img {
  float: left;
  width: 100%;
  padding: 3px;
  border: 1px solid #2b2b2b;
  display: block;
  box-sizing: border-box;
}
.bg_scan p {
  text-align: center;
  padding: 0;
}
.logo_iosandroid img {
  width: 100%;
}
.text_effect {
  color: #eb1c23 !important
}
p.text_r {
  text-align: right;
}
p.text_l {
  text-align: left;
}
.btn_dark {
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #1a7051;
  background: #0d853e;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.btn_dark:hover {
  background: #109a48;
}
/*FAQs */
.accrodation {
  width: 92%;
  padding: 4%;
  margin: 0;
}
.acc-trigger {
  cursor: pointer;
  display: block;
  margin: 5px 0 0 0;
  width: 100%;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
  margin-bottom: 8px;
}
.no-js .acc-trigger:last-of-type {
  border-bottom: none;
}
.acc-trigger a {
  background: url(../images/accordion-ico.png) no-repeat 20px 8px;
  display: block;
  padding: 11px 50px 11px 50px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: 1px solid #dc8a25;
  color: #111;
}
.acc-trigger a:hover {
  background-color: #e75a22;
  color: #fff;
}
.acc-trigger.active a, .acc-trigger.active a:hover {
  color: #111;
}
.acc-trigger.active a:hover {
  background-color: transparent;
}
.acc-trigger.active {
  cursor: default;
}
.acc-trigger.active:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.acc-trigger.active a {
  background-position: 20px -62px;
  cursor: default;
}
.acc-container .acc-content {
  padding: 25px 50px 7px 50px;
  margin-bottom: 12px;
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3); /*border-bottom: 1px solid #333;*/
}
.acc-container .acc-content a {
  color: #ffff00;
}
.acc-container .acc-content a:hover {}
.promotion_page .acc-trigger a {
  background: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #333;
}
.promotion_page .acc-trigger a:hover {
  background-color: #222;
}
.promotion_page .acc-trigger a img {
  width: 100%;
  float: left;
}
.tit_promo {
  font-size: 20px;
  text-transform: uppercase;
  color: #c49b60;
}
.info_faqs {
  margin: 0;
  padding: 0;
}
.info_faqs ul {
  padding-left: 20px;
}
.info_faqs ul li {
  list-style: outside decimal;
  padding: 5px 0;
}
.info_faqs ul li ul li {
  list-style: outside circle;
  padding: 5px 0 0 5px;
}
.title_faqs {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold
}
/*REGISTER*/
.box_form {
  padding: 30px 2%;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.box_form .form_dialog .control-group {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}
.box_form .form_dialog label {
  float: left;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  width: 30%;
  padding-right: 7px;
  box-sizing: border-box;
}
.box_form .form_dialog .controls {
  width: 70%;
  float: left;
}
.box_form .form_dialog input[type="text"], .box_form .form_dialog input[type="email"], .box_form .form_dialog input[type="tel"], .box_form .form_dialog input[type="password"] {
  height: 30px;
  outline: 0 none;
  padding: 5px 0 5px 7px;
  width: 100%;
  box-sizing: border-box;
}
.uneditable_input {
  overflow: hidden;
  white-space: nowrap;
  line-height: 27px;
  font-size: 13px;
}
.box_form label.checkbox {
  text-align: left;
  vertical-align: middle;
  width: auto;
  margin-right: 15px;
}
.box_form .form_dialog select {
  vertical-align: middle;
  float: left;
  padding: 3px 3px 3px 5px;
  width: 100%;
  box-sizing: border-box;
}
.malefemale {
  font-size: 13px;
  padding: 0 10px 0 5px;
  vertical-align: top;
  line-height: 22px;
}
.box_form .check_btn {
  float: right;
  text-align: center;
  padding: 6px 5px;
  margin: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  margin-left: 2%;
  width: 33%;
  border-radius: 3px;
}
.w_form {
  width: 65% !important;
}
.box_form .form_dialog .text_tit {
  font-size: 14px;
  font-style: italic;
  padding-bottom: 20px;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
}
.color1 {
  color: #c49b60;
}
.mar_r {
  margin-right: 5px;
}
.box_form .info_register {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  color: #777;
  font-style: italic;
}
.box_form .capcha {
  float: left;
  margin-left: 5px;
}
.box_form .capcha img {
  width: 60px;
  height: 30px;
  border-radius: 3px;
}
.box_form .agree {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
  width: 100%;
}
.box_form .agree input {
  position: absolute;
  margin-left: 0;
}
.pad_bot2 {
  float: right;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
}
.btn_agree {
  float: left;
  padding: 6px 20px;
  text-transform: capitalize;
  margin-left: 20px;
  margin-top: 10px;
}
.line {
  width: 100%;
  float: left;
  height: 2px;
  background: url(../images/line-horz.png) repeat-x;
  margin: 10px 0 30px 0;
  box-sizing: border-box;
}
.textyellow {
  color: green !important;
}
.payment_info .form_dialog label {
  width: 40%;
}
.payment_info .form_dialog .controls {
  width: 60%;
}
.box_form .form_dialog .payment_group {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 0 2px 0;
  background: #4e4e4e;
  padding: 8px 10px;
}
.box_form .form_dialog .payment_group span {
  padding: 0 0;
}
.box_form .form_dialog .payment_group label {
  padding: 0;
}
/*POPUP REPORT*/
.popup_report {
  padding: 0 10px 10px 10px;
  float: left;
}
.popup_report .form_dialog .control-group {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
.popup_report .form_dialog label {
  float: left;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  width: 30%;
  padding-right: 10px;
  box-sizing: border-box;
}
.popup_report .form_dialog .controls {
  width: 70%;
  float: left;
}
.box_tranfer .form_dialog .input-register {
  width: 100%;
}
.diglog_btn {
  border-radius: 4px;
  color: #fff !important;
  margin: 0 10px 0 0;
  padding: 7px 15px;
  text-transform: capitalize;
  float: left;
  margin-top: 10px;
}
.popup_report .info_register {
  color: #b94409;
  display: block;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding-top: 4px;
}
.popup_report input[type="text"] {
  box-sizing: border-box;
  padding: 0 5px;
  height: 32px;
  width: 100%;
}
.popup_report .input-register .add-on {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  font-weight: normal;
  line-height: 28px;
  margin-left: -5px;
  min-width: 16px;
  padding: 0 10px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  position: absolute;
  right: 21px;
  margin-top: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .popup_report .input-register .add-on {
    margin-top: -31px;
  }
}
.m_top10 {
  margin-top: 10px;
}
.text_success {
  color: #1D6900;
  display: block;
  line-height: 18px;
  margin: 0;
  padding-top: 4px;
}
.checkbox_info {
  float: left;
  display: inline-block;
  width: 100%;
  margin-top: 4px;
}
.text_info22px {
  line-height: 22px;
  padding: 0 10px 0 5px;
  vertical-align: top;
}
.box_tranfer {
  width: 500px;
}
/*EDIT PROFILE*/
.box_profile {
  width: 70%;
  margin: auto;
}
.box_profile h3 {
  float: left;
  font-size: 14px;
  color: #c49b60;
}
.btn_update {
  padding: 6px 20px;
  text-transform: capitalize;
}
/*PAYMENT*/
.pad_rl {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.none_pad {
  padding: 0 !important;
}
.none_bpad {
  padding-bottom: 0 !important;
}
.payment_info {
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  background: #2b2b2b;
  border-radius: 2px;
  border: 1px solid #333;
}
.howtopayment {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.howtopayment h3 {
  float: left;
  font-size: 14px;
  color: #c49b60;
}
.info_howtopay {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.info_howtopay i {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
}
.info_howtopay p {
  float: right;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
}
.select_method {
  float: left;
  width: 50.5%;
  box-sizing: border-box;
  margin-top: 10px;
}
.grey2 {
  background-color: #f2f2f2 !important;
}
.info_error {
  padding-top: 5px;
  color: #ff0000;
  float: left;
  width: 100%;
}
.colorgreen {
  color: #1F8300 !important;
}
.promo_img1 img {
  float: left;
  width: 100%;
  padding: 3px;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 1px #3b3b3b inset;
  display: block;
  box-sizing: border-box;
}
.title1 {
  width: 100%;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #c49b60;
}
ul.promo_reg {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.promo_reg li {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.promo_reg li:first-child {
  margin-top: 0;
}
.promo_reg li img {
  float: left;
  width: 100%;
  padding: 3px;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 1px #3b3b3b inset;
  display: block;
  box-sizing: border-box;
}
/********Contact ****************/
.box_right {
  position: fixed;
  top: 235px;
  right: -262px;
  z-index: 99999;
  box-sizing: border-box;
  background: #111;
  border: 1px solid #333;
}
.box_content_right {
  float: left;
  width: 260px;
  padding: 15px 20px 15px 20px;
  box-sizing: border-box;
}
.floating-banner-right {
  position: absolute;
  top: 0;
  left: -60px;
  width: 60px;
  height: 200px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.floating-banner-right .title-container {
  border-radius: 5px 0 0 5px;
  width: 60px;
  height: 200px;
  padding: 0;
  box-sizing: border-box;
  background: #333;
}
.floating-banner-right .banner-icon {
  position: absolute;
  top: -35px;
  width: 60px;
  height: 60px;
  left: 0px;
  background: url(../images/icon_contact.png) top no-repeat;
}
.floating-banner-right .vertical-title {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: -70px;
  top: 40%;
  min-width: 200px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 1px;
}
/*Box left*/
.box_left {
  position: fixed;
  top: 235px;
  left: -220px;
  z-index: 99999;
  box-sizing: border-box;
  background: #111;
  border: 1px solid #333;
}
.box_content_left {
  float: left;
  width: 160px;
  padding: 15px 20px 15px 20px;
  box-sizing: border-box;
}
.floating-banner-left {
  position: absolute;
  top: 0;
  right: -59px;
  width: 60px;
  height: 200px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.floating-banner-left .title-container {
  border-radius: 5px 0 5px 0;
  width: 60px;
  height: 200px;
  padding: 0;
  box-sizing: border-box;
  background: #333;
}
.floating-banner-left .banner-icon {
  position: absolute;
  top: -35px;
  width: 60px;
  height: 60px;
  left: 0px;
  background: url(../images/icon_games.png) top no-repeat;
}
.floating-banner-left .vertical-title {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: -70px;
  top: 45%;
  min-width: 200px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 1px;
}
.box_left .slotgame.list_games {
  padding: 7px 0 0 0;
}
.box_left .slotgame .list_games-item {
  width: 120px;
  padding: 0;
  margin: 0 0 5px 0;
  display: inline-block;
  opacity: 1;
}
.box_left .slotgame .list_games-caption {
  background: none;
  height: auto;
}
.box_left .slotgame .list_games-item img {
  height: auto;
}
.box_left .btn_play {
  border-radius: 0;
  width: 120px;
  height: 30px;
  font-size: 12px;
  margin-top: 30px;
  padding: 0;
  line-height: 30px;
}
.box_term {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
}
.box_term ul {
  padding: 0 0 20px 15px;
  list-style: outside none;
  width: 100%;
  box-sizing: border-box;
}
.box_term ul li {
  padding: 5px 0;
}
.box_term ul li ul {
  list-style: outside none circle;
  padding-left: 15px;
}
.box_term ul li ol {
  list-style: outside none;
  padding-left: 15px;
  padding-bottom: 0;
}
.box_term h3 {
  margin-bottom: 10px;
  color: #000;
}

/*ROW*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col-md-1 {
  width: 8.333333333333332%;
}
.col-md-2 {
  width: 16.666666666666664%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.33333333333333%;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-8 {
  width: 66.66666666666666%;
}
.col-md-9 {
  width: 75%;
}
.col-md-10 {
  width: 83.33333333333334%;
}
.col-md-11 {
  width: 91.66666666666666%;
}
.col-md-12 {
  width: 100%;
}
/*END ROW*/
/*JACKPOT*/
.jackpot_gen {
  clear: both;
  width: 100%;
  float: left;
  margin: 15px 0 30px 0;
}
.jackpot_box {
  width: 650px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 70px auto -10px auto;
  padding: 55px 30px 2px 30px;
  background: url("../images/jackpot/bg_jackpot.jpg");
  background-size: 100% 100%;
  border-radius: 20px;
  border: 1px solid #e5c77d;
}
.jackpot_box .jp_grand {
  position: absolute;
  top: -70px;
  left: calc(50% - 350px);
  z-index: 100;
  display: inline-block;
  background: url("../images/jackpot/jackpot_box_top.png") top center no-repeat;
  background-size: 350px;
  width: 700px;
  height: 180px;
  pointer-events: none;
}
.money_jackpot {
  display: inline-block;
  position: relative;
  z-index: 11;
  margin: auto;
}
.money_jackpot a {
  display: block;
  margin: 10px 0 18px 0;
}
.money_jackpot a img {
  float: left;
}
.tit_jackpot {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.money_jackpot p {
  float: left;
  margin-left: 8px;
  padding: 0;
  white-space: nowrap;
  font-size: 280%;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(#fff8dd, #f5b431);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
}
.logo_b2b {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
}
.logo_b2b img {
  width: 100%;
}
a.JPlist_btn {
  display: inherit;
  outline: none;
}
a.JPlist_btn p {
  position: relative;
}
/*a.JPlist_btn p::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    right: -5px;
    background: url("../images/jackpot/list_btn.png") no-repeat center;
    background-size: contain;
    z-index: 99;
}*/
.PNjackpot {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: -19px;
  width: 100%;
  text-align: center;
}
.PNjackpot a {
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/jackpot/Play-Now_Button.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.w50 {
  width: 50%;
}
.jpWinner td {
  vertical-align: middle;
}
@media screen and (max-width: 905px) {
  .jackpot_box {
    width: 600px;
  }
  .jackpot_box .jp_grand {
    left: calc(50% - 300px);
    width: 600px;
  }
}
@media screen and (max-width: 680px) {
  .money_jackpot a {
    margin: 10px 0 28px 0;
  }
  .jackpot_box {
    width: 360px;
    margin: 60px auto -15px auto;
  }
  .jackpot_box .jp_grand {
    top: -65px;
    background-size: 300px;
    left: calc(50% - 150px);
    width: 300px;
  }
  .money_jackpot a img {
    width: 30px;
  }
  .money_jackpot p {
    font-size: 220%;
    line-height: 30px;
  }
}
.blink span {
  color: #ffff00;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/*END Jackpot*/

/*TRANSACTION REPORT*/
.tranid_report {
  width: 1000px;
}
.scroll_table {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
.text_total td {
  font-weight: bold;
  color: #E40000  !important;
}
.popup_report .form_dialog .control-group {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 10px 0;
}
@media screen and (max-width: 1018px) {
  .tranid_report {
    width: 800px;
  }
}
@media screen and (max-width: 905px) {
  .tranid_report {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .popup_report {
    width: 340px !important;
  }
  .tranid_report {
    width: 340px;
  }
}
/*END TRANSACTION*/