@font-face {
	font-family: 'Oswald Bold';
	font-style: normal;
	src: url('../fonts/oswald-bold-webfont.eot');
	src: url('../fonts/oswald-bold-webfont.eot#iefix') format('embedded-opentype'),
	url('../fonts/oswald-bold-webfont.woff') format('woff'),
	url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
	url('../fonts/oswald-bold-webfont.svg') format('svg');
}

@font-face {
	font-family: 'Oswald Regular';
	font-style: normal;
	src: url('../fonts/Oswald-Regular-webfont.eot');
	src: url('../fonts/oswald-regular-webfont.eot#iefix') format('embedded-opentype'),
	url('../fonts/oswald-regular-webfont.woff') format('woff'),
	url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
	url('../fonts/oswald-regular-webfont.svg') format('svg');
}

@font-face {
	font-family: 'Oswald Light';
	font-style: normal;
	src: url('../fonts/oswald-light-webfont.eot');
	src: url('../fonts/oswald-light-webfont.eot#iefix') format('embedded-opentype'),
	url('../fonts/oswald-light-webfont.woff') format('woff'),
	url('../fonts/oswald-light-webfont.ttf') format('truetype'),
	url('../fonts/oswald-light-webfont.svg') format('svg');
}
* {
	-webkit-font-smoothing: antialiased;
}
/* Reset the container */
.container {
	width: 1200px;
	max-width: none !important;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

/* Demonstrate the grids */
.col-xs-4 {
	padding-top: 0;
	padding-bottom: 15px;
}

.container .navbar-header,
.container .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
	float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	visibility: visible !important;
}

.navbar-toggle {
	display: none;
}

.navbar-collapse {
	border-top: 0;
}

.navbar-brand {
	margin-left: -15px;
}

/* Always apply the floated nav */

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
	float: right;
}

body {
	background: #1d1919;
	font-family: "Oswald Regular", sans-serif;
}

body p {
	color: #767b7d;
}

.user-account-link .navbar-nav > li > a {
	font-size: 12px;
	padding: 5px;
	color: #d0d0d0;
	text-shadow: none;
}

.user-account-link .navbar-default {
	background: #1d1919;
	min-height: auto;
	border: none;
}

.user-account-link .navbar-default,
.header-container .main-menu {
	border-radius: 0;
}

/* Undo form expansion */
.navbar-form {
	float: left;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.navbar-form .form-control-static {
	display: inline-block;
}

.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
	width: auto;
}

.navbar-form .input-group > .form-control {
	width: 100%;
}

.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
	padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}

/* Undo inline form compaction on small screens */

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-inline .form-control-static {
	display: inline-block;
}

.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
	width: auto;
}

.form-inline .input-group > .form-control {
	width: 100%;
}

.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
	padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
	top: 0;
}

.header-container .navbar {
	margin-bottom: 0px;
}

/*.main-menu {
    height: 55px;
    background: url(../images/menu-bg.png) repeat-x;
    border: none;
    border-radius: 0;
    border-bottom: 6px solid #f8d35f;
    box-shadow: none;
}

.main-menu .navbar-nav {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.main-menu .logo-container {
	margin: 0 20px;
	display: inline-block;
}

.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
	z-index: 99999;
}

.main-menu .navbar-brand {
	background: url(../images/logo-bg.png) no-repeat;
	width: 197px;
	height: 95px;
	text-align: center;
	background-size: 100%;
}

.main-menu .navbar-brand img {
	width: 135px;
	display: inline-block;
}

.main-menu .navbar-nav li a,
.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li a:focus,
.main-menu .navbar-nav li a:active {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
	padding: 10px 8px;
	z-index: 1;
}*/

.main-menu .navbar-nav li a:hover {
	text-decoration: underline;
}

.slider-container #main-home-slider img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.change-language .dropdown .dropdown-toggle,
.change-language .dropdown .dropdown-toggle:hover,
.change-language .dropdown .dropdown-toggle:active,
.change-language .dropdown .dropdown-toggle:visited,
.change-language .btn-default.active, 
.change-language .btn-default:active, 
.change-language .open>.dropdown-toggle.btn-default,
.change-language .btn-default.active.focus, 
.change-language .btn-default.active:focus, 
.change-language .btn-default.active:hover, 
.change-language .btn-default:active.focus, 
.change-language .btn-default:active:focus, 
.change-language .btn-default:active:hover, 
.change-language .open>.dropdown-toggle.btn-default.focus, 
.change-language .open>.dropdown-toggle.btn-default:focus, 
.change-language .open>.dropdown-toggle.btn-default:hover,
.change-language .dropdown-menu,
.change-language .dropdown-menu li a {
	background: #1e1f23;
	color: #FFF;
}

.change-language .dropdown-menu li a {
	padding: 3px 10px;
}

.change-language .dropdown-menu li a:hover {
	background: #333;
}

.change-language .dropdown .change-language-btn {
	font-size: 12px;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	border: 0;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('../images/flags.png') no-repeat;
}
.flag.flag-kh {
    background-position: 0 -11px;
}
@font-face{font-family:"Kh-Battambang";font-stretch:normal;font-style:normal;font-weight:normal;src:url("fonts/Kh-Battambang.ttf") format("truetype");}
.dropdown-menu li a.kh{
	font-family:Kh-Battambang !important;
}
.flag.flag-cn {
    background-position: 0 0;
}

.flag.flag-gb {
    background-position: -16px 0;
}

.home-login-container {
	background: rgba(0,0,0,0.5);
	height: 115px;
	position: absolute;
	bottom: 0%; 
	width: 100%;
	padding-top: 0px;
}

.slider-and-login-container {
	position: relative;
}

.slider-container .carousel-caption {
	position: absolute;
	bottom: 40%;
	width: 20%;
	left: 27.5%;
	text-align: left;
}

.slider-container .carousel-caption h2 {
	text-align: left;
	font-size: 64px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #f8d35f;
	text-shadow: 0px 2px 2px #000;
	font-family: "Oswald Bold", sans-serif;
}
.slider-container .carousel-caption .btn-join-container{
	margin-top:15px;
}
.slider-container .carousel-caption h3 {
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 0;
	font-family: "Oswald Bold", sans-serif;
	color: #ffcd2e;
}

.carousel-indicators {
    bottom: 125px;
}

.carousel-indicators li {
	background-color: #FFF;
	height: 12px;
	width: 12px;
	border: 2px solid #FFF;
	margin: 0 0 0 8px;
}

.carousel-indicators li.active {
	background-color: rgba(0,0,0,0);
	height: 12px;
	width: 12px;
	border: 2px solid #FFF;
	margin: 0 0 0 8px;
}

