/*
Theme Name:		 luckynikijapan-1
Theme URI:		 https://princetech.ph/
Description:	 luckynikijapan is a custom theme for LuckyNiki Japan
Author:			 princetech
Author URI:		 https://princetech.ph/
Template:		 luckynikijapan
Version:		 1.0.0
Text Domain:	 luckynikijapan
*/ 



@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");*/
@font-face {
	font-family: 'Poppins';
	src: url(assets/fonts/poppins/Poppins-Regular.ttf);
	font-display: swap;
}
@font-face { 
	font-family: 'Poppins Bold';
	src: url(assets/fonts/poppins/Poppins-Bold.ttf);
	font-display: swap;
}ma

@font-face {
	font-family: 'Poppins Light';
	src: url(assets/fonts/poppins/Poppins-Light.ttf);
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';
	src: url('assets/fonts/icomoon.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'soccer';
	src: url('assets/fonts/soccer.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'heart';
	src: url('assets/fonts/heart.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
html, body {
	padding: 0;
	margin: 0;
	
}



    
son-license-text {
    color: var(--license-text-color);
}

    
  .footer-license__container div {
      color: var(--license-text-color);
  }    

body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	background: black;
	color: #fff;
	padding-top: 70px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
	font-family: Poppins !important;
	text-decoration: none !important;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h2, h2 {
	color: #FFF;
}
.h3, h3 {
	font-weight: 700;
	color: #FFF;
}
.h5, h5 {
	font-size: 14px;
}
ul {
	margin: 0;
	list-style: none;
}
li, ul {
	padding: 0;
}
p {
	color: #cbcbcb;
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus, a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
}
button:focus {
	outline: none;
}
hr {
	border-color: #860d59;
	margin-left: -12%;
	margin-right: -12%;
}

.line-height-1 {
	line-height: 1;
}
.post, .page, .page-content, .entry-content, .entry-summary {
	padding: 0;
	margin: 0;
}
.post-thumbnail {
	text-align: center;
}
.scrolling {
	scroll-margin-top: 5rem;
}

.toggle-menu-container {
	width: fit-content;
	display: block;
	z-index: 3;
	-webkit-user-select: none;
	user-select: none;
	background: transparent;
	/* background-image: linear-gradient(#bb903f, #ffff90, #bb903f); */
}
.toggle-menu-container a {
	text-decoration: none;
	color: #fff !important;
	transition: color 0.3s ease;
	text-transform: uppercase;
	font-size: 1vw;
	line-height: 1.4em;
	font-weight: 700;
}
.toggle-menu-container a:hover {
	color: mustard;
}
.toggle-menu-container .toggle-sec-menu .highlight > a:first-of-type {
	color: #f9b104 !important;
}
.toggle-menu-container input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
#hamburger span:not(.dropdown-caret) {
	display: block;
	width: 35px;
	height: 3px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 0px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.55s ease;
}
/*#hamburger span:not(.dropdown-caret):first-child {
transform-origin: 0% 0%;
}*/

.toggle-button {
	cursor: pointer;
	position: relative;
	z-index: 2;
}
#hamburger span:not(.dropdown-caret):nth-last-child(1) {
	transform-origin: 0% 100%;
}
#hamburger span:not(.dropdown-caret):nth-child(2) {
	width: 25px;
}
#hamburger .toggle-button.open span {
	opacity: 1;
	transform: rotate(45deg) translate(-5px, -3px);
}
#hamburger .toggle-button.open span:nth-last-child(2)
{
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#hamburger .toggle-button.open span:nth-last-child(1)
{
	transform: rotate(-45deg) translate(0, -1px);
}
#togglemenu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 340px;
	height: 100vh;
	display: block;
	padding: 70px 0 30px;
	background: #000;
/* 	overflow-x: scroll; */
	overflow-y: auto;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#togglemenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#togglemenu::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#togglemenu::-webkit-scrollbar-thumb {
	background-color: #f9b104;
}

#togglemenu > ul > li {
	padding: 0;
	font-size: 22px;
	display: block;
}
#togglemenu > ul > li  {
	padding: 0 5px;
	display: block;
}
#togglemenu li > ol, #togglemenu li > ul {
	margin-left: 0;
	font-size: 22px;
	display: block;
}
#togglemenu li  {
	transition: all 0.2s ease-in;
}
/* #togglemenu li:hover {
	background-color: #E837B1;
} */
#togglemenu .login-container {
	display: flex;
	justify-content: center;
	padding: 0 5px;
	margin-bottom: 1rem;
}
#togglemenu .login-container .btn-form-item {
	flex-basis: 50%;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
    background-color: #E73DA4;
	background-image: linear-gradient(#E73DA4  50%, #CD2957 50%);
	border: 1px solid #CD2957;
    padding: 7px;
	margin: 0 5px;
}

.btn-form-item.btn-form-login {
    background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%) !important;
    border-color: #fab91e !important;
}
#togglemenu .login-container .btn-form-item:hover {
	opacity: 0.8;
}
#togglemenu .btn-form-item a {
	display: flex;
    justify-content: center;
	align-items: center;
}
#togglemenu .btn-form-item img {
	width: 30px;
	margin-left: 0.5rem;
}
#togglemenu .btn-form-text {
	font-size: 1rem;
	line-height: 1;
}

/* Language Select */
.language-picker {
	display: none; 
}

#lang-list {
	padding-left: 0px;
}

#lang-list img, .btn-lang img{
	width: 35px;
	margin-right: 0.5rem;

}

#lang-list li {
	list-style: none;
	padding: 5px 10px;
	display: flex;
    align-items: center;
	background: #4c4c4c;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	opacity: 0.8;
}

#lang-list li:hover{
	opacity: 1;
	background: #f9b104;
	
}

#lang-list li img{
	margin: 5px;
}

#lang-list li span, .btn-lang li span{
	margin-left: 30px;
}

/* item list */

.lang-box {
	display: none;
	width: 100%;
	max-width: 350px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;

}

.open {
	display: show !important;
}

.btn-lang {
	margin-top: 10px;
	width: 100%;
	max-width: 350px;
	padding: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom,#4c4c4c 50%,#242424 51%);
    color: #fff;
    border: 1px solid #242424;
	font-family: inherit;
}

.btn-lang:hover {
	background: linear-gradient(to bottom,#fac23b 50%,#f9b104 51%);
    color: #fff;
    border: 1px solid #f9b104;
}
.btn-lang li {
	list-style: none;
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
    align-items: center;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.btn-lang:hover li {
	margin-left: 0px;
}

.btn-lang:hover {
/* 	background-color: #CD2957; */
	border: 1px solid transparent;
	box-shadow: inset 0 0px 0px 1px #2D2C7F;
}

.btn-lang:focus {
	outline:none;
}

.lang-select {
	margin-left: 5px;
	margin-right: 5px;
}


.toggle-menu-container .toggle-button.open ~ div {
	transform: none !important;
}
.menu-divider {
	content:"";
	width: 100%;
	height: 3px;
	background: #503D10;
	margin: 10px 0;
}
.menu-divider, .mobile-menu {
	display: none;
}
.menu-main-menu-container {
	float: left;
	margin-left: 0;
}
.main-navigation {
	display: block;
	width: 43%;
}
.main-navigation li {
	position: relative;
	padding: 0;
	text-align: center;
	font-weight: 700;
	margin: 0 5px;
	padding: 10px;
}
.main-navigation ul, .main-navigation ul li, .main-navigation ul li a {
	display: inline-block;
	list-style: none;
	color: #fff;
	font-size: 1em;
	line-height: 70px;
}
.main-navigation ul li a {
	/* display: inline-block; */
	line-height: 30px!important;
	text-transform: uppercase;
}
.main-navigation ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	min-width: 100%;
	width: 200px;
	background: #000;
	display: inline-block;
	-webkit-transition: height .8s ease-in-out;
	-moz-transition: height .8s ease-in-out;
	transition: height .8s ease-in-out;
	overflow: hidden;
}
.main-navigation ul ul li a:hover  {
	color: #f9b104;
	text-decoration: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: 0;
	height: auto;
	padding: 10px;
	border: 2px solid #2f528f;
}
.main-navigation ul li:hover > ul li, .main-navigation ul li.focus > ul li {
	display: block;
	width: 100%;
	line-height: 30px!important;
	text-align: left;
	padding: 0;
	margin: 0;
}
#primary-menu {
	display: flex;
	list-style: none;
	color: #fff;
	font-size: .92em;
	line-height: 70px;
}

