/* 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: left;
}
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: #f5b50c;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
/* 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: #ddd;
  width: 98%;
  color: #000;
  height: 20px;
  padding: 5px 0 5px 7px;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
  border: 1px solid #222;
  border-radius: 4px;
}
select {
  outline: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus {
  border-color: #d8d8d8;
}
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;
  border-radius: 4px;
}
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;
  color: #f8f8f8;
}
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;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
.full-width {
  width: 100%;
  float: left;
}
/* HEADER
--------------------------------------------------------- */
.header {
  position: relative;
}
.logo {
  position: relative;
  width: 158px;
  height: auto;
  top: 8px;
  z-index: 12;
}
.logo a {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.logo a img {
  float: left;
  margin: 0;
  width: 100%;
}
/*.header.fixed-header #sticks-to-top .logo img {
	height: 45px;
	width:auto;
	margin: 69px 0 0 5px;
}*/
.header #sticks-to-top {
  background: #000 url(../images/bg-head.png) top center no-repeat;
  moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
  border-top: 1px solid #3e3e3e;
  position: static;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #2c2c2c;
}
/*.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
--------------------------------------------------------- */
.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;
  padding: 0;
  width: 100%;
}
.download-homebox {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 30px;
  background: url(../images/line-horz.png) bottom repeat-x;
}
.box_banner {
  position: relative;
  width: 100%;
  clear: both;
}
.grey-box {
  clear: both;
  padding: 20px 0 20px 0;
  width: 100%;
}
.box_content {
  float: left;
  margin-bottom: 35px;
  box-sizing: border-box;
  border: 1px solid #333;
  background: #111;
  border-radius: 2px;
  color: #ddd;
}
.box_mobile {
  padding-top: 3%;
}
.payment-box {
  clear: both;
  padding: 0 0 20px 0;
  width: 100%;
  margin-top: 2px;
  float: left;
  background: url(../images/line-horz.png) bottom repeat-x;
}
.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: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #ddd;
  font-weight: 700;
  font-size: 14px;
  margin-top: 25px;
}
.sub-heading-upper2 {
  width: 100%;
  text-align: center;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
  color: #ddd;
  margin-top: 20px;
}
p > span.sub-heading-upper {
  margin-bottom: 0;
}
.sub_heading_page {
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 15px;
}
.sub_heading_rule {
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 1.2em;
  margin-top: 15px;
  font-weight: 700;
}
.square-icons i, .circle-icons i {
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px 5px 0;
  border-radius: 4px;
}
.circle-icons i {
  border-radius: 5px;
}
.circle-icons.big i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.circle-icons img {
  height: 40px;
}
.content pre {
  font-family: "Courier New";
  padding-bottom: 12px;
}
.content a.popup {
  /*cursor: url('../images/cursor-more-small.gif'), auto;*/
}
.badge {
  position: absolute;
  right: 10px;
  bottom: -30px;
  z-index: 205;
}
.fixed-background {
  background-size: cover;
  background-attachment: fixed;
}
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;
}
ul.tabs li {
  display: inline-block;
  margin: 4px 0;
  padding: 0 !important;
}
ul.tabs li:last-child {
  margin: 0;
}
.fix_mar {
  margin: 25px 0 -35px 0 !important;
}
ul.tabs li a {
  font-weight: 700;
  display: block;
  padding: 5px 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0 .0625em .0625em #333;
  border: 1px solid #1c1c1c;
  border-radius: 3px;
  background-color: #333333;
}
ul.tabs li.active a {
  color: #fff;
  text-decoration: none;
  background-color: #555;
  -moz-box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .2);
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .0625em 0 rgba(255, 255, 255, .2);
}
ul.tabs a:hover {
  background-color: #444;
  color: #ddd;
}
.tab {
  clear: both;
}
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);
}
#back-to-top {
  position: absolute;
  cursor: pointer;
  bottom: 64px;
  left: 50%;
  margin-left: -29px;
  width: 36px;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  z-index: 10000;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
  text-shadow: 0 .0625em .0625em #FFDD9F;
  border: .0625em solid #cfa32e;
  background-color: #f1c243;
  background-image: -moz-linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
  background-image: -o-linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
  background-image: -webkit-linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
  background-image: linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
  -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);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#back-to-top: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;
}
.icon_games {
  width: 100%;
  float: left;
  padding: 0;
  text-align: center;
  margin-bottom: 2px;
  background: url(../images/bg_light2.png) center top no-repeat;
}
.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: #ddd;
  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 a img {
  width: 100%;
}
.icon_games p {
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin-top: -10px;
}
/*.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 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 1.5%;
  grid-row-gap: 20px;
}
.list_games:after {
  content: "";
  display: block;
  clear: both;
}
.slotgame.list_games {
  width: 100%;
  padding: 40px 0;
}
.slotgame .list_games-item {
  opacity: 0;
  display: none;
  width: 18.8%;
  padding: 0;
}
.slots_6cols .list_games-item {
  width: 15.4%;
}
.wmcasino .list_games-item {
  width: 15.4%;
}
.wmcasino .list_games-item img {
  border: none !important;
}
.slotgame .list_games-item img {
  width: 97%;
  padding: 1.5%;
  background: #111;
  border: 1px solid #333;
}
.slotgame .list_games-icon a {
  display: block;
  position: relative;
  cursor: pointer;
  color: #111;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .30);
}
.slotgame .list_games-icon a span {
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  color: #ddd;
  padding-top: 5px;
}
.slotgame .list_games-icon a:hover {
  color: #111;
}
.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: 35px 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: 20%;
}
.new_game {
  position: absolute;
  color: #fff !important;
  padding: 3px 7px;
  text-transform: uppercase !important;
  right: 5px;
  top: -9px;
  text-shadow: none;
  border-radius: 2px;
  background-color: #df0a0a;
}
/* FOOTER
--------------------------------------------------------- */
.footer {
  clear: both;
  width: 100%;
  color: #aaa;
  line-height: 1.7;
  position: relative;
  z-index: 5;
}
.footer_box {
  clear: both;
  padding: 0;
  width: 100%;
  margin-top: 2px;
  background: url(../images/bg_light2.png) top center no-repeat;
}
.footer h2, .footer h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ddd;
}
.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 10px 0 0;
}
.footer ul li img {
  background: none;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 1px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #111;
}
.footer ul li img.non {
  border: none;
  padding: 0;
}
.footer .widgets {
  width: 100%;
  float: left;
  margin: 40px 0 30px 0;
}
.footerbox {
  width: 20%;
  float: left;
  background: url('../images/line-vert.png') left top repeat-y;
  min-height: 220px;
  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;
}
.footer .top {
  text-align: center;
  background: url('../images/line-horz.png') left bottom repeat-x;
  padding: 0 0 10px 0;
  margin: 0 0 45px 0;
}
.footer .bottom {
  clear: both;
  padding: 25px 0 0 0;
  background: url('../images/line-horz.png') left top repeat-x;
  font-size: 1em;
}
.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;
}
.footerbox a {
  text-transform: capitalize;
  color: #aaa;
}
.footerbox a:hover {
  color: #f1c243;
}
/* 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: 0;
  top: 0;
  cursor: pointer;
  list-style: none;
  padding: 0;
  z-index: 199;
}
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: 34px;
  display: none;
  right: 0px;
  background: #111;
  border: 1px solid #555;
  -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: 3px;
  opacity: 0.95;
}
ul.ldd_languages ul {
  list-style: none;
  float: left;
}
ul.ldd_languages li {
  float: right;
  padding: 9px 8px 9px 0;
  width: 110px;
  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: #333;
}
#languages_navi li {
  clear: both;
  width: 120px;
  color: #fff;
  list-style-type: none;
  padding: 8px 5px;
  cursor: pointer;
}
#languages_navi li:hover {
  background-color: #eab626;
}
#languages_navi li.first {
  border-top: 0px none;
}
#languages_navi li.last {
  background-image: none !important;
}
#languages_navi li.active {
  background-color: #0079da;
  color: #ffffff;
  background-image: none;
}
#languages_navi li span.title {
  color: #fff;
  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;
}
/* login form*/
.login-form {
  position: relative;
  right: 0;
  top: 45px;
}
.f_after .login-form {
  top: 40px;
  background: url(../images/line-horz.png) repeat-x bottom;
  padding-bottom: 6px;
  position: absolute;
}
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 {
  float: right;
  margin: 0 3px 0 0;
}
.login-form figure img {
  width: 50px;
  height: 26px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.capcha_w input[type="text"] {
  width: 64px;
  padding: 3px 7px;
  text-align: center;
}
.pass_w input[type="text"], .pass_w input[type="password"] {
  width: 100px;
  padding: 3px 7px 3px 40px;
}
.f_pass input[type="text"], .f_pass input[type="password"] {
  width: 90px;
  padding: 3px 40px 3px 40px;
}
.pass_w i {
  position: absolute;
  top: 6px;
  margin-left: 10px;
  color: #666;
  font-size: 16px;
  width: 22px;
  background: url('../images/line-vert.png') right top repeat-y;
}
a.btn_forgot {
  position: absolute;
  top: 36px;
  right: 0;
  text-transform: capitalize;
  color: #ddd;
  font-style: italic;
  font-size: 12px;
}
a.btn_forgot:hover {
  color: #f1c243;
}
a.register {
  float: right;
  margin-right: 5px;
  position: relative;
  top: 45px;
  padding: 0 15px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #444;
}
.but_login {
  text-transform: uppercase;
  float: right;
  line-height: 26px;
  margin: 0;
  padding: 0 15px;
  font-weight: bold;
  border: 1px solid #be921d;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  border-radius: 3px;
}
.but_login:hover {
  color: #000;
  background-size: 100% 150%;
}
.but_logout {
  text-transform: capitalize;
  float: right;
  margin: 0 8px 0 0;
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px solid #be921d;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
}
.but_logout:hover {
  color: #000;
  background-size: 100% 150%;
}
.but_dep {
  text-transform: uppercase;
  float: right;
  line-height: 26px;
  margin: 0;
  padding: 0 15px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
  border: 1px solid #444;
  color: #ddd;
  background: #333;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.login_input {
  float: right;
}
.login-form fieldset {
  float: right;
}
.control_btnlogin {
  display: none;
}
.login-form fieldset input[type=text] {
  margin: 0;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  display: block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #000;
}
.login-form fieldset input[type=text]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.login-form fieldset input[type=password] {
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  display: block;
  background-color: #ddd;
  border: 1px solid #000;
}
.login-form fieldset input[type=password]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
fieldset select {
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: block;
  vertical-align: middle;
  background-color: #ddd;
  border: 1px solid #000;
  font-size: 100%;
}
/*After Login*/
.user_balance ul {
  list-style: none;
}
.user_balance ul li {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #f1c243;
  text-transform: capitalize;
  vertical-align: middle;
}
.user_balance i {
  margin-right: 5px;
  margin-top: -2px;
  font-size: 20px;
  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;
}
.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;
}
.balance_f {
  border-radius: 2px;
}
.balance_f > div.balance_wallet {
  display: block !important;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -moz-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -o-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -ms-transition: visibility 0s linear .2s, opacity .2s ease-in;
  transition: visibility 0s linear .2s, opacity .2s ease-in;
}
.balance_f:hover > div.balance_wallet {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 32;
}
.balance_wallet {
  position: absolute;
}
.balance_wallet ul {
  position: relative;
  width: 240px;
  float: left;
  margin-top: 22px;
  border-top: none;
  left: -9px;
  background: #111;
  border: 1px solid #555;
  -moz-box-shadow: 0px 1px 4px #313131 inset;
  -webkit-box-shadow: 0px 1px 4px #313131 inset;
  box-shadow: 0px 1px 4px #313131 inset;
  padding: 3px;
  border-radius: 2px;
  opacity: 0.95;
}
.balance_wallet ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  color: #ddd;
  background: #333;
  line-height: 18px;
  padding: 2px 10px;
  border-top: 1px solid #3c3c3c;
  text-shadow: none;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
}
.balance_wallet ul li:hover {
  background: #f69e05;
  color: #000;
}
.name_balance {
  float: left;
}
.money_balance {
  float: right !important;
}
i.icondown_blance {
  float: right;
  margin: 2px 0 0 5px;
  color: #aaa;
  font-size: 14px;
}
.refresh_balance a {
  color: #ddd;
}
.refresh_balance a:hover {
  color: #fed70e;
}
.mid_header {
  width: 100%;
  height: 188px;
}
.btn_gen {
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #444;
  border: 1px solid #be921d;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
}
.btn_gen:hover {
  color: #000;
  background-size: 100% 150%;
}
.btn_play {
  width: 158px;
  height: 40px;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 39px;
  text-transform: uppercase;
  background: url(../images/icon_img_zoom.png) top center no-repeat;
}
.bt_down {
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 310px;
  height: 72px;
  margin: 30px 5px 0;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #be921d;
  color: #000;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
}
.bt_down:hover {
  background-size: 100% 150%;
  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 #888;
}
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 {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  color: #aaa;
  box-sizing: border-box;
  z-index: 4;
}
.textmaquee marquee {
  padding: 10px 10px 10px 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: 0 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: 0 15px 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: 0 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 #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 1px #3b3b3b inset;
  display: block;
  box-sizing: border-box;
}
.bg_scan p {
  text-align: center;
}
.logo_iosandroid img {
  width: 100%;
}
.text_effect {
  color: #f1c243 !important
}
p.text_r {
  text-align: right;
}
p.text_l {
  text-align: left;
}
.btn_dark {
  border: 1px solid #be921d;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
  border-radius: 3px;
}
.btn_dark:hover {
  background-size: 100% 150%;
}
/*FAQs */
.accrodation {
  width: 100%;
  padding: 30px 3%;
  margin: 0;
  box-sizing: border-box;
}
.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.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);
  cursor: pointer;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #ddd;
}
.acc-trigger a:hover {
  background-color: #444;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
  color: #f5b50c;
}
.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.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);
  border-bottom: 1px solid #444;
}
.acc-container .acc-content a {
  color: #ffff00;
}
.acc-container .acc-content a:hover {}
.promotion .acc-trigger a {
  color: #ccc;
  background: none;
  display: block;
  padding: 5px;
  padding-bottom: 3px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  -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);
  cursor: pointer;
}
.promotion .acc-trigger a:hover {
  background-color: #f5b50c;
}
.promotion .acc-trigger.active a:hover {
  background: none;
}
.promotion .acc-trigger a img {
  width: 100%;
}
.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;
  color: #f5b50c;
  line-height: 30px;
}
/*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"] {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #000;
  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: 5px 3px 5px 5px;
  border: 1px solid #BBBBBB;
  color: #555;
  border-radius: 3px;
  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: #f5b50c;
}
.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: #f5b50c !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;
}
.box_register {
  padding: 30px 2%;
  float: left;
  width: 500px;
  box-sizing: border-box;
}
/*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: #f5b50c;
}
.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: #1f2437;
  border-radius: 5px;
  border: 1px solid #2e2e2e;
}
.howtopayment {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.howtopayment h3 {
  float: left;
  font-size: 14px;
  color: #f5b50c;
}
.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: #888 !important;
}
.info_error {
  padding-top: 5px;
  color: #d64127;
  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;
  margin-bottom: 20px;
}
ol.box_footer_link {
  margin: auto;
  clear: both;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  background: #000 url(../images/line-horz.png) top repeat-x;
}
ol.box_footer_link li {
  display: inline-block;
  background: url(../images/line-vert.png) repeat-y right;
  list-style: none;
  padding: 0 10px;
  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;
}
.box_footer_link a:hover {
  color: #f1c243;
}
.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: #f5b50c;
}
.btc_coin {
  text-align: center;
}
.btc_coin img {
  height: 100px;
}
.banking_method {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.banking_method:last-child {
  margin-right: 0;
}
.banking_method a img {
  display: block;
  height: 30px;
  padding: 5px;
}
/*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: -25px 0 50px 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;
  }
  .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: #f5b50c !important;
}
.popup_report .form_dialog .control-group {
  padding: 0 0 10px 0 !important;
}
@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*/
/*BOX FITTER*/
.Boxfitter_games {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 40px 0 0 0;
}
ul.filter_listgames {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
ul.filter_listgames li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #444;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #333;
  font-weight: 500;
  text-transform: uppercase;
  color: #aaa;
  padding: 0 10px
}
ul.filter_listgames li.active a {
  color: #000;
  border: 1px solid #905423;
  background: url(../images/bgbtn2.jpg);
  background-size: 100% 100%;
}
ul.filter_listgames a:hover {
  background-color: #222;
  color: #ddd;
}
.search_game {
  width: auto
}
.search_game .search_form {
  position: relative
}
.search_game .search_input {
  width: 100%;
  border-radius: 44px;
  padding: 0 40px 0 15px;
  outline: 0;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  height: 36px;
  box-sizing: border-box;
}
.search_game .search_input:hover {
  border: 1px solid #ccc;
}
.search_game .search_btn {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 5px;
  padding: 8px 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9e9e9e
}
.ListGame {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ListGame span {
  text-transform: capitalize;
}
.ListGame select {
  text-align: left;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 7px;
  border: 2px solid #52b5ec;
  background-image: linear-gradient(180deg, #52b5ec 0, #ccecfd 52%, #59c2fb);
  border-radius: 5px;
}
@media screen and (max-width: 680px) {
  .Boxfitter_games {
    flex-direction: column;
    padding: 40px 0 0 0;
  }
}
/*BOX FITTER*/