/* 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;
	/*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%);*/ 
}
body {
	width: 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: #0199ed;
	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: #fff;
	width: 100%;
	color: #333;
	padding: 5px 0 5px 7px;
	-webkit-appearance: none;
	-webkit-focus-ring-color: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	height:30px;
}
select {
	outline: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
	border-color: #d8d8d8;
	background: #fff;
}
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
--------------------------------------------------------- */

.content {
	float: left;
	width: 100%;
	position: relative;
	background: #000;
}
.full-width {
	width: 100%;
	float: left;
}
/* HEADER
--------------------------------------------------------- */
.header {
	position: relative;
}
.logo {
	position: relative;
	width: 190px;
	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 #sticks-to-top {
	position: static;
	border: 0;
	width: 100%;
	background:url(../images/bg_header.jpg) top center;
}
/* 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;
}
.box_01 {
	clear: both;
	padding: 10px 0 0 0;
	width: 100%;
}
.box_02 {
	clear: both;
	padding: 35px 0 0 0;
	width: 100%;
	background: #1e1f23;
}
.title_home {
	width: 100%;
	float: left;
	text-align: center;
}
.title_home {
	color: #bbb;
}
.box_01 h3, .box_02 h3 {
	color: #fff;
	font-size: 20px;
	position: relative;
	margin: 0 0 10px 0;
	font-weight: 500;
	text-transform: uppercase;
}
.box_01 h3 > .title-sep {
	position: absolute;
	left: 0;
	right: 0;
	top: 18px;
}
.box_01 h3 > span {
	z-index: 2;
	padding: 0 20px;
	position: relative;
}
.box_02 h3 > .title-sep {
	position: absolute;
	left: 0;
	right: 0;
	top: 18px;
}
.box_02 h3 > span {
	z-index: 2;
	padding: 0 20px;
	position: relative;
}
.page-box {
	clear: both;
	padding: 30px 0 0 0;
	width: 100%;
	margin-top: 2px;
}
.c-box {
	clear: both;
	padding: 0;
	width: 100%;
	padding-top:30px;
}
.home-box {
	clear: both;
	padding: 0;
	width: 100%;
}
.casino-box {
	clear: both;
	padding: 0;
	width: 100%;
}
.download-box {
	clear: both;
	width:100%;
	float:left;
	margin-top:15px;
}
.box_banner {
	position: relative;
	width: 100%;
	clear: both;
}
.grey-box {
	clear: both;
	padding: 20px 0 20px 0;
	width: 100%;
	background: url('../images/line-horz.png') top repeat-x;
}
.box_content {
	float: left;
	margin-bottom: 35px;
	box-sizing: border-box;
	background: #111;
	border-radius: 2px;
	color: #ddd;
}
.box_mobile {
	padding-top: 3%;
}
.payment-box {
	clear: both;
	padding: 0 0 10px 0;
	width: 100%;
	margin-top: 2px;
	background: url('../images/line-horz.png') left bottom repeat-x;
}
.payment-box h3 {
	margin-bottom: 10px;
}
.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 {
	text-transform: uppercase;
	font-size: 14px;
	color: #ddd;
	width: 100%;
	float: left;
	margin: -20px 0 10px 0;
	padding: 0;
}
.sub_heading_rule {
	clear: both;
	color: #ddd;
	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: 20px 0;
	padding: 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);
}

.fix_mar {
  margin: -20px 0 30px 0 !important;
}
ul.tabs li {
	display: inline-block;
	margin: 4px 0;
	padding: 0 !important;
}
ul.tabs li:last-child {
	margin: 0;
}
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: #aaa;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #444;
	border-radius: 3px;
}
ul.tabs li.active a {
	color: #111;
	text-decoration: none;
	background:url(../images/btn2.jpg);
	background-size:100% 200%;
	border: 1px solid #666;
}
ul.tabs a:hover {
	background-color: #333;
	color: #fff;
}
.tab {
	clear: both;
}
#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;
}
/* 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%;
}
.slotgame .list_games-item {
	opacity: 0;
	display: none;
	width: 22.6%;
	padding: 0 5px;
	margin: 0 7px 15px 7px;
	box-sizing:border-box;
}

.slots_6cols .list_games-item {
	width:15%;
}

.wmcasino .list_games-item {
	width:15%;
}
.wmcasino .list_games-item img{
	border:none !important;
}

 
.imgcasino .list_games-item img,
.slotgame .list_games-item img {
	width: 100%;
	height: 100%;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #333;
	background:#222;
	box-sizing:border-box;
}
.slotgame .list_games-icon a {
	display: block;
	position: relative;
	cursor: pointer;
	color: #111;
}
.slotgame .list_games-icon a span {
	text-align: center;
	text-transform: capitalize;
	display: block;
	color: #aaa;
	padding-top: 5px;
	height: 30px;
}
.slotgame .list_games-icon a:hover {
	color: #fff;
}
.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: #888;
	line-height: 1.7;
	position: relative;
	z-index: 5;
	background: #222;
}
.footer_box {
	clear: both;
	padding: 0;
	width: 100%;
}
.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 .widgets {
	width: 100%;
	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;
	color: grey;
}
.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: #888;
}
.footerbox a:hover {
	color: #de8d11;
}
/* 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: 15px;
	top: 3px;
	cursor: pointer;
	list-style: none;
	padding: 0;
	z-index: 61;
}
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 #444;
	z-index: 12000;
	padding: 3px;
	border-radius: 2px;
	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;
	color: #d0d0d0;
}
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: #ddd;
	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;
	list-style-type: none;
	padding: 8px 5px;
	cursor: pointer;
}
#languages_navi li:hover {
	background-color: #de8d11;
	color: #fff;
}
#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 {
	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: absolute;
	right: 15px;
	top: 42px;
	z-index:21;
}
.f_after .login-form {
	top: 44px;
}
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: 30px;
	border: 1px solid #444;
	border-radius: 2px;
}
.capcha_w input[type="text"] {
	width: 90px;
	padding: 3px 7px;
	text-align: center;
}
.pass_w input[type="text"], .pass_w input[type="password"] {
	width: 160px;
	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: #aaa;
	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: #888;
	font-style: italic;
	font-size: 12px;
}
a.btn_forgot:hover {
	color: #f1c243;
}
.but_login {
	text-transform: uppercase;
	float: right;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	color: #111;
	text-decoration: none;
	background:url(../images/btn1.jpg);
	background-size:100% 100%;
	border: 1px solid #bd8433;
	border-radius: 3px;
}
.but_logout {
	text-transform: capitalize;
	float: right;
	margin: 0;
	padding: 4px 10px;
	color: #111;
	text-decoration: none;
	background:url(../images/btn1.jpg);
	background-size:100% 100%;
	border: 1px solid #bd8433;
	border-radius: 3px;
}
.but_login:hover, .but_logout:hover {
	color:#000;
	background-size:100% 200%;
}
.login_input {
	float: right;
}
.login-form fieldset {
	float: right;
}
.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: #aaa;
	display: block;
	vertical-align: middle;
	background-color: #111;
	border: 1px solid #444;
}
.login-form fieldset input[type=text]:focus, .login-form fieldset input[type=password]:focus {
	background: #111;
	outline: 0;
		color: #fff;
}
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: #ddd;
	text-transform: capitalize;
}

.user_balance i {
	margin-right: 5px;
	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;
	color: #ddd;
}
.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{
	background:#444;
	padding:2px 5px !important;
	border-radius:2px;
}*/
.balance_f a{
	color:#ddd;
}
.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:#de8d11;
	color:#fff;
}

