body{
	overflow-x: hidden;
}
/*FONTS
============================== */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans/opensans-regular-webfont-webfont.eot');
    src: url('../fonts/open-sans/opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-regular-webfont-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-regular-webfont-webfont.woff') format('woff'),
         url('../fonts/open-sans/opensans-regular-webfont-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acensregular';
    src: url('../fonts/acens/acens-webfont.eot');
    src: url('../fonts/acens/acens-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acens/acens-webfont.woff2') format('woff2'),
         url('../fonts/acens/acens-webfont.woff') format('woff'),
         url('../fonts/acens/acens-webfont.ttf') format('truetype'),
         url('../fonts/acens/acens-webfont.svg#acensregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'masqueregular';
    src: url('../fonts/masque/masque__-webfont.eot');
    src: url('../fonts/masque/masque__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/masque/masque__-webfont.woff2') format('woff2'),
         url('../fonts/masque/masque__-webfont.woff') format('woff'),
         url('../fonts/masque/masque__-webfont.ttf') format('truetype'),
         url('../fonts/masque/masque__-webfont.svg#masqueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'libel_suitregular';
    src: url('../fonts/libelsuit/libelsuit-webfont.eot');
    src: url('../fonts/libelsuit/libelsuit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/libelsuit/libelsuit-webfont.woff2') format('woff2'),
         url('../fonts/libelsuit/libelsuit-webfont.woff') format('woff'),
         url('../fonts/libelsuit/libelsuit-webfont.ttf') format('truetype'),
         url('../fonts/libelsuit/libelsuit-webfont.svg#libel_suitregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*NORMALIZER
============================== */
ul{padding-left:0;}
/*.container{
	width:1060px !important;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}*/
/*TOPBAR
============================== */
.container {
	min-width: 1070px;
}
a.action:hover,
a.action:focus {
	text-decoration:none;
	color:yellow;
}
#topbar{
	background: #000;
}
.top-bar {
    padding: 25px 0 0px;
    position: relative;
	min-height: 105px;
}
.form-control{
	border-radius:2px;
}
.form-group{
	margin-bottom:0;
}
.language{
	padding-right:0;
	padding-top: 5px;
}
.login-box{
	padding-left:0;
}
@media all and (max-width:767px){
	.login-box{
		padding-left:15px;
	}
	.nm-lbl{
		padding-right:15px !important;
	}
	.captcha-img{
		padding-left:15px !important;
	}
	.login-btn{
		padding-left:15px !important;
	}
	.login-btn,.login{
		padding-left: 0;
		margin-left: 0px !important;
		margin-top:5px !important;
	}
	.signup-btn{
		margin-top:5px !important;
		margin-left: 0px !important;
	}
	.nm-lbl-cptch{
		padding-right:15px !important;
		width:100% !important;
		margin-top:5px;
	}
	.login-input{
		width:100% !important;
		height:32px;
	}
	.lbl{
		right:0 !important;
	}
}
.nm-lbl{
	padding:0;
	text-align:right;
	padding-left: 15px;
}
.lbl{
	/*right:5px;*/
	font-family: 'acensregular';
	color:#fff;
	font-size: 1.1em;
	padding-top: 7px;
	width:12%;
	letter-spacing: 1px;
}
@media all and (min-width:768px) and (max-width:1100px){
	.lbl{font-size:1em;}
}
.pw-lbl{
	padding-left:15px;
}
.nm-lbl-cptch{
	padding-right:0;
	width:73px;
}
.captcha-img{
	padding-left:0;
}
button[type=submit] {
  background-color: transparent;
  border: none;
  width: 99px;
  height: 40px;
}
.login-input{
	height:32px;
}
.login-btn,.login{
	padding-left: 0;
	margin-left: -5px;
	margin-top:-2px;
}
.signup-btn{
	margin-top:0px;
	margin-left: 5px;
}
.frgt-pswd {
	float: right;
	margin-right: 70px;
	margin-top: 9px;
	position: relative;
	z-index: 2;
}
.frgt-pswd a{color:yellow; font-style:italic;}
.frgt-pswd a:hover{color:red; text-decoration:none;}
@media all and (max-width:767px){
	.frgt-pswd{float:left; margin-left:15px;}
}
/* SIGNUP POPUP
============================= */
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
@media all and (max-width:768px){
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
}
.modal-header {
    min-height: 16.4286px;
    padding: 15px;
    border-bottom: 2px solid #f00;
    background: #000;
}
.modal-headerTnC {
    min-height: 16.4286px;
    padding: 15px;
    background: #000;
}
button.close {
    padding: 10px;
    cursor: pointer;
    background: #F00;
    border: 0px none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 1;
}
.reg-group{margin:5px;}
.reg-pnl{padding-top:10px;}
.register-form{margin-top:20px;}
.reg-group label, .reg-group p{
	color:#6f6f6f !important;
	font-family: 'acensregular';
	letter-spacing: 2px;
}
.reg-group p{font-size:12px;}
.gender label{margin-right:10px;}
.phn-code{padding-right:0px;}
.phn-nmbr{padding-left:0px;}
.form-group .fields { width: 20%; text-align: center; border: 1px solid #CCC; float:left;}
.form-group .fields2{margin-left:5px; width: 69%; text-align: left;}
.call-time{padding-left:0px; width:30%;}
.call-select{padding-right:0px;}
@media all and (max-width:768px){
	.call-time{padding-left:15px;}
}
.signup-panel h3{color:orange; font-family: 'open_sansregular'; font-size:18px;}
input.submit-btn{width:100% !important; color:#ddd; border-color:#8f2e00; font-weight:600; background:#E95712 ;}
.p-color{color:red; text-decoration:underline;}
.btn{font-family: 'acensregular'; font-size:16px;letter-spacing: 2px;}
/* NEWSBAR
============================= */
#news-bar{
	background: #000;
	border-top: none;
	border-bottom: 2px solid #F00;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 75px;
	z-index: 1;
}
.news-pic{
	background: url(../images/news-separator.png) no-repeat right center;
	background-position: 70%;
}
.news-pic span{
	font-size:1.5em;
	color:#fff;
	font-family: 'acensregular';
}
.news-pic span img{
	width:20px;
}
@media all and (max-width:767px){
	.news-pic{
		background:none;
	}
}
@media all and (max-width:1100px){
	.news-pic{
		background-position:70%;
	}
	.news-pic span{
	font-size:1.2366896057004517em;
	color:#fff;
	font-family: 'acensregular';
	}
	marquee{
		padding-top:5px !important;
	}
}
.txt-scroll {
    margin-left: 208px;
	-webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	background-image: linear-gradient(red, #4f0000);
	font-size: 12px;
    line-height: 22px;
}
marquee{
	padding-top: 5px;
	font-family: 'acensregular';
	font-size:1em;
}
/*NAVIGATION
============================== */
#menu{
	background: url(../images/menu-bg.jpg) no-repeat top left;
	background-position:100% 0%;
	/*-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);*/
}
.logo img{
	width:100%;
	margin-bottom: 5px;
   	padding-top: 10px;
}
.menu-bar{padding:10px 0;}
.menu-box ul li a.mn-hm{
	padding:0 13px;
}
.menu-box ul li a.mn-hm > span {
	padding: 25px 33px;
	background-repeat: no-repeat;
	background-position: center;
}
.menu-box ul li{
	display: inline-block;
	list-style-type:none;
}
.navbar-default{
	display: none;
}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	border-top-left-radius:15px;
	border-radius:0;
	display:none;
}
.navbar-default .navbar-nav > li{border-bottom:1px solid #003462; padding-left: 20px;}
.navbar-default .navbar-nav > li > a {
    font-family: 'acensregular'; padding:10px; color:#fff; text-transform:uppercase;font-weight:bold;
}

.navbar-default {
    background-color: #F8F8F8;
	border:none transparent;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+1,0d0d0d+32,010101+50,0a0a0a+53,1b1b1b+77,1b1b1b+100 */
background: rgb(27,27,27); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzBkMGQwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(27,27,27,1) 1%, rgba(13,13,13,1) 32%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(27,27,27,1) 77%, rgba(27,27,27,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(27,27,27,1)), color-stop(32%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(77%,rgba(27,27,27,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(27,27,27,1) 1%,rgba(13,13,13,1) 32%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(27,27,27,1) 77%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(27,27,27,1) 1%,rgba(13,13,13,1) 32%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(27,27,27,1) 77%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(27,27,27,1) 1%,rgba(13,13,13,1) 32%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(27,27,27,1) 77%,rgba(27,27,27,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(27,27,27,1) 1%,rgba(13,13,13,1) 32%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(27,27,27,1) 77%,rgba(27,27,27,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-8 */


}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav > li{
	width:100%;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
}
@media all and (max-width:1100px){
	.menu-box ul li a.mn-hm{
		padding:0 18px;
	}
}
@media all and (max-width:768px){
	.menu-box ul li a.mn-hm{
		padding:0 4px;
	}
}
@media all and (max-width:767px){
	.navbar-default{
		display: block;
	}
	ul.navigation{
		display:none;
	}
	.menu-box{
		padding:0;
	}
	#menu{
	background: url(../images/menu-bg.jpg) no-repeat top left;
	background-position:100% 0%;
	background-size:cover;
	}
	.menu-bar{
		padding:0;
	}
}
/*BANNER
================================ */
#banner{
	/*position: absolute;*/
	z-index: -1;
	width:100%;
}
.carousel{
	-webkit-box-shadow: inset 0px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 10px 5px 0px rgba(0,0,0,0.75);
}
h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}
.item{
    background: #333;    
    text-align: center;
}
.item img{
	height:auto !important;
}
.carousel-caption img.easy-img{
	width:100%;
	max-width: 900px;
}
.carousel-caption img.btn-img{
	width:20%;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 60px;
	text-align:left;
	top:10%;
	max-width: 1060px;
	text-align: center;
}
@media all and (max-width:767px){
.item img{
	width:100%; 
	height:auto !important;
}
.item{
    background: #333;    
    text-align: center;
    height: auto !important;
}
}
/*.item h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}
.item img{
	width:100%; 
	height:100% !important;
}
@media all and (max-width:767px){
.item img{
	width:100%; 
	height:auto !important;
}
.item{
    background: #333;    
    text-align: center;
    height: auto !important;
}
}
.item{
    background: #333;    
    text-align: center;
    height: 450px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 60px;
	text-align:left;
	top:0;
}
*/
/*PROCESS
================================= */
#process{
	background-size:100%;
	background: url(../images/blackbar.jpg) repeat-x center center;
	height: 89px;
}
.signup-1{
	padding: 13px 20px;
}
.img-res{
	display:compact !important;
}
@media all and (max-width:768px){
/*.signup-1 img{
	width:100px;
}
.signup img{
	width:100px;
}*/
}
.signup img.sgnup-img{
	background:#d00a0a;
	padding: 9.3px 15px;
	margin-top: 3px;
	-webkit-box-shadow: inset 2px 2px 10px 5px rgba(101,5,5,1);
	-moz-box-shadow: inset 2px 2px 10px 5px rgba(101,5,5,1);
	box-shadow: inset 2px 2px 10px 5px rgba(101,5,5,1);
}
.signup-play{
	padding:12px;
}
.signup-win{
	padding-top:20px;
}

/*JACKPOT
================================= */
#jackpot{
	background: #000 url(../images/jackpot-bg.png) no-repeat top center;
	padding-top:55px;
	height:700px;
}
@media all and (max-width:768px){
	#jackpot{
		height:auto;
	}
}
.jcpt-dgt{
	text-align:right;
}
.jcpt-dgt ul{
	padding-left:0;
	margin-left:-100px;
}
.jcpt-dgt ul li{
	list-style-type: none;
	display: inline-block;
	text-align:center;
	padding:2px;
}
.jcpt-dgt ul li img{
	width:50px;
}
.jcpt-dgt ul li.cm img{
	width:10px;
}
.jckpt img{
	max-width: 100%;
	height: auto;
	width: 700px;
}
.jckpt-bx{
	padding-right:0;
}
@media all and (max-width:768px){
	.jcpt-dgt ul li.cm img{
		width:5px;
    	margin-right: -2px;
		
	}

	.jcpt-dgt ul li img{
		width:30px;
	}
	.jcpt-dgt ul{
		margin-left:0;
	}
	.jcpt-dgt{
		text-align:center;
	}
	.jckpt{
		text-align:center;
	}
}
@media all and (max-width:1100px){
	.jckpt img{
		max-width: 100%;
		height: auto;
		width: 250px;
	}
}

*, *:before, *:after {box-sizing:  border-box !important;}


/*.menu {
 -moz-column-width: 17em;
 -webkit-column-width: 17em;
 -moz-column-gap: -1em;
 -webkit-column-gap: -1em; 
  
}*/
.menu{
	margin-top:55px;
}
.menu-category {
 display: inline-block;
 margin:  0.25rem;
 padding:  1rem;
 width:  100%; 
}
.pic-category{
	margin-top:-47px;
}
figure.indx-pic figcaption {
    margin: 10px 0 10px 10px;
    text-transform:uppercase;
    font-family: Arial;
    font-weight: bold;
    color: #bb3333;
	font-family: 'open_sansregular', sans-serif;
	font-size:1.5em;
}
figure.indx-pic{
	background:#000;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
}
.pic-box{
	padding-left:5px;
	padding-right:5px;
}
.pic-block{
	margin-top:50px;
}
/*img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
img {
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
}*/
figure.indx-pic img{width:100%;}
.pic-indx{padding:20px 0;}
.pic-indx img{
	width:100%;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
}
.big-pic{
	margin-top:-3px;
}
/*FOOTER
============================ */
footer{
	background:#000;
	/*padding-bottom: 25px;*/
}
footer#footer{
	background:#000;
	padding-bottom: 25px;
}
.footer-menu ul{
	padding-left:0;
}
.footer-menu ul li{
	display:inline-block;
	padding:25px 7px 25px 7px;
}
@media all and (max-width:767px){
	.footer-menu ul li, .footer-menu ul li:first-child, .footer-menu ul li:last-child{
		padding:5px 7px 4px 7px !important;
	}
}
.footer-menu ul li:first-child{
	padding:25px 8px 25px 0px;
}
.footer-menu ul li:last-child{
	padding:25px 0px 25px 8px;
}
.footer-menu ul li a{
	font-family: 'acensregular';
	color:#fff;
	font-size:1.20em;
	text-transform:uppercase;
}
@media all and (max-width:1100px){
	.footer-menu ul li a{
		font-size:1em;
	}
}
.footer-menu ul li a:hover{
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #f00;
}
.footer-menu ul li.active a{
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #f00;
}
.vid-tut{
	/*padding-top:10px;*/
	padding-top:50px;
}
.vd-links{
	margin-top:35px;
}
.tut-vd h1{
	margin-top:0;
	font-family: 'acensregular';
	color:#f00;
}
.links-1 img, .links-2 img, .links-3 img, .links-4 img{
	width:100%;
}
.links-1, .links-3{
	padding-right:5px;
}
.links-2, .links-4{
	padding-left:5px;
}
@media all and (max-width:768px){
	.links-1, .links-3{
		padding-right:15px;
	}
	.links-2, .links-4{
		padding-left:15px;
	}
}
.btm-links{
	margin-top:10px;
}
.tut-vd h3{
	font-family: 'acensregular';
	margin-top:0;
	color:#fff;
	margin-bottom: 5px;
	font-size: 1.4em;
}
.tut-vd ul{
	margin-bottom:0px;
}
.tut-vd ul li{
	list-style-type:none;
	display:inline-block;
	padding:0px 8px 8px 8px;
}
.tut-vd ul li:first-child{
	padding-left:0;
}
.tut-vd ul li img{
	width:35px;
}
.footer-rgt{
	padding-left:10px;
}
.footer-rgt-txt p{
	margin-bottom:0;
	font-family: 'acensregular';
	font-size:0.9em;
	color:#fff;
	letter-spacing: 0.6px;
}
.contact-pic{
	margin-top:10px;
}
.social{
	padding:0;
}
.contat{
	padding-right:0;
}
.social-wrap ul{
	margin-bottom:0;
	margin-top:-3px;
}
.social-wrap ul li{
	list-style-type: none;
	display:inline;
}
#footer-bottom{
	background: url(../images/bg.jpg) no-repeat;
	background-position: top left;
	border-top:2px solid #f00;
}
@media all and (max-width:768px){
	#footer-bottom{
		background-size:cover;
	}
}
#footer-bottom ul{
	margin:44px 0px;
}
#footer-bottom ul li{
	list-style-type:none;
	display:inline;
	padding:47px 10px;
}
#footer-bottom ul li img{
	width:150px;
	vertical-align:middle;
}
#promo-footer{
	padding-bottom:0px;
}
.promo-ftr-mn ul li{
	display:inline-block;
	padding:23px 7px;
}
@media all and (max-width:767px){
	.promo-ftr-mn ul li, .promo-ftr-mn ul li:first-child, .promo-ftr-mn ul li:last-child{
		padding:5px 7px 4px 7px !important;
	}
}
.promo-ftr-mn ul li:first-child{
	padding:23px 8px 23px 0px;
}
.promo-ftr-mn ul li:last-child{
	padding:23px 0px 23px 8px;
}
.promo-ftr-mn ul li{
	padding:0px 7px 7px 7px;
}
.footer-pic-layer-1 {
	width: 100%;
	height: 50px;
	background-image: url(../images/footer-color.png);
	background-repeat: no-repeat;
	background-size: auto 49px;
}
.footer-pic-layer-2 {
	width: 100%;
	height: 50px;
	background-image: url(../images/footer-color.png);
	background-repeat: no-repeat;
	background-size: auto 49px;
	background-position: -1048px 0;
}.vendor-logo {
    height: 36px;
    padding: 0;
    margin: 20px 0;
}
.vendor-logo div {
    background-image: url(../images/footer-color_v1.png);
    background-size: 1000px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 36px;
    padding: 0!important;
    margin: 0;
    display: block;
    float: left;
    filter: grayscale(100%);
}
.vendor-logo div:hover {
    filter: grayscale(0%);
}
.vendor-logo-pt {
    width: 103px;
    background-position: 0 0;
}
.vendor-logo-gp {
    width: 128px;
    background-position: -103px 0;
}
.vendor-logo-ebet {
    width: 90px;
    background-position: -231px 0;
}
.vendor-logo-ezugi {
    width: 91px;
    background-position: -321px 0;
}
.vendor-logo-sg {
    width: 146px;
    background-position: -412px 0;
}
.vendor-logo-evo {
    width: 100px;
    background-position: -558px 0;
}
.vendor-logo-evo_seamless {
    width: 100px;
    background-position: -558px 0;
}
.vendor-logo-hg {
    width: 112px;
    background-position: -658px 0;
}
.vendor-logo-opus {
    width: 127px;
    background-position: -770px 0;
}
.vendor-logo-tt {
    width: 103px;
    background-position: -897px 0;
}

