@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*--------------- basic styles start ---------*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul.nolist, ol.nolist, ul.nolist li, ol.nolist li {
	list-style-type: none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
    outline: 0 none;
    background: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-appearance: none;
   -webkit-appearance: none;
   cursor: pointer;
}
button {
    background: none;
    border: none;
    outline: none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
a, a img {
	border: none;
}
img {
	max-width: 100%;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left, .alignleft {
	float: left;
}
.f-right, .alignright {
	float: right;
}
.d-center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none, .hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex, .fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial, sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: Arial, sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: Arial, sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: Arial, sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: Arial, sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	/*background: #F6F6F6;*/
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #323232;
	overflow-x: hidden;
	background-image: url(../images/casino-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	background-attachment: fixed;
	height: 100%;
}
.w100p, .site, .site-inner, .site-header, .site-header-main, .site-content, .site-footer, .site-info {
	width:100%;
}
.entry-title, .page-title, .entry-title a  {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
	color: #1a1a1a;
}
.entry-title a:hover, .entry-title a:focus {
	color: #007acc;
}

#headerTop {
	border-top: 2px solid #b1a261;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	background-color: #d7d7d7;
	z-index: 1;
	font-family: Arial, sans-serif;
}
#headerTop .menu a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	padding: 7px;
	display: block;
}
#headerTop .menu li.current-menu-item a{
	background-color: #133966;
	color: #fff;
}
#lngselect {
	border: 1px solid #133966;
	background-color: #E8F0FE;
	padding: 1px 10px;
}
#header-logo-area {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	padding: 15px 0;
	background-color: transparent;
}
#form-login a {
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	display: block;
	background-color: #B001A1;
	width: 100px;
	margin-left: 5px;
	border-radius: 20px;
}
#form-login .joinnow a {
	background-color: #49008F;
}
#main-menu {
	padding: 5px 0;
	display: block;
	clear: both;
	position: relative;
	width: 100%;
}
.lounge-logo img {
	max-height: 29px;
	width: 140px;
}
#main-menu .site-nav a {
	padding: 0 10px;
	display: block;
	border-right: 1px dotted #000;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}
#main-menu li.current-menu-item a {
	font-weight: bold;
}
#homeSlider #metaslider_5 {
	margin-bottom: 0;
}
#homeSlider .metaslider .caption-wrap {
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
}
#homeSlider .metaslider .caption {
	width: 500px;
	padding: 20px;
	position: relative;
}
#homeSlider .metaslider .caption img {
	width: 100%;
}
#homeSlider .btn_action_sign-up {
	background-color: #00a259;
	font-family: 'Gotham', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	display: block;
	clear: both;
	text-align: center;
	margin: 5px auto;
	display: block;
	max-width: 240px;
}
#homeSlider .btn_action_sign-up:hover {
	background-color: #1b6796;
}
#homeSlider .slider-link {
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: underline;
	padding: 0;
	display: block;
	clear: both;
	line-height: normal;
}

/*#site-footer {
	background-color: #0E3157;
}*/
.footer-menu-section {
	padding: 15px 0;
	text-align: center;
}
#menu-footer-menu li {
	position: relative;
}
#menu-footer-menu li + li:before {
	content: '|';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #fff;
}
#menu-footer-menu a {
	padding: 0 10px;
	display: block;
	clear: both;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}