.site-header {
	display: flex;
	align-items: center;
	padding: 0 1rem;
	/* background: #1F1715; */
	background-image: linear-gradient(#000000 40%, #141414);
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	border-bottom: 1px solid #D6B975;
	z-index: 500;
}
/* .download_link  {
	-webkit-animation: scale_element .9s ease-in-out infinite alternate;
	-moz-animation: scale_element .9s ease-in-out infinite alternate;
	-ms-animation: scale_element .9s ease-in-out infinite alternate;
	animation: scale_element .9s ease-in-out infinite alternate;
} */
.site-branding {
	width: 10%;
	text-align: center;
}
.custom-logo-link {
	display: block;
	border: 0;
	margin: 5px auto 0;
	text-align: center;
	width: 150px;
	height: 70px;
	line-height: 70px;
}
.custom-logo {
	width: 105px;
	display: block;
	margin: 0 auto;
}
.nav-logo {
	position: absolute;
	width: 170px;
	height: 170px;
	text-align: center;
	top: -120%;
	left: -5%;
	display: none;
	align-items: center;
	transform: rotate(45deg);
	border: 2px solid #2f528f;
	background-color: #000;
	z-index: 5;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 1;
}
.navbar-logo-container.compact .nav-logo {
	top: -320%;
	opacity: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	border-top: 1px solid #2f528f;
	border-bottom: 3px solid #2f528f;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
	padding-right: 0;
	padding-left: 0;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-justified {
	width: 100%;
	display: block;
	text-align: center;
}
.navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-toggle {
	position: relative;
	margin: 8px 15px;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 4px;
	float: left;
	padding: 9px 0;
}
.navbar-toggle .icon-bar {
	display: block;
	border-radius: 1px;
	width: 25px;
	height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
#menu .nav-justified>li, #menu .nav-justified>li>a {
	background: #2f1d26;
	background: -moz-linear-gradient(top,#2f1d26 0,#2f1d26 48%,#17030d 49%,#17030d 100%);
	background: -webkit-linear-gradient(top,#2f1d26 0,#2f1d26 48%,#17030d 49%,#17030d 100%);
	background: linear-gradient(to bottom,#2f1d26 0,#2f1d26 48%,#17030d 49%,#17030d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f1d26', endColorstr='#17030d', GradientType=0);
}
#menu .nav-justified>li, #menu .nav-justified>li.active {
	line-height: 3vw!important;
	vertical-align: middle;
}
#menu .nav-justified>li:first-child {
	border-left: 0;
}
#menu .nav-justified>li.active, #menu .nav-justified>li.active a {
	background: #e146a8;
	background: -moz-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: -webkit-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: linear-gradient(to bottom,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e146a8', endColorstr='#de319e', GradientType=0);
	line-height: 3vw;
	text-align: center;
}
.nav-logo img {
	transform: rotate(-45deg);
	width: 70%;
	margin-top: 43%;
	margin-left: 35%;
	z-index: -1;
}
.top-login {
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	width: 45%;
}
.mob-buttons-container .btn-download, .mob-buttons-container .btn-login, .top-login .btn-download, .top-login .quick-login .btn-login {
	font-weight: 700;
	padding: 6px;
	display: inline-block;
	background: #4472c4;
	color: #fff;
	border: 1px solid #2f528f;
	margin-left: 5px;
	text-align: center;
}
.mob-buttons-container .btn-login, .top-login .btn-download {
	background-image: linear-gradient(#E73DA4 50%, #CD2957 50%);
	margin-right: 0;
	text-decoration: none;
}
.top-login .btn-download {
	width: 120px;
	height: 40px;
	font-size: 1em;
	border-radius: 5px;
	border: 1px solid #CD2957;
	line-height: 25px;
}
.mobile .btn-download img {
	width: 25px;
}
.btn-download img, .btn-line img {
	width: 18px;
	margin-left: 8px;
}
.btn-line {
	width: 120px;
	height: 40px;
	background: #00B900;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	font-size: 85%;
}

.a-son-container .a-login-inline form .a-btn.a-btn-login {
	margin: 0 5px;
	color: #fff;
	background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%) !important;
	height: 40px;
	border-radius: 5px;
	min-width: 110px;
	font-family: 'Poppins';
    font-weight: 700;
    line-height: 25px;
    font-size: 1em;
}
.a-son-container .a-login-inline form .a-control, .a-son-container .a-login-inline form .a-btn.a-btn-login  {
	height: 40px !important;
}
.a-son-container .a-login-inline form .a-control {
/* 	background: #fff !important; */
/* 	color: #000; */
	max-width: 135px !important;
	border-radius: 5px;
}
a.btn-download.btn-registration {
	float: right;
}
#page-content-wrapper {
	background: #000;
	padding-left: 0;
	margin-left: 0;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.container1 {
	padding-bottom: 30px!important;
}
.top-section {
	border-bottom: 2px solid #2f528f;
}
.about-img, .grid-item, .marquee, .top-section {
	overflow: hidden;
}
#videobanner {
	overflow: hidden;
}
#banner {
	background: none!important;
	height: calc(100vw * 0.47);
}
#banner .container-bottom {
	border: 0px solid #de319e!important;
}
#banner .container-bottom video, #lucky_niki_games, .video_thumb {
	border-bottom: 2px solid #de319e!important;
}
#banner .container-bottom:nth-of-type(3) .playnow-button {
	bottom: 15%;
}
video, .video_thumb {
	width: 100%!important;
	height: auto!important;
	position: relative;
}
.playnow-button {
	background: transparent;
	z-index: 400;
	position: absolute;
	bottom: 12%;
	left: 36%;
	max-width: 25%;
	height: auto;
	display: inline-block;
	text-align: center;
}
.dp-main-img {
	position: relative;
	height: calc(100vw * 0.3425);
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}
#welcome-page {
	position: absolute;
	right: 30%;
	top: 46%;
	width: 30%;
	height: 38%;
	z-index: 100;
}
.dp-container {
	width: 100%;
	position: relative;
	margin: 30px 0;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.dp-container .dp-item {
	width: 380px;
	/* display: inline-flex; */
}
.dp-container .dp-item img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
.winners-section {
	margin: 15px 0 40px;
	color: #ddd;
	overflow: hidden;
}
span.winning-game {
	color: #f8ad00;
}
.top-winners-section .marquee-content {
	background: transparent;
}
.top-winners-header h3 {
	text-decoration: none;
	margin: 0;
}
.section-subtitle {
	font-family: 'Anton', sans-serif;
	font-size: 4.5vw;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.highlight, .highlight-en-in-mob span {
	color: #f9b104!important;
}
.home .winners-table-container {
	width: 80%;
	margin: 40px auto 0;
}
.home .winners-section .banner_flag {
	width: 110%;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-bottom: -46px;
}
.home .winners-section .table-header-container {
	font: 28px 'Anton';
	padding: 20px 10px;
	text-align: center;
	background: #de319e;
}
.home .winners-table {
	border: 2px solid #de319e!important;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 0 solid #de319e;
	border-right: 0 solid #de319e;
	margin-top: 0;
	background: 0 0;
}
.home .winners-table {
	margin: 0px 0 0;
	padding: 0;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
}
tr {
	background: #000;
}
.home #winners-top-ten-table TR TD {
	border-left: 1px solid #f9b104;
	border-right: 1px solid #f9b104;
	border-bottom: 1px solid #f9b104;
}
.home .winners-table tr td {
	text-align: center;
	padding: 10px!important;
	line-height: 40px;
	border-bottom: 2px solid #de319e;
	border-right: 2px solid #de319e;
	font-size: 22px;
}
.home .winners-table tr td:last-child {
	color: #f9b104;
	font-weight: 700;
	font-size: 24px;
}
.home .winners-table tr:hover {
	background: #fab91e;
	background: -moz-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: -webkit-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
}
.home .winners-table tr:hover td:last-child {
	color: #000;
}
.home .winners-section .winners_side_image {
	width: 265%;
	max-width: none;
	margin-left: -85%;
}
.jackpot-section {
	width: 100%;
	margin: -6px auto;
	padding-bottom: 50px;
	background-image: linear-gradient(#36342b,#000);
	padding-top: 45px;
}
.jackpot-section h4 {
	color: #ffda9c;
	font-size: 2em;
	position: relative;
}
.main-total-jackpot-label {
	text-shadow: -5px -5px 0 #25241d, 5px -5px 0 #25241d, -5px 5px 0 #25241d, 5px 5px 0 #25241d;
}
.jackpot-section .jackpot-inner-container {
	display: inline-block;
	border: 2px solid #73716b;
	background-color: #100f0f;
	border-radius: 20px;
	margin: -27px auto 0;
	padding: 15px;
}
.promo-container .row .col-xs-12.col-sm-4.col-md-4.col-lg-4 {
	padding: 1%;
}
.promo-container {
	width: 100%;
	padding: 3% 4%;
	color: #fff;
	font-weight: bold;
	font-size: 52px;
}
.promo-container h2 {
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.table-promos th, .table-promos td {
	border-left: 1px solid #de319e;	
	border-right: 2px solid #de319e;
}
.table-promos th {
	border-bottom: 4px solid #de319e !important;
}
.table-promos a:hover, .table-promos a:visited {
	color: #fff;
}
.container-border-bottom {
	border: 0 solid #de319e;
	border-bottom: 2px solid #de319e;
}
.vip-tnc h2 {
	margin: 20px 0 15px;
	font-size: 26px;
}
.env-lg .promo-container h2 {
	font-size: 2.2vw;
	line-height: 1.3em;
}
.vip-tnc li, .vip-tnc li a {
	color: #ccc;
}
.vip-tnc li {
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 15px;
}
.niki-vip-sidebar {
	max-width: 150%;
}
.niki-sidebar {
	position: sticky;
    position: -webkit-sticky;
    top: 85px;
}


/* .a-son-container .a-login-inline form .a-control {
	text-transform: uppercase;
} */
.footer_part {
	position: relative;
	width: 100%;
	background: #000;
	text-align: center;
}
.social-icons ul {
	padding: 15px 0px;
}
.social-icons ul li {
	padding: 0px 15px;
	color: #fff;
}
.footer_part ul, .footer_part ul li {
	display: inline-block;
	border: 0px solid #111;
}
.footer_part .border-bottom {
	border-bottom: 2px solid #111 !important;
}
.flexbox_container {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.bank-icons {
	/* margin: 10px 0; */
	/* padding: 0 10px; */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.bank-icons .flexbox_item img {
	/* max-height: 55px; */
}
.flexbox_container .flexbox_item {
	max-width: 100%;
	position: relative;
}
.flexbox_item {
}
.payments-games ul li {
	padding: 10px;
}
.purple_bg {
	background: black;
	padding: 20px 20px 0;
}
.footer-license .col-md-10 {
	max-width: 100%;
	margin: 0 auto;
	float: none;
	flex: unset;
}
#malta_txt, #malta_txt a {
	color: #777;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
/*.media-body {
width: 100%;
margin: 0 0 20px!important;
}*/
.foot-logo p {
	color: #f02177;
	font: 13px Arial,Sans serif;
}
.footer_links_container {
	background-color: #000;
}
.foot-links {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
.foot-links li {
	margin-right: 10px;
	margin-left: 10px;
	color: #aaa!important;
}
.foot-links a {
	color: #aaa!important;
	padding: 10px;
	display: inline-block;
}
.bg-purple a.play, .foot-links li, .foot-logos, .foot-logos li {
	display: inline-block;
}
.foot-logos li {
	margin-right: 10px;
}
.sticky.leave-fold {
	position: fixed;
	right: 0%;
	bottom: 8.5%;
	font-size: 4em;
	color: #fff;
	cursor: pointer;
	z-index: 1000;
}
.sticky.leave-fold img {
	width: 90%;
}
.device-desktop .sticky.leave-fold img {
	width: 100%;
}
.sticky.leave-fold span .fa-times{
	line-height: 31px;
	font-size: 0.7em;
}

.marquee-wrapper .marquee-icon {
    width: 30px;
    background-color: #6564D3;
}

.marquee-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.marquee-content {
	background: #2D2C7F;
}
.marquee {
	width: 100%;
	color: #fff;
	max-height: 25px;
}

.marquee-announcement {
  display: inline-block;
  padding-left: 80%;
  animation: marquee 50s linear infinite;
  cursor: grab;
}

.marquee {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0)
  }
  100% {
    transform: translate(-100%, 0)
  }
}

/*.marquee-wrapper {
	height: 30px;
	width: 97.5%;
	margin: 5px;
	overflow: hidden;
	position: relative;
}
.marquee-wrapper div {
	display: inline-block;
	height: 30px;
	z-index: 0;
	width: 100%;
}
.marquee-wrapper div:first-of-type {
	width: 20px;
	position: relative;
	background: #6564D3;
	z-index: 1;
	display: inline-block;
	text-align: center;
}
.marquee-wrapper div:last-child div {
	width: 200%;
	animation: marquee 6s linear infinite;
	left: 20px;
	position: absolute;
	overflow: hidden;
	background: #2D2C7F;
	color: #fff;
}*/
.marquee-winners {
	position: relative;
	/*   width: 100vw; */
	max-width: 100%;
	height: 40px;
	overflow-x: hidden;
}
.marquee-winners span {
	float: unset !important;
}
.marquee-list {
	position: absolute;
	top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	white-space: nowrap;
	will-change: transform;
	animation: winner-marquee 500s linear infinite;
}
.marquee-list li { display: inline-block; }
@keyframes winner-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.fa-bullhorn {
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}
.marquee span {
	float: left;
	/* 	width: 50%; */
	font-size: 1.2rem;
	height: inherit;
	line-height: 30px;
}
.desktop .marquee-wrapper {
	width: 100%;
	margin: 0;
}
.desktop .marquee span {
	float: left;
	font-size: 1.2rem;
	height: inherit;
	line-height: 30px;
}
/*.desktop .marquee-wrapper div:last-child div {
	animation: marquee 20s linear infinite;
}
.desktop .marquee-wrapper div {
	height: 30px;
}*/
.desktop .marquee-wrapper .marquee-icon {
	width: 30px;
	text-align: center;
}
.desktop .marquee-wrapper .marquee-icon img {
	height: auto;
	max-height: 100%;
}
.section-title {
	text-align: center;
	background: #DC2E9B;
	width: 100%;
	margin: 15px 0;
}
.section-title > div {
	color: #fff;
	font-size: 2.5rem;
}
#dailybonuses .section-title {
	text-align: center;
	background: #DC2E9B;
	width: 100%;
	margin: 0 0 10px;
}
.section-title h3 {
	font-size: 1.3em;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	margin-top: 10px;
}
/* games */
.gamesblock {
	margin: 5px;
	overflow: hidden;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	grid-gap: 5px;
	justify-content: center;
	align-items: center;
}
/*.game-item:not(.iso) {
width: 130px;
height: 130px;
margin-bottom: 7px;
}*/
.game-item:not(.iso):last-child {
	display: grid;
	align-content: center;
	height: 100%;
	background: #313131;
	color: #fff;
	justify-content: center;
}
.game-item:not(.iso):last-child img {
	width: 50px;
	margin: 0 auto;
	display: block;
}
.game-item:last-child span {
	font-size: 0.65em;
	color: white;
}
.pink-border {
	border: 1px solid #E837B1;
}
.mobile-menu-games .menu-btn {
	filter: none;
}
.tab-content, .tab-content.hg_desktop {
	display: none;
}
.tab-content.current, .tab-content.hg_desktop.current {
	display: grid;
}

.mobile .game-item {
	position: relative;
}

p.gb__reg {
	max-width: 85%;
	margin: auto;
}
.game-item:hover .gb__overlay {
	display: grid;
}
.hg_desktop .grid-wrapper, .hg_desktop .game-item:last-child {
	height: 180px;
}
.hg_desktop .game-item:last-child {
	display: grid;
	align-content: center;
	background: unset;
	color: unset;
	justify-content: unset;
}
.hg_desktop .game-item:last-child .pink-border {
	display: grid;
	align-content: center;
	background: #313131;
	color: #fff;
	justify-content: center;
	width: 100%;
	height: 180px;
}
/* dailybonuses */
.db-container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.db-main-wrapper {
	width: 100%;
}
.dailybonuses .swiper-slide {
	width: 130px !important;
	height: 130px;
}
.dailybonuses .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: fill;
}
.sb-container:before, .sb-container:after{
	position: absolute;
	width: 95px;
	top: 0;
	height: 100%;
	z-index: 9;
	content: '';
}
.sb-container:before {
	left: 0;
	background: url(https://luckynikiin.b-cdn.net/homepage/dailypicks-section/fade.png);
	transform: scale(1);
}
.sb-container:after {
	right: 0;
	background: url(https://luckynikiin.b-cdn.net/homepage/dailypicks-section/fade.png);
	transform: scaleX(-1);
}
.db-next:after, .db-prev:after {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.dailybonuses_desktop .swiper-slide {
	width: 380px !important;
	height: 380px;
}
.dailybonuses_desktop .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: fill;
}
.sb-container:before, .sb-container:after{
	position: absolute;
	width: 95px;
	top: 0;
	height: 100%;
	z-index: 9;
	content: '';
}
.sb-container:before {
	left: 0;
	background: url(https://luckynikiin.b-cdn.net/homepage/dailypicks-section/fade.png);
	transform: scale(1);
}
.sb-container:after {
	right: 0;
	background: url(https://luckynikiin.b-cdn.net/homepage/dailypicks-section/fade.png);
	transform: scaleX(-1);
}
.db-next:after, .db-prev:after {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
/* homeblogs */
.blog-section {
	margin: 0 .75rem;
}
.blog-item {
	background: #191919;
	margin: 0 0 10px;
}
.blog-item-thumbs {
	width: 184px;
	height: auto;
	margin-right: 10px;
}
.blog-item-title {
	width: 50%;
}
.blog-item-wrapper a {
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.blog-item-title h3 {
	font-size: 0.9em;
	color: #fff;
}
.read-more-blogs {
	width: 100%;
}
.read-more-btn {
	text-align: center;
	background: #dc2e9b;
	color: white;
	padding: 4px;
	margin: 10px 5px 0;
}
.blogs-section .section-title {
	position: relative;
}
.blog-wrapper {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.blog-post {
	width: 600px;
	margin: 0 15px;
}
.blog-thumbs {
	border: 4px solid #313131;
	height: auto;
	overflow: hidden;
}
.blog-thumbs img {
	object-fit: cover;
	max-width: 100%;
	width: 100%;
    height: auto;
	margin-top: -1px;
}
.blog-title {
	margin: 10px 0 20px;

	text-align: left;
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
}
.blog-meta p {
	text-align: left;
	color: #fff;
	font-size: 1em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.blog-meta span a {
	color: #FABD48;
}
/* review section */
.review-wrapper.swiper-container {
	background: #451133;
}

.review-container {
	height: initial !important;
}
.review-item {
	display: flex;
	align-items: flex-end;
	padding: 20px;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
.review-image {
	width: 15%;
}
.review-image img{
	width: 74px;
	height: 93px;
	margin-right: 10px;
	object-fit: contain;
	object-position: bottom;
}
.review-content {
	width: 85%;
}
.review-user {
	color: #fff;
	margin-left: 20px;
}
.review-text p {
	max-width: 95%;
	min-height: 80px;
	margin: auto;
	position: relative;
	padding: 0.5rem .875rem;
	border-radius: 1.15rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #000;
	font-size: 1em;
	line-height: 1.25;
}
.review-text p:before, .review-text p:after {
	bottom: -0.1rem;
	content: "";
	height: 1rem;
	position: absolute;
}
.review-text p:before {
	border-bottom-right-radius: 0.8rem 0.7rem;
	border-left: 1rem solid #fff;
	left: -0.35rem;
	transform: translate(0, -0.1rem);
}
.review-text p:after {
	border-bottom-right-radius: 0.5rem;
	left: 20px;
	transform: translate(-30px, -2px);
	width: 10px;
}
.playerreviews .swiper-slide {
	width: 100%;
}
.review-wrapper.swiper-container {
	height: 114px;
}

/* Homepage 2in1 banner */
.banner-left,
.banner-right,
.banner-top,
.banner-bot {
	position: absolute;
	width: 35% !important;
	top: 20%;
	max-width: 600px;
}

.banner-left {
	left: 3%;
}
.banner-right {
	right: 3%;
}
.banner-top {
	right: 2%;
	top: 15%;
	width: 70% !important;
}
.banner-bot {
	right: 2%;
	top: 60%;
	width: 70% !important;
}
.cta-dt {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 20vw;
}
.cta-mb {
    position: absolute;
    top: 47.5%;
    right: 15.5%;
    width: 45%;
}
.pulsate {
	-webkit-animation: pulsate 2.5s ease-in-out 0.5s infinite both;
	        animation: pulsate 2.5s ease-in-out 0.5s infinite both;
}

@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes pulsate {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* Homepage popup */
.blocker {
	z-index: 999 !important;
}

.tnc-container tr {
	background: none;
}
.tnc-btn {
	position: absolute;
	top: 94%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media screen and (min-width: 991px) {
	.tnc-btn {
		top: 88%;
/* 		left: 27.5%; */
	}
}
.tnc-btn, .tnc-anchor a {
	color: #fff !important;
	text-decoration:  none;
	font-size: 18px;
	display: inline-block;
	margin-top: 0.75rem;
}

.tnc-container.modal {
	background-color: #06062C;
	color:  #fff;
    border: 1px solid #199B9E;
	max-width: 1020px;

}
.tnc-container.modal h2 {
	color:  #f9b104;
}
.modal a.close-modal {
	top: 0 !important;
	right: 0 !important;
}
.tnc-container h2 {
	font-size: 1.35rem;
	font-weight: bold;
}
.tnc-container h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

/* promo page */
.hero-section {
	min-height: calc(70vh - 270px);
	width: 100%;
	position: relative;
}
.promo_container {
	width: 100%;
    border: 2px solid #de319e;
    text-align: center;
    font-weight: 700;
    height: 100%;
	background: #0c0408;
/* 	position: absolute; */
/*     display: flex; */
/*     flex-wrap: wrap; */
/* 	justify-content: center; */
}
.promo_container .promo_title {
	font-size: 26px;
}
.promo_container .promo_title, .promo_container .promo_title a {
	background-color: #de319e;
	color: #fff;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.promo_container .promo_image {
	overflow: hidden;
}
.promo_image img {
    height: auto;
    object-fit: cover;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.promo_container .promo_text, .promo_container .promo_text .subtitle {
	line-height: 40px;
}
.promo_container .promo_text {
	background-color: #5b2145;
	color: #fff !important;
	font-size: 32px;
	padding: 10px 15px;
	min-height: 2em;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo_container .promo_text .highlight {
	color: #f9b104;
    line-height: 1;
}
.promo_desc p, .promo_text p {
	color: #fff;
}
.promo_container .promo_desc {
	background-color: #0c0408;
	color: #fff !important;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 15px;
	min-height: 1.5em;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-direction: column;
}
.promo_desc img {
	max-width: 150px;
}
.promo_ribbon {
	position: absolute;
	top: 5%;
	right: 5%;
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
.device-mobile .hero-section {
	min-height: calc(22vh);
}

/* welcome_bonus page */
.page_with_sidebar .welcome-bonus .welcome_bg {
	background: url(./assets/images/promos/bonus-promo-v2.jpg) left top no-repeat;
	background-position: 40% center;
	min-height: 700px;
	justify-content: flex-end;
	align-items: center;
	font-size: 28px;
	line-height: 40px;
}
.device-mobile .page_with_sidebar .welcome-bonus .welcome_bg {
	background: url(https://aws-origin.image-tech-storage.com/luckyniki.com/images/niki_welcome_mobile_view_en_in.png?5) center top no-repeat;
	min-height: 635px;
}
.page_with_sidebar .welcome-bonus {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0;
}
.highlight-en-in {
	font-size: 3rem!important;
/* 	margin-top: 12%; */
	text-align: center;
	color: #f9b104 !important;
	font-weight: 700;
}

.page_with_sidebar .welcome-bonus .welcome_bg .welcome_bonus_text {
	padding: 10px 20px;
	color: #fff;
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
}
.page_with_sidebar .welcome-bonus .welcome_bg .welcome_bonus_text p {
	color: #fff;
	margin-bottom: 0;
}

.device-mobile .page_with_sidebar .welcome-bonus .welcome_bg .welcome_bonus_text p {
	font-size: 14px;
}
.action_btn_sm, .action_btn_xsm {
	min-width: 15%;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.action_btn_xsm {
	height: 52px;
	padding: 4px 5px;
}
.highlight-en-in-alt {
	color: #fff;
	font-size: 35px;
}
.highlight-en-in-alt span {
	color: #f9b104;
}
.days_container {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-gap: 10px;
}
.day_container {
	display: inline-block;
	position: relative;
	text-align: center;
}
.day_container img {
	margin: 0px auto;
	width: 100%;
}

.device-mobile .banner-title .col-xs-8, .device-mobile .col-xs-12 {
	padding: 0;
}
/* daily picks */
.banner-inner {
	background: url(https://aws-origin.image-tech-storage.com/luckyniki.com/images/banner-inner.jpg) bottom left no-repeat #000;
	width: 100%;
}
#banner-inner .banner_header.active {
	display: block;
}
.banner-inner h1, .banner-inner h2 {
	background: 0 0;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-family: 'Poppins Bold' !important;
	color: #f9b104!important;
}
.daily-picks .main_content h2 {
	max-width: 100%;
	font-size: 1.3em;
	line-height: 1.9em;
	padding: 0;
	margin: 0 auto;
}
.daily-picks .main_content .action_btn_lg {
	padding: 0;
	height: auto;
	width: auto;
	display: inline-block;
	margin: 20px auto;
	background: 0 0;
}
.daily-picks .main_content .action_btn_lg img {
	max-width: 45%;
	display: inline-block;
}
.container_border_bottom {
	border: 0 solid #de319e;
	border-bottom: 2px solid #de319e;
}
.container_border_top {
	border-top: 2px solid #de319e !important;
}
.page_with_sidebar .container1 {
	width: 100%;
	height: auto;
	color: #ccc;
	padding: 20px;
}
.daily-picks .promotion_element {
	margin-bottom: 30px;
	text-align: center;
}
.daily-picks .promotion_element img {
	margin: 0 auto;
}

/* VIP Page */
.page-template-vip-page figure.wp-block-table {
	margin-top: 20px;
}
.page-template-vip-page table {
	border-left: 1px solid #d73d95
}
.page-template-vip-page table thead tr {
    background-color: #d73d95;
    text-align: center;
	color: #fff !important;
}
.page-template-vip-page table thead tr td {
	padding: 10px 5px;
	color: #fff;
}
.page-template-vip-page table thead tr td strong {
	color: #fff !important;
}

.page-template-vip-page table tr td {
	border-bottom: 1px solid #99226d;
    border-right:  1px solid #99226d;
}
.page-template-vip-page table thead tr {
    border-left:  1px solid #99226d;
}
/* winners page */
.container1.winners {
	width: 80%;
	margin: 0 auto;
	color: #fff;
}
.winners-frame {
	margin: 10px auto 25px;
	width: 100%;
	text-align: left;
}
.winners-heading {
	margin: 10px 0 0 2px;
	float: left;
	display: inline-block!important;
}
.winners-title {
	padding: 0!important;
	font-size: 1.1vw;
	font-weight: 700;
	color: #fff;
}
.winners-table {
	margin: 5px 0 0;
	padding: 0;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
}
tr.winners-table-heading {
	background: #de319e;
	color: #fff;
}
.winners-table TR TH {
	border-right: 1px solid #99226d;
	padding: 5px!important;
	font-weight: 700;
}
.winners-table TR TD {
	border-left: 1px solid #99226d;
	border-right: 1px solid #99226d;
	border-bottom: 1px solid #99226d;
	padding: 0 5px 5px!important;
	font-weight: 400;
	line-height: 30px;
}
.container1.winners .row.winners>.col-md-12, .vip .table td, .vip .table th, .vip_points .table thead tr {
	text-align: center;
}
.device-mobile .winners-table {
	font-size: 14px;
}
.device-mobile .container1.winners .row.winners>.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.device-mobile .container1.winners {
	width: 100%;
}
.device-mobile .winners-title {
	font-size: 16px;
}
/* Support Page */
.pull-right {
	float: right!important;
}
.support #container-carousel .sub_element, .support .sub_element {
	padding-bottom: 10px;
}
.support #container-carousel .sub_element h2, .support .sub_element h2 {
	font-size: 16px;
	line-height: 30px;
}
.support #container-carousel .sub_element ul li, .support .sub_element ul li {
	padding-left: 15px;
	line-height: 30px;
}
.support #container-carousel .sub_element ul li:before, .support .sub_element ul li:before {
	content: '';
	margin-right: 8px;
	background-color: #e338a8;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}
.support #container-carousel .sub_element ul li a, .support .sub_element ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.support #container-carousel .sub_element ul li:hover a, .support .sub_element ul li:hover a {
	color: #f9b104;
}
.support #container-carousel .sub_element .fa-envelope, .support #container-carousel .sub_element .fa-share-alt, .support .sub_element .fa-envelope, .support .sub_element .fa-share-alt {
	color: #e338a8;
}
.support #container-carousel .sub_element h2 a:hover, .support .sub_element h2 a:hover {
	color: #f9b104;
}
#support #container-carousel .sub_element ul li:hover:before, #support .sub_element ul li:hover:before {
	background-color: #f9b104;
}
.container_border_bottom1 {
	border: 0 solid #de319e;
	border-bottom: 1px solid #de319e;
}
.container1.support, .container1.support .col-md-12, .container1.vip, .container1.vip .col-md-12 {
	padding: 0;
}
.container1.support .sub_page, .container1.vip .sub_page {
	line-height: 36px;
	margin: 0;
}
.payments .carousel_custom_indicators, .support .carousel_custom_indicators, .vip .carousel_custom_indicators {
	width: 100%;
	position: relative;
	display: block;
}
.payments .carousel_custom_indicators>li, .support .carousel_custom_indicators>.col-md-2, .support .carousel_custom_indicators>li, .vip .carousel_custom_indicators>.col-md-2, .vip .carousel_custom_indicators>li {
	cursor: pointer;
	height: 100%;
	text-align: center;
	position: relative;
	font: 14px Arial,sans serif;
	color: #fff;
	padding: 0 10px;
	vertical-align: middle;
}
.container1 #menu .nav-justified>li.active {
	vertical-align: middle;
}
.container1 #menu .nav-justified>li, .container1 #menu .nav-justified>li a, .container1 #menu .nav-justified>li.active {
	padding: 0;
}
#menu .nav-justified>li>a {
	padding: 0;
	display: block;
	color: white;
	text-transform: uppercase;
	line-height: 3vw!important;
	font-weight: 700;
}
.payments .carousel_custom_indicators>li.active, .support .carousel_custom_indicators>.col-md-2.active, .support .carousel_custom_indicators>li.active, .vip .carousel_custom_indicators>.col-md-2.active, .vip .carousel_custom_indicators>li.active {
	background: #e146a8;
	background: -moz-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: -webkit-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: linear-gradient(to bottom,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e146a8', endColorstr='#de319e', GradientType=0);
	color: #fff;
}
.payments .carousel_custom_indicators>li:hover, .support .carousel_custom_indicators>.col-md-2:hover, .support .carousel_custom_indicators>li:hover, .vip .carousel_custom_indicators>.col-md-2:hover, .vip .carousel_custom_indicators>li:hover {
	background: #fab91e;
	background: -moz-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: -webkit-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab91e', endColorstr='#f9b104', GradientType=0);
	color: #fff;
}
#menu .nav-justified>li.active, #menu .nav-justified>li.active a,  #menu .nav-justified>li.active:hover a {
	background: #e146a8;
	background: -moz-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: -webkit-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: linear-gradient(to bottom,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e146a8', endColorstr='#de319e', GradientType=0);
	line-height: 3vw;
	text-align: center;
}
#menu .nav-justified>li>a:hover {
	background: #fab91e;
	background: -moz-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: -webkit-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab91e', endColorstr='#f9b104', GradientType=0);
	line-height: 3vw;
}
#menu .nav-justified>li:first-child {
	border-left: 0;
}
#menu .nav-justified>li {
	border-right: 1px solid #170e13;
	border-left: 1px solid #3f0d2c;
}
#menu .nav-justified>li.current-menu-item, #menu .nav-justified>li.current-menu-item a {
	background: #e146a8;
	background: -moz-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: -webkit-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: linear-gradient(to bottom,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e146a8', endColorstr='#de319e', GradientType=0);
	line-height: 3vw;
	text-align: center;
}
.navbar {
	top: 90px!important;
}
.navbar-header{
	width: 100%;
	display: inline-flex;
	align-items: center;
}
.device-mobile #menu .nav-justified>li, .device-mobile #menu .nav-justified>li a, .device-mobile #menu .nav-justified>li.active, .device-mobile #menu .nav-justified>li.active a {
	line-height: 4em!important;
	font-size: 1.2rem;
}

/* Help Page */

.gradient-section {
/* 	background: rgb(253,60,141);
	background: linear-gradient(103deg, rgba(253,60,141,1) 0%, rgba(255,184,92,1) 60%, rgba(254,171,129,1) 100%); */
	color: #fff;
	align-items: center;
    border-bottom: none;
    position: relative;
    text-align: center;
    width: 100%;
	background: url(./assets/images/help/gradient-bg.png);
	position: relative;
}

.curve-bg-top-black {
	position: relative;
	padding-top: 7rem !important;
	margin-top: 2rem;
}
.curve-bg-bottom-black {
	position: relative; 
}

.curve-bg-bottom-black:after {
	position: absolute;
	content: '';
	background-image: url(./assets/images/help/bg-top-divider.png);
	width: 110%;
    height: 45%;
	max-height: 150px;
    left: 0;
    bottom: -11px;
    background-size: 100% 100%;
}
.curve-bg-top-black:before {
	position: absolute;
	content: '';
	background-image: url(./assets/images/help/bg-bottom-divider.png);
	width: 110%;
    height: 45%;
	max-height: 100px;
    left: 0;
    top: -1px;
    background-size: 100% 100%;
}


.help-header {
	display: flex;
    height: 156px;
    justify-content: center;
    margin: 0;
}

.help-page .filters {
	border-bottom: 1px solid #fff;
}
.help-page .filters a {
	color: #fff !important;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.help-page .filters img {
	max-width: 65px;
	margin-bottom: 1rem;
}
.help-page .filters .active a {
	color: #f9b104 !important;
}

.help-page .panel-default {
	border-bottom: 1px solid #fff;
	padding: 0.8rem;
	margin-bottom: 0.8rem;
}
.help-page .panel-title a {
	color: #fff !important;
	font-size: 1.2rem;
}

.help-page .contact-box {
	background: #fff;
	color: #f9b104;
    min-height: 200px;
    margin-bottom: 30px;
    padding: 25px;
    -webkit-box-shadow: 10px 10px 50px -20px rgb(0 0 0 / 75%);
    box-shadow: 10px 10px 50px -20px rgb(0 0 0 / 75%);
}

.help-page .contact-box h3 {
	color: #f9b104;
}
.help-page .contact-box > .row {
	justify-content: center !important;
}
.contact-box-header > .row {
	justify-content: center !important;
	align-items: center;
	gap: 15px;
}
.contact-box-header img {
	max-width: 50px;
}


.help-slider.swiper-container {
	max-width: 100%;
	width: 750px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
}
.help-slider .swiper-slide{
  width: 300px;
}
.help-slider .swiper-button-next, .help-slider .swiper-button-prev {
	color: #ffffff;
}


/* I'm Niki Page */
.page-template-page-niki .container_element, .page-template-page-niki .videos_section h2   {
	display: block;
	background-color: #4472c4;
	color: #fff;
	padding: 20px;
	text-align: center;
}

.videos_section h2.fredoka-one {
	font-size: 1.5em!important;
}
.video_container {
	background-color: #000;
	cursor: pointer;
	position: relative;
	width: 100% !important;
	max-width: 100%;
	height: 300px !important;
	border: 2px solid #de319e;
	padding: 0px;
}
.video_title {
	background-color: #de319e;
	max-width: 100%;
	line-height: 1.5em;
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 1px #333;
	margin-bottom: 15px;
}
.social_container.description-container {
    text-align: center;
	margin-top: -1rem;
    padding-bottom: 1rem;
}
.social_icon_container {
	outline: none;
}
.social_icon_container > i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	padding: 0px;
	background-color: #f9b104;
	border-radius: 50%;
	color: #000;
	transition: all 0.3s ease-in;
}
.social_icon_container:hover > i {
	filter: brightness(0.8);
}

/* Testimonial Page */
.container_border_bottom {
    border: 0 solid #de319e;
    border-bottom: 2px solid #de319e;
}
.banner-inner {
    background: url(https://aws-origin.image-tech-storage.com/luckyniki.com/images/banner-inner.jpg) bottom left no-repeat #000;
	background-size: cover;
    width: 100%;
	padding: 2rem 0;
}
.banner-inner h2 {
    background: 0 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.page-template-page-testimonials .testimonials .testimonial {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #b8b8b8;
    background: #ffd600;
    padding: 30px 10px 10px;
}
.page-template-page-testimonials .testimonials .testimonial .top_testimonial_border {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e338a8;
}
.page-template-page-testimonials .testimonials .testimonial .testimonial_text {
    text-align: left;
    background: #fae991;
    color: #000;
    padding: 10px;
}
.page-template-page-testimonials  .testimonials .testimonial .testimonial_text a {
    text-align: left;
    background: #faf3d1;
    color: #e338a8;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
}

/* Signup Page */
.how-to-sign-up .how_to_sign_up_container {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.how-to-sign-up .how_to_sign_up_container .flexbox_item {
	width: 300px;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
}
.how-to-sign-up .how_to_sign_up_container .flexbox_item img {
	margin: 0 auto;
}
.support .support_signup p {
	margin: 15px 0;
}
.device-mobile .how-to-sign-up, .device-mobile .uploading-documents {
	padding-top: 0!important;
}
.device-mobile .uploading-documents {
	padding: 0!important;
}
/* Payments Page */
.payments .main_content, .payments h2, .payments p {
	padding: 0 10px;
}
.page_with_sidebar .payments h1, .page_with_sidebar .payments h2 {
	font-size: 26px;
}
.payments h1, .payments h2 {
	text-align: left;
	margin: 20px 0;
}
.payments p {
	text-align: left;
	margin: 15px 0;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	border: 0;
}
.payments .table {
	width: 95%;
	margin: 0 auto 0 1%;
}
.table-responsive>.table {
	margin-bottom: 0;
	background-color: #000;

}
.payments .payments_table {
 	text-align: center;
	
}
.payments .payments_table td {
	text-align: center;
	min-width: 70px;
	padding: 0 5px;
}
.payments .table_header {
	color: #f9b104;
}
.payments .table>thead>tr>th {
	font-size: .8em;
	padding: 1px;
}
.payments .payments_table .image_column {
	min-width: 150px;
}
.payments .table_header th {
	border-bottom: 0 solid #fff;
}
.payments .payments_table th {
	padding: 0 10px 10px!important;
}
.payments .payments_table, .payments .payments_table th {
	text-align: center;
}
.payments .deposits, .payments .withdrawals {
	margin: 15px 0 0;
	padding-bottom: 15px;
}
.payments .table tr td {
	padding: 1px;
	line-height: 2.9em;
	color: #fff;
}
.payments .deposits:hover {
	background: #fab91e;
	background: -moz-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: -webkit-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab91e', endColorstr='#f9b104', GradientType=0);
	font-weight: 700;
}
.ecopayz h2, .entropay h2, .iwallet h2, .payment_option h2 {
	font-weight: 700;
	font-size: 24px;
	color: #f9b104;
}
/* Documents page */
.up-50 {
	margin-top: 50px;
}
.col-md-4 ul {
	list-style: disc;
}
.col-md-4 li {
	color: #DE319E;
	text-align: left;
	line-height: 25px;
}
.col-md-4 li span {
	color: #fff;
}
/*.container-fluid {
padding: 2% 13% 0 13%;
}*/
.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
}
.btn-primary:hover {
	background-color: #e55eb3;
	border-color: #e55eb3;
}
.btn-primary {
	color: #fff;
	background-color: #de319e;
	border-color: #e55eb3;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #e55eb3 !important;
	border-color: #e55eb3 !important;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 56px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
/* faq page */
/* accordion heading */
/* .faq-list .faq-title {
color: #fff;
background-color: #202020;
font-size: 22px;
font-weight: normal;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
padding: 7px 10px;
} */
.faq-list .faq-title:hover{
	cursor:pointer;
}

/* accordion section content */
.faq-list .faq-content {
	display: none;
	/* padding: 1.25rem;
	border-top: 1px solid #AD9357;
	background-color: #202020;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5; */
}
.support_faq .container2 {
	width: 100%;
	margin: auto;
	padding: 0 15px;
}
.support_faq .faq_section {
	font-size: 26px;
	margin: 30px 0 10px;
	padding: 0;
}
.support_faq .panel-group {
	margin: 0 0 30px;
}
.support_faq .panel-default {
	position: relative;
	border: 1px solid #99226d;
	min-height: 47px;
	padding: 3px 3px 3px 50px;
	background-color: transparent;
	border-radius: 0;
}
.affiliates .social_container, .highlight {
	font-weight: 700;
}
.support_faq .panel-default.active {
	border: 1px solid #f9b104;
}
.support_faq .panel-title{
	padding: 0;
	line-height: 40px;
	border-color: #99226d;
}
.panel-title {
	margin-top: 0;
	font-size: 16px;
}
.support .support_faq .panel-heading h4.panel-title {
	background-color: #17030d;
	color: #fff;
	text-align: left;
}
.support .support_faq .panel-heading h4.panel-title .ing {
	position: relative;
	cursor: pointer;
	display: block;
	min-height: 40px;
	line-height: 40px;
}
.panel-title, .panel>.list-group, .panel>.panel-collapse>.list-group, .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.support_faq .panel-title .glyphicon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #59123d;
	color: #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	margin-left: 0px;
}

i.glyphicon-plus:before {
	content: '\f067';
}

i.glyphicon-minus:before {
	content: '\f068';
}
.support_faq .panel-title .glyphicon-plus {
	background-color: #59123d;
}
.support_faq .panel-title .glyphicon-minus {
	background-color: #f9b104;
}

/* Bonuses */
.how-to-claim-a-bonus .support_play {
	padding: 0 15px;
}
/* footer */
.mobile-bottom-nav {
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	will-change: transform;
	transform: translateZ(0);
	display: flex;
	height: 50px;
	border-top: 1px solid #5C5C5C;
	/* box-shadow: 0 -2px 5px -2px #333; */
	background-color: #fff;
	background-image: linear-gradient(#E73DA4 50%, #CD2957 50%);
	background-position: center, center;
	background-repeat: no-repeat;
}
.mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 11px;
	width: 85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mobile-bottom-nav__item--active {
	color: red;
}
.mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mobile-bottom-nav__item-content img {
	width: 24px;
}
.mobile-bottom-nav__item-content span {
	color: #fff;
	font-weight: lighter;
}

#fc_frame, #fc_frame.fc-widget-normal { 
	bottom: 50px !important;
}

/* animations */
@keyframes scale_element {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
@keyframes marquee {
	0% { left: 0; }
	100% { left: -100%; }
}


.swp-wrapper {
	min-height: 257px;
	position: relative;
}

.stylish-input-group .form-control:focus, span.input-group-addon {
	border-color: #de319e;
	box-shadow: unset;
}

span.input-group-addon button {
	color: white;
	padding: 0;
}

.gb__reg {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#template-target {
	padding: 0;
	padding-top: 2rem;
}

/*#template-target .grid {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-gap: 5px;
justify-content: center;
align-items: center;
display: grid;
}*/


.review-item.yellow, .review-item.yellow .review-text p:after {
	background-color: #69634b;
}

.review-item.blue, .review-item.blue .review-text p:after {
	background-color: #495667;
}

.review-item.niki, .review-item.niki .review-text p:after {
	background-color: #694a5c;
}

.review-item.green, .review-item.green .review-text p:after {
	background-color: #4b6951;
}

.review-item.purple, .review-item.purple .review-text p:after {
	background-color: #5d4a68;
}

.playerreviewsdesktop  {
	padding: 3rem 2rem;
}

.iso {
	/*margin: 0 10px 10px 0;
	width: calc((100%/6) - 10px);*/
}

/* PRIVACY POLICY */
.page-id-3 ul {
	list-style: disc;
	padding-left: 20px;
}

/*JACKPOT */
section#jackpot {
	background: url(./assets/images/jackpot/jackpot-bg-meta.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.jackpot-bg {
/* 	padding-top: 5rem; */
}
.running-total-jackpot .subtitle {
	color: white;
	font-size: 40px;
	font-family: 'Poppins Bold';
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}
.running-total-jackpot .tj-num {
	font-size: 7rem;
	color: #fff;
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF 0%, #ECDDFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 3px #fff; /* width and color */
	font-family: 'Poppins Bold';
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1;
}
.tj-num span {
	font-variant-numeric: tabular-nums;
}

.jackpot-wrapper {
	position: absolute;
	top: 45%;
	right: 8%;
	width: fit-content;
}

.game-tab__container {
	border-bottom: 1px solid #E146A8;
}

/*FOOTER ICONS*/
footer {
	padding-top: 3rem;
	z-index: 99;
    position: relative;
    background: #000;
    margin-top: 2rem;
}
.footer-icons__wrapper.carousel-mobile {
	max-width: 85%;
	margin: auto;
}
.footer-icons__wrapper.carousel-mobile .swipe-wrapper {
	align-items: center;
}
.footer-icons__wrapper {
	text-align: center;
	padding: 10px 0;
}
.footer-icons__wrapper li {
	display: inline-block;
	padding: 5px 10px;
}

.footer-bottom-container {
	background-color: #131313;
	padding: 10px 0;

}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	align-items: center;
}
.footer-license__container {
	flex-basis: 50%;
}

.footer-license__container img {
	margin: 0 10px;
	max-height: 35px;
	filter: invert(50%) sepia(5%) saturate(226%) hue-rotate(
		131deg) brightness(96%) contrast(92%);
}
.footer-social {
	 flex-basis: 50%;
	text-align: right;
}

.footer-social a {
	display: inline-block;
	color: #7F7A7A;
	border-radius: 50%;
	transition: all 0.2s ease-in;
	text-align: center;
	outline: 0;
	font-size: 25px;
	width: 40px;
    height: 40px;
}
.footer-social a:visited {
	color: #7F7A7A;
}
.footer-social a:hover {
	background-color: #FFBB36;
	outline: 0;
}
.footer-social a > i {
    display: inline-block;
    vertical-align: middle;
}


/* FOOTER INFO CONTAINER */
.info-container {
	background-color: #181818;
}
.info-content {
	
	width: calc(100% - 30px);
	margin: auto;
}
.info-content h2 {
	margin-bottom: 2rem;
	color: #ffbb40;
	text-align: center;
	font-family: 'Poppins Bold' !important;
}
.info-content * {
	color: #a9a9a9;
}
.info-read__content {
	display: none;
	max-width: 90%;
	margin: auto;
	text-align: left;
}
.info-content ul > li {
	list-style: disc;
}
.info-read__text {
	padding: .5rem 2rem;
	display: inline-block;
	cursor: pointer;
	background-color: #181818;
	color: #ffbb40;
}
.info-read__text i{
	display: block;
	color: white;
}
/*PAGE CONTENT*/
.page-content {
	padding-top: 1rem;
}

.page-content {
	color: #cbcbcb;
}

/*TOGGLE MENU*/
.toggle-sec-menu .menu-item-has-children > a {
	display: inline-block;
	width: 95%;
	margin: 0;
}
.toggle-sec-menu span.dropdown-caret {
	display: inline-block;
	width: 5%;
	font-size: 16px;
	text-align: right;
	cursor: pointer;
	transition: all 0.4s ease;
	transform: rotateZ(270deg);
}
.rotate {
	transform: rotateZ(90deg) !important;
}

/*PAGE CONTENT*/
body:not(.page-template-gamepage) .page-content strong, body:not(.page-template-gamepage) .page-content a, .page-content__container strong {
	color: #f9b104;	
}

.page-template-gamepage .page-content {
	padding-top: 0;
}

body:not(.page-template-gamepage) .page-content section a {
	text-decoration: underline !important;	
}

body:not(.page-template-gamepage).page-content section ul {
	border: 1px solid #de319e;
	display: inline-block;
	margin: 17px 0;
	color: #ccc;
}

body:not(.page-template-gamepage) .page-content section ul li {
	border: 0 solid #de319e;
	border-bottom: 1px solid #de319e;
	line-height: 1;
	padding: 10px 0;
}

body:not(.page-template-gamepage) .page-content section ul li:before {
	content: '';
	margin-right: 8px;
	background-color: #e338a8;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}

/* GAMES INNER */
.page-template-page-games-inner  {
	color: #fff;
	
}
.page-template-page-games-inner h1, .page-template-page-games-inner h2 {
	color: #f9b104;
	font-weight: bold;
}
.page-template-page-games-inner ol, .page-template-page-games-inner ul {
	color: #fff;
}
.games-inner.gamesblock {
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    grid-gap: 5px;
	align-items: start;
}

.games-inner .game-item {
	
     width: 145px;
/*    height: 235px; */
    margin-bottom: 15px;

}
.games-inner .game-item:last-child {
    height: 150px;
}

@media (-webkit-device-pixel-ratio: 1.25) {
	.games-inner.gamesblock {
		grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
		grid-gap: 5px;
		align-items: start;
	}

	.games-inner .game-item {
		width: 145px;
		margin-bottom: 15px;

	}
	.games-inner .game-item:last-child {
		height: 150px;
	}

}

/* MENU GAMEPAGE */
.menu-game__container li > a {
	display: block;
	line-height: 2vw;
	background: linear-gradient(to bottom,#2f1d26 0,#2f1d26 48%,#17030d 49%,#17030d 100%);
	font-size: 0.75vw;
	color: white;
}
.menu-game__container li > a:before {
	margin-right: 5px;
	font-family: icomoon;
	font-size: 1.5rem;
	vertical-align: middle;
}
.menu-game__container {
	border: 1px solid #e146a8;
	border-right: none;
}
.menu-game__container li {
	border-right: 1px solid #e146a8;
}
.menu-game__container li:hover > a{
	background: #fab91e;
	background: -moz-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: -webkit-linear-gradient(top,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	background: linear-gradient(to bottom,#fab91e 0,#fab91e 48%,#f9b104 49%,#f9b104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab91e', endColorstr='#f9b104', GradientType=0);
}

.menu-game__container li.active > a {
	background: #e146a8;
	background: -moz-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: -webkit-linear-gradient(top,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	background: linear-gradient(to bottom,#e146a8 0,#e146a8 48%,#de319e 49%,#de319e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e146a8', endColorstr='#de319e', GradientType=0);
}
.menu-game__container a[data-filter="all"]:before {
	font-family: heart;
	content: "\e0725";
}
.menu-game__container a[data-filter="nikisfave"]:before {
	font-family: heart;
	content: "\e0725";
}

.menu-game__container a[data-filter="live-casino"]:before {
	content: "\e97d";
}

.menu-game__container a[data-filter="table-games"]:before {
	content: "\e979";
}

.menu-game__container a[data-filter="slot"]:before {
	content: "\e906";
}

.menu-game__container a[data-filter="jackpot"]:before {
	content: "\e97c";
}

.menu-game__container a[data-filter="latest"]:before {
	content: "\e930";
}
.menu-game__container a[data-filter="virtual-sports"]:before {
	font-family: soccer;
	content: "\e901";
}

.game-banner__container {
	position: relative;
}

.game-text__container {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 510px;
	padding: 41px 1.5rem !important;
	background-color: rgba(19, 11, 25, .8);
}

.game-banner__container img {
    width: 100%;
}

.game-banner__container .text-title, .game-banner__container .text-subtitle {
	font-family: 'Poppins Bold' !important;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1;
}
.game-text__container .text-content {
	font-size: 16px;
}
.game-text__container .text-button {
	display: block;
	margin-top: 1rem;
}

.game-text__container img {
    width: auto;
	max-width: 200px;
}

.load-more__button {
	background: #e146a8;
	border: 0;
	border-radius: 0;
	color: white;
}

/* funmode */
.gameLightbox {
	background: rgba(0,0,0,0.6);
}
.funmode__content  {
	width: 950px;
	max-width: 100%;
	background: transparent;
	text-align: center;
	border: 0;
	justify-content: center;
	margin: 0 auto;
}
.funmode__body {
	width: 950px;
	max-width: 100%;
	height: auto;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	z-index: 0;
}
.funmode__close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: -10px -10px 0px 0px;
	padding: 0px;
	background: transparent;
	border: none;
	z-index: 1;
}

.funmode__body iframe {
	width: 950px;
	max-width: 95%;
	height: 610px;
	border: none;
	background-color: black;
}

.modal .modal-dialog {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.game-masonry__item {
	height: auto;
	grid-template-rows: 150px 150px;
	grid-auto-columns: 150px;
	grid-auto-flow: column dense;
}
.game-masonry__item {
	overflow-x: scroll;
	display: grid;
	grid-gap: 8px;
}

section#homegames {
    margin-top: 5px;
}

.all .grid-item.sq500 {
	grid-column: span 2;
	grid-row: span 2;
}

.all .grid-item.rect350 {
	grid-column: span 2;
}

.all .grid-item.rect350 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-content__container {
	max-width: 1400px;
	margin: auto;
}
.entry-content {
	padding: 1rem;
}

.entry-content * {
	color: white;
}

.entry-content * {
	color: white;
}

.entry-content h2, .entry-content h3 {
	color: #f8ad00;
}

/*#template-target > div:not(.all) .iso {
margin: 0 auto 10px;
}*/

.grid {
	margin: auto;
}

.iso {
	margin-bottom: 10px;
}

.all .iso {
	margin-bottom: 0;
}

:root {
	--marquee-width: 100%;
	--marquee-height: 2vh;
	/* --marquee-elements: 12; */ /* defined with JavaScript */
	--marquee-elements-displayed: 3;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 3s);
	
	/* Licensing */
	--license-text-link-hover-color:  #f9b104;
	/* 	Compliance */	
	--compliance-link-color: inherit;
    --compliance-decoration: underline;
    --compliance-link-hover-color: #f9b104;
    --compliance-link-hover-decoration: underline;
	--license-text-color: #fff;
    --license-text-size: 16px;
	--license-logo-background: transparent;
    
    --compliance-color: inherit;
    --compliance-font-size: inherit;
    --compliance-font-weight: inherit;

    --compliance-h1-color: inherit;
    --compliance-h1-font-size: inherit;
    --compliance-h1-font-weight: bold;
    
    --compliance-h2-color: inherit;
    --compliance-h2-font-size: inherit;
    --compliance-h2-font-weight: bold;
    
    --compliance-h3-color: inherit;
    --compliance-h3-font-size: inherit;
    --compliance-h3-font-weight: bold;

    --compliance-h4-color: inherit;
    --compliance-h4-font-size: inherit;
    --compliance-h4-font-weight: bold;
}

div[son-ce="son-compliance-page"] a {
	text-decoration: underline !important;
}
.hover + .lbl span {
	transition: transform 0.4s ease;
}
.hover:hover + .lbl span, .lbl:hover span, .current .hover + .lbl span {
	transform: scale3d(1.15, 1.15, 1.15);
}

.current .hover + .lbl span {
	color: #FEE7B3;
}

.lds-facebook {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #525252;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 8px;
	background: #e146a8;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 32px;
	background: #f8ad00;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}
.game-masonry__container {
	position: relative;
}
span.side-arrows {
	position: absolute;
	top: 50%;
	z-index: 98;
	cursor: pointer;
	transform: translateY(-50%);
}

span.side-arrows {
	padding: 1.1rem .8rem;
	background-color: #e146a8;
	font-size: 2rem;
	transition: all .2s linear;
}
.game-masonry__container:hover span.side-arrows.prev {
	left: -20px;
}
.game-masonry__container:hover span.side-arrows.next {
	right: -20px;
}
span.side-arrows.prev {
	left: -75px;

}
span.side-arrows.next {
	right: -75px;

}

.sticky-game__menu {
	left: 0;
	z-index: 99;
}

.blog--link {
	color: #FABD48 !important;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translateY(-50%);
}

.center {
    display: flex;
    justify-content: center;
}

.center .deposit-method__item {
    margin-right: 5px;
    width: calc((100% /2) - 10px);
}

.center .deposit-method__item img {
    width: 100%;
	height: 100%;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left img, .right img {
	width: 100%;
}

.mySwiper div:not(.playnow-button) img {
	width: 100%;
}

.playnow-button img {
    width: unset !important;
}

.page-content.page_with_sidebar h2, .page-content.page_with_sidebar h1 {
    color: #f9b104;
}

/* BLOG */
.blog-single h1 {
    color: #f9b104;
}

#imaginary_container span.input-group-addon, 
#imaginary_container span.input-group-addon button {
    cursor: pointer;
}

#videoModal .modal-content {
	max-width: 800px;
	margin: 0 auto;
	background: transparent;
}

.video_container video {
    height: 100% !impo;
}
.video-modal.niki {
	max-width: 800px;
	max-height: 452px;
	width: 100%;
}

.page-template-promopage .col-sm-6.col-md-6 {
    margin-bottom: 2rem;
}
@keyframes lds-facebook {
	0% {
		top: 8px;
		height: 64px;
	}
	50%, 100% {
		top: 24px;
		height: 32px;
	}
}

@keyframes glowing {
	0% {
		background-color: #e338a8;
		box-shadow: 0 0 5px #e338a8;
	}
	50% {
		background-color: #ff00a7;
		box-shadow: 0 0 20px #ff00a7;
	}
	100% {
		background-color: #e338a8;
		box-shadow: 0 0 5px #e338a8;
	}
}

@keyframes glowingyellow {
	0% {
		background-color: #f9b104;
		box-shadow: 0 0 5px #f9b104;
	}
	50% {
		background-color: #fac23b;
		box-shadow: 0 0 15px #fac23b;
	}
	100% {
		background-color: #f9b104;
		box-shadow: 0 0 5px #f9b104;
	}
}

@-webkit-keyframes blink {
    0% { text-shadow: 0 0 15px #ffde98; }
    50% { text-shadow: 0 0 0; }
    100% { text-shadow: 0 0 15px #ffde98; }
}

#homegamesdesktop .menu .games-category:hover div span, 
.current .hover + .lbl span {
    animation: blink 1300ms linear infinite;
}
.gb__reg a {
	animation: glowingyellow 1300ms infinite;
}
.gb__demo {
	animation: glowing 1300ms infinite;
}

.no-results {
    font-size: 1.5rem;
    text-align: center;
    color: #fab91e;
}
.gamescategory {
	position: relative;
	background: linear-gradient(0deg, #000, #272727);
}

.gamescategory:before, .gamescategory:after {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	background: linear-gradient(45deg, #e73da4, #fbc700, #e73da4,#fbc700, #e73da4, #fbc700,   #e73da4, #fbc700,#e73da4, #fbc700);
	background-size: 400%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	z-index: 0;
	animation: steam 20s linear infinite;
	animation-fill-mode: forwards;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

/* POPUP EXIT INTENT */
#news-signup{
	z-index: 1;
}
#news-signup img {
	display: block;
	width: 600px;
	max-width: 100%;
}
.ddexitpop {
	width: fit-content !important;
	max-width: 100% !important;
	border: 0px solid #000 !important;
	padding: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 10px solid #000;
	left: 0;
	top: 0;
}
.veil-close {
	position: absolute;
	top: -25px;
	right: -25px;
	font-size: 1.5em;
	background: #000;
	border: 2px solid #000;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
}
.promo-wrapper {
	display: flex;
	max-height: 500px;
}

/* INFO Page */
.blog a:visited {
	color: #ffffff;
}
.entry-meta {
	font-size: 14px;
	color: #ffffff;
}
.meta-cat a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 5px 8px;
}
.cat-list {
	padding-left: 15px;
}
.pagination {
    justify-content: center;
}
.nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.prev.page-numbers {
    display: inline-block;
    margin: 0 10px;
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@media screen and (max-width: 1199px) {
	.sticky.leave-fold {
		display: none !important;
	}
	.tnc-btn {
		top: 90%;
		margin-top: 0;
	}	
}
@media screen and (max-width: 768px) {
	
	.tnc-btn {
		top: 95%;
	}	
}