/* PROMO PAGE
=================================== */
#promo{
	background: url(../images/promo-bg-2.jpg) no-repeat bottom center;
	/*background-size: 100% 100%;*/
	background-size: 100% auto;
}
.promo-box{
	background: rgba(0,0,0,0.75);
	width:100%;
	float:left;
	padding:28px 0;
}
.main-contnt{
	width:90% !important;
}
.lft-blnk, .rgt-blnk{
	width: 4.2%;
}
.top-mn{
	text-align:center;
	background:#000;
	padding: 0px;
	border:4px solid #070707;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
}
.top-mn ul li{
	list-style-type:none;
	display:inline-block;
}
.top-mn ul{
	margin-bottom:0;
	padding: 7px 0px;
}
.top-mn ul li a{
	font-family: 'acensregular';
	padding: 0px 17px;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
}
.info-box{
	margin:16px 0;
	padding:0;
}
figure.promo-block{
	background: #000;
	padding:5px;
	border:4px solid #070707;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
}
figure.promo-block img{
	width:100%;
	margin-top:5px;
}
figcaption{
	padding-bottom:23px;
}
figure.promo-block figcaption p.fig-title{
	color:#f00;
	font-family: 'acensregular';
	font-size:16px;
	margin-bottom:0px;
	float:left;
	letter-spacing:1px;
}
figure.promo-block figcaption h1.fig-title{
	color:#f00;
	font-family: 'acensregular';
	font-size:16px;
	margin-bottom:0px;
	float:left;
	letter-spacing:1px;
}
figure.promo-block figcaption h2.fig-title{
	color:#f00;
	font-family: 'acensregular';
	font-size:16px;
	margin-bottom:0px;
	float:left;
	letter-spacing:1px;
	padding-top: 0px;
}
figure.promo-block figcaption p span.fig-txt{
	font-family: 'acensregular';
	font-size:15px;
	margin-bottom:0px;
	color:#d1d1d1;
	float:left;
}
figure.promo-block figcaption a{
	float:right;
	background:#f00;
	color:#fff;
	padding:5px 12px;
	font-family: 'open_sansregular', sans-serif;
	font-size:14px;
	margin-top: 5px;
	margin-right: 5px;
}
@media all and (max-width:768px){
	.main-contnt{
		width:100% !important;
	}
	figure.promo-block figcaption a{
		padding:10px 22px;
		font-size:14px;
	}
	figure.promo-block figcaption p.fig-title{
		color:#f00;
		font-family: 'acensregular';
		font-size:14px;
		margin-bottom:0px;
		float:left;
	}
	figure.promo-block figcaption h1.fig-title{
		color:#f00;
		font-family: 'acensregular';
		font-size:14px;
		margin-bottom:0px;
		float:left;
	}
	figure.promo-block figcaption p span.fig-txt{
		font-family: 'acensregular';
		font-size:12px;
		margin-bottom:0px;
		color:#d1d1d1;
		float:left;
	}
}
.mr-info{
	-webkit-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	background:#000;
	margin:8% auto;
}
.mymodel-1-header{
	color:#fff;
	font-family: 'open_sansregular', sans-serif;
	font-size:18px;
}
.mymodel-1-header p{
	font-size:14px;
}
.mymodel-1-body{
	background:#000;
	font-family: 'open_sansregular', sans-serif;
	font-size:17px;
	color:#fff;
}
.mymodel-1-body p{
	font-size:14px;
}
a.nw-mbr, a.spcl {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a.nw-mbr:hover, a.nw-mbr:focus, a.spcl:hover, a.spcl:focus, a.spcl.active, a.nw-mbr.active{
	/*text-shadow: 5px 0px 20px red;*/
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #F00, 0 0 20px #F00, 0 0 30px #F00, 0 0 40px #f00, 0 0 70px #f00, 0 0 80px #f00, 0 0 100px #f00, 0 0 150px #f00;
  }
  to {
    text-shadow: 0 0 5px #F00, 0 0 10px #F00, 0 0 15px #F00, 0 0 20px #f00, 0 0 35px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 75px #f00;
  }
}
@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #F00, 0 0 20px #F00, 0 0 30px #F00, 0 0 40px #f00, 0 0 70px #f00, 0 0 80px #f00, 0 0 100px #f00, 0 0 150px #f00;
  }
  to {
    text-shadow: 0 0 5px #F00, 0 0 10px #F00, 0 0 15px #F00, 0 0 20px #f00, 0 0 35px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 75px #f00;
  }
}
@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #F00, 0 0 20px #F00, 0 0 30px #F00, 0 0 40px #f00, 0 0 70px #f00, 0 0 80px #f00, 0 0 100px #f00, 0 0 150px #f00;
  }
  to {
    text-shadow: 0 0 5px #F00, 0 0 10px #F00, 0 0 15px #F00, 0 0 20px #f00, 0 0 35px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 75px #f00;
  }
}
/*SPORTS PAGE
================================== */
.sport-landing-bg {
	background-color: #000000;
	background-image: url(../images/sport-landing-bg-v1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 600px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.sport-landing-wrap {
	height: 600px;
	width: 100%;
}
.sport-selection-wrap {
	width: 33%;
	float: left;
	height: 100%;
}
.sport-selection-v1 {
	height: 100%;
	padding: 30% 80px;
}
.sport-selection  {
	width: 70%;
	margin: auto;
	text-align: center;
}
.sport-selection:hover {
	width: 85%;
	margin-top: 0;
}
.sport-select-img {
	width: 100%;
}
.sport-playnow {
	width: 50%;
}
.sport-select-des {
	color: #ffffff;
	width: 273px;
	height: 70px;
	margin: auto;
}
#md-cntnt-hd{
	background: url(../images/sport-brdr-top.png) no-repeat top center, url(../images/sport-brdr-btm.png) no-repeat bottom center, #000 ;
}
#md-cntnt-hd h3{
	font-family: "acensregular";
	font-size: 49px;
	color: #FFF;
	text-shadow: 2px 0px 4px #FFF;
	/*font-family: 'acensregular';
	margin-top:10px;
	font-size:90px;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
	color:#fff;*/
}#md-cntnt-hd h1{
	font-family: "acensregular";
	font-size: 49px;
	color: #FFF;
	text-shadow: 2px 0px 4px #FFF;
	/*font-family: 'acensregular';
	margin-top:10px;
	font-size:90px;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
	color:#fff;*/
}
/*#md-cntnt-hd h3{
	font-family: 'acensregular';
	margin-top:10px;
	font-size:90px;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
	color:#fff;
}*/
@media all and (max-width:767px){
	#md-cntnt-hd h3{
		font-size:45px;
	}
	#md-cntnt-hd h1{
		font-size:45px;
	}
}
#sports{
	background: url(../images/sports-bg.jpg) no-repeat top center;
	background-size:100% 100%;
}
.sports-box{
	padding:10px 0;
}
/*ESPORTS PAGE
================================== */
.esport-landing-bg {
	background-color: #000000;
	background-image: url(../images/esport-landing-bg_v1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 600px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.esport-landing-wrap {
	height: 600px;
	width: 100%;
}
.esport-box {
	cursor: pointer;
}
.esport-box-left{
	float: left;
}
.esport-box-right{
	float: right;
}
.esport-controller{
	width: 347px;
}
.esport-controller-hover{
	width: 347px;
	display: none;
}
.esport-box:hover .esport-controller-hover {
	display: block;
}
.esport-box:hover .esport-controller {
	display: none;
}
/*LOTTERY PAGE
================================== */
#sp-cntnt-hd{
	background: url(../images/border-top.png) no-repeat top center, url(../images/border-bottom.png) no-repeat bottom center, #000 ;
}
#sp-cntnt-hd h3{
	font-family: 'acensregular';
	margin-top:10px;
	font-size:49px;
	/*text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);*/
	color:#fff;
	text-shadow: 2px 0px 4px #FFF;
}
#sp-cntnt-hd h1{
	font-family: 'acensregular';
	margin-top:10px;
	font-size:49px;
	/*text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);*/
	color:#fff;
	text-shadow: 2px 0px 4px #FFF;
}
@media all and (max-width:767px){
	#sp-cntnt-hd h1{font-size:40px;}
}
#lottery{
	background: url(../images/promo-bg.jpg) no-repeat top center;
	background-size:100% 100%;
}
h4.pyout-ttl{
	color:#f00;
	font-family: 'acensregular';
	font-size:20px;
	letter-spacing:1px;
}
p.t-1{
	color:#f00;
	font-weight:bold;
}
 p.t-2{
	color:#000;
	margin-bottom:0px;
}
.big-prize > thead > tr > th.td-prize, .big-prize > tbody > tr > td.td-prize, .small-prize > thead > tr > th.td-prize, .small-prize > tbody > tr > td.td-prize{
	width:20%;
}
.big-prize > thead > tr > th, .small-prize > thead > tr > th{
	background:#000;
	color:#f00;
	text-align:center;
}
.big-prize > tbody > tr > td, .small-prize > tbody > tr > td{
	background:#ccc;
	color:#000;
	text-align:center;
}
.payout-pp{
	margin:80px auto;
}
.rules-list li{
	margin-left:15px;
}
.rules-list-pp li{
	margin-left:15px;
	color:#fff;
}
/*==================================================*/
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.panel{border-bottom:0;
border-left:0;
border-right:0;}
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
	background-color:transparent;
	background-image:none;
}
.panel.with-nav-tabs .lottery-tabs{
	border-bottom: none;
	background: url(../images/lottery-tab-bg.png) no-repeat top center;
	height: 149px;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/*.lottery-tabs{
	position:relative;
}*/
.lottery-heading{
	position:relative;
}
.lottery-tabs > li.mid-tb > a{
	background: url(../images/tab-btn-bg-1.png) no-repeat center center;
	width: 310px;
	height: 100px;
	margin:0;
	font-size:50px;
	font-family: 'open_sansregular', sans-serif;
	padding-top: 20px;
	color:#fff;
	background-size:100% 100%;
	top:-10px;
	text-shadow:3px 3px 3px #000;
}
.lottery-tabs > li.lft-tb > a{
	background: url(../images/tab-btn-bg-2.png) no-repeat center center;
	width:232px;
	height:70px;
	border-color: transparent;
	margin:0;
	left:110px;
	top:-5px;
	font-size:31px;
	font-family: 'open_sansregular', sans-serif;
	padding-top: 15px;
	color:#fff;
	background-size:100% 100%;
	text-shadow:3px 3px 3px #000;
}
.lottery-tabs > li.mid-tb{
	position:relative;
	z-index:1;
	top: 20px;
}
.lottery-tabs > li.lft-tb{
	/*margin-left:-80px;*/
	position: absolute;
	left: 30px;
	top: 35px;
}
.lottery-tabs > li.mid-rgt{
	/*margin-left:-80px;*/
	position: absolute;
	right: 30px;
	top: 35px;
}
.lottery-tabs > li.mid-rgt > a{
	background: url(../images/tab-btn-bg-2.png) no-repeat center center;
	width:232px;
	height:70px;
	margin:0 !important;
	font-size:31px;
	font-family: 'open_sansregular', sans-serif;
	padding-top: 15px;
	color:#fff;
	background-size:100% 100%;
	right:110px;
	top:-5px;
	text-shadow:3px 3px 3px #000;
}
.lottery-tabs > li.lft-tb > a, .lottery-tabs > li.lft-tb > a:hover, .lottery-tabs > li.lft-tb > a:focus{
	color:#fff;
	cursor: pointer;
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	border-image: none;
}
.lottery-tabs > li.lft-tb > a:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
	-moz-box-shadow:    0px 0px 15px 0px rgba(255, 0, 0, 1);
	box-shadow:         0px 0px 15px 0px rgba(255, 0, 0, 1);
}
.lottery-tabs > li.mid-rgt > a, .lottery-tabs > li.mid-rgt > a:hover, .lottery-tabs > li.mid-rgt > a:focus{
	color:#fff;
	cursor: pointer;
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	border-image: none;
}
.lottery-tabs > li.mid-rgt > a:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
	-moz-box-shadow:    0px 0px 15px 0px rgba(255, 0, 0, 1);
	box-shadow:         0px 0px 15px 0px rgba(255, 0, 0, 1);
}
.lottery-tabs > li.mid-tb > a, .lottery-tabs > li.mid-tb > a:hover, .lottery-tabs > li.mid-tb > a:focus{
	color:#fff;
	cursor: pointer;
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	border-image: none;
}
.lottery-tabs > li.mid-tb > a:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
	-moz-box-shadow:    0px 0px 15px 0px rgba(255, 0, 0, 1);
	box-shadow:         0px 0px 15px 0px rgba(255, 0, 0, 1);
}
.lottery-tabs > li.active > a{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
	-moz-box-shadow:    0px 0px 15px 0px rgba(255, 0, 0, 1);
	box-shadow:         0px 0px 15px 0px rgba(255, 0, 0, 1);
}
@media all and (max-width:767px){
	.nav-tabs > li, .nav-pills > li {
		display:block !important;
	}
	.lottery-tabs > li.lft-tb {
    position: relative;
    left: 0px;
    top: 0px;
	}
	.lottery-tabs > li.lft-tb > a {
		width:100%;
		background-size:cover;
	}
	.lottery-tabs > li.mid-tb {
    position: relative;
    z-index: 1;
    top: 0px;
	}
	.lottery-tabs > li.mid-tb > a{
		width:100%;
		background-size:cover;
	}
	.lottery-tabs > li.mid-rgt {
    position: relative;
    right: 0px;
    top: 0px;
	}
	.lottery-tabs > li.mid-rgt > a{
		width:100%;
		background-size:cover;
	}
	.lotry-panel-bdy {
    margin-top: 150px !important;
	}
}
@media all and (max-width:768px){
	.lottery-tabs > li.lft-tb > a {
		width:232px;
		left:0;
	}
	/*.lottery-tabs > li.mid-tb > a{
		width:100%;
	}*/
	.lottery-tabs > li.mid-rgt > a{
		width:232px;
		right:0;
	}
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
.lotry-panel{
	background-color:transparent;
}
.lotry-panel-bdy{
	margin-top: 0px;
}
.lottery-box{
	padding:28px 15px;
}
.table-1{
	padding-right:5px;
}
.table-2, .table-3{
	padding-right:5px;
	padding-left:5px;
}
.table-4{
	padding-left:5px;
}
@media all and (max-width:768px){
	.table-1{
	padding-right:15px;
	}
	.table-2, .table-3{
		padding-right:15px;
		padding-left:15px;
	}
	.table-4{
		padding-left:15px;
	}
}
.pyot-table{
	border:none;
}
.pyot-table > thead > tr > th{
	background:#000;
	border:none;
	color:#fff;
	font-size:12px;
}
@media all and (max-width:1100px){
	.pyot-table > thead > tr > th{
		font-size:11px;
	}
}
.pyot-table > thead > tr > th.tbl-logo{
	text-align:right;
}
.pyot-table > tbody > tr > td{
	border:none;
	background:#fff;
}
.inner-tble{
	margin-bottom:0;
}
.inner-tble > thead > tr > th{
	background:#000;
	color:#fff;
	border:1px solid #fff;
	font-size:10px;
	text-align:center;
	padding:2px;
}
.inner-tble > tbody > tr > td{
	border:1px solid #000;
	text-align:center;
	padding:2px;
	font-size:12px;
}
.inner-tbl-2{
	border:1px solid #000;
	margin-bottom:0;
}
.inner-tbl-2 > thead > tr > th{
	background:#000;
	color:#fff;
	border:none;
	font-size:11px;
	text-align:center;
	padding:2px;
}
.inner-tbl-2 > tbody > tr > td{
	border:none;
	padding:2px;
	text-align:center;
	font-size:12px;
}
.ptble-2 > thead > tr > th{
	background: #020760;
}
.ptble-2-in > tbody > tr > td{
	border:1px solid #020760;
}
.ptble-2-in2{
	border:1px solid #020760;
}
.ptble-2-in > thead > tr > th{
	background: #020760;
}
.ptble-2-in2 > thead > tr > th{
	background: #020760;
}
.ptbl-3 > thead > tr > th{
	background: #850000;
}
.ptbl-3-in > thead > tr > th{
	background: #850000;
}
.ptbl-3-in2 > thead > tr > th{
	background: #850000;
}
.ptbl-3-in > tbody > tr > td{
	border:1px solid #850000;
}
.ptbl-3-in2{
	border:1px solid #850000;
}

.ptbl-4 > thead > tr > th{
	background: #12689b;
}
.ptbl-4-in > thead > tr > th{
	background: #12689b;
}
.ptbl-4-in2 > thead > tr > th{
	background: #12689b;
}
.ptbl-4-in > tbody > tr > td{
	border:1px solid #12689b;
}
.ptbl-4-in2{
	border:1px solid #12689b;
}

.ptbl-5 > thead > tr > th{
	background: #c80202;
}
.ptbl-5-in > thead > tr > th{
	background: #c80202;
}
.ptbl-5-in2 > thead > tr > th{
	background: #c80202;
}
.ptbl-5-in > tbody > tr > td{
	border:1px solid #c80202;
}
.ptbl-5-in2{
	border:1px solid #c80202;
}

.ptbl-6 > thead > tr > th{
	background: #048814;
}
.ptbl-6-in > thead > tr > th{
	background: #048814;
}
.ptbl-6-in2 > thead > tr > th{
	background: #048814;
}
.ptbl-6-in > tbody > tr > td{
	border:1px solid #048814;
}
.ptbl-6-in2{
	border:1px solid #048814;
}

.ptbl-7 > thead > tr > th{
	background: #025000;
}
.ptbl-7-in > thead > tr > th{
	background: #025000;
}
.ptbl-7-in2 > thead > tr > th{
	background: #025000;
}
.ptbl-7-in > tbody > tr > td{
	border:1px solid #025000;
}
.ptbl-7-in2{
	border:1px solid #025000;
}
/* PLAYTECH SLOT BANNER
======================================== */
@media all and (max-width:1100px){
	#pt-slot-banner{
		background-size:cover;
		padding:0;
	}
	#tc-slot-banner{
		background-size:cover;
		padding:0;
	}
}
@media all and (max-width:768px){
	#pt-slot-banner{
		background-size:cover;
		padding:0;
	}
	#tc-slot-banner{
		background-size:cover;
		padding:0;
	}
	.bnr-cptn img{
		float: none;
		width: 100% !important;
		margin-right: 0px !important;
	}
	
}
@media all and (max-width:767px){
.bnr-lft{
		float: left;
		left: 0px !important;
		top: 0px !important;
	}
	.bnr-txt h1 {
		font-size: 35px !important;
		margin-left: 0px !important;
	}
	.pl-btns{
		margin-top:20px !important;
	}
	.plnw-btn {
		padding: 0px;
		margin-left: 25px !important;
		float: left;
	}
}
.bnr-rgt img{
	width:100%;
}
.bnr-txt{
	padding:40px 0 0 0;
	text-align:right;
}
.bnr-cptn img{
	float: right;
	width: 560px;
	margin-right: 10px;
}
.bnr-cptn{
	position: relative;
}
.bnr-lft{
	float: left;
	position: absolute;
	left: 15px;
	top: 45px;
}
.bnr-txt h3 {
    font-family: "acensregular";
    font-size: 56px;
	margin-left: 24px;
	text-shadow: 2px 0px 8px rgba(255, 255, 255, 0.8);
	color:#fff;
}
.pl-btns{
	margin-top:25px;
}
.plnw-btn {
	margin-left: 10px;
	padding: 0;
}
.plnw-btn a, .plnw-btn-actv a{
	text-decoration:none;
}
.plnw-w88-btn{
	margin-left:35px;
}
.plnw-w88-btn a{
	padding:19px 15px !important;
}
.plnw-btn a{
	background:rgba(28,28,28,0.9);
	padding:19px 20px;
	color:#fff;
	font-size:16px;
}
.plnw-btn a:hover{
	background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 2px rgba(255,255,255,1);
}
.plnw-btn-actv a{
	background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 2px rgba(255,255,255,1);
}