.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:#de8d11;
}


.mid_header {
	width: 100%;
	height: 160px;
}

.btn_gen {
	color: #111;
	border-radius: 3px;
	text-decoration: none;
	background:url(../images/btn1.jpg);
	background-size:100% 100%;
	border: 1px solid #bd8433;
	-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 {
	color: #111;
	background-size:100% 200%;
}
.btn_play {
	width: 158px;
	height: 40px;
	color:#111;
	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: 15px 5px 0;
	border-radius: 5px;
	text-decoration: none;
	color: #111;
	
	
	background: url(../images/bg_down.png);
	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% 100%;
	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: 54px;
	width: auto;
	float: left;
	margin: 8px 7px 0 15px;
	border: 1px solid #ccc;
}
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);
}
.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: 84px;
	left: 430px;
	color: #aaa;
	box-sizing: border-box;
	z-index: 9;
	padding: 0;
	right:15px;
	border: 1px solid #1b1b1b;
	background: #000 ;
}
.textmaquee .boxMarqee {
	font-size: 12px;
	padding: 7px 10px 7px 40px;
	box-sizing: border-box;
	border-radius: 3px;
	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;/*	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%); */
}
a.powered_by:hover {
	background-position: 0 -46px;/*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%);*/
}
a.powered_by_slc {
	background: url(../images/logo_slc.png);
	background-position: 0 0;
	float: right;
	height: 37px;
	margin: 0;
	width: 62px;/*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%); */
}
a.powered_by_slc:hover {
	background-position: 0 -46px;/*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%);*/
}
a.eighteen_plus {
	background: url(../images/eighteen_plus.png);
	background-position: 0 0;
	float: right;
	height: 37px;
	margin: 0 0 0 0;
	width: 26px;/*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%); */
}
a.eighteen_plus:hover {
	background-position: 0 -46px;/*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%);*/
}
.banner_home {
	padding: 3px;
	display: block;
}