#menu-footer-menu a:hover {
	color: #aea269;
}
#tabSection {
	position: relative;
	top: -70px;
}
#tabsLists {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
}
#tabsLists .tabItem {
	width: -webkit-calc(100% / 8);
	width: -moz-calc(100% / 8);
	width: -ms-calc(100% / 8);
	width: -o-calc(100% / 8);
	width: calc(100% / 8);
	background-color: #fff;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	min-height: 50px;
}
#tabsLists .tabItem span {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 3;
	color: #1d3963;
	text-transform: uppercase;
}
#tabsLists .tabItem:hover span, #tabsLists .tabItem.tabActive span {
	color: #aea269;
}
#tabData {
	background-color: #fff;
}
.tabDataItem {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tabDataItem:not(.tabDataActive) {
	display: none;
}
.tabDataItem .gameItem {
	width: -webkit-calc((100% /5) - 10px);
	width: -moz-calc((100% / 5) - 10px);
	width: -ms-calc((100% / 5) - 10px);
	width: -o-calc((100% / 5) - 10px);
	width: calc((100% / 5) - 10px);
	position: relative;
	height: 200px;
	margin: 5px;	
}
.tabDataItem .gameItem img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 200px;
	border: 3px solid #c8a74b;
    border-radius: 3px;
}
.tabDataItem .gameItem .hoverData {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.tabDataItem .gameItem:hover .hoverData {
	opacity: 1;
}
.tabDataItem .gameItem .hoverData .innerblock {
	background-color: rgba(0, 0, 0, 0.3);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;	
}
.tabDataItem .gameItem .hoverData a {
	margin: 2px 0;
	width: 100px;
	background-color: #00a259;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.tabDataItem .gameItem .hoverData a.demoLink {
	background-color: #2279ae;
}
.tabDataItem .gameItem:nth-child(odd) .hoverData a.demoLink{
	display: none;
}
.tabItem img {
	max-width: 80px;
	max-height: 40px;
	display: block;
	clear: both;
	margin: 0 auto;
}
.tabItem:not(.tabActive) .hoverimg, .tabItem.tabActive .baseimg, .tabItem:hover .baseimg {
	display: none;
}
.tabItem:hover .hoverimg {
	display: block;
}
body:not(.home) #site-content .entry-content {
	background-color: #fff;
	padding: 0 10px 10px 10px;
}
body.home #tabData {
	background-color: #fff;
	padding: 0 10px 10px 10px;
}

.caption-wrap .slider-links h1, .caption-wrap .slider-links h2{
	font-size: 60px;
    line-height: 60px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
#homeSlider .metaslider .caption a{
	font-weight: bold;
    border: 2px dotted #fff;
    background-color: #49008F;
    color: #cca457;
    border-radius: 20px;
    padding: 10px 20px;
    letter-spacing: normal;
    font-size: 16px;
}
#homeSlider .metaslider .caption p{	
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 20px;	
}
.metaslider .caption-wrap{
	top: 25%;
}
.caption-wrap .slider-links h3{
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
#site-footer .textwidget p{
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-family: Arial,sans-serif;
	font-weight: 300;
}
body:not(.home) h1.widget-title, body:not(.home) h3.widget-title{
	color: #b3a25d;
}
body:not(.home) .widget {
	margin-top: 10px;
}
.promobtn_deposit, .promobtn_information {
    background-color: #5b9806;
    border-radius: 2px;
    width: 46%;
    display: inline-block;
    padding: 5px;
}
.promobtn_information{
	background-color: #00669c;
}
a.information, a.deposit{
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
.payments-logos .panel-grid-cell{
	box-shadow: 0 10px 10px -4px rgba(0,0,0,.6);
	padding: 20px 10px;
}
.payments-logos #pgc-30-9-0.panel-grid-cell, .payments-logos #pgc-30-9-2.panel-grid-cell{
	box-shadow: none;
}
.table-style td{
	font-size: 16px;
}
.list-style ul, .list-style ol{
	padding: 10px 20px;
}
.list-style ul li, .list-style ol li{
	margin: 10px;
}
#site-footer .widget {
    margin-top: 1rem;
}
.offer-info {
    background: radial-gradient(circle, rgba(0, 0, 0, 1) -21%, rgba(0, 0, 0, 1) 57%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 1px 1px 69px -13px #6ca7e9;
}
.playnow-btn-cls .ow-button-base a{
	font-size: 20px;
    padding: 10px 50px;
    text-transform: uppercase;
    /*width: 100%;*/
    border-radius: 50px;
}
.three-play-blocks img{
	border:1px solid #fff;
}
#site-header, #site-footer {
    background: rgba(0,0,0,0.7);
}
.tran-bg {
    background: rgba(0,0,0,0.4);
    color: #fff;
    /*border: 1px solid #fff;*/
    border-radius: 0 0 10px 10px;
}
.offer-info h2.sow-headline{
	font-weight: 300;
}
.offer-info h2.sow-headline span{
	font-weight: 700;
}
.so-widget-sow-simple-masonry img{
	border-radius: 10px;
}
/* CSS Document */