.downlodnw-btn {
	margin-left: 30px;
	padding: 0;
}

.downlodnw-btn a{
	background: url(../images/playtech-slot/Android-Download-Button.png) no-repeat top left;
	padding:29px 220px;
}

/*.bnr-rgt{
	padding-left:0;
}*/
.slots ul{
	margin-bottom:0;
}
.slots ul li{
	list-style-type:none;
	display:inline-block;
	padding:15px 15px;
}
.slots ul li:first-child{
	padding-left:0;
}
.slots ul li:last-child{
	padding-right:0;
}
@media all and (max-width:1100px){
	.slots ul li{
		padding:15px 30px;
	}
}
@media all and (max-width:768px){
	.slots ul li:first-child{
	padding-left:48px !important;
	}
	.slots ul li:last-child{
		padding-right:48px !important;
	}
}
.slots ul li a img{
	width:180px;
}
#tech{
	background: url(../images/playtech-slot/bd-bg.jpg) no-repeat top center;
	background-size:100% 100%;
}
.jckpt-bg{
	background:rgba(0,0,0,0.7);
	padding:42px 0;
}
.tab-group{
	padding:20px 0;
}
.slot-tabs{
	text-align:left;
	border-bottom:none;
}
.slot-tabs > li > a{
	background-color:#000;
	border-radius:0;
	margin:-2px;
	border:none;
	color:#686868;
	font-family: 'open_sansregular', sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}