.gen_scan {
	margin: 0;
	width: 190px;
}
.bg_scan {
	width: 80px;
	display: inline-block;
}
.contact_scan {
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.contact_scan .bg_scan {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.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 {
	color: white;
	border-radius: 3px;
	text-decoration: none;
	text-shadow: 0 .0625em .0625em rgba(111,83,8,.15);
	border: 1px solid #1c1c1c;
	background-color: #333333;
	background-image: -moz-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: linear-gradient(bottom, #333333 0%, #666666 100%);
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-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-image: -moz-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: linear-gradient(bottom, #222222 0%, #666666 100%);
}
/*FAQs */
.accrodation {
	width: 100%;
	padding: 30px;
	box-sizing:border-box;
	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;
	cursor: pointer;
	border: 1px solid #444;
	color: #aaa;
}
.acc-trigger a:hover {
	background-color: #222;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #de8d11;
}
.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;
	border: 1px solid #444;
	border-top: none;
}
.acc-container .acc-content a {
	color: #de8d11;
}
.acc-container .acc-content a:hover {
}
.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: #de8d11;
	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: 3px 3px 3px 5px;
	border: 1px solid #BBBBBB;
	color: #555;
	border-radius: 4px;
	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: #de8d11;
}
.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: #de8d11 !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: #de8d11;
}
.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: #222;
	border-radius: 5px;
	border: 1px solid #2e2e2e;
	border-top: none;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}
.howtopayment {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.howtopayment h3 {
	float: left;
	font-size: 14px;
	color: #de8d11;
}
.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;
}

.title_qrcode {
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align:center;
	font-weight:bold;
	font-size: 1.05em;
}
.qrcode_telegram{
	width:100%;
	float:left;
	text-align:center;
}
.qrcode_telegram img {
	width:200px;
}

.name_qrcode{
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
	padding-top:10px;
}
.text_foot{
	color: #ddd;
	padding: 10px 0;
}
a.link_reg{
	color: #ffc835;
}

/*JACKPOT*/
.jackpot_gen {
  clear: both;
  width: 100%;
  float: left;
  margin: 0 0 20px 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: #fbe872  !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: 320px;
  }
}
/*END TRANSACTION*/