.promotion-title {
	text-transform: uppercase;
	font-family: "Oswald Bold", sans-serif;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	/*line-height: 1.5;*/
	line-height: 2.4;
	height:90px;
}

.promotion-title h2,
.promotion-title h3 {
	font-size: 72px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7a939+0,ffd98a+53,b58e15+100 */
	background: rgb(215,169,57); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(215,169,57,1) 0%, rgba(255,217,138,1) 53%, rgba(181,142,21,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(215,169,57,1) 0%,rgba(255,217,138,1) 53%,rgba(181,142,21,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(215,169,57,1) 0%,rgba(255,217,138,1) 53%,rgba(181,142,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a939', endColorstr='#b58e15',GradientType=0 ); /* IE6-9 */
}

.promotion-title h3 {
	font-size: 48px;
}

.btn-join-container .btn-register,
.btn-login {
	font-size: 18px;
	text-transform: uppercase;
	box-shadow: none;
	background: #f8d35f;
	border: none;
	color: #1f1f1f !important;
	padding: 10px 30px;
}
.btn-login:hover, .btn-register:hover{
	background:#f33c3c;
	color:#FFF !important;
}
.home-login-container h4 {
	color: #f8d35f;
}

.home-login-container .login-form input {
	height: 35px;
	background: rgba(0,0,0,.8);
	border: none;
	width:165px;
	color: #FFF;
}

.home-login-container .form-group {
	margin-right: 10px;
}

.home-login-container .login-form input:focus {
	box-shadow: none;
}

.home-login-container .login-form .captcha-code {
	font-size: 20px;
	color: #FFF;
}

.home-login-container .login-form .btn-login,
.home-login-container .login-form .btn-register {
	font-size: 14px;
	padding: 10px 35px;
	background:#f8d35f;
	box-shadow: none;
	border: 2px solid #f8d35f;
	font-weight: 400;
	margin-right: 20px;
	text-shadow: none;
	height:35px;
	line-height:13px;
}
.home-login-container .btn-login{
	color:#000 !important;
}
.home-login-container .btn-login:hover{
	color:#FFF !important;
	background: #f33c3c !important;
	border: 2px solid #f33c3c !important;
}
.home-login-container .login-form .btn:hover,
.home-login-container .login-form .btn:active,
.home-login-container .login-form .btn:focus {
	color: #1f1f1f;
	background: #FFF;
	box-shadow: none;
	outline: none;
}

.home-login-container .login-form .btn-register {
	background: #f8d35f;
	box-shadow: none;
	border: 2px solid #f8d35f;
	color: #000;
	text-shadow: none;
}

.home-login-container .login-form .btn-register:hover,
.home-login-container .login-form .btn-register:focus,
.home-login-container .login-form .btn-register:active {
	background:#f33c3c;
	color: #FFF;
	border: 2px solid #f33c3c;
}

.change-language .dropdown .change-language-btn {
	color: #878787;
	background: #000;
	width: 100%;
	text-align: left;
	border-radius: 5px; 
	position: relative;
	font-size: 14px;
	text-shadow: none;
	padding: 10px;
	font-weight: 400;
	margin-top: 5px;
}

.change-language-btn .flag,
.dropdown-menu .flag {
	margin-right: 5px; 
}

.change-language-btn .caret {
	position: absolute;
	right: 10px;
	top: 18px;
}

.dropdown .dropdown-menu {
	margin-top: 0;
    width: 100%;
}

.progressive-jackpots {
	background: url(../images/jackpot-bg.jpg) repeat-x;
	height: 100px;
	color:#000 !important;
}

.progressive-jackpots span {
	display: block;
}

.progressive-jackpots span.small-text,
.progressive-jackpots span.big-text {
	font-size: 30px;
	color: #FFF;
	text-shadow: 0px 0px 8px #FFF;
	padding: 5px 0 0 0;
	margin-bottom: -5px;
	font-family: "Oswald Bold", sans-serif !important;
}

.progressive-jackpots span.big-text {
	font-size: 45px;
	padding: 0px 0 0 0;
}

.progressive-jackpots .jackpot-number {
    display: inline-block;
    color: #FFF;
	text-shadow: 0px 0px 8px #FFF;
	font-size: 50px;
    width: 867px;
	font-family: "Oswald Bold", sans-serif !important;
}

.progressive-text {
    display: inline-block;
    vertical-align: middle;
}

.cta-game-section {
	color: #FFF;
	font-family: "Oswald Bold", sans-serif;
}

.cta-game-section .game-category {
	font-size: 24px;
}

.cta-game-section .game-catchy-title {
	text-transform: uppercase;
	line-height: 40px;
}
.cta-game-section{
	width:100%;
	height:400px;
	min-height:400px;
	display: inline-block;
	vertical-align: middle;
}
.promotion-homepage-container {
	background: url(../images/promotion-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 0 0;
   	height: 600px !important;
}

.sports-cta {
	background: url(../images/sport.jpg) no-repeat;
	background-size: 100%;
	background-position: top center;
}

.cock-fighting {
	background: url(../images/cock-fighting.jpg) no-repeat;
	background-size: 100%;
	background-position: top center;
}

.casino-online {
	background: url(../images/casino-online.jpg) no-repeat;
	background-size: 100%;
	background-position: top center;
}

.game-slots {
	background: url(../images/game-slots.jpg) no-repeat;
	background-size: 100%;
	background-position: top center;
}

.dig-promotion-container {
	/*margin-bottom: 30px;*/
}

.text-container {
    width: 60%;
    padding: 1% 5%;
}

.text-container h4,
.text-container h2,
.text-container p,
.promotion-homepage-container h4, 
.promotion-homepage-container h5 {
	text-shadow: 0 2px 2px #000;
	padding: 5px 10px;
	border-radius: 10px;
	padding-bottom: 0;
}

.catchy-description {
	font-size: 18px;
	color: #FFF;
	font-family: Arial;
	line-height: 30px;
	/*margin-bottom: 25px;*/
	padding: 5px 10px;
}

.btn-play-now,
.btn-view-promo {
    border: none;
    box-shadow: none;
    background: #f8d35f;
    color: #000 !important;
    padding: 10px 25px;
    font-family: "Oswald Regular", sans-serif;
    text-shadow: none;
    font-weight: 400;
}
.btn-play-now:hover,
.btn-play-now:focus,
.btn-play-now:active {
	background: #f33c3c;
	color: #FFF !important;
	transition: all 200ms ease;
}
.btn-view-promo {
	background: #f8d35f;
	padding: 8px 25px;
	color: #000 !important;
	border: 2px solid #f8d35f;
	margin-left: 20px;
}

.btn-view-promo:hover,
.btn-view-promo:active,
.btn-view-promo:focus {
	background: #f33c3c;
	color: #FFF !important;
	border-color: #f33c3c;
}

.promotion-homepage-container h4,
.promotion-homepage-container h5,
.view-all-promo {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5;
}

.promotion-homepage-container .catchy-description {
	margin-bottom: 25px;
}

.promotion-homepage-container .catchy-description h5,
.promotion-homepage-container .catchy-description a {
	display: inline-block;
}

.view-all-promo {
	color: #FFF;
	text-transform: uppercase;
	float: right;
	font-family: "Oswald Bold", sans-serif;
	text-decoration: underline;
}


.dig-promotion img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #111;
}

.dig-promotion {
	background: #252525;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	display: inline-block;
	box-shadow: 0px 2px 5px #000;
	margin-bottom: 20px;
}

.dig-promotion a:hover {
	text-decoration: none;
}

.btn-join-promo {
	color: #000;
    background: #f8d35f;
    padding: 10px 30px;
    border-radius: 2px;
    margin-bottom: 20px;
   	display: inline-block;
   	text-transform: capitalize;
}

.btn-join-promo:hover {
	border: 2px solid #f33c3c;
	background: #f33c3c;
	padding: 8px 28px;
	color:#FFF;
}

.footer {
	background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 5px solid #f8d35f;
}

.footer .navbar li a:hover {
	text-decoration: underline;
}

.footer .navbar-nav > li > a {
	padding: 2px;
	color: #878787;
	text-shadow: none;
}

.footer .navbar-nav > li > a:hover {
	text-decoration: underline;
}

.footer  .short-description {
    border-top: 1px solid #333;
    border-style: dashed;
    padding-left: 0;
}

.footer  .description-title {
	color: #FFF;
	font-size: 14px;
}

.footer .provider-link {
	border-top: 1px solid #333;
    border-style: dashed;
    padding: 20px 30px;
}
.footer .provider-link .display a{
	display:inline-block;
	padding: 0 4px 0 3px;
}
.footer .provider-link .display a:hover{
	opacity:0.7;
}
.footer .provider-link .display a .gameplay{
	height:40px;
	width:187px;
	background:url(../images/provider_icon/gameplay.png) no-repeat;
}
.footer .provider-link .display a .gameplay:hover{
	height:40px;
	width:187px;
	background:url(../images/provider_icon/gameplay_hover.png) no-repeat;
}
.footer .provider-link .display a .allbet{
	height:40px;
	width:61px;
	background:url(../images/provider_icon/allbet.png) no-repeat;
}
.footer .provider-link .display a .allbet:hover{
	height:40px;
	width:61px;
	background:url(../images/provider_icon/allbet_hover.png) no-repeat;
}
.footer .provider-link .display .i_sports{
	height:40px;
	width:104px;
	background:url(../images/provider_icon/i_sports.png) no-repeat;
}
.footer .provider-link .display .i_sports:hover{
	height:40px;
	width:104px;
	background:url(../images/provider_icon/i_sports_hover.png) no-repeat;
}
.footer .provider-link .display .d_sports{
	height:40px;
	width:194px;
	background:url(../images/provider_icon/d_sports.png) no-repeat;
}
.footer .provider-link .display .d_sports:hover{
	height:40px;
	width:194px;
	background:url(../images/provider_icon/d_sports_hover.png) no-repeat;
}
.footer .provider-link .display .d_sports:hover{
	height:40px;
	width:194px;
	background:url(../images/provider_icon/d_sports_hover.png) no-repeat;
}
.footer .provider-link .display .a_sports{
	height:40px;
	width:63px;
	background:url(../images/provider_icon/a_sports.png) no-repeat;
}
.footer .provider-link .display .a_sports:hover{
	height:40px;
	width:63px;
	background:url(../images/provider_icon/a_sports_hover.png) no-repeat;
}
.footer .provider-link .display .grand_slots{
	height:40px;
	width:77px;
	background:url(../images/provider_icon/grand_slots.png) no-repeat;
}
.footer .provider-link .display .grand_slots:hover{
	height:40px;
	width:77px;
	background:url(../images/provider_icon/grand_slots_hover.png) no-repeat;
}
.footer .provider-link .display .pt_slots{
	height:40px;
	width:144px;
	background:url(../images/provider_icon/pt_slots.png) no-repeat;
}
.footer .provider-link .display .pt_slots:hover{
	height:40px;
	width:144px;
	background:url(../images/provider_icon/pt_slots_hover.png) no-repeat;
}
.footer .provider-link .display .mg_slots{
	height:40px;
	width:146px;
	background:url(../images/provider_icon/mg_slots.png) no-repeat;
}
.footer .provider-link .display .mg_slots:hover{
	height:40px;
	width:146px;
	background:url(../images/provider_icon/mg_slots_hover.png) no-repeat;
}
.footer .provider-link .display .haba_slots{
	height:40px;
	width:173px;
	background:url(../images/provider_icon/haba_slots.png) no-repeat;
}
.footer .provider-link .display .haba_slots:hover{
	height:40px;
	width:173px;
	background:url(../images/provider_icon/haba_slots_hover.png) no-repeat;
}
.footer .provider-link .display .gold_slots{
	height:40px;
	width:92px;
	background:url(../images/provider_icon/gold_slots.png) no-repeat;
}
.footer .provider-link .display .gold_slots:hover{
	height:40px;
	width:92px;
	background:url(../images/provider_icon/gold_slots_hover.png) no-repeat;
}
.footer .provider-link .display .fisth_slots{
	height:40px;
	width:38px;
	background:url(../images/provider_icon/fisth_slots.png) no-repeat;
}
.footer .provider-link .display .fisth_slots:hover{
	height:40px;
	width:38px;
	background:url(../images/provider_icon/fisth_slots_hover.png) no-repeat;
}
.footer .provider-link .display .bg_slots{
	height:40px;
	width:192px;
	background:url(../images/provider_icon/bg_slots.png) no-repeat;
}
.footer .provider-link .display .bg_slots:hover{
	height:40px;
	width:192px;
	background:url(../images/provider_icon/bg_slots_hover.png) no-repeat;
}
.footer .provider-link .display .s_sports{
	height:40px;
	width:80px;
	background:url(../images/provider_icon/s_sports.png) no-repeat;
}
.footer .provider-link .display .s_sports:hover{
	height:40px;
	width:80px;
	background:url(../images/provider_icon/s_sports_hover.png) no-repeat;
}
.footer .provider-link .display .dg_casino{
	height:40px;
	width:63px;
	background:url(../images/provider_icon/dg_casino.png) no-repeat;
}
.footer .provider-link .display .dg_casino:hover{
	height:40px;
	width:63px;
	background:url(../images/provider_icon/dg_casino_hover.png) no-repeat;
}
.footer .provider-link .display .gd_casino{
	height:40px;
	width:53px;
	background:url(../images/provider_icon/gd_casino.png) no-repeat;
}
.footer .provider-link .display .gd_casino:hover{
	height:40px;
	width:53px;
	background:url(../images/provider_icon/gd_casino_hover.png) no-repeat;
}
.footer .provider-link .display .ag_casino{
	height:40px;
	width:auto;
	background:url(../images/provider_icon/ag_casino.png) no-repeat;
}
.footer .provider-link .display .ag_casino:hover{
	height:40px;
	width:auto;
	background:url(../images/provider_icon/ag_casino_hover.png) no-repeat;
}
.footer .provider-link .display .ct_casino{
	height:40px;
	width:60px;
	background:url(../images/provider_icon/ct_casino.png) no-repeat;
}
.footer .provider-link .display .ct_casino:hover{
	height:40px;
	width:60px;
	background:url(../images/provider_icon/ct_casino_hover.png) no-repeat;
}
.footer .provider-link .display .gr_casino{
	height:40px;
	width:137px;
	background:url(../images/provider_icon/gr_casino.png) no-repeat;
}
.footer .provider-link .display .gr_casino:hover{
	height:40px;
	width:137px;
	background:url(../images/provider_icon/gr_casino_hover.png) no-repeat;
}
.footer .provider-link .display .plus{
	height:40px;
	width:190px;
	background:url(../images/provider_icon/plus.png) no-repeat;
}
.footer .provider-link .display .plus:hover{
	height:40px;
	width:190px;
	background:url(../images/provider_icon/plus_hover.png) no-repeat;
}
.footer .sitemap ul li,
.footer .sitemap ul li a {
	color: #767b7d;
}

.footer .section-title {
	color: #FFF;
	font-size: 15px;
}

.footer-site-map-container {
    margin-bottom: 30px;
}

/*.page-content {
	display: inline-block;
	width: 100%;
}*/

.sport-lobby {
    padding-top: 0px;
    background: #1f1f1f;
}

.top-banner-container {
	background: url(../images/sport_bg.jpg) no-repeat;
	background-size: 100%;
	margin-top: 0px;
}

.top-banner-container.number-page,
.top-banner-container.lottery-page,
.top-banner-container.casino-page,
.top-banner-container.keno-page  {
    background: url(../images/number-page-bg.jpg) no-repeat;
    background-size: 100%;
    height: 600px;
    position: relative;
    margin-top: 0px;
	padding-top:0px;
	background-repeat:no-repeat;
}

.top-banner-container.lottery-page {
	background: url(../images/lottery-page-bg.jpg) no-repeat;
	background-size: 100%;
	height: 530px;
	margin-top: 0;
	background-repeat:no-repeat;
}

.top-banner-container.casino-page {
    background: url(../images/casino-page-bg.jpg);
    background-size: 100% 100%;
    height: 100%;
}

.top-banner-container.game-page {
   /* background: url(../images/game-page-bg.jpg);*/
   	background: url(../images/slots_bg.jpg);
    background-size: 100%;
    height: 674px;
    position: relative;
    margin-top: 0;
	background-repeat:no-repeat;
}
.top-banner-container.poker-page {
    background: url(../images/poker_bg.jpg);
    background-size: 100%;
    height: 533px;
    position: relative;
    margin-top: 0;
	background-repeat: no-repeat;
}
.top-banner-container.keno-page {
	background: url(../images/keno-page-bg.jpg) no-repeat;
  	background-size: 100%;
    height: 530px;
	margin-top: 0;
	background-repeat: no-repeat;
}

.top-banner-container.forex-page {
	background: url(../images/forex-page-bg.jpg) no-repeat;
    background-size: 100%;
}

.top-banner-container.promotion-page {
	background: none;
	height: 200px;
    margin-top: 0;
}

.top-banner-container.login-register-page {
	background: url(../images/login-register-bg.jpg) no-repeat;
	background-size: 100%;
}

.top-banner-container.help-center-page {
	background: url(../images/help-center.jpg) no-repeat;
	height: 175px;
	background-size: 100% 100%; 
}

.login-register-page .top-banner {
	padding: 25px 0;
}

h2.page-title {
    color: #FFF;
    font-size: 60px;
    font-family: "Oswald Bold";
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0px 2px 2px #000;
    text-transform: uppercase;
}

.keno-page .catchy-description,
.forex-page .catchy-description {
	text-transform: uppercase;
	font-family: "Oswald Bold", sans-serif;
	color: #FFF;
	width: 50%;
}

.keno-page p,
.forex-page p {
	color: #FFF;
}

.keno-page .catchy-subtitle,
.forex-page .catchy-subtitle {
	font-size: 28px;
	line-height: 1.5;
}

.top-banner {
    padding-top: 3em;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.sport-page .top-banner {
	line-height: 18;
}

.icon-svg {
   /* width: 86px;
    height: 86px;*/
	width: 65px;
    height: 115px;
    display: inline-block;
    vertical-align: top;
    text-shadow: 0px 2px 2px #000;
}

.icon-svg.icon-sports {
	background: url(../images/sport-icon.svg) no-repeat;
	background-size: contain;
}

.icon-svg.icon-number {
	background: url(../images/number.svg) no-repeat;
	background-size: contain;
}

.icon-svg.icon-casino {
	background: url(../images/casino.svg) no-repeat;
	background-size: contain;
	height: 55px;
	width: 55px;
}

.icon-svg.icon-lottery {
	background: url(../images/lottery.svg) no-repeat;
	background-size: contain;
    height: 55px;
    width: 55px;
	color:#FFF;
}

.icon-svg.icon-game {
	background: url(../images/slot-machine.svg) no-repeat;
	background-size: contain;
	width: 90px;
}

.icon-svg.icon-promo {
	background: url(../images/promotion.svg) no-repeat;
	background-size: contain;
	width: 90px;
}

.icon-svg.icon-register {
	background: url(../images/register-account.png) no-repeat;
	background-size: contain;
}

.sport-provider {
    padding: 0 50px;
    margin-bottom: 60px;
}

.sport-logo img {
	height: 200px;
}

.sport-link {
	position: relative;
	width: 100%;
	display: inline-block;
	background: none;
    border-radius: 10px;
}

.sport-provider .provider-name {
    text-align: center;
    background: #232423;
    padding: 14px 75px;
    border-radius: 10px;
    border: 2px solid #f8d35f;
    position: absolute;
    bottom: -30px;
    color: #FFF;
    text-shadow: 0px 2px 2px #000;
	margin-left: 30px;
}
.sport-provider .provider-name:hover{
	 background: #f8d35f;
}
.number-lobby {
     position: absolute; 
     bottom: 30%; 
}
.poker-lobby {
     position: relative; 
}
.poker-lobby a{
	margin-bottom:15px;
}
.lottery-provider {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}

.lottery-lobby .container {
    padding: 0px 160px;
	padding-bottom:50px;
}

.number-provider .number-logo img,
.lottery-provider .lottery-logo img {
	display: inline-block;
	text-align: center;
	padding: 45px 0 30px 0;
}
.number-provider{
	height:200px;
}
.lottery-provider .lottery-logo img {
	width: 75px;
}
.number-provider a:hover, .lottery-provider a:hover, .game-provider img:hover{
	border: 1px solid #8d939a;
}
.btn-play-poker{
	position:relative; margin-left:40px; margin-top:-60%; display:none;
	width:70%;
	/*position:absolute; margin-left:0; margin-top:-59px; display:none; width:100%; text-align:center;*/
}
.btn-play-poker a{
	background:#1C6080 !important;
	border: 1px solid #1C6080 !important;
	color:#FFF !important;
}.btn-play-poker a:hover{
	background:#f33c3c !important;
	border: 1px solid #f33c3c !important;
	color:#FFF !important;
}
.number-provider:hover> .btn-play-poker, .lottery-provider:hover> .btn-play-poker{
	display:block;
	position:relative;-webkit-animation:animatebottom 0.3s;animation:animatebottom 0.3s;
	border:0 !important;
}
.number-provider .number-link,
.lottery-provider .lottery-link {
    background: rgba(0,0,0,0.8);
    display: block;
    text-align: center;
    color: #FFF;
    border: 1px solid #f8d35f;
}

.number-provider .provider-name,
.lottery-provider .provider-name {
	padding: 20px 0;
	margin-top: 0;
}

.lottery-page .page-title,
.casino-page .page-title {
	color: #f8d35f;
	font-size: 60px;
	width: 100%;
    padding-bottom: 3%;
	margin-top:-315px;
}

.lottery-page .top-banner {
	padding-top: 15em;
}

.casino-page .subpage-title {
	font-size: 18px;
    color: #FFF;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-family: "Oswald Regular", sans-serif;
}

a.casino-link {
    display: inline-block;
    height: 100%;
}

.casino-logo {
	display: inline-block;
	width: 100%;
    position: relative;
}

.casino-logo:after {
    content: '';
 	background: url(../images/casino-logo-bg.png) no-repeat;
    background-position-x: center;
    background-position-y: -125px;
    display: block;
    width: 100%;
    height: 70px;
    margin-top: -35px;
}

.casino-logo img {
	max-width: 240px;
	margin: 0 auto;
}

.casino-logo:before {
	content: '';
	background: url(../images/lighting.png) no-repeat;
  	background-position-x: center;
  	display: block;
    width: 100%;
    height: 165px;
    position: absolute;
    bottom: 30px;
}

.casino-provider {
	margin-bottom: 40px;
}

.casino-provider .btn-play-now {
	background: url(../images/play-casino-bg.jpg) repeat-x;
    padding: 6px 90px;
    border-radius: 10px;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}

.casino-provider .btn-play-now:hover {
	border: none;
}

.swiper-container {
margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.five-casino .push-down,
.four-casino .push-down {
	margin-top: 15%;
}

.four-casino .push-up {
    margin-top: -130px;
}

.swiper-container-rtl i {
	
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 26%;
	left: auto;
	background-image: none;
	font-size: 48px;
	color: #FFF;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 26%;
    right: auto;
    background-image: none;
    font-size: 48px;
    color: #FFF;
}

.game-provider {
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
}

.game-provider .game-link {
	background: url(../images/slot-machine.png) no-repeat;
	width: 100%;
	height: 270px;
	display: block;
	background-position-x: center;
	position: inherit;
}

.game-provider .provider-logo {
	position: absolute;
	bottom: 35%;
	width: 100%;
}

.game-provider .provider-name {
	font-family: "Oswald Bold", sans-serif;
	color: #454545;
	position: absolute;
	bottom: 16%;
	text-align: center;
	width: 100%;
}

.middle-aligin .provider-logo {
	bottom: 38%;
}

.habanero .provider-logo {
	bottom: 40%;
}

.promotion-homepage-container .dig-promotion {
	margin-bottom: 0px;
}

.form-title i {
	font-size: 57px;
	color: #f8d35f;
	font-weight: 700;
	display: inline-block;
	vertical-align: text-top;
	width: 57px;
	margin-right: 10px;
}

.form-container .form-group {
	position: relative;
	margin-bottom: 25px;
}

.form-container .form-group label {
    position: absolute;
    left: 15px;
    top: 20%;
    font-family: "Oswald Regular", sans-serif;
}

.form-container .form-group label span {
	color: #FFF;
	text-shadow: 0px 2px 2px #000;
	font-size: 24px;
	font-family: "Oswald Regular", sans-serif;
}

.form-container .form-group i {
	color: #FFF;
	font-size: 24px;
	text-shadow: 0px 2px 2px #000;
	margin-right: 10px;
	margin-top: 6px;
}
.form-container .form-group input {
	padding-left: 45px;
    font-size: 20px;
    background: rgba(255,255,255,0.3);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0;
    color: #ccc;
    text-shadow: 0px 2px 2px #000;
    height: 50px;
}

.form-container .form-group input::placeholder {
	color: #ccc;
	text-shadow: 0px 2px 2px #000;
	font-size: 16px;
}

.form-container .form-control input:focus {
	outline: none;
	border-color: rgba(255,255,255,0.5);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.form-title {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.title-container h3 {
	color: #FFF;
	font-family: "Oswald Bold", sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 0px 2px 2px #000;  
}

.title-container h2 {
	color: #f8d35f;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 15px;
	text-shadow: 0px 2px 2px #000;
}

.icon-container {
    width: 20%;
    display: inline-block;
}

.title-container {
	width: 74%;
	display: inline-block;
	vertical-align: top;	
}

.icon-svg.icon-referal {
	width: 24px;
	height: 24px;
	background: url(../images/referal.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}

.icon-svg.icon-password {
	width: 24px;
	height: 24px;
	background: url(../images/password.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}

.login-form-container,
.register-form-container {
	/*background: rgba(255,255,255,0.3);*/
	background:rgb(39, 41, 40);
	border: 1px solid rgba(255,255,255,0.2);
	padding: 0px 40px 30px 40px;
	box-sizing: border-box;
	margin-top: 30px;
	width:500px;
	margin:auto;
}

.register-form-container .checkbox span {
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}

.register-form-container .checkbox label a {
	color: #f8d35f;
}

#captcha,
.forgot-password-link,
.forgot-password-link:hover {
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}

.forgot-password-link {
    display: inline-block;
    margin-top: 10px;
}

.checkbox {
	margin-bottom: 20px;
}
.checkbox label{
	color:#ffffff;
}
/*---------Style for Wizard Mobile App Installation Guide---------*/
.wizard {
    margin: 0px auto;
}

.wizard .nav-tabs {
    position: relative;
    margin: 10px auto;
    margin-bottom: 0;
    border-bottom-color: #666;
}

.wizard > .wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #666;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #000;
    border: 2px solid #666;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i{
    color:#555555;
}

.wizard li.active span.round-tab {
    background: #000;
    border: 2px solid #FFF;
}

.wizard li.active span.round-tab i{
    color: #FFF;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 32%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0;
    margin-top: 20px;
}

.wizard .wizard-inner .nav-tabs li .round-tab .icon-64 {
    width: 52px;
    height: 50px;
    vertical-align: -14px;
}

.wizard .wizard-inner .nav-tabs li .round-tab .icon-64.icon-web {
    background-position: -137px -200px;
}

.wizard .wizard-inner .nav-tabs li .round-tab .icon-64.icon-trust {
    background-position: -199px -196px;
}

.wizard .wizard-inner .nav-tabs li .round-tab .icon-64.dig88-logo {
    background-position: -262px -196px
}

.wizard .wizard-inner .nav-tabs li.active .round-tab .icon-64.icon-web {
    background-position: -325px -200px;
}

.wizard .wizard-inner .nav-tabs li.active .round-tab .icon-64.icon-trust {
    background-position: -388px -200px;
}

.wizard .wizard-inner .nav-tabs li.active .round-tab .icon-64.dig88-logo {
    background-position: -453px -198px;
}

.wizard .tab-content .app-screen-container .app-screen .thumbnail {
    border: none;
    background: none;
}

.wizard .tab-content .app-screen-container .app-screen .thumbnail img { 
    border-right: 1px solid #FFF;
    padding-right: 9px;
}

.wizard .tab-content .app-screen-container .app-screen .thumbnail .caption {
    color: #FFF;
}

.app-screen-container {
    padding: 0 10%;
}

.app-screen-container .app-screen {
    padding: 0 0;
}

.wizard .tab-content .app-screen-container .app-screen.no-border .thumbnail img {
    border-right: none;
}

.wizard .go-to-next-step {
    font-size: 24px;
    padding-top: 50%;
}

.wizard .go-to-next-step p {
    margin-bottom: 10px;
}

.wizard .btn.next-step {
    background: #FFDD00;
    border: none;
    font-size: 18px;
    color: #000;
    padding: 10px 60px;
}

.wizard h3 {
    margin-top: 0;
    font-weight: bold;
}

.wizard .thank-you-note,
.wizard .tab-content #complete p {
    font-size: 18px;
    line-height: 28px;
}

.dig88-mobile-app-article .wizard .thank-you-note p a {
    color: #FFF;
    text-decoration: underline;
}

.dig88-mobile-app-article .wizard .thank-you-note p a:hover {
    text-decoration: none;
}

.wizard .thank-you-note .yellow-text {
    color: #FFDD00;
}

.wizard .thank-you-note .red-text {
    color: #81180e;
}

.android-panel .wizard .nav-tabs > li {
    width: 40%;
    margin: 0 5% 0 5%;
}

.android-panel .connecting-line {
    width: 50%;
}

.wizard .wizard-inner .nav-tabs li .round-tab .icon-64 {
    width: 52px;
    height: 50px;
    vertical-align: -14px;
}

.dig88-mobile-app-article .dig88-mobile-app-accordion .panel-heading {
    background: #666;
}

.dig88-mobile-app-article .dig88-mobile-app-accordion .panel a {
    text-decoration: none;
    color: #FFF;
}

.dig88-mobile-app-article .dig88-mobile-app-accordion .panel {
    background: none;
}

.dig88-mobile-app-article h2, .wizard .tab-content #complete h3, .wizard .tab-content #android-complete h3 {
    color: #FFDD00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.dig88-mobile-app-article h2 {
    color: #FFF;
    text-transform: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.dig88-mobile-app-article .dig88-mobile-app-accordion .panel-title i.icon-36.iOS {
    display: inline-block;
    background-position: -528px -202px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.dig88-mobile-app-article .dig88-mobile-app-accordion .panel-title i.icon-36.android {
    background-position: -589px -200px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.dig88-mobile-app-article .dig88-mobile-app-accordion .dig88-installation-panel {
    border: 1px solid #666;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*---------EOF Style for Wizard Mobile App Installation Guide---------*/


/*Block of Icons*/

.icon-64 {
    background: url(../images/icon_sprite.png) no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center; 
}

.icon-36 {
    background: url(../images/icon_sprite.png) no-repeat;
    width: 36px;
    height: 45px;
    display: inline-block;
    text-align: center; 
}

.icon-36.favs {
    background-position: -81px -10px;
}

.icon-36.slots-icon {
    background-position: -142px -10px;
}

.icon-36.casino-icon {
    background-position: -210px -10px;
}

.icon-36.number {
    background-position: -590px -10px;
}

.icon-36.texas-poker {
    background-position: -270px -10px;
}

.icon-36.sports {
    background-position: -335px -10px;   
}

.icon-36.keno {
    background-position: -655px -10px;   
}

.icon-36.forex-icon {
    background-position: -400px -10px;   
}

.icon-36.promotion {
    background-position: -464px -10px;
}

.icon-36.last-played {
    background-position: -526px -10px;   
}

.icon-64.search {
    width: 28px;
    height: 28px;
    background-position: -465px -145px;   
}

.icon-64.checked {
    width: 16px;
    height: 16px;
    background-position: -728px -24px;
    vertical-align: middle;
    margin-right: 5px; 
}

.icon-64.btn-close {
    width: 22px;
    height: 20px;
    background-position: -724px -150px;
}

.icon-64.whats-app {
    background-position: -514px -128px;
}

.icon-64.skype {
    background-position: -64px -64px;
}

.icon-64.line {
    background-position: -576px -128px;
}

.icon-64.email {
    background-position: -128px -64px;
}

.icon-64.wechat {
    background-position: -640px -128px;
}

.icon-64.facebook {
    background-position: -192px -64px;
}

.icon-64.chrome {
    background-position: -256px -64px;
}

.icon-64.opera {
    background-position: -320px -64px;
}

.icon-64.firefox {
    background-position: -384px -64px;
}

.icon-64.ie {
    background-position: -448px -64px;
}

.icon-64.safari {
    background-position: -512px -64px;
}

.icon-64.apple {
    background-position: 0px -128px;
}

.icon-64.android {
    background-position: -704px -64px;
}

.icon-64.linux {
    background-position: -576px -64px;
}

.icon-64.window {
    background-position: -640px -64px;
}

.icon-64.game {
    background-position: -84px -147px; 
}

.icon-64.loyalty {
    background-position: -147px -147px;   
}

.icon-64.gifts {
    background-position: -212px -147px;   
}

.icon-64.help {
    background-position: -275px -147px;   
}

.icon-64.banking {
    background-position: -339px -147px;   
}

.icon-64.account {
    background-position: -403px -147px;   
}

.game-menu .icon-36 {
    height: 39px;
}

/*EOF Block of Icons*/


/*-------------Style for Affiliate Page-------------------*/

#join-affiliate h2,
#join-affiliate p {
    margin-bottom: 15px;
}

.affiliate-cta-container {
    background: url('../images/affiliate.png') no-repeat;
    position: relative;
    height: 480px;
    margin-bottom: 25px;
}

.affiliate-cta-container .dig88-open-account {
    position: absolute;
    width: 420px;
    top: 240px;
    right: 55px;
    padding-left: 0;
}

.affiliate-cta-container .dig88-open-account .btn-open-account,
.affiliate-cta-container .dig88-open-account .btn-open-account, 
.affiliate-cta-container .dig88-open-account .btn-default.btn-open-account:active:hover {
    font-size: 21px;
    font-weight: 900;
    background-color: #FFDD00;
    text-transform: uppercase;
    border-color: #FFDD00;
    outline: none;
    color: #883517;
    padding: 5px;
    width: 395px;
}

.affiliate-cta-container .dig88-open-account .btn-open-account .spade-icon {
    width: 30px;
    height: 33px;
    background-size: 360px;
    background-position: 0 0;
    vertical-align: -9px;
}

.join-affiliate-form-container label {
    font-weight: 400;
}

.join-affiliate-form-container input {
    width: 95%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    margin: 0;
    background: #363636;
    border: none;
    color: #FFF;
}

.join-affiliate-form-container form[name="form-join-affliate"] input:focus,
.join-affiliate-form-container form[name="form-join-affliate"] select:focus {
    border: 1px solid #FFDD00;
    box-shadow: none;
    background: #000;
}

.join-affiliate-form-container select#select-rate-income,
.join-affiliate-form-container select#select-currency,
.join-affiliate-form-container select#select-domain {
    width: 95%;
    background: #353535;
    border: none;
    color: #999;
}

.join-affiliate-form-container .btn-submit-container {
    width: 95%;
}

.join-affiliate-form-container .btn-submit-container .btn.btn-submit-application {
    width: 100%;
    font-size: 17px;
    background: #FFDD00;
    border: none;
    color: #000;
    padding: 10px 0;
}

.join-affiliate-form-container .select-name-container label {
    width: 100%;
    display: inline-block;
}

.join-affiliate-form-container .select-name-container select {
    width: 60px;
    display: inline-block;
    background: #333;
    border: none;
    color: #FFF;
}

/*-------------EOF Style for Affiliate Page-------------------*/

.help-center-menu-container .help-center-menu {
	background-image: none;
	border: none;
	box-shadow: none;
	background-color: #0c0c0c;
}

.help-center-menu.navbar-default .navbar-nav>.active>a, 
.help-center-menu.navbar-default .navbar-nav>.open>a{
	background-image: none;
    border: none;
    box-shadow: none;
    background-color: #0c0c0c;
    border-bottom: 2px solid #f8d35f;
    color: #f8d35f;
}

.help-center-menu.navbar-default .navbar-nav>li>a {
	color: #f8d35f;
	text-shadow: none;
}

.help-center-content {
	min-height: 805px;
	color: #363636;
	font-family: "Arial";
	font-size: 18px;
}

.help-center-content p {
	color: #FFF;
}

.help-center-content h2 {
	color: #f8d35f;
	text-transform: uppercase;
	font-size: 36px;
}

.about-us p {
	line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.support-link {
	margin-bottom: 20px;
}

.icon-social {
	width: 64px;
	height: 64px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	background: url(../images/social-icon.png) no-repeat;
	margin-right: 10px;
}

.customer-support h2 {
	margin-bottom: 25px;
}

.customer-support p {
	color: #FFF;
	margin-bottom: 25px;
}

.support-link span {
    color: #f8d35f;
}

.icon-social.email {
	background-position: -256px 0;
}

.icon-social.whatsapp {
	background-position: -320px 0;
}

.icon-social.facebook {
	background-position: -64px 0;
}

.icon-social.wechat {
	background-position: -128px 0;
}
.icon-social.skype {
	background-position: -192px 0;
}
.terms-condition article,
.faq article {
	color: #FFF;
}

.terms-condition .question-container ol li,
.faq .question-container ol li {
	list-style: decimal;
	color: #f8d35f;
	padding-bottom: 20px;
}

.terms-condition .question-container ol li,
.faq .question-container ol li .answer {
	color: #FFF;
}

.faq .question-container ol li .answer ol {
	padding-left: 25px;
}

.icon-menu {
	width: 15px;
	height: 15px;
	background: url(../images/menu-icon.png?time) no-repeat;
	background-position: 0;
	display: inline-block;
	vertical-align: -2px;
}

.icon-menu.icon-number {
	background-position: -35px 0;
}

.icon-menu.icon-lottery {
	background-position: -52px 0;
}

.icon-menu.icon-games {
	background-position: -68px 0;
}

.icon-menu.icon-keno {
	background-position: -84px 0;
}

.icon-menu.icon-forex {
	background-position: -98px 0;
}

.icon-menu.icon-promotions {
	background-position: -114px 0;
}

.icon-menu.icon-login {
	background-position: -130px 0;
}

.icon-menu.icon-casino {
	background-position: -18px 0;
}

.promo-info-modal-container .modal-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 10px solid #FFDD00;
    border-bottom: none;
}

/*----------------Style for Promotion Modal-------------*/
.promo-info-modal .modal-content {
    background: #252525;
    border: none;
    border-radius: 10px;
    color: #999999;
}

.promo-info-modal .modal-content table,
.promo-info-modal .modal-content td {
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px 0;
}

.promo-info-modal .modal-content ol li {
    line-height: 2;
}

.promo-info-modal .modal-header {
    border-bottom: none;
}

.promo-info-modal .modal-header .modal-title {
    margin: 35px 0 0 0;
    font-weight: bold;
    color: #999;
}

.promo-info-modal-container .btn-join-now,
.promo-info-modal-container .btn-join-now:focus,
.promo-info-modal-container .btn-join-now:hover,
.promo-info-modal-container .btn-join-now:active,
.promo-info-modal-container .btn-join-now:active:focus,
.promo-info-modal-container .btn-join-now:active:hover,
.promo-info-modal-container .btn-close-footer {
    background: #FFDD00;
    border: none;
    padding: 10px 40px;
    box-shadow: none;
    font-weight: bold;
    outline: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

.promo-info-modal-container .modal-footer .btn+.btn {
    margin-bottom: 10px;
    margin-left: 5px;
}

.promo-info-modal-container .btn-close-footer,
.promo-info-modal-container .btn-close-footer:focus,
.promo-info-modal-container .btn-close-footer:hover,
.promo-info-modal-container .btn-close-footer:active,
.promo-info-modal-container .btn-close-footer:active:focus,
.promo-info-modal-container .btn-close-footer:active:hover  {
    background: #666666;
    color: #FFF;
    outline: none;
    box-shadow: none;
    border: none;
}


.promo-info-modal-container .promo-info-modal .close,
.promo-info-modal-container .promo-info-modal .close:hover,
.promo-info-modal-container .promo-info-modal .close:focus,
.promo-info-modal-container .promo-info-modal .close:active,
.promo-info-modal-container .promo-info-modal .close:active:focus,
.promo-info-modal-container .promo-info-modal .close:active:hover {
    opacity: 1;
    outline: none;
    position: absolute;
    right: 20px;
    top: 30px;
}

.promo-info-modal .modal-body {
    padding: 40px;
}

.promo-info-modal .modal-footer {
    padding: 0px 40px 20px 40px;
    border-top: none;
}


.promo-info-modal .modal-footer hr {
    border-color: #363636;
    margin-top: 0;
}

/*----------------EOF Style for Promotion Modal-------------*/

/*----------------Style for app Modal-------------*/
.app-info-modal .modal-content {
    background: #252525;
    border: none;
    border-radius: 10px;
    color: #999999;
}
.app-info-modal hr{
	border:1px solid #D5AC40;
}
.modal-app-inline{
	display:inline-block; width:45%; text-align:center;
}
.modal-app-inline-first{
	width:50%;
}
/*----------------EOF Style for Promotion Modal-------------*/

@media(max-width: 2440px) {
	.slider-container .carousel-caption {
	    left: 21.5%;
	}

	.slider-container .carousel-caption h2 {
		font-size: 45px;
	}

	.slider-container .carousel-caption h3 {
		font-size: 36px;
	}

	.slider-container #main-home-slider img {
		/*height: 400px !important;*/
	}

	.swiper-button-prev {
		left: 5%;
	}
	.swiper-button-next {
		right: 5%;
	}
}

@media(max-width: 1600px) {
	.slider-container .carousel-caption {
	    left: 13.5%;
	}
	.slider-container .carousel-caption h2 {
		font-size: 40px;
	}

	.slider-container .carousel-caption h3 {
		font-size: 30px;
	}
	.btn-join-container .btn-register, .btn-login {
		font-size: 14px;
	}
	.swiper-button-prev {
		left: 11%;
	}
	.swiper-button-next {
		right: 12%;
	}
}
.logo-modal {
    background: url(../images/logo.png) no-repeat;
    width: 260px;
    height: 80px;
    text-indent: -999999px;
    display: block;
    background-size: contain;
    background-position-x: 18px;
    margin: 10px auto;
	font-family: dinpro, sans-serif;
}
.login-modal-container .modal-content, .sign-up-modal-container .modal-content, .not-yet-login .modal-content, .dig88-facebook-page-modal-container .modal-content {
    background-color: #252525;
    border-radius: 10px;
    color: #FFF;
	font-family: dinpro, sans-serif;
	font-size:14px;
}
.login-modal-container .modal-header{
	border-bottom:0;
}
.login-modal-container form hr, .sign-up-modal-container form hr {
    border-top: 1px solid #363636;
}
.login-modal-container .modal-body{
	width: 90%;
    margin: auto;
}
.login-modal-container form .form-control, .sign-up-modal-container form .form-control {
    height: 40px;
    background-color: #363636;
    border: none;
    color: #FFF;
    font-size: 12px;
}
.login-modal-container .modal-header, .sign-up-modal-container .modal-header, .not-yet-login-modal-container .modal-header, .dig88-facebook-page-modal-container .modal-header, .promo-info-modal-container .modal-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 10px solid #F8D35F;
    border-bottom: none;
}
.login-modal-container .btn-login, .sign-up-page-container .btn-sign-up, .not-yet-login-modal-container .btn-login, .not-yet-login-modal-container .btn-sign-up {
    color: #000;
    background-color: #F8D35F;
    box-shadow: none;
    border: none;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
	text-shadow:none !important;
}
.login-modal-container .forgot-pwd, .sign-up-modal-container .forgot-pwd {
    float: right;
    color: #FFF;
}
.sign-up-link {
    color: #000;
    padding: 10px 10px;
    background: #F8D35F;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: 700;
}
.login-modal-container label{
	margin-bottom:5px !important;
}
.modal-open .modal{
	z-index: 999999;
}
.dig-promotion{
	height:495px;
}
.dropdown, .dropup{
	cursor:pointer;
}
/* left*/

.fa-gift-kh {
	width: 15px;
    height: 15px;
    background: url(../images/font-gift.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.fa-home-kh {
	width: 15px;
    height: 15px;
    background: url(../images/font-home.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.fa-user-kh {
	width: 24px;
    height: 24px;
    background: url(../images/font-user.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.fa-key-kh {
	width: 24px;
    height: 24px;
    background: url(../images/font-password.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.fa-arrow-circle-right-kh {
	width: 57px;
    height: 57px;
    background: url(../images/font-circle-right.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.fa-chevron-right-kh {
	width: 48px;
    height: 48px;
    background: url(../images/font-chevron-right.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.fa-chevron-left-kh {
	width: 48px;
    height: 48px;
    background: url(../images/font-chevron-left.png) no-repeat;
	background-position: 0;
    display: inline-block;
	vertical-align: -2px;
}
.login-signup{
	width:1200px; margin:auto; padding-top:50px; padding-bottom:50px;
}
.index-banner{
	color:#FFF;text-shadow: 0 2px 2px #000;text-transform: uppercase;
}
.index-banner h4{
	color:#FFF; font-size:24px;
	margin-bottom:10px;
}
.index-banner h2{
	margin-bottom:10px;
	line-height:30px
}
.index-banner .index-box{
	position:absolute; margin-left:150px; margin-top:20px;width:700px;
	vertical-align:middle;
}
.index-banner p{
	color:#FFF; font-weight:normal; font-family: Arial; font-size:14px;
	line-height:25px;
	vertical-align:middle;
}
.index-banner .cta-btn-container{
	margin-top:15px;
}
.index-box .black{
	color:#000;text-shadow: 0 2px 10px #FFF;
}
.promo-group-txt a{
        width:57px !important;
        height:20px !important;
        line-height:18px !important;
}
.promo-group >a{
        line-height: 40px !important;
}
.search_in{height: 22px !important;float: left !important; width:180px !important;}
.icon-24-next {
    background: url(../images/icon-24-next.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 1px;
    left: 5px;
}