.slot-tabs > li.active > a, .slot-tabs > li.active > a:hover, .slot-tabs > li.active > a:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d205e9+0,60026b+100 */
background: rgb(210,5,233); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMDVlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDAyNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(210,5,233,1) 0%, rgba(96,2,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,5,233,1)), color-stop(100%,rgba(96,2,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d205e9', endColorstr='#60026b',GradientType=0 ); /* IE6-8 */
border:none;
color:#fff;
-webkit-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
z-index:1;
}
.slot-tabs > li > a:hover{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d205e9+0,60026b+100 */
background: rgb(210,5,233); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMDVlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDAyNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(210,5,233,1) 0%, rgba(96,2,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,5,233,1)), color-stop(100%,rgba(96,2,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,5,233,1) 0%,rgba(96,2,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d205e9', endColorstr='#60026b',GradientType=0 ); /* IE6-8 */
color:#fff;
-webkit-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
z-index:1;
}
.slot-tab-content{
	background: rgba(0,0,0,0.7);
	margin-top: 3px;
	padding:55px 27px 30px 27px;
}
.game-panel{
	padding-left:8px;
	padding-right:8px;
}
@media all and (max-width:768px){
	.gm-hd{
		background-size:100% 100% !important;
	}
	.view{float:none !important;}
}
.gm-pnl{
	border:none;
	border-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
	box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
	background-color: #000;
}
.gm-hd{
	background: url(../images/playtech-slot/gm-hd-bg.jpg) no-repeat top left;
	border-radius:0;
	text-align:center;
	padding: 8px 15px;
	border-bottom: none;
	height:40px;
	background-size:100% 100%;
}
.gm-hd h1{
	font-size: 12.5px;
	margin: 0;
	font-family: 'open_sansregular', sans-serif;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.gm-bdy{
	padding:0;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 65px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #1a1a1a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
	box-shadow: 0px 0px 5px 2px rgba(193,0,215,1);
   margin-top:65px;
   font-family: 'open_sansregular', sans-serif;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   width:100%;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   width: 100%;
	height: 100%;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.gm-pnl:hover{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(193,0,215,1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(193,0,215,1);
	box-shadow: 0px 0px 5px 6px rgba(193,0,215,1);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
/*W88 SLOTS PAGE
=========================== */
@media all and (max-width:1100px){
	#w88-slot-banner{
		background-size:cover;
		padding:0;
	}
}
@media all and (max-width:768px){
	#w88-slot-banner{
		background-size:cover;
		padding:0;
	}
	/*.bnr-cptn img{
		float: none;
		width: 100% !important;
		margin-right: 0px !important;
	}*/
	
}
.w88-txt h3{
	font-size:56px;
	color:#1c1c1c;
}
.w88-tabs > li.active > a, .w88-tabs > li.active > a:hover, .w88-tabs > li.active > a:focus{
	background:#fff;
	border:none;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	z-index:1;
}
.w88-tabs > li > a:hover{
		background:#fff;
	border:none;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	z-index:1;
}
.w88-pnl{
	border:none;
	border-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
}
.wvw a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #1a1a1a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
   margin-top:65px;
   font-family: 'open_sansregular', sans-serif;
}
.w88-pnl:hover{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 6px rgba(255,255,255,1);
}
/*AMAYA SLOTS PAGE
=========================== */
@media all and (max-width:1100px){
	#amaya-slot-banner{
		background-size:cover;
		padding:0;
	}
}
@media all and (max-width:768px){
	#amaya-slot-banner{
		background-size:cover;
		padding:0;
	}
	/*.bnr-cptn img{
		float: none;
		width: 100% !important;
		margin-right: 0px !important;
	}*/
	
}
.amaya-txt h1{
	font-size:76px;
	color:#1c1c1c;
}
.amaya-tabs > li.active > a, .amaya-tabs > li.active > a:hover, .amaya-tabs > li.active > a:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efed05+0,737b02+100 */
	background: rgb(239,237,5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWQwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzdiMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(239,237,5,1) 0%, rgba(115,123,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,237,5,1)), color-stop(100%,rgba(115,123,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efed05', endColorstr='#737b02',GradientType=0 ); /* IE6-8 */

	border:none;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	z-index:1;
}
.amaya-tabs > li > a:hover{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efed05+0,737b02+100 */
	background: rgb(239,237,5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWQwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzdiMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(239,237,5,1) 0%, rgba(115,123,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,237,5,1)), color-stop(100%,rgba(115,123,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,237,5,1) 0%,rgba(115,123,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efed05', endColorstr='#737b02',GradientType=0 ); /* IE6-8 */
	border:none;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	z-index:1;
}
.amaya-pnl{
	border:none;
	border-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
}
.wvw a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #1a1a1a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 5px 2px rgba(184, 172, 0,1);
   margin-top:65px;
   font-family: 'open_sansregular', sans-serif;
}
.amaya-pnl:hover{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 5px 6px rgba(184, 172, 0,1);
}
.amaya-txt img{
	display:hidden;
}
.amaya-bnr-lft h3{
	font-family: "acensregular";
    font-size: 56px;
	margin-left: 30px;
	text-shadow: 8px 0px 16px rgba(184, 172, 0, 0.8);
	color:#fff;
}
.amy-bnr-btn a:hover{
	background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 8px 2px rgba(184, 172, 0,1);
}
.amy-bnr-btn-actv a{
		background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(184, 172, 0,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(184, 172, 0,1);
	box-shadow: 0px 0px 8px 2px rgba(184, 172, 0,1);
}
.amy-bnr-btn{
	margin-left:35px;
}

/*SPADE SLOTS PAGE
=========================== */
@media all and (max-width:1100px){
	#spade-slot-banner{
		background-size:cover;
		padding:0;
	}
}
@media all and (max-width:768px){
	#spade-slot-banner{
		background-size:cover;
		padding:0;
	}
	/*.bnr-cptn img{
		float: none;
		width: 100% !important;
		margin-right: 0px !important;
	}*/
	
}
.spade-txt h1{
	font-size:76px;
	color:#1c1c1c;
}
.spade-tabs > li.active > a, .spade-tabs > li.active > a:hover, .spade-tabs > li.active > a:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed0505+0,670202+100 */
background: rgb(237,5,5); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(237,5,5,1) 0%, rgba(103,2,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,5,5,1)), color-stop(100%,rgba(103,2,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0505', endColorstr='#670202',GradientType=0 ); /* IE6-8 */


	border:none;
	color:#fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(113, 6, 6, 1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	z-index:1;
}
.spade-tabs > li > a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed0505+0,670202+100 */
background: rgb(237,5,5); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(237,5,5,1) 0%, rgba(103,2,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,5,5,1)), color-stop(100%,rgba(103,2,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,5,5,1) 0%,rgba(103,2,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0505', endColorstr='#670202',GradientType=0 ); /* IE6-8 */

	border:none;
	color:#fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	z-index:1;
}
.spade-pnl{
	border:none;
	border-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
}
.wvw a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #1a1a1a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
   margin-top:65px;
   font-family: 'open_sansregular', sans-serif;
}
.spade-pnl:hover{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 5px 6px rgba(113,  6, 6,1);
}
.spade-txt img{
	display:hidden;
}
.spade-bnr-lft h3{
	font-family: "acensregular";
    font-size: 56px;
	margin-left: 40px;
	text-shadow: 8px 0px 16px rgba(113,  6, 6, 0.8);
	color:#fff;
}
.spade-bnr-btn{
	margin-left:45px;
}
.spade-bnr-btn a:hover{
	background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
}
.spade-bnr-btn-actv a{
		background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(113, 6, 6, 0,1);
	box-shadow: 0px 0px 8px 2px rgba(113, 6, 6,1);
}
.spade-txt{
	padding:0;
	text-align:right;
}
.spade-bnr-lft {
    float: left;
    position: absolute;
    left: -15px;
    top: 95px;
}
.slot-banner-bg {
	background-repeat: no-repeat;
	background-position: center center;
}
.slot-btn-wrap {
	position: relative;
	margin-top: 200px;
}

/*PRAGMATIC SLOTS PAGE
=========================== */
@media all and (max-width:1100px){
	#pragmatic-slot-banner{
		background-size:cover;
		padding:0;
	}
}
@media all and (max-width:768px){
	#pragmatic-slot-banner{
		background-size:cover;
		padding:0;
	}
	/*.bnr-cptn img{
		float: none;
		width: 100% !important;
		margin-right: 0px !important;
	}*/
	
}
.pragmatic-txt h1{
	font-size:76px;
	color:#1c1c1c;
}
.pragmatic-tabs > li.active > a, .pragmatic-tabs > li.active > a:hover, .pragmatic-tabs > li.active > a:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed0505+0,670202+100 */
background: rgb(255,165,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,165,0,1) 0%, rgba(210,105,30,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,165,0,1)), color-stop(100%,rgba(210,105,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0505', endColorstr='#670202',GradientType=0 ); /* IE6-8 */


	border:none;
	color:#fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(113, 6, 6, 1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 5px 2px rgba(113,  6, 6,1);
	z-index:1;
}
.pragmatic-tabs > li > a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed0505+0,670202+100 */
background: rgb(255,165,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,165,0,1) 0%, rgba(210,105,30,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,165,0,1)), color-stop(100%,rgba(210,105,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,165,0,1) 0%,rgba(210,105,30,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0505', endColorstr='#670202',GradientType=0 ); /* IE6-8 */

	border:none;
	color:#fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	z-index:1;
}
.pragmatic-pnl{
	border:none;
	border-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
}
.wvw a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #1a1a1a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
	box-shadow: 0px 0px 5px 2px rgba(255,165,0,1);
   margin-top:65px;
   font-family: 'open_sansregular', sans-serif;
}
.pragmatic-pnl:hover{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(255,165,0,1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(255,165,0,1);
	box-shadow: 0px 0px 5px 6px rgba(255,165,0,1);
}
.pragmatic-txt img{
	display:hidden;
}
.pragmatic-bnr-lft h3{
	font-family: "acensregular";
    font-size: 56px;
	margin-left: 40px;
	text-shadow: 8px 0px 16px rgba(113,  6, 6, 0.8);
	color:#fff;
}
.pragmatic-bnr-btn{
	margin-left:45px;
}
.pragmatic-bnr-btn a:hover{
	background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
	box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
}
.pragmatic-bnr-btn-actv a{
		background:#1c1c1c;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(113,  6, 6,1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(113, 6, 6, 0,1);
	box-shadow: 0px 0px 8px 2px rgba(113, 6, 6,1);
}
.pragmatic-txt{
	padding:0;
	text-align:right;
}
.pragmatic-bnr-lft {
    float: left;
    position: absolute;
    left: -15px;
    top: 95px;
}
.slot-banner-bg {
	background-repeat: no-repeat;
	background-position: center center;
}
.slot-btn-wrap {
	position: relative;
	margin-top: 200px;
}
/* LIVE CASINO PAGE
============================== */
#casino-cntnt-hd{
	background: url(../images/border-top.png) no-repeat top center, url(../images/border-bottom.png) no-repeat bottom center, #000 ;
}
#casino-cntnt-hd h3{
	font-family: 'acensregular';
	/*margin-top:10px;*/
	font-size:49px;
	/*text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);*/
	color:#fff;
	text-shadow: 2px 0px 4px rgba(255, 255, 255, 1);
	/*display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: none;
  color: rgba(255,255,255,0.5);
  text-decoration: normal;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  text-shadow: 0 0 2px rgba(255,255,255,0.8) , 0 0 2px rgba(255,255,255,0.8) , 0 0 2px rgba(255,255,255,0.5) , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff , 0 0 2px #fff ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);*/
}
#casino-cntnt-hd h1{
	font-family: 'acensregular';
	font-size:49px;
	color:#fff;
	text-shadow: 2px 0px 4px rgba(255, 255, 255, 1);
}
@media all and (max-width:767px){
	#casino-cntnt-hd h1{font-size:40px;}
}
.casino-box{
	margin:50px 0;
}
.item-bg{
	background: transparent !important;
	height:525px;
}
#owl-demo .item{
  display: block;
  /*padding: 30px 0px;*/
  margin: 15px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
/*To move navigation buttons outside use these settings:*/
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -90px;
	top: 200px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -90px;
	top: 200px;
}
.panel-footer{
	padding:0;
}

.panel-default {
	background-size:100% 100%;
	background-color:transparent;
	border-radius:0px;
	border:none;
}
.panel-heading {
	background-color: transparent !important;
	background-image:none !important;
	border-bottom:none;
}
.panel-heading img {
	width:100%;
}
.panel-body {
	padding: 10px;
}
.panel-body img {
	width: 100%;
}
.panel-body .casino-img {
	float: left;
	position: relative;
}

.panel-body .casino-img img {
	display: block;
}

.panel-body .casino-img span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	color: #ddd;
	padding: 45px;
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
}

.panel-body .casino-img span a{
	display: none;
  	position: absolute;
	background:#1a1a1a;
	padding:15px 20px;
	color:#fff;
	font-weight:bold;
}

.panel-footer {
	background-color:transparent;
	border-top:none;
	background-size:100%;
}
.panel-footer div{
	height:155px;
}
.panel-footer div img{
	width: auto;
	height: auto !important;
	max-width: 150px;
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.panel-default.active, 
.panel-default:focus, 
.panel-default:hover 
.panel-body{
	background: rgba(0,0,0,0.7) !important;
}

.panel-body .casino-img span a:hover{
	text-decoration:none;
}

.panel-default.active, 
.panel-default:hover, 
.panel-default:focus{
	border:none;
	color:#fff;
}

.panel-default.active, 
.panel-default:focus, 
.panel-default:hover span,
.panel-default:hover span a {
  display: block;
}

/*CASINO - ebet */
.casino-ebet{
	background: url(../images/casino-carousel/bg-ebet.jpg) no-repeat left top;
}
.casino-ebet-footer{
	background: #000 url(../images/casino-carousel/border-ebet.png) top center no-repeat;
}
.casino-ebet-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,187,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,187,1);
	box-shadow: 0px 0px 3px 3px rgba(0,0,187,1);
}

.casino-ebet.active, .casino-ebet:hover, .casino-ebet:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(0,0,187,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(0,0,187,1);
	box-shadow: 0px 0px 15px 6px rgba(0,0,187,1);
}

.casino-ebet .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(0,0,187,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(0,0,187,1);
	box-shadow: 0px 0px 15px 6px rgba(0,0,187,1);
}

/*CASINO - ag */
.casino-ag{
	background: url(../images/casino-carousel/bg-ag.jpg) no-repeat left top;
}
.casino-ag-footer{
	background: #000 url(../images/casino-carousel/border-ag.png) top center no-repeat;
}
.casino-ag-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(152,99,16,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(152,99,16,1);
	box-shadow: 0px 0px 3px 3px rgba(152,99,16,1);
}

.casino-ag.active, .casino-ag:hover, .casino-ag:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(152,99,16,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(152,99,16,1);
	box-shadow: 0px 0px 15px 6px rgba(152,99,16,1);
}

.casino-ag .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(152,99,16,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(152,99,16,1);
	box-shadow: 0px 0px 15px 6px rgba(152,99,16,1);
}

/*CASINO - w88 */
.casino-w88{
	background: url(../images/casino-carousel/bg-w88.jpg) no-repeat left top;
}
.casino-w88-footer{
	background: #000 url(../images/casino-carousel/border-w88.png) top center no-repeat;
}
.casino-w88-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(3,102,170,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(3,102,170,1);
	box-shadow: 0px 0px 3px 3px rgba(3,102,170,1);
}

.casino-w88.active, .casino-w88:hover, .casino-w88:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(3,102,170,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(3,102,170,1);
	box-shadow: 0px 0px 15px 6px rgba(3,102,170,1);
}

.casino-w88 .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(3,102,170,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(3,102,170,1);
	box-shadow: 0px 0px 15px 6px rgba(3,102,170,1);
}

/*CASINO - pt */
.casino-pt{
	background: url(../images/casino-carousel/bg-pt.jpg) no-repeat left top;
}
.casino-pt-footer{
	background: #000 url(../images/casino-carousel/border-pt.png) top center no-repeat;
}
.casino-pt-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(70,0,64,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(70,0,64,1);
	box-shadow: 0px 0px 3px 3px rgba(70,0,64,1);
}

.casino-pt.active, .casino-pt:hover, .casino-pt:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(70,0,64,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(70,0,64,1);
	box-shadow: 0px 0px 15px 6px rgba(70,0,64,1);
}

.casino-pt .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(70,0,64,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(70,0,64,1);
	box-shadow: 0px 0px 15px 6px rgba(70,0,64,1);
}

/*CASINO - hg */
.casino-hg{
	background: url(../images/casino-carousel/bg-hg.jpg) no-repeat left top;
}
.casino-hg-footer{
	background: #000 url(../images/casino-carousel/border-hg.png) top center no-repeat;
}
.casino-hg-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(37,183,26,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(37,183,26,1);
	box-shadow: 0px 0px 3px 3px rgba(37,183,26,1);
}

.casino-hg.active, .casino-hg:hover, .casino-hg:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(37,183,26,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(37,183,26,1);
	box-shadow: 0px 0px 15px 6px rgba(37,183,26,1);
}

.casino-hg .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(37,183,26,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(37,183,26,1);
	box-shadow: 0px 0px 15px 6px rgba(37,183,26,1);
}

/*CASINO - ezugi */
.casino-ezugi{
	background: url(../images/casino-carousel/bg-ezugi.jpg) no-repeat left top;
}
.casino-ezugi-footer{
	background: #000 url(../images/casino-carousel/border-ezugi.png) top center no-repeat;
}
.casino-ezugi-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(189,193,90,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(189,193,90,1);
	box-shadow: 0px 0px 3px 3px rgba(189,193,90,1);
}

.casino-ezugi.active, .casino-ezugi:hover, .casino-ezugi:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
}

.casino-ezugi .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
}

/*CASINO - evo */
.casino-evo{
	background: url(../images/casino-carousel/bg-evo.jpg) no-repeat left top;
}
.casino-evo-footer{
	background: #000 url(../images/casino-carousel/border-evo.png) top center no-repeat;
}
.casino-evo-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(255,0,0,1);
	box-shadow: 0px 0px 3px 3px rgba(255,0,0,1);
}

.casino-evo.active, .casino-evo:hover, .casino-evo:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
}

.casino-evo .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
}

/*CASINO - evo seamless */
.casino-evo_seamless{
	background: url(../images/casino-carousel/bg-evo_seamless.jpg) no-repeat left top;
}
.casino-evo_seamless-footer{
	background: #000 url(../images/casino-carousel/border-evo_seamless.png) top center no-repeat;
}
.casino-evo_seamless-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(255,0,0,1);
	box-shadow: 0px 0px 3px 3px rgba(255,0,0,1);
}

.casino-evo_seamless.active, .casino-evo_seamless:hover, .casino-evo_seamless:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
}

.casino-evo_seamless .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
	box-shadow: 0px 0px 15px 6px rgba(255,0,0,1);
}

/*CASINO - wm */
.casino-wm{
	background: url(../images/casino-carousel/bg-wm.jpg) no-repeat left top;
}
.casino-wm-footer{
	background: #000 url(../images/casino-carousel/border-wm.png) top center no-repeat;
}
.casino-wm-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(27,113,195,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(27,113,195,1);
	box-shadow: 0px 0px 3px 3px rgba(27,113,195,1);
}

.casino-wm.active, .casino-wm:hover, .casino-wm:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(27,113,195,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(27,113,195,1);
	box-shadow: 0px 0px 15px 6px rgba(27,113,195,1);
}

.casino-wm .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(27,113,195,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(27,113,195,1);
	box-shadow: 0px 0px 15px 6px rgba(27,113,195,1);
}


/*CASINO - allbet */
.casino-allbet{
	background: url(../images/casino-carousel/bg-allbet.jpg) no-repeat left top;
}
.casino-allbet-footer{
	background: #000 url(../images/casino-carousel/border-allbet.png) top center no-repeat;
}
.casino-allbet-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(189,193,90,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(189,193,90,1);
	box-shadow: 0px 0px 3px 3px rgba(189,193,90,1);
}

.casino-allbet.active, .casino-allbet:hover, .casino-allbet:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
}

.casino-allbet .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
	box-shadow: 0px 0px 15px 6px rgba(189,193,90,1);
}


/*CASINO - sexy */
.casino-sexy{
	background: url(../images/casino-carousel/bg-sexy.jpg) no-repeat left top;
}
.casino-sexy-footer{
	background: #000 url(../images/casino-carousel/border-sexy.png) top center no-repeat;
}
.casino-sexy-footer div a img{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(173,13,89,1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(173,13,89,1);
	box-shadow: 0px 0px 3px 3px rgba(173,13,89,1);
}

.casino-sexy.active, .casino-sexy:hover, .casino-sexy:focus{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(173,13,89,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(173,13,89,1);
	box-shadow: 0px 0px 15px 6px rgba(173,13,89,1);
}

.casino-sexy .casino-img span a{
	-webkit-box-shadow: 0px 0px 15px 6px rgba(173,13,89,1);
	-moz-box-shadow: 0px 0px 15px 6px rgba(173,13,89,1);
	box-shadow: 0px 0px 15px 6px rgba(173,13,89,1);
}
/*CASINO - pragmatic */
.casino-pp {
	background: url(../images/casino-carousel/bg-pp.png) no-repeat left top;
}
.casino-pp-footer {
	background: #000 url(../images/casino-carousel/border-pp.png) top center no-repeat;
}
.casino-pp.active, .casino-pp:hover, .casino-pp:focus {
	-webkit-box-shadow: 0 0 15px 6px #E5A75B;
	   -moz-box-shadow: 0 0 15px 6px #E5A75B;
			box-shadow: 0 0 15px 6px #E5A75B
}

.casino-pp .casino-img span a {
	-webkit-box-shadow: 0 0 15px 6px #E5A75B;
	   -moz-box-shadow: 0 0 15px 6px #E5A75B;
			box-shadow: 0 0 15px 6px #E5A75B;
}
/*CASINO - SA */
.casino-sa {
    background: url(../images/casino-carousel/bg-sa.png) no-repeat left top;
}
.casino-sa-footer {
    background: #000 url(../images/casino-carousel/border-sa.png) top center no-repeat;
}
.casino-sa.active, .casino-sa:hover, .casino-sa:focus {
    -webkit-box-shadow: 0 0 15px 6px #7AEBE0;
    -moz-box-shadow: 0 0 15px 6px #7AEBE0;
    box-shadow: 0 0 15px 6px #7AEBE0
}

.casino-sa .casino-img span a {
    -webkit-box-shadow: 0 0 15px 6px #7AEBE0;
    -moz-box-shadow: 0 0 15px 6px #7AEBE0;
    box-shadow: 0 0 15px 6px #7AEBE0;
}

/*======================================
TRANSFER PAGE
========================================*/
ul.aftr-lgn{
	text-align:right;
    padding-top: 6px;
}
ul.aftr-lgn li{
	display:inline-block;
	list-style-type:none;
}
ul.aftr-lgn li a {
	font-family: acensregular;
	background: none;
	border: none;
	padding: 14px 15px;
	font-size: medium;
}
ul.aftr-lgn li a:hover{
	text-decoration:none;
}
ul.aftr-lgn li a > span {
	position: relative;
}
ul.aftr-lgn li a span span {
	color: red;
}
ul.aftr-lgn li a:hover span:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	background-color: red;
	height: 1px;
	width: 100%;
}
/*BALANCE BUTTON=======================================*/
.tbl-1 > tbody > tr > td.blnc-ttl{font-size:14px; height:57px;vertical-align: middle;width:230px;}
.tbl-1 > tbody > tr > td.blnc-amt {vertical-align:middle;width:115px;}

a:focus{text-decoration:none;}
.balance{
	display:none; 
	position:absolute;
	z-index:99999;
	background:#000;
	margin-top:-155px;
	left:430px;
}
@media (max-width: 1100px) and (min-width: 768px){
	a.btn-signup img{
		width:80px;
	}
	ul.aftr-lgn{
		text-align:left;
		padding-top: 6px;
	}
}
@media all and (max-width:767px){
	ul.aftr-lgn{
		text-align:left;
		padding:15px 0;
	}
	ul.aftr-lgn li{
		display:inline-block;
		margin:2px 0;
	}
}
.trnsfr-bx{
	margin:0;
	background: rgba(0,0,0,0.7);
	padding:10px;
}
.trnsfr-bx-frm{
	margin:0;
	background: rgba(0,0,0,0.7);
	float:left;
	padding:10px;
	width: 100%;
}
#transfer{
	background: #000 url(../images/22.png) repeat;
}
.transfer-box{
	/*background: rgba(0,0,0,0.7);*/
	padding:15px 10px;
}
.crnt-blnc{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+2,7db9e8+100&amp;1+0,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmYwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(255,0,0,1) 0%, rgba(255,0,0,0.98) 2%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,1)), color-stop(2%,rgba(255,0,0,0.98)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.98) 2%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.98) 2%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.98) 2%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.98) 2%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */

	padding:10px;
	margin-bottom:15px;
}
.crnt-blnc h3{
	margin:0;
	color: #fff;
    font-family: 'masqueregular';
	font-size:18px;
}
.crnt-blnc h3 span{
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
}
.tbl-wlt-1{
	padding-right:0;
}
.tbl-wlt-2{
	padding-left:0;
}
@media all and (max-width:767px){
	.tbl-wlt-1{
		padding-right:15px;
	}
	.tbl-wlt-2{
		padding-left:15px;
	}
}
.tbl-1{
	border:1px solid #333;
}
.tbl-1 > tbody > tr > td{
	font-family: 'acensregular';
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	border:1px solid #333;
	vertical-align:middle;
}
.tbl-1 > tbody > tr > td.amount{
	font: 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#83b300+0,7db9e8+100&amp;1+0,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzYjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(131,179,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(131,179,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(131,179,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(131,179,0,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(131,179,0,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(131,179,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b300', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */
}
.detail-blck{
	margin-bottom:15px;
}
.form-group > label, .form-group > div {
    display:inline-block;
    vertical-align: middle;
}
.frm-lbl {
	padding-top: 0px !important;
	margin-bottom: 0px;
	text-align: left !important;
	font-family: 'acensregular';
	color:#fff;
	letter-spacing:1px;
	font-size:15px;
}
.bnk-slct{
	padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background-color: #e5e5e5;
    
}
.bnk-slct select {
    padding: 0;
    width: 100%;
    height: 28px;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1c1c1c;
	background: #e5e5e5 url("../images/arrowdown.png") no-repeat 99% 50%;
}
.bnk-slct input.amnt{
	width:100%;
	border-radius: 4px;
	border:none;
	height: 28px;
	color: #333;
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
}
@media all and (max-width:768px){
	.frm-lbl {
		padding-top: 7px;
		margin-bottom: 0px;
		text-align: left !important;
	}
}
.ft-pw{background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%; padding:15px;}
.frgt-pswd-lbl{
	padding:10px 0 !important;
	border-bottom:none !important;
}
.form-box{
	padding:15px 0;
	border-bottom:1px dotted #fff;
	margin-right:0 !important;
	margin-left:0 !important;
}
.sbmt-bx{
	padding:15px 0;
}
.profile-update {
    width: 148px;
    background: url("../images/update-btn.png") no-repeat;
    padding: 0;
    height: 41px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'libel_suitregular';
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 0px 1px #000;
    border: 0;
    cursor: pointer;
}
.dpst-box{
	padding:0;
}
/*=================================
Deposit page
=================================== */
.bnk-slct-txt{
	padding:0;
}
.bnk-slct-txt p{
	color:#fff;
	font-family: 'acensregular';
	letter-spacing:1px;
}
.bnk-slct-txt p.fil-txt{
	margin-top:10px;
	margin-bottom:0;
}
.tm-slct{
	background:none;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.tm-td-bx{
	padding:0;
}
.reset-update {
    width: 148px;
    background: url("../images/reset-btn.png") no-repeat;
    padding: 0;
    height: 41px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'libel_suitregular';
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 0px 1px #000;
    border: 0;
    cursor: pointer;
}
.bnk-dtls table{
	margin-top:15px;
}
.bnk-dtls table > tbody > tr > td.bnk-img {
    border-right: 1px solid #ccc;
    vertical-align: middle;
    width: 20%;
}
.bnk-dtls table > tbody > tr > td.bnk-ttls {
    color: #fff;
    width: 30%;
}
.bnk-dtls table > tbody > tr > td {
    text-align: left;
    padding: 5px;
}
.bnk-dtls table > tbody > tr > td.bnk-nm {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.bnk-dtls table > tbody > tr > td.nt {
    color: #fff;
    font-style: italic;
}
.bnk-dtls table > tbody > tr > td img {
    width: 100%;
}
/*==============================
CHANGE PASSWORD PAGE
================================ */
.pwd-update{
	width: 188px;
    background: url("../images/pswd-btn.png") no-repeat;
    padding: 0;
    height: 41px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'libel_suitregular';
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 0px 1px #000;
    border: 0;
    cursor: pointer;
}
/*==============================
HISTORY PAGE
================================ */
.search-update{
	width: 112px;
    background: url("../images/search-btn.png") no-repeat;
    padding: 0;
    height: 31px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'libel_suitregular';
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 0px 1px #000;
    border: 0;
    cursor: pointer;
}
.history-tbl{
	margin-top:15px;
}
.history-tbl > thead > tr > th{
	background:#f00;
	text-align:center;
	color:#fff;
	font-family: 'acensregular';
	letter-spacing:1px;
	border-left:1px dotted #fff;
	border-right:1px dotted #fff;
}
.history-tbl > thead > tr > th:first-child{
	border-left:none;
}
.history-tbl > thead > tr > th:last-child{
	border-right:none;
}
.history-tbl > tbody > tr > td{
	text-align:center;
}
.pagination{
	margin:0;
	border-radius:0px;
}
.tbl-show p{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #f00;
    border-color: #f00;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
    background-color: #EEE;
    border-color: #DDD;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}
.time p{
	color:#fff;
	font-family: "acensregular";
	margin-bottom: 0;
	font-size: 18px;
}
.time p img{padding-right:5px;}
ul.mr-links li{
	padding:0px 8px 8px 8px !important;
}
ul.mr-links li a{
	color:#fff;
	font-family: "acensregular";
	letter-spacing:1px;
}
/*About*/
.abt-hd-tp{
	padding:10px 0;
}
.abt-logo{
	border-right:3px solid #333;
}
.abt-rgt{
	text-align:center;
}
.abt-rgt ul li{
	display:inline-block;
	list-style-type:none;
	padding:25px 5px;
	color:#fff;
	font-family: "acensregular";
	letter-spacing:1px;
	font-size:15px;
}
.abt-rgt ul li a{
	font-family: "acensregular";
	color:#fff;
	font-size:15px;
}
.abt-mnu{
	background:#000;
	padding:10px 5px;
	/*height:700px !important;*/
}
.abt-mnu ul li{
	padding:10px 15px;
	list-style-type:none;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.abt-mnu ul li a{
	color:#fff;
	font-family: "acensregular";
	display: block;
	letter-spacing:1px;
}
.abt-mnu ul li:hover{
	background:#f00;
}
.abt-mnu ul li:hover a{
	text-decoration:none;
}
.abt-rgt-bx{
	background:#333;
	padding-bottom: 15px;
}
.abt-rgt-bx h3{
	color:#f00;
}
.abt-rgt-bx p{
	color:#fff;
}
.abt-active{
	background:#f00;
}
.archive-panel{
	border:none;
	border-radius:0px !important;
	background:none;
}
a:focus{outline:none;}
.archive-panel > .arc-hd + .panel-collapse > .arc-bd{
	border-top-color: transparent !important;
}
.archive-panel > .arc-hd + .panel-collapse > .arc-bd p{
	font-size:13px;
}
.archive-panel > .arc-hd{
	background-color:#4f4f4f !important;
	background-image:none;
	border-radius:0px;
}
.archive-panel > .arc-hd > .arc-ttl{
	color:#fff;
	font-size:14px;
}
.arc-bd p{
	color:#fff;
}
.abt-rgt-bx ul.trms li{
	list-style-type:decimal;
	/*padding:0 15px;*/
	margin-left: 15px;
	color: #fff;
	font-size:13px;
}
.abt-rgt-bx ul.trmslong {
	counter-reset: item
}
.abt-rgt-bx ul.trmslong li{
	list-style-type:decimal;
	display: block;
	margin-left: 15px;
	color: #fff;
	font-size:13px;
	padding:7px 0px 7px 0px;
}
.abt-rgt-bx ul.trmslong li:before{
	content: counters(item, ".") ". "; 
	counter-increment: item;
	vertical-align:top;
}
.abt-rgt-bx ul.trmslong li span {
    display: inline-block;
    margin-left: -3px;
	width: 600px;
    text-align: justify;
	padding-left: 5px;
}
.abt-rgt-bx ul.trmslong li span.inner {
    display: inline-block;
    margin-left: -3px;
	width: 570px;
    text-align: justify;
	padding-left: 5px;
}
.abt-rgt-bx ul.trmslong li span.outer {
    display: inline-block;
    margin-left: -3px;
	width: 570px;
    text-align: justify;
	padding-left: 5px;
}
.abt-rgt-bx ul.trmslong li span.outer2 {
    display: inline-block;
    margin-left: -3px;
	width: 550px;
    text-align: justify;
	padding-left: 5px;
}
.abt-rgt-bx ul.trmslong li span.outer3 {
    display: inline-block;
    margin-left: -3px;
	width: 510px;
    text-align: justify;
	padding-left: 5px;
}
p.trms-ttl{
	font-size:13px;
}
p.e-cntct{
	margin-bottom:0;
}
/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: top;
}
/*.row-same-height {
  display: table;
  width: 100%;*/
  /* fix overflow */
/*  table-layout: fixed;
}*/
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/*to top
=================================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #f00;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 100px;
  }
}

/*PLAYTECH CASINO ANDROID APP DOWNLOAD  PAGE
================================== */
.and-pop{
	border-bottom: 2px solid #f00;
    background: #000;
	/*background:#f00;*/
	padding:0;
	text-align:center;
}
/*.and-pop img{
	width:40%;
}*/
.pop-hd-lft{
	text-align:center;
}
.pop-hd-lft img{
	width:50%;
}
.pop-hd-rgt{
	text-align:center;
}
.pop-hd-rgt img{
	width: 40%;
	vertical-align: middle;
	box-shadow: 0px 0px 3px 3px #460040;
	margin-top: -15px;
}
.w88-hd-rgt img{
	box-shadow: 0px 0px 3px 3px #0366AA;
}
.app-lbl{
	font-family: "acensregular";
	color:#6F6F6F !important;
	letter-spacing: 2px;
	font-weight:bold;
}
.app-pop{
	-webkit-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	box-shadow: 2px 2px 5px 2px rgba(73,73,74,1);
	background:#000;
	margin:8% auto;
}
.and-pop-bd{
	padding:15px 80px;
	background:#FFF;
}
.app-close{
    padding: 9.5px;
    cursor: pointer;
    background: #F00 none repeat scroll 0% 0%;
    border: 0px none;
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 1;
}
.and-pop-bd p.ins-title {
	margin-top:10px;
    padding-bottom: 5px;
    font-weight: bold;
	font-family: "acensregular";
	color:#6F6F6F !important;
	letter-spacing:2px;
	font-weight:bold;
}
.and-pop-bd ul {
    padding-bottom: 15px;
	list-style:none;
}
.and-pop-bd ul li {
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
	font-family: "acensregular";
	color:#6F6F6F !important;
	letter-spacing:2px;
	font-weight:bold;
}
.btn-grp{
	text-align:center;
}
.and-pop ul li{
	display:inline-block;
	padding: 0 20px;
}
.and-pop ul li img{
	width:150px;
}
.and-pop ul li img.ap{
	box-shadow: 0px 0px 3px 3px #460040;
}
.tbl-pp{
	margin-bottom:0;
}
.tbl-pp > tbody > tr > td{
	border-top:none;
	font-family: "acensregular";
	color:#6F6F6F !important;
	letter-spacing:1px;
	font-weight:bold;
}
.tbl-pp-2 > tbody > tr > td{
	border-top:none;
	font-family: "acensregular";
	color:#6F6F6F !important;
	letter-spacing:1px;
	font-weight:bold;
}
.tbl-pp > tbody > tr > td.bld{
	font-weight:bold;
}
.tbl-pp > tbody > tr > td.lft-td, .tbl-pp-2 > tbody > tr > td.lft-td{
	width:40%;
}
.ag-pop{
	background: #f00 url(../images/banner.jpg) no-repeat center center;
	min-height:400px;
	position: relative;
}
.ag-overlay{
	position: absolute;
	bottom: 0px;
	background:rgba(0,0,0,0.7);
	width:100%;
	padding: 10px;
}
.ag-app-pop{
	margin:4% auto;
}

/*.lft-pp-bx{
	padding:10px;
}*/
.lft-pp-bx p{
	text-align:left;
	padding-left: 20px;
	color:#fff;
	font-family: "acensregular";
	letter-spacing:1px;
}
.lft-pp-bx p span{
	font-weight:bold;
}
.ag-app-bd{
	padding:15px 30px;
	background:#FFF;
}
.ag-app-bd ul li{
	font-family: "acensregular";
	letter-spacing:1px;
}
.ag-app-bd ul li:first-child{
	list-style:none;
	font-weight:bold;
}
.ag-app-ftr{
	text-align:center;
}
.icns img{
	float:left;
}
@media all and (max-width:767px){
	.and-pop{
		padding:15px;
	}
	.app-close{
		padding:0;
	}
	.pop-hd-lft img{
		width: 70%;
    	margin-top: -50px;

	}
	.pop-hd-rgt img{
		width: 80%;
	}
	.and-pop-bd{
		padding:15px;
	}
	.ag-pop{
		padding:0px !important;
	}
}

.btn_pt {
  	padding-top:60px;
  	width:180px;
  	height:47px;
  	background: url(../images/playtech-slot/playtech-logo.png) no-repeat;
  	background-size: 180px 47px; 
}

.btn_pt_this,
.btn_pt:hover {
	padding-top:60px;
  	width:180px;
  	height:47px;
	background: url(../images/playtech-slot/playtech-logo-hvr.png) no-repeat;
	background-size: 180px 47px; 
}

.btn_tc {
  	padding-top:60px;
  	width:180px;
  	height:47px;
  	background: url(../images/playtech-slot/playtech-logo.png) no-repeat;
  	background-size: 180px 47px; 
}

.btn_tc_this,
.btn_tc:hover {
	padding-top:60px;
  	width:180px;
  	height:47px;
	background: url(../images/playtech-slot/playtech-logo-hvr.png) no-repeat;
	background-size: 180px 47px; 
}

.btn_w88 {
  	width:180px;
  	height:70px;
	background: url(../images/playtech-slot/w88.png) no-repeat;
	background-size: 180px 70px; 
}

.btn_w88_this,
.btn_w88:hover {
	width:180px;
  	height:70px;
	background: url(../images/playtech-slot/w88-hvr.png) no-repeat;
	background-size: 180px 70px; 
}

.btn_cq9 {
  	width:180px;
  	height:70px;
	background: url(../images/playtech-slot/cq9.png) no-repeat;
	background-size: 180px 70px; 
}

.btn_cq9_this,
.btn_cq9:hover {
	width:180px;
  	height:70px;
	background: url(../images/playtech-slot/cq9-hvr.png) no-repeat;
	background-size: 180px 70px; 
}

.btn_amaya {
	padding-top:68px;
  	width:180px;
  	height:66px;
	background: url(../images/playtech-slot/amaya.png) no-repeat;
	background-size: 180px 66px; 
}

.btn_amaya_this,
.btn_amaya:hover {
	background-image:url(../images/playtech-slot/amaya-hvr.png);
}

.btn_spade {
	padding-top:64px;
  	width:180px;
  	height:59px;
	background: url(../images/playtech-slot/spadegaming.png) no-repeat;
	background-size: 180px 59px; 
}

.btn_spade_this,
.btn_spade:hover {
	background-image:url(../images/playtech-slot/spadegaming-hvr.png);
}

.btn_pragmatic {
	padding-top:68px;
  	width:180px;
  	height:66px;
	background-size: 180px 66px; 
}

.btn_logo_pragmatic , 
.btn_logo_spade ,
.btn_logo_amaya ,
.btn_logo_w88 ,
.btn_logo_tc ,
.btn_logo_pt ,
.btn_logo_cq9 ,
.btn_logo_fishing ,
.btn_logo_gamatron {
	width: 110px; height: 150px;
}

.bnk-slctSelect {
    padding: 0;
    width: 215px;
    height: 28px;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    background: #e5e5e5 url("../images/arrowdown.png") no-repeat 99% 50%;
}
.bnk-slctAmt {
    width: 215px;;
    border-radius: 4px;
    border: none;
    height: 28px;
    color: #333;
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
}
.error_msg{
color:#f00;margin-bottom:-10px;display: inline-block;
}
	
.ui-dialog-titlebar-close {
	display:none;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin: -8px 0 0 -8px;
}

.bnk-slctProfile {
    width: 100%;
    border-radius: 4px;
    border: none;
    height: 28px;
    color: #333;
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
}

.bnk-slctDep {
    width: 40%;
    border-radius: 4px;
    border: none;
    height: 28px;
    color: #333;
    font-size: 14px;
    font-weight: 200;
    padding: 5px;
}

.bnk-slctSelectDep {
    padding: 0;
    width: 45px;
    height: 28px;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1c1c1c;
	border-radius: 2px;
    background: #e5e5e5 url("../images/arrowdown.png") no-repeat 99% 50%;
}
 
.bnk-slct100w {
    padding: 0;
    width: 100%;
    height: 28px;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    background: #e5e5e5 url("../images/arrowdown.png") no-repeat 99% 50%;
}

.tm-slct2 {
  background: none;
  color: #fff;
  font-weight: bold;
}

.contentblock {
  display: block;
  padding: 10px 20px;
}

.contentblock.hidden {
  display: none;
}


.j_num1 {
	background:url(../images/jackpot-digits/1.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num2 {
	background:url(../images/jackpot-digits/2.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num3 {
	background:url(../images/jackpot-digits/3.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num4 {
	background:url(../images/jackpot-digits/4.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num5 {
	background:url(../images/jackpot-digits/5.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num6 {
	background:url(../images/jackpot-digits/6.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num7 {
	background:url(../images/jackpot-digits/7.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num8 {
	background:url(../images/jackpot-digits/8.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num9 {
	background:url(../images/jackpot-digits/9.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_num0 {
	background:url(../images/jackpot-digits/0.png) no-repeat;
	width:50px;
	height:93px;
	display:block;
	background-size: 50px 93px; 
}

.j_fullstop {
	background:url(../images/jackpot-digits/fullstop.png) no-repeat;
	width:10px;
	height:16px;
	display:block;
	background-size: 10px 16px; 
}

@media all and (max-width:768px){
	.j_num1 {
		background:url(../images/jackpot-digits/1.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num2 {
		background:url(../images/jackpot-digits/2.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num3 {
		background:url(../images/jackpot-digits/3.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num4 {
		background:url(../images/jackpot-digits/4.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num5 {
		background:url(../images/jackpot-digits/5.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num6 {
		background:url(../images/jackpot-digits/6.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 

		margin-right: -4px;
		
	}

	.j_num7 {
		background:url(../images/jackpot-digits/7.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px;

		margin-right: -4px;
		
	}

	.j_num8 {
		background:url(../images/jackpot-digits/8.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num9 {
		background:url(../images/jackpot-digits/9.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}

	.j_num0 {
		background:url(../images/jackpot-digits/0.png) no-repeat;
		width:20px;
		height:63px;
		display:block;
		background-size: 20px 63px; 
		
		margin-right: -4px;
		
	}	

	.j_fullstop {
		background:url(../images/jackpot-digits/fullstop.png) no-repeat;
		width:3px;
		height:5px;
		display:block;
		background-size: 3px 5px; 
		margin-right: -4px;
	}
}
.footercontent {
    width: auto;
    margin: 0 auto;
    height: 100%;
    font: 14px/1.2em 'open_sanslight',sans-serif;
    line-height: 20px;
	text-align: justify;
	color: #fff;
}
.footercontent ul {
	padding-left: 40px;
}
.footercontent h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 0;
	font-size: 30px;
	font-family: 'open_sanslight',sans-serif;
}
.footercontent h3 {
	margin-bottom: 0;
}

/*=============CSS for Sports Menu DropDown=====================*/
.sprts-dropdown{
	margin-top: 10px;
    margin-left: -20px;
	padding:0;
}
.sprts-dropdown li{
	display: block !important;
}
.sprts-dropdown > li > a {
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	background: #000000;
}

.sprts-dropdown > li > a.cmdsports{
	background: #151515 url(../images/cmdlogo_grey.png) no-repeat left center;
	padding:5px 5px 5px 55px;
	background-size:50px;
	color: #acacac;
	font-weight: bold;
}
.sprts-dropdown > li > a.cmdsports:hover{
	background: #000000 url(../images/cmdlogo.png) no-repeat left center;
	padding:5px 5px 5px 55px;
	background-size:50px;
	color: #ff0;
	font-weight: bold;
}
.sprts-dropdown > li > a.igksports{
	background: #151515 url(../images/igkbetlogo_grey.png) no-repeat left center;
	padding:5px 5px 5px 55px;
	background-size:50px;
	color: #acacac;
	font-weight: bold;
}
.sprts-dropdown > li > a.igksports:hover{
	background: #000000 url(../images/igkbetlogo.png) no-repeat left center;
	padding:5px 5px 5px 55px;
	background-size:50px;
	color: #ff0;
	font-weight: bold;
}
.sprts-dropdown > li > a.sabasports{
	background: #151515 url(../images/sabalogo_grey.png) no-repeat left center;
	padding:5px 5px 5px 55px;
	background-size:50px;
	color: #acacac;
	font-weight: bold;
}
.sprts-dropdown > li > a.sabasports:hover{
	background: #000000 url(../images/sabalogo.png) no-repeat left center;
	padding:5px 5px 5px 55px;
	background-size:50px;
	color: #ff0;
	font-weight: bold;
}
/*=================INSTRUCTION BOX=========================*/
.ins-row{
	margin-left:0;
	margin-right:0;
}
.instruction-bx{
	background: none !important;
	overflow:hidden;
	width:1000px;
	height:650px;
	max-width:1000px;
	max-height:650px;
	margin-bottom:0;
}
.ag-logo img{
	width: 80px;
}
/*.instruction-links{
	padding: 10px 0;
}*/
.instruction-links ul{
	float: right;
}
.instruction-links ul li{
	display: inline-block;
	position:relative;
}
.instruction-links ul li a img{
	width: 20px;
}
.instruction-links ul li a{
	padding:6px 12px;
}
.instruction-links ul > li > a > .label {
    position: absolute;
    top: -5px;
    right: 5px;
    text-align: center;
    padding: 3px 3px;
    line-height: .9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 11px;
    font-family: 'open_sansregular';
}
.ins-heading{
	background: url(../images/casino-carousel/border-6.png) repeat-x bottom center, #000;
}
.ins-body{
	padding:0;
}
.left-panel-bx{
	background: #000;
	padding-left:5px;
	padding-right:5px;
	max-width:130px;
	max-height:800px;
}
.step-hn-bx{
	position: absolute;
}
.profile-pic{
	position:relative;
	padding: 10px 0 0 0;
	text-align:center;
}
.profile-pic a img.info{
	width: 10px;
	position:absolute;
	top:5px;
	right:5px;
}
.profile-pic a img.profile{
	width: 50px;
	height:50px;
	border-radius:50%;
	border: 2px solid #fdb18d;
}
.profile-details{
	margin-top: 5px;
	padding-bottom:5px;
	border-bottom: 2px solid #fdb18d;
	text-align:center;
}
.profile-details p{
	font-weight: bold;
	font-family: 'open_sansregular';
	color: #fdb18d;
	font-size:12px;
	margin-bottom: 2px;
}
.profile-details p.blurtext{
	color: transparent;
    text-shadow: 0 0 3px rgba(253,177,141,0.7);
}
.profile-details p img{
	width: 15px;
	float:left;
    margin-right: 5px;
}
.rc, .lcasino{
	text-align: center;
	padding: 3px 0;
}
.rc a img{
	margin-right: 10px;
	width: 15px;
}
.rc a, .lcasino a{
	color: #fdb18d;
	font-size: 14px;
}
.lcasino{
	background: #b2b2b2;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjMzMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #b2b2b2 0%, #000000 3%, #000000 45%, #331c1c 95%, #ffd1d1 100%);
background: -webkit-linear-gradient(top,  #b2b2b2 0%,#000000 3%,#000000 45%,#331c1c 95%,#ffd1d1 100%);
background: linear-gradient(to bottom,  #b2b2b2 0%,#000000 3%,#000000 45%,#331c1c 95%,#ffd1d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffd1d1',GradientType=0 );
height:40px;
}
.lcasino a{
	font-size: 14px;
}
.lcasino a img{
	width: 32px;
}

.lcasino a span{
	float: right;
	margin-right:15px;
	line-height: 14px;
	margin-top: 5px;
}
.left-bar-tabs li{
	display: block;
}
.left-bar-tabs li a{
	background: #7B5345;
	border-radius:0;
	margin-right: 0;
	color: #fdb18d;
	font-family: 'open_sansregular';
	font-weight:bold;
	border-top: 1px solid #fdb18d;
	border-bottom: 3px solid #442f27;
	padding:2px 10px;
}
.left-bar-tabs li a:hover{
	background: #fdb18d;
	color: #442f27;
	border-color: transparent;
}
.left-bar-tabs > li.active > a, .left-bar-tabs > li.active > a:hover, .left-bar-tabs > li.active > a:focus {
    color: #442f27;
    cursor: default;
    background-color: #fdb18d;
	border: none;
    /* border: 1px solid #ddd; */
    /* border-bottom-color: transparent; */
}
.left-bar-tabs > li.active > a, .left-bar-tabs > li.active > a:hover, .left-bar-tabs > li.active > a:focus {
	position: relative;
	background: #fdb18d;
	/*border: 4px solid #442f27;*/
}
.left-bar-tabs > li.active > a:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.left-bar-tabs > li.active > a:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fdb18d;
	border-width: 13px;
	margin-top: -13px;
}
.trynw, .slotmachine{
	text-align: center;
	padding:5px 0 0 0;
}
.trynw img{
	width: 60%;
	margin-bottom:5px;
}
.trynw{
	position: relative;
}
.step-hn-bx{
	position: absolute;
	top:-100px;
	right:-500px;
	z-index:999;
	width:550px;
	height:250px;
}
.step-hn-bx img{
	width: 100%;
}
.feedback{
	text-align: center;
}
.feedback a{
	border-bottom: 1px solid #fdb18d;
}
.feedback a, .feedback p{
	color: #fdb18d;
	font-family: 'open_sansregular';
	font-weight:bold;
	font-size:12px;
	padding:10px 0;
}
.feedback p{
	margin-bottom: 0;
}
.feedback a img, .feedback p img{
	width: 20px;
	margin-right:5px;
}
.feedback p.op{
	color: #fdb18d;
	font-family: 'open_sansregular';
	font-weight:bold;
	font-size:13px;
	margin-top:-20px;
	padding-bottom:0;
}
.feedback p.version{
	color: #333;
	font-size:10px;
	font-weight:bold;
	padding-top:0;
}
.slotmachine{
	position: relative;
}
.slotmachine img{
	width: 90px;
}
.slotmachine a{
	position:absolute;
	left:24px;
	top:5px;
}
.slotmachine a img{
	width:70px;
}
.right-panel-bx{
	padding-top:15px;
}
.imb-block-1 img{
	width: 100%;
	height: 135px;
}
.rgt-ins-row{
	margin-bottom: 10px;
}
.rgt-pic-bx{
	padding-left: 5px;
	padding-right: 5px;
}
.ins-content{
	background: rgba(31,31,31,0.8);
}
.ins-header{
	background-color: transparent;
	text-align:left;
	padding:5px;
	border-bottom:2px solid #4c4b4a;
}
button.ins-close{
	background: none !important;
	color: #fff !important;
	padding:0;
	margin-right:5px;
	margin-top:5px;
}
.ins-modal-title{
	color: #fff;
	font-family: 'open_sansregular';
	font-weight:bold;
}
.ins-content{
	border-radius: 0;
	border:1px solid #b58f77;
}
.stp{
	margin: 0;	
}
.hwto{
	color: #fdb18d;
	font-weight:bold;
}
.stp, .stp-txt{
	color: #fff;
}
.tab-pane img.qr-img{
	width: 150px;
	outline: 2px solid #fff;
	outline-offset:2px;
	margin-left:-15px;
}
.ins-tabs li a img{
	width: 20px;
	margin-right:5px;
}
.ins-tabs{
	margin-top:10px;
	border-bottom: none;
	margin-left:-22px;
}
.ins-tabs li a{
	background: #999999 !important;
	padding:5px 10px;
	margin-right: -4px !important;
	border: none !important;
	border-radius:0;
	color: #000;
	font-weight:bold;
}
.ins-tabs > li.active > a, .ins-tabs > li.active > a:hover, .ins-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.ios-tab-pane{
	text-align: center;
}
.qr-bx{
	border-bottom:2px solid #fff;
	float: left;
    width: 100%;
	margin-top:155px;
}
.qr-bx{
	padding:0;
}
.hand-bx{
	margin-top: 12px;
}
.hand-bx img{
	width: 160px;
    margin-top: -19px;
    margin-left: -10px;
}
.qr-tab{
	margin-left:-35px;
}
.qr-info{
	font-family: 'libel_suitregular';
	color: #fff;
	font-size:20px;	
}
.ins-guide-title{
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom:5px;
}
.ins-gid-tabs{
	text-align: left;
	border-bottom: none;
}
.ins-gid-tabs li a{
	background: #5f5f5f !important;
	padding:5px 10px;
	margin-right: -4px !important;
	border: none !important;
	border-radius:0;
	color: #000;
	font-weight:bold;
	width:100px;
	text-align: center;
}
.ins-gid-tabs > li.active > a, .ins-gid-tabs > li.active > a:hover, .ins-gid-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #d15124 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.ios-gid-tab-pane{
	background: #808080 !important;
	padding:10px;
	text-align: center;
}
.guide-list{
	text-align: left;
}
.guide-list li{
	display: inline-block;
}
.guide-list li img{
	width: 85px;
    padding: 5px;
}
.stp-1{
	border: 1px solid #fff;
	position:relative;
	padding:35px 5px 5px 5px;
	color: #fff;
	/*margin-bottom:15px;*/
    height: 135px;
}
.stp-ttl{
	position: absolute;
	top: -10px;
	left:10px;
	background: #fff;
	color: #000;
	padding:5px;
	font-weight:bold;
}
.stp-1 img{
	width: 100%;
	margin-top:15px;
}
.stp-1 img.iosandroid{
	width:200px;
}
.ins-guide-bx{
	position: relative;
}
.ins-gd-info{
	position: absolute;
	top:0;
	left:-250px;
	z-index:999;
}
/*----------new instruction css-----------*/
.step-1-bx{
	padding: 25px 5px 5px 5px;
	position:relative;
	margin:25px 10px 10px 10px;
	border: 1px solid #fff;
}
.step-1-bx p{
	position: absolute;
	top:-15px;
	left:10px;
	padding:5px;
	background: #fff;
	color: #000;
	font-weight:bold;
}
.step-1-bx img{
	width:100%;
}
.instruction-modal img{
	width: 100%;
}
.ins-modal-bd{
	background: #000;
}
.ins-modal-tabs{
	text-align: left;
	border-bottom: none;
}
.ins-modal-tabs > li > a{
	font-weight: bold;
	font-family: 'acensregular';
	color: #fff;
}
.ins-modal-tabs > li > a:hover{
	background: #f00;
	color: #fff;
	border-color: #f00 !important;
}
.tab-content > .ins-tab-pane{
	border: 1px solid #f00 !important;
	padding:5px;
}
.ins-modal-tabs > li.active > a, .ins-modal-tabs > li.active > a:hover, .ins-modal-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #F00;
    border: 1px solid #F00;
    border-bottom-color: transparent;
}
.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;width:100%;height:100%;background:#f6f4f5;display:none;}
*html,*html body{background-image:url(about:blank);background-attachment:fixed;}
*html .destroy,*html .overlay{position:absolute;top:expression(eval(document.documentElement.scrollTop));}
.destroy{position:fixed;top:0px;left:60%;margin-left:-425px;*margin-left:-718px;_margin-left:-425px;margin-top:-292px;z-index:99996;opacity:0;filter:alpha(opacity=0);}

.sheet{position:absolute;width:550px;height:180px;margin:auto;padding:0;background:#424242;
	box-shadow:inset 0 -1px 0 #424242,0 1px 6px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 -1px 0 #424242,0 1px 6px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 -1px 0 #424242,0 1px 6px rgba(0,0,0,.3);
	border-bottom:2px solid #424242;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.sheet a.close{display:block;position:absolute;width:24px;height:18px;right:0px;top:0px;background:url(../images/sheet_close.png) no-repeat;}
.sheet a:hover.close{background-position:0 -18px;}
.sheet .head{padding:1px 15px;border-bottom:1px solid #2E2E2E;}
.sheet .head h2{padding:4px;font-size:14px;font-weight:bold;color:#ffffff;font: bold 20px/21px "acensregular";text-transform: uppercase;border: 0px;background: url(../images/h2_bg.png) 0px 3px no-repeat;margin: 0px 0px 0px 0px;}
.sheet .body{padding:10px 15px;}
.sheet .body h3{ font-size:16px; color:#cce9ff; line-height:20px;}
.sheet .body p{ font-size:12px; color:#fff; line-height:16px; margin-top:10px;}
.btnTransferClose, .btnTransferConfirm{background-color: red;font-weight: bold;color:#fff;}

.marquee {
    height: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #fff;
}

.footercontent.blogcontent h2 {
	color: #ffffff;
	padding-top: 20px;
	font-size: 30px;
	font-family: inherit;
}
.footercontent.blogcontent a{
	color: red;
}
.footercontent.blogcontent a:hover,
.footercontent.blogcontent a:focus {
    color: red;
}

.tt-img-wrap {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100%;
	width: 100%;
}
#polyglotLanguageSwitcher a span.langcap {
	padding-left:28px;
}
#simplified, #english {
	background-size: 25px;
}
.menu-box ul li a.mn-hm {
	padding: 0 8px;
}
#sysDateTime {
	letter-spacing: 0.05em;
	font-size: 0.86em;
}
#sysDateTime .timeSeparator {
	padding:0px 1px;
}