.pt-active .pt-site-wrapper {
	right: 250px;
}
.pt-active.home .pt-site-header:not(.fixed) {
	right: 0;
}
.pt-site-header {
	background: #322102;
	margin: 0;
	padding: 0;
	transition: 0.5s ease all;
	z-index: 10;
	position: relative;
	right: 0;
}
.header-group {
	position: fixed;
	top: -100%;
	width: 100%;
	z-index: 9999;
	display: block;
	transition: top 0.5s ease;
	background: #3c434a;
}
.sticky-header-active .header-group {
	top: 0;
}
.pt-site-header .pt-site-title {
	float: left;
	font-size: 30px;
	line-height: 1;
	margin: 17px 0;
	padding: 0;
}
.pt-site-header .pt-site-title a {
	color: #fff;
}
.pt-site-header .pt-site-title a img {
	width: 210px;
	height: auto;
}
@media screen and (min-width: 375px) {
	.pt-site-header .pt-site-title a img {
		width: 250px;
		height: auto;
	}
}
@media screen and (min-width: 1200px) {
	.pt-site-header .pt-site-title a img {
		width: auto;
		height: auto;
	}
}
@media screen and (min-width: 1500px) {
	.pt-site-header .container {
		width: 1400px;
	}
}
.casino-mini-slot-trigger {
	float: right;
	margin: 20px 5px;
	cursor: pointer;
	display: none;
}
@media screen and (min-width: 445px) {
	.casino-mini-slot-trigger {
		display: block;
	}
}
@media screen and (min-width: 991px) and (max-width: 1500px) {
	.casino-mini-slot-trigger {
		display: none;
	}
}
@media screen and (min-width: 1500px) {
	.casino-mini-slot-trigger {
		margin-right: 20px;
	}
}
.nav-icon {
	position: relative;
	overflow: hidden;
	height: 20px;
	margin-top: -37px;
}
.icons-group {
	position: absolute;
	left: 0px;
	top: -26px;
	transition: linear 0.2s all;
}
.icons-group:hover {
	left: 2px;
	top: 1px;
}
.pt-primary-nav {
	float: right;
	margin: 10px 0;
}
.pt-primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt-primary-nav ul li {
	position: relative;
}
.pt-primary-nav ul li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s linear;
}
.pt-site-search-wrapper .pt-btn {
	background-color: #c2e900;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	justify-content: center;
	width: 40px;
	display: flex;
	border-style: hidden;
	transition: opacity ease-out 0.5s;
	opacity: 1;
}
.pt-site-search-wrapper .pt-btn.close-search,
.pt-site-search-wrapper .pt-btn.pt-submit-search,
.pt-site-search-wrapper .pt-btn.reset-search {
	display: none;
}
.pt-site-search-wrapper .pt-btn.close-search {
	opacity: 0;
	transition: opacity ease-out 0.5s;
}
@media (max-width: 1200px) {
	.pt-site-search-wrapper .pt-btn.pt-toggle-search {
		top: 5px;
		left: 10px;
		position: absolute;
	}
}
.pt-site-search-wrapper {
	float: right;
	margin: 15px 0;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 4;
}
.pt-site-search-wrapper .pt-header-search {
	top: 75px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity ease-out 0.5s;
}
@media (min-width: 1200px) {
	.pt-site-search-wrapper {
		margin: 20px 0 15px 15px;
	}
}
.pt-site-search-wrapper .form-control {
	color: #fff;
	font-size: 16px;
	position: absolute;
	padding-left: 30px;
	top: 10px;
	left: 33px;
	opacity: 0;
	visibility: hidden;
	color: #000;
}
.pt-site-search-wrapper .form-control:focus {
	border-color: rgba(255, 255, 255, 0.1);
}
.pt-site-search-wrapper input::-moz-placeholder {
	color: #434e54 !important;
	opacity: 1 !important;
}
.pt-site-search-wrapper input::placeholder {
	color: #434e54 !important;
	opacity: 1 !important;
}
.pt-active-search .pt-header-search {
	transition: opacity ease-out 0.5s;
	visibility: visible;
}
.pt-active-search .pt-header-search .search-bar-container {
	width: 450px;
	height: 72px;
	background: #434e54;
	border: 0;
	border-radius: 0px 0px 25px 25px;
	box-shadow: none;
	right: -50px;
	position: absolute;
	top: -11px;
	opacity: 1;
	transition: opacity ease-out 0.5s;
}
.pt-active-search .pt-header-search .search-bar-container .fa-search {
	width: 45px;
	height: 46px;
	background-color: #fff;
	border-radius: 25px;
	left: 13px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 10px;
	z-index: 10;
}
@media (min-width: 1200px) {
	.pt-active-search .pt-header-search .search-bar-container {
		top: -15px;
		right: -40px;
	}
}
.search-bar-container .fa-search {
	display: none;
}
.pt-active-search .pt-site-search-wrapper .form-control {
	opacity: 1;
	visibility: visible;
	width: 90%;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0px 25px 25px 0px;
}
.pt-active-search .pt-btn {
	background-color: #434e54;
}
.pt-active-search .pt-btn.pt-toggle-search {
	opacity: 0;
	transition: opacity ease-out 0.5s;
}
.pt-active-search .pt-btn.close-search {
	display: flex;
	font-size: 30px;
	padding-left: 4px;
	opacity: 1;
	transition: opacity ease-out 0.5s;
	position: absolute;
}
@media (max-width: 1200px) {
	.pt-active-search .pt-btn.close-search {
		top: 5px;
		left: 10px;
	}
}
.pt-active-search .pt-btn.close-search .pt-close {
	color: #f3f5f0;
}
.pt-active-search .pt-btn.pt-submit-search {
	background-color: #c2e900;
	color: #333;
	align-items: center;
	border-radius: 20px;
	cursor: pointer;
	height: 40px;
	justify-content: center;
	width: 100px;
	display: flex;
	top: 13px;
	right: 16px;
	position: absolute;
	font: normal normal bold 16px/18px Arial;
}
.pt-active-search .pt-btn.reset-search {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	top: 13px;
	right: 121px;
	position: absolute;
	font-size: 27px;
	display: block;
}
.pt-site-wrapper .pt-page-wrapper .search-bar-container input,
.pt-site-wrapper .pt-page-wrapper .search-bar-container .reset-search,
.pt-off-canvas .pt-header-search-mobile input {
	outline: none !important;
}
.pt-primary-nav .sub-menu {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	display: none;
	padding: 5px;
}
.pt-primary-nav .sub-menu a {
	color: #333;
	padding: 6px 12px;
}
.pt-primary-nav .sub-menu a:hover {
	color: #d6a400;
}
.pt-primary-nav > div > ul > li {
	float: left;
	z-index: 20;
}
.pt-primary-nav > div > ul > li > a {
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	padding: 12px 5px;
}
@media (min-width: 1200px) {
	.pt-primary-nav > div > ul > li > a {
		font-size: 19px;
		padding: 12px 8px;
	}
}
@media (min-width: 1500px) {
	.pt-primary-nav > div > ul > li > a {
		font-size: 20px;
	}
}
.pt-primary-nav > div > ul > li > a:hover {
	color: #c2e900;
}
.pt-primary-nav > div > ul > li.pt-is-active > a {
	background-color: #c2e900;
	color: #333;
	border-radius: 4px;
}
.pt-primary-nav > div > ul > li.pt-important > a {
	color: #c2e900;
	position: relative;
}
.pt-primary-nav > div > ul > li.pt-important > a .pt-number {
	background: #c2e900;
	border-radius: 100%;
	color: #333;
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	position: relative;
	top: -14px;
	right: -6px;
	text-align: center;
	width: 16px;
	height: 16px;
}
.pt-primary-nav > div > ul > li.pt-important > .sub-menu {
	background-color: #fce9ae;
}
.pt-primary-nav > div > ul > li.pt-important > .sub-menu::before {
	border-bottom-color: #fce9ae;
}
.pt-primary-nav > div > ul > li.pt-important.pt-is-active > a {
	color: #333;
}
.pt-primary-nav > div > ul > li.pt-important.pt-is-active > a .pt-number {
	background: #333;
	color: #fff;
}
.navbar-toggle {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	color: #fff;
	font-size: 26px;
	margin: 21px 0;
	padding: 5px;
	z-index: 10;
}
.pt-off-canvas {
	background: #434e54;
	box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.05);
	padding: 10px;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: -250px;
	bottom: 0;
	transition: 0.5s ease;
	height: 100vh;
	z-index: 10;
	display: none;
}
.pt-active .pt-off-canvas {
	width: 85%;
	display: block;
	right: 0;
}
.pt-active .pt-off-canvas .pt-off-canvas-header {
	margin-top: -60px;
}
.pt-active .pt-off-canvas .header-menu-mobile {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.pt-active .pt-off-canvas .pt-submit-search {
	background-color: #c2e900;
	align-items: center;
	border-radius: 20px;
	height: 40px;
	width: 80px;
	top: 3px;
	right: 5%;
	position: absolute;
	border: none;
	display: block !important;
	font: normal normal bold 14px/16px Arial;
}
@media (min-width: 768px) {
	.pt-active .pt-off-canvas .pt-submit-search {
		right: 4%;
	}
}
.pt-active .pt-off-canvas .reset-search {
	background-color: #fff;
	top: 11px;
	right: 114px;
	position: absolute;
	font-size: 32px;
	display: block;
	border: none;
	color: #434e54;
}
.pt-active .pt-off-canvas .fa-search {
	width: 28px;
	height: 40px;
	background-color: #fff;
	border-radius: 25px;
	left: 7px;
	top: 4px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.pt-active .pt-off-canvas .form-control {
	width: 96%;
}
@media (min-width: 768px) {
	.pt-active .pt-off-canvas .form-control {
		width: 97%;
	}
}
.pt-active .pt-off-canvas .form-container {
	width: 100%;
	position: absolute;
	top: 100px;
}
.pt-active .pt-off-canvas .form-container .pt-header-search-mobile {
	width: 100%;
}
.pt-off-canvas .close {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin: 10px;
	opacity: 1;
	outline: none;
	text-shadow: none;
}
.pt-active {
	overflow: hidden;
}
.page-header {
	border: 0;
	margin: 0;
	padding: 0;
}
.page-header .page-description {
	font-size: 24px;
	font-weight: 300;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}
@media (max-width: 991px) {
	.pt-primary-nav > div > ul > li {
		float: none;
	}
	.pt-primary-nav > div > ul > li > a {
		padding: 12px;
	}
	.pt-site-header .pt-primary-nav {
		display: none;
	}
	.pt-primary-nav li a {
		position: relative;
	}
	.pt-primary-nav li a .toggle {
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 18px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 10px;
		text-align: center;
		transform: translateY(-50%);
		z-index: 50;
	}
	.pt-primary-nav li a .toggle::after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '';
		transition: 0.2s linear;
	}
	.pt-primary-nav li.active > a > .toggle::after {
		transform: rotate(180deg);
	}
	.pt-primary-nav li.active > .sub-menu {
		display: block;
	}
	.pt-header-search.pt-toggle-search {
		display: none;
	}
	.pt-header-search.pt-toggle-search .fa-search {
		position: relative;
		left: 4px;
	}
	.pt-primary-nav {
		float: none;
	}
	.pt-primary-nav .menu-hoofd-menu-container {
		margin-top: 135px;
	}
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
	.pt-primary-nav .sub-menu {
		margin-left: -120px;
		position: absolute;
		right: 50%;
		left: 50%;
		width: 240px;
		z-index: 10;
	}
	.pt-primary-nav li:hover > .sub-menu,
	.pt-primary-nav li.menu-item-has-children.active > .sub-menu,
	.pt-primary-nav li.menu-item-has-children a:focus + .sub-menu {
		display: block;
	}
	.pt-primary-nav
		> div
		> ul
		> li.menu-item-has-children:not(.pt-important)
		> a::after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '';
		font-size: 0.5em;
		margin-left: 2px;
		position: relative;
		top: -2px;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.pt-primary-nav
		> div
		> ul
		> li.menu-item-has-children:not(.pt-important)
		> a::after {
		margin-left: 10px;
	}
}
@media (min-width: 992px) {
	.pt-primary-nav > div > ul > li > .sub-menu::before {
		border-right: 6px solid rgba(0, 0, 0, 0);
		border-bottom: 6px solid #fff;
		border-left: 6px solid rgba(0, 0, 0, 0);
		content: '';
		margin-left: -3px;
		position: absolute;
		top: -5px;
		left: 50%;
		width: 0;
		height: 0;
	}
}
@media (max-width: 991px) {
	.navbar-toggle {
		display: block;
	}
	.pt-primary-nav ul {
		display: flex;
		flex-direction: column;
	}
	.pt-primary-nav ul .order-1 {
		order: 1;
	}
	.pt-primary-nav ul .order-2 {
		order: 2;
	}
	.pt-primary-nav ul .order-3 {
		order: 3;
	}
	.pt-primary-nav ul .order-4 {
		order: 4;
	}
	.pt-primary-nav ul .order-5 {
		order: 5;
	}
}
@media (max-width: 767px) {
	.pt-site-header .pt-site-title img {
		width: 220px;
		height: 37px;
	}
}
.members-area-menu-content {
	float: right;
	margin: 15px 0;
}
.members-area-menu-content .mobile {
	display: none;
}
.members-area-menu-content .desktop {
	display: flex;
}
@media (max-width: 991px) {
	.members-area-menu-content .desktop {
		display: none;
	}
	.members-area-menu-content .mobile {
		display: flex;
	}
}
.members-area-menu-content .logged-in {
	display: none;
}
.members-area-menu-content .logged-in .pt-members-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.members-area-menu-content .logged-in .members-area-menu-opener {
	position: relative;
}
.members-area-menu-content .logged-in .members-area-menu-opener > a {
	display: flex;
	align-items: center;
	border-radius: 22px;
	padding: 4px 8px 4px 4px;
	background-color: #434e54;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
}
@media (min-width: 1500px) {
	.members-area-menu-content .logged-in .members-area-menu-opener > a {
		font-size: 18px;
		padding: 4px 15px 4px 4px;
	}
}
.members-area-menu-content .logged-in .members-area-menu-opener > a img {
	margin-right: 10px;
}
@media (max-width: 1200px) {
	.members-area-menu-content .logged-in .members-area-menu-opener > a img {
		margin-right: 2px;
	}
}
.members-area-menu-content .logged-in .members-area-menu-opener ul {
	background-color: #434e54;
	border-radius: 0 0 22px 22px;
	position: absolute;
	display: none;
	margin: 0;
	padding: 14px;
	list-style: none;
	width: 100%;
}
.members-area-menu-content .logged-in .members-area-menu-opener ul li {
	padding: 5px 0;
}
.members-area-menu-content .logged-in .members-area-menu-opener ul a {
	color: #82cfd5;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	display: inline-block;
}
@media (max-width: 991px) {
	.members-area-menu-content .members-area-menu-opener {
		margin-left: 5px;
	}
	.members-area-menu-content .members-area-menu-opener > a {
		border-radius: 22px !important;
		padding: 3px 1px !important;
	}
	.members-area-menu-content .members-area-menu-opener > a span {
		display: none;
	}
	.members-area-menu-content .members-area-menu-opener > a img {
		margin-right: 0px !important;
	}
	.members-area-menu-content .members-area-menu-opener ul {
		margin-top: 20px !important;
		border-radius: 10px !important;
		left: -125px !important;
		width: 176px !important;
	}
	.members-area-menu-content .members-area-menu-opener ul::before {
		content: '';
		background-color: #434e54;
		width: 18px;
		height: 18px;
		display: block;
		position: absolute;
		transform: rotate(45deg);
		top: -9px;
		right: 19px;
	}
}
.members-area-menu-content .desktop.logged-out {
	background: #434e54;
	border-radius: 22px;
	margin-left: 5px;
}
@media (min-width: 1200px) {
	.members-area-menu-content .desktop.logged-out {
		margin-left: 8px;
	}
}
.members-area-menu-content .desktop.logged-out a {
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 2px;
	margin: 3px 0;
}
@media (min-width: 1200px) {
	.members-area-menu-content .desktop.logged-out a {
		font-size: 15px;
		padding: 0 3px;
	}
}
@media (min-width: 1500px) {
	.members-area-menu-content .desktop.logged-out a {
		font-size: 16px;
		padding: 0 7px;
	}
}
.members-area-menu-content .desktop.logged-out a.register {
	background: #fff;
	color: #333;
	margin: 3px 0 3px 3px;
	border-radius: 19px;
}
.members-area-menu-content .desktop.logged-out a.register:hover {
	background: #f8d366;
}
.members-area-menu-content .desktop.logged-out a.login {
	color: #fff;
}
.members-area-menu-content .mobile.logged-out .pt-members-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.members-area-menu-content .mobile.logged-out .members-area-menu-opener {
	position: relative;
}
.members-area-menu-content .mobile.logged-out .members-area-menu-opener > a {
	display: block;
	border-radius: 22px;
	padding: 4px;
	background-color: #434e54;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
@media (min-width: 375px) {
	.members-area-menu-content .mobile.logged-out .members-area-menu-opener > a {
		margin: 0 10px;
	}
}
.members-area-menu-content .mobile.logged-out .members-area-menu-opener ul {
	background-color: #434e54;
	position: absolute;
	display: none;
	margin: 0;
	padding: 14px;
	list-style: none;
	margin-top: 20px;
	border-radius: 10px;
	left: -75px;
	width: 135px;
}
.members-area-menu-content
	.mobile.logged-out
	.members-area-menu-opener
	ul::before {
	content: '';
	background-color: #434e54;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: -9px;
	right: 19px;
}
.members-area-menu-content .mobile.logged-out .members-area-menu-opener ul li {
	padding: 5px 0;
}
.members-area-menu-content .mobile.logged-out .members-area-menu-opener ul a {
	color: #82cfd5;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
	padding: 9px;
}
.ma-active
	.members-area-menu-content
	.mobile.logged-out
	.members-area-menu-opener
	ul {
	display: block;
}
.ma-active .members-area-menu-content .logged-in .members-area-menu-opener > a {
	border-radius: 22px 22px 0 0;
}
.ma-active .members-area-menu-content .logged-in .members-area-menu-opener ul {
	display: block;
}
.pt-singular-header {
	background: #434e54;
	padding: 40px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.pt-singular-header--game {
	background: #3c434a;
}
@media (max-width: 767px) {
	.pt-singular-header {
		padding: 12px 0 22px 0;
	}
}
.pt-singular-header .pt-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pt-singular-header .pt-wrapper .pt-logo {
	align-self: center;
	color: #fff;
	margin: 20px auto;
}
.pt-singular-header .pt-wrapper .pt-logo img {
	max-width: 220px;
	height: auto;
}
.pt-singular-header .pt-wrapper .pt-header-content {
	padding: 20px;
}
.pt-singular-header .pt-wrapper .pt-header-content .page-title {
	font-size: 28px;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-header {
	margin-bottom: 15px;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-header .pt-ratings {
	margin-top: 5px;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-header .pt-label {
	float: left;
	margin: 2px 20px 2px 0;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-header .page-title {
	display: inline-block;
	margin: 0;
}
.pt-singular-header .pt-background-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.pt-singular-header .pt-background-image img {
	opacity: 0.5;
	width: auto;
	height: 100%;
}
.pt-singular-header .pt-background-image::after {
	background-image: linear-gradient(to right, #434e54, transparent);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.single-header-flexible {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single-header-flexible img {
	width: 100%;
}
.single .hentry .single-header-flexible .page-title {
	margin-top: 20px;
	font-size: 41px;
	color: #fff;
}
@media (max-width: 991px) {
	.single-header-flexible {
		flex-direction: column;
	}
}
@media (min-width: 992px) {
	.single .hentry .single-header-flexible .page-title {
		margin-top: 0;
		font-size: 58px;
	}
	.pt-singular-header .pt-wrapper {
		min-height: 280px;
	}
	.single-header-flexible {
		flex-direction: row;
	}
}
.pt-section-header {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.pt-section-header P {
	font-size: 24px;
	font-weight: 300;
}
@media (min-width: 992px) {
	.pt-section-header.pt-header-with-button {
		display: flex;
	}
	.pt-section-header.pt-header-with-button .pt-section-title {
		flex: 1;
	}
}
@media (max-width: 767px) {
	.pt-section-header {
		text-align: center;
	}
}
#postdates {
	font-size: 20px;
	font-weight: bold;
	padding: 0 7px 0 0;
	border-top: 6px solid #d6a400;
	display: inline-block;
	color: #d6a400;
}
#postdates .pdata:last-child::after {
	content: '';
	background: no-repeat;
	background-size: contain;
	width: 26px;
	height: 29px;
	position: relative;
	right: -6px;
	bottom: -7px;
	display: inline-block;
}
#postdates span.updated,
#postdates span.published {
	color: #434e54;
	padding-right: 5px;
}
#postdates span.updated {
	padding: 0 10px 0 0;
}
@media (max-width: 767px) {
	#postdates {
		font-size: 16px;
		width: 100%;
		padding: 0;
	}
	#postdates .pdata:last-child::after {
		width: 24px;
		height: 27px;
	}
	#postdates .pdata {
		display: block;
	}
	#postdates .pdata:last-child {
		margin-top: -7px;
	}
	#postdates .pdata:first-child {
		padding-top: 5px;
	}
	#postdates .pdata span.updated {
		padding: 0 10px 0 0;
	}
}
.page-id-9 #postdates,
.page-id-184 #postdates,
.page-id-365 #postdates,
.page-id-4883 #postdates {
	display: none;
}
.list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.list.pt-list-logos {
	margin-bottom: 10px;
}
.pt-list-logos li {
	display: inline-block;
	margin-right: 0;
	padding: 5px 10px;
	background: #f3f5f0;
	border-radius: 22px;
}
.pt-list-logos li img {
	width: auto;
	max-height: 30px;
	display: block;
}
.pt-list-logos.pt-list-logos-providers li img {
	max-height: 45px;
}
.pt-list-logos li.pt-more-payments {
	display: block;
	background: none;
	font-size: 15px;
}
@media (max-width: 767px) {
	.pt-list-logos li.pt-more-payments {
		display: inline-block;
		vertical-align: top;
		padding-top: 5px;
	}
	ul.list.pt-list-logos {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.ctatable {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.ctatable {
		display: flex;
	}
	.ctatable.cj-casinos-list--grid {
		justify-content: center;
	}
}
.ctatable .ctatable_card {
	width: 100%;
}
@media (min-width: 768px) {
	.ctatable .ctatable_card {
		margin-bottom: 20px;
		align-self: stretch;
	}
	.ctatable .ctatable_card > article {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.ctatable .ctatable_card > article .pt-content {
		flex-grow: 1;
	}
}
@media (min-width: 992px) {
	.ctatable .ctatable_card {
		max-width: 252px;
	}
}
.pt-casino-figure {
	background: #c2e900;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	height: 150px;
}
.pt-casino-figure img {
	margin: 0 auto;
	max-width: 160px;
	height: auto;
	width: 100%;
}
.gadsgrid {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.gads-payment-method-images {
	max-width: 41px;
	height: auto;
}
.pt-paymethod-icons {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.gad-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pt-section-reactions .reaction,
.pt-overview .reaction {
	margin-bottom: 20px;
}
.pt-section-reactions .reaction > a,
.pt-overview .reaction > a {
	background: #fff;
	border: 1px solid #6f6f6f;
	border-bottom: 10px solid #6f6f6f;
	border-radius: 3px;
	color: #6f6f6f;
	display: block;
	padding: 20px;
	transition: 0.2s linear;
}
.pt-section-reactions .reaction > a .entry-image,
.pt-overview .reaction > a .entry-image {
	background: #eff6f1;
	margin-bottom: 20px;
	min-height: 130px;
}
.pt-section-reactions .reaction > a .entry-title,
.pt-overview .reaction > a .entry-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.pt-section-reactions .reaction > a .pt-read-more,
.pt-overview .reaction > a .pt-read-more {
	color: #333;
	text-decoration: underline;
}
.pt-section-reactions .reaction > a:hover,
.pt-section-reactions .reaction > a:focus,
.pt-overview .reaction > a:hover,
.pt-overview .reaction > a:focus {
	border-color: #d6a400;
}
@media (min-width: 768px) {
	.pt-section-reactions .reaction > a,
	.pt-overview .reaction > a {
		min-height: 360px;
	}
}
.pt-section-reactions .reaction.pt-positive > a,
.pt-overview .reaction.pt-positive > a {
	border-bottom-color: #d6a400;
}
.pt-section-reactions .reaction.pt-positive > a .entry-title,
.pt-overview .reaction.pt-positive > a .entry-title {
	color: #d6a400;
}
.pt-section-reactions .reaction.pt-negative > a,
.pt-overview .reaction.pt-negative > a {
	border-bottom-color: #d54137;
}
.pt-section-reactions .reaction.pt-negative > a .entry-image,
.pt-overview .reaction.pt-negative > a .entry-image {
	background: #fdeceb;
}
.pt-section-reactions .reaction.pt-negative > a .entry-title,
.pt-overview .reaction.pt-negative > a .entry-title {
	color: #d54137;
}
.pt-section-reactions .reaction.pt-negative > a:hover,
.pt-section-reactions .reaction.pt-negative > a:focus,
.pt-overview .reaction.pt-negative > a:hover,
.pt-overview .reaction.pt-negative > a:focus {
	border-color: #d54137;
}
.pt-section-reactions .reaction.pt-unjustified > a,
.pt-overview .reaction.pt-unjustified > a {
	border-bottom-color: #bb5700;
}
.pt-section-reactions .reaction.pt-unjustified > a .entry-image,
.pt-overview .reaction.pt-unjustified > a .entry-image {
	background: #fef9e8;
}
.pt-section-reactions .reaction.pt-unjustified > a .entry-title,
.pt-overview .reaction.pt-unjustified > a .entry-title {
	color: #bb5700;
}
.pt-section-reactions .reaction.pt-unjustified > a:hover,
.pt-section-reactions .reaction.pt-unjustified > a:focus,
.pt-overview .reaction.pt-unjustified > a:hover,
.pt-overview .reaction.pt-unjustified > a:focus {
	border-color: #bb5700;
}
.pt-reaction-image {
	display: flex;
	justify-content: center;
	text-align: center;
}
.pt-overview .slot {
	margin-bottom: 20px;
	position: relative;
	min-height: 120px;
	z-index: 1;
}
.pt-overview .slot > a {
	display: block;
}
.pt-overview .slot .entry-image {
	position: relative;
	margin: 0;
}
.pt-overview .slot .entry-image:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 66.6666666667%;
}
.pt-overview .slot .entry-image img {
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.pt-overview .slot .entry-image:hover img {
	transform: scale(1.05);
}
.pt-overview .slot .entry-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	color: #227c33;
}
.pt-overview .slot:hover .pt-connected-provider {
	opacity: 1;
	visibility: visible;
}
.pt-overview .slot .pt-connected-provider {
	background-position: 20px -5px;
	background-repeat: no-repeat;
	background-size: 140px 50px;
	border-radius: 2px;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.2s;
	visibility: hidden;
	width: 180px;
	height: 40px;
}
.pt-casino-sticky {
	background: #c2e900;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	transition: 0.2s linear;
	width: 100%;
	z-index: 20;
}
.pt-casino-sticky .pt-casino-sticky-wrapper {
	align-items: center;
}
.pt-casino-sticky .pt-logo {
	flex: 1;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.pt-casino-sticky .pt-logo img {
	width: auto;
	max-height: 90px;
}
.pt-casino-sticky .pt-casino-summary {
	align-items: center;
	background: #fff;
	border-radius: 3px;
	display: flex;
	flex: 2;
	margin: 15px 0;
	padding: 15px;
}
.pt-casino-sticky .pt-casino-summary .pt-ratings-wrapper {
	flex: 1;
}
.pt-casino-sticky .pt-casino-summary .pt-links {
	color: #6f6f6f;
	display: none;
	flex: 1;
	list-style: none;
	margin: 0 15px;
	padding: 0;
}
.pt-casino-sticky .pt-casino-summary .pt-links a {
	color: #6f6f6f;
}
@media (min-width: 455px) {
	.pt-casino-sticky .pt-casino-sticky-wrapper {
		display: flex;
	}
	.pt-casino-sticky .pt-logo {
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.pt-casino-sticky {
		top: 0;
		bottom: inherit;
		transform: translateY(-100%);
	}
	.pt-casino-sticky .pt-casino-summary {
		border-radius: 0;
		margin: 0;
		flex: 1;
	}
	.pt-casino-sticky .pt-casino-summary .pt-links {
		display: block;
	}
}
.pt-fixed .pt-casino-sticky {
	opacity: 1;
	transform: translateY(0);
}
.pt-overview .game {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.pt-overview .game > a {
	background: #fff;
	border-radius: 3px;
	display: block;
	position: relative;
	min-height: 100%;
}
.pt-overview .game > a:hover .entry-title {
	color: #d6a400;
}
.pt-overview .game .entry-image {
	position: relative;
	margin: 0;
}
.pt-overview .game .entry-image:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 66.6666666667%;
}
.pt-overview .game .entry-image img {
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pt-overview .game .entry-title {
	display: flex;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	transition: 0.2s;
	min-height: 73px;
	align-items: center;
	line-height: 22px;
}
.pt-section-breadcrumbs {
	padding: 12px 0;
	background-color: #f3f5f0;
}
.pt-section-breadcrumbs .pt-breadcrumbs {
	margin-bottom: 0;
	padding: 0;
}
.pt-section-breadcrumbs .pt-breadcrumbs a {
	font-size: 16px;
	line-height: 19px;
	color: #d6a400;
}
.pt-section-breadcrumbs .pt-breadcrumbs .breadcrumb-item {
	display: inline;
}
.pt-section-breadcrumbs .pt-breadcrumbs .breadcrumb_last {
	display: inline;
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
}
.pt-section-breadcrumbs .pt-breadcrumbs .pt-separator {
	color: #d6a400;
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
	margin: 0 5px;
}
@media (min-width: 768px) {
	.pt-section-breadcrumbs .pt-breadcrumbs a,
	.pt-section-breadcrumbs .pt-breadcrumbs .breadcrumb_last {
		font-size: 20px;
		line-height: 23px;
	}
	.pt-section-breadcrumbs .pt-breadcrumbs .pt-separator {
		font-size: 20px;
		line-height: 23px;
		margin: 0 15px;
	}
}
.pt-site-footer {
	background: #d6a400 !important;
	border-bottom: 10px solid #d6a400;
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	position: relative;
	z-index: 1;
}
.pt-site-footer a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: underline;
}
.pt-site-footer a:hover,
.pt-site-footer a:focus {
	color: #fff;
}
.pt-site-footer .menu a {
	color: #fff;
	text-decoration: none;
	transition: 0.2s linear;
}
.pt-site-footer .menu a:hover,
.pt-site-footer .menu a:focus {
	color: #d6a400;
	transform: translateX(5px);
}
.pt-site-footer h2,
.pt-site-footer h3,
.pt-site-footer h4 {
	color: #fff;
	font-family: 'Arial Black', 'Avenir Next', sans-serif;
	margin-bottom: 20px;
}
.pt-site-footer .pt-footer-inner {
	padding: 30px 0 10px;
	position: relative;
}
.pt-site-footer .pt-footer-inner .pt-last .pt-footer-icons {
	display: flex;
}
.pt-site-footer .pt-footer-inner .pt-last .pt-footer-icons a {
	margin-right: 15px;
}
@media (max-width: 992px) {
	.pt-site-footer .pt-footer-inner .pt-last .pt-footer-icons {
		margin-bottom: 50px;
	}
}
@media (min-width: 992px) {
	.pt-site-footer .pt-footer-inner {
		padding: 60px 0 40px;
	}
	.pt-site-footer .pt-footer-inner::after {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent);
		content: '';
		position: absolute;
		top: 0;
		left: 70%;
		transform: skew(-15deg);
		width: 255px;
		height: 100%;
		z-index: -1;
	}
	.pt-site-footer .pt-footer-inner .pt-footer-content {
		padding-right: 60px;
	}
	.pt-site-footer .pt-footer-inner .pt-footer-content p:last-child {
		max-width: 70%;
	}
}
.pt-site-footer .pt-hunter {
	position: absolute;
	right: 30px;
	bottom: -5px;
}
.pt-social-nav {
	margin: 15px 0;
}
.pt-social-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt-social-nav ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.pt-social-nav .icon a {
	display: block;
}
.pt-social-nav .icon a:hover {
	-webkit-animation: scale 1s both infinite;
	animation: scale 1s both infinite;
}
.widget {
	margin-bottom: 30px;
}
.widget .pt-box {
	margin-bottom: 0;
}
.widget .menu {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.widget .menu li {
	padding-left: 1.5em;
}
.widget .menu li a::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	font-size: 0.8em;
	margin-left: -1.5em;
	width: 1.5em;
}
.widget_recent_entries ul,
.widget-pronamic-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries ul li,
.widget-pronamic-posts ul li {
	display: block;
	padding: 2px 0;
}
.widget_recent_entries ul li .post-date,
.widget-pronamic-posts ul li .post-date {
	color: #6f6f6f;
	display: block;
}
.widget_nav_menu ul,
.widget-pronamic-secondary-nav ul,
.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu ul li a,
.widget-pronamic-secondary-nav ul li a,
.widget_categories ul li a {
	display: block;
	padding: 2px 0;
}
.pt-footer-additional {
	background-color: #322102;
	color: #c2e900;
	padding: 19px 0;
	position: relative;
	z-index: 10;
}
@media (min-width: 768px) {
	.pt-footer-additional {
		padding: 25px 0;
	}
}
.pt-footer-additional a {
	font: 400 14px/25px Arial, Helvetica, sans-serif;
	color: #fff;
}
.pt-footer-additional a:hover,
.pt-footer-additional a:active {
	color: #c2e900;
}
.pt-footer-additional .menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
	.pt-footer-additional .menu {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.pt-footer-additional .menu li {
	padding: 0 0 6px;
}
.pt-footer-additional .menu li:last-of-type {
	padding-bottom: 0;
}
.pt-footer-additional .widget {
	margin-bottom: 0;
}
.pt-footer-additional .widget .menu {
	margin-bottom: 0;
}
.pt-footer-additional .widget .menu li a {
	padding: 0;
}
.pt-footer-additional .widget .menu li a:before {
	content: initial;
}
.pt-footer-additional .widget-title {
	color: #f9dc6b;
	font: normal normal bold 20px/40px Avenir Next;
	margin-bottom: 0;
}
.pt-footer-additional-grid {
	display: grid;
	grid-column-gap: 28px;
	-moz-column-gap: 28px;
	column-gap: 28px;
	grid-row-gap: 13px;
	row-gap: 13px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
	.pt-footer-additional-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.pt-footer-additional-logo {
	margin-bottom: 24px;
}
.pt-footer-additional-logo img {
	max-height: 39px;
	width: auto;
}
@media (min-width: 992px) {
	.pt-site-footer .pt-hunter {
		right: 25%;
	}
}
@media (max-width: 767px) {
	.pt-site-footer .pt-hunter {
		display: none;
	}
}
.pt-site-footer .widget .menu li a:before {
	content: '';
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 13px;
	height: 13px;
	transition: 0.2s linear;
	margin-right: 6px;
}
.members-area-menu-footer {
	display: none;
}
.sticky-bar-cotm {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 20;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm {
		pointer-events: none;
	}
}
.sticky-bar-cotm.active .sticky-bar-cotm__container {
	height: 169px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.sticky-bar-cotm.active .sticky-bar-cotm__container {
		height: 131px;
	}
}
@media screen and (min-width: 1280px) {
	.sticky-bar-cotm.active .sticky-bar-cotm__container {
		height: 86px;
		box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.13);
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		transition: box-shadow 400ms 400ms ease-in-out, height 400ms ease-in-out;
	}
}
.sticky-bar-cotm.active .sticky-bar-cotm__content {
	top: 0;
	pointer-events: auto;
}
@media screen and (min-width: 1280px) {
	.sticky-bar-cotm.active .sticky-bar-cotm__title {
		border-top-right-radius: 0;
		box-shadow: none;
	}
}
.sticky-bar-cotm.active .sticky-bar-cotm__close {
	transform: rotate(-90deg) scale(-1);
	top: calc(50% + 6px);
	margin-top: 10px;
}
@media screen and (min-width: 1280px) {
	.sticky-bar-cotm.active .sticky-bar-cotm__close {
		transform: rotate(-90deg) scale(-1);
	}
}
.sticky-bar-cotm__container {
	flex-direction: column;
	background: linear-gradient(to bottom, transparent 15px, #c2e900 2%);
	height: 35px;
	display: flex;
	width: 100%;
	transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1280px) {
	.sticky-bar-cotm__container {
		height: 60px;
		flex-direction: row;
		background: rgba(0, 0, 0, 0);
		transition: height 400ms ease-in-out, box-shadow 40ms ease-in-out;
	}
}
.sticky-bar-cotm__outer-container {
	max-width: 1400px;
	margin: auto;
	display: flex;
}
.sticky-bar-cotm__close {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLXJpZ2h0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTI4NS40NzYgMjcyLjk3MUw5MS4xMzIgNDY3LjMxNGMtOS4zNzMgOS4zNzMtMjQuNTY5IDkuMzczLTMzLjk0MSAwbC0yMi42NjctMjIuNjY3Yy05LjM1Ny05LjM1Ny05LjM3NS0yNC41MjItLjA0LTMzLjkwMUwxODguNTA1IDI1NiAzNC40ODQgMTAxLjI1NWMtOS4zMzUtOS4zNzktOS4zMTctMjQuNTQ0LjA0LTMzLjkwMWwyMi42NjctMjIuNjY3YzkuMzczLTkuMzczIDI0LjU2OS05LjM3MyAzMy45NDEgMEwyODUuNDc1IDIzOS4wM2M5LjM3MyA5LjM3MiA5LjM3MyAyNC41NjguMDAxIDMzLjk0MXoiPjwvcGF0aD48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 18px;
	display: inline-block;
	transform: rotate(-90deg);
	transition: 400ms all ease-in-out;
	margin-top: -10px;
	order: 2;
}
@media screen and (min-width: 1280px) {
	.sticky-bar-cotm__close {
		order: 0;
	}
}
.sticky-bar-cotm__title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #c2e900;
	box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.13);
	transition: 400ms all ease-in-out;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	pointer-events: auto;
	-moz-column-gap: 10px;
	column-gap: 10px;
	min-height: 33px;
}
.sticky-bar-cotm__title-text {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__title-text {
		font-size: 17px;
		line-height: 20px;
	}
}
.sticky-bar-cotm__logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__logo-container {
		height: 100%;
	}
}
.sticky-bar-cotm__logo-container img {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 102px;
	max-height: 65px;
}
.sticky-bar-cotm__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	background: #fff;
	border: 3px solid #c2e900;
	transition: all 400ms ease-in-out;
	flex-wrap: wrap;
	padding: 8px 4px;
	border-radius: 10px 10px 0 0;
	-moz-column-gap: 23px;
	column-gap: 23px;
	row-gap: 3px;
	position: relative;
	top: 100px;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__content {
		border-radius: 0 10px 0 0;
		flex-wrap: nowrap;
		padding: 15px 12px;
	}
}
.sticky-bar-cotm__content_casino {
	background: #f3f5f0;
	display: flex;
	align-items: center;
	-moz-column-gap: 16px;
	column-gap: 16px;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__content_casino {
		width: 362px;
	}
}
.sticky-bar-cotm__content_casino:hover {
	cursor: pointer;
}
.sticky-bar-cotm__content_casino:hover .btn-primary {
	background-color: #306149;
	border-color: #306149;
	color: #fff;
}
.sticky-bar-cotm__content_casino:first-child {
	border-radius: 5px 5px 0px 0px;
}
.sticky-bar-cotm__content_casino:first-child .sticky-bar-cotm__logo-container {
	border-radius: 5px 0px 0px 0px;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__content_casino:first-child {
		border-radius: 5px 0px 0px 0px;
	}
}
.sticky-bar-cotm__content_casino:last-child {
	border-radius: 0px 5px 0px 0px;
}
.sticky-bar-cotm__bonus {
	text-align: center;
	flex-basis: 100%;
	cursor: text;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__bonus {
		flex-basis: initial;
		color: #242b44;
	}
}
.sticky-bar-cotm__bonus span {
	margin: auto 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__bonus span {
		font-size: 18px;
		line-height: 21px;
	}
}
.sticky-bar-cotm__bonus span p {
	margin-bottom: 0px;
}
.sticky-bar-cotm h3 {
	margin: 0;
}
.sticky-bar-cotm__cta {
	margin-right: 5px;
}
@media screen and (min-width: 1024px) {
	.sticky-bar-cotm__cta {
		flex-basis: initial;
		margin-right: 15px;
	}
}
.sticky-bar-cotm__cta .btn.btn-primary.pt-with-arrow::after {
	margin-left: 7px;
	background-size: cover;
	width: 9px;
	height: 11px;
	background-position: center center;
}
.sticky-bar-cotm .btn.btn-lg {
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 28px;
	font-size: 15px;
}
.sticky-bar-cotm .btn.btn-lg::after {
	display: none;
}
@media (max-width: 1023px) {
	.sticky-bar-cotm__rating-container {
		flex-direction: column;
		align-items: center;
		row-gap: 3px;
	}
	.sticky-bar-cotm__rating-text {
		font-size: 13px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) {
	.sticky-bar-cotm__outer-container {
		width: 100%;
	}
	.sticky-bar-cotm .continer {
		min-height: 101px;
	}
	.sticky-bar-cotm .btn.btn-lg {
		padding: 13px 39px;
	}
}
@media (max-width: 1024px) {
	.sticky-bar-cotm__outer-container {
		width: 100%;
		position: relative;
		display: block;
	}
	.sticky-bar-cotm__logo-container img {
		max-height: 38px;
	}
	.sticky-bar-cotm__bonus span {
		text-align: left;
		padding: 0;
	}
}
@media (max-width: 325px) {
	.sticky-bar-cotm .btn.btn-lg {
		padding: 13px 19px;
	}
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #6f6f6f;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-body {
	position: relative;
	padding: 15px;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.entry-content .table-container {
	margin-bottom: 10px;
	overflow-x: auto;
}
.entry-content .table-container .dropdown-table {
	border-collapse: collapse;
	max-width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-bottom: 0px;
	border: 2px solid #f1d478;
}
.entry-content .table-container .dropdown-table thead td {
	min-height: 60px;
	font: 600 18px/37px 'Arial', 'Arial Black', sans-serif;
	line-height: 1em;
	padding: 10px;
	border: none;
}
@media (min-width: 767px) {
	.entry-content .table-container .dropdown-table thead td {
		padding: 20px;
	}
}
.entry-content .table-container .dropdown-table tr.hidden {
	opacity: 0;
	display: none;
}
.entry-content .table-container .dropdown-table tbody tr:nth-child(even) td {
	background-color: rgba(241, 212, 120, 0.2);
}
.entry-content .table-container .dropdown-table tbody tr {
	opacity: 1;
}
.entry-content .table-container .dropdown-table tbody td {
	border: none !important;
	font: 18px/37px 'Tahoma', 'Arial Black', sans-serif;
	color: #1f1f1f;
	line-height: 1.3em;
}
.button-container.closed .toggle-button:after {
	content: '';
	background: url(../images/7eb1197ca24084ee78b3.png) no-repeat 50% 50%;
	transform: rotate(180deg) scale(-1);
	display: flex;
	width: 56px;
	height: 30px;
}
.button-container {
	display: flex;
	justify-content: center;
}
.button-container .toggle-button {
	background-color: #f1d478;
	border-radius: 0px 0px 40px 40px;
	border: none;
}
.button-container .toggle-button:after {
	content: '';
	background-size: contain;
	background: url(../images/7eb1197ca24084ee78b3.png) no-repeat 50% 60%;
	transform: rotate(0deg) scale(-1);
	display: flex;
	width: 56px;
	height: 30px;
}
.button-container .toggle-button:hover {
	cursor: pointer;
}
.wp-editor .dropdown-table {
	display: table;
}
.wp-editor .dropdown-table tbody {
	border: 1px solid #f1d478;
}
.wp-editor .dropdown-table tbody tr:nth-child(even) {
	background-color: rgba(241, 212, 120, 0.2);
}
.wp-editor .dropdown-table tbody td {
	align-items: center;
	justify-content: center;
	border: none !important;
	font: 18px/37px 'Tahoma', 'Arial Black', sans-serif;
	line-height: 1.3em;
}
.entry-content .dropdown-table::-webkit-scrollbar {
	display: none;
}
.entry-content .table-container::-webkit-scrollbar {
	height: 6px;
	background: #fdf1cd;
	border-radius: 6px;
}
.entry-content .table-container::-webkit-scrollbar-thumb {
	background-color: #c2e900;
	border-radius: 6px;
}
.hp-default-table {
	width: -webkit-fill-available;
	font-size: 18px;
	margin-bottom: 14px;
}
.hp-default-table thead {
	border: 2px solid #c2e900;
	background-color: #c2e900;
}
.hp-default-table thead td {
	padding: 10px 20px;
	color: #2f2f30;
	font: 18px/37px 'Arial Black', 'Avenir Next', sans-serif;
	text-align: left;
	text-transform: none;
	font-weight: 800;
	border: none;
}
.hp-default-table tbody tr {
	background-color: #fff;
}
.hp-default-table tbody tr td {
	color: #333;
	border: none;
	font: 16px/37px Arial;
	padding: 10px 20px;
	text-align: left;
	font-weight: normal;
}
.hp-default-table tbody tr td a,
.hp-default-table thead tr td a,
.hp-default-table tbody tr td a span,
.hp-default-table thead tr td a span {
	color: #d6a400;
}
@media (max-width: 767px) {
	.hp-default-table tbody tr td,
	.hp-default-table thead td {
		font-size: 15px;
		line-height: 17px;
		text-align: left;
	}
}
.pt-content-extended .table-container {
	overflow-x: auto;
}
.cj-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: flex-start;
	align-items: center;
	transition: transform 0.3s ease;
	transform: translateY(-100%);
	z-index: 1000;
}
.cj-modal__container {
	position: relative;
}
.cj-modal__close-button:after {
	content: '×';
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100000;
	font-size: 3rem;
	font-family: 'Verdana', 'Arial', sans-serif;
	cursor: pointer;
}
@media screen and (min-width: 1200px) {
	.cj-modal__close-button:after {
		right: 30px;
		top: 30px;
	}
}
.cj-modal__content {
	transform: translateY(-50vh);
	transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.cj-modal.open {
	transform: translateY(0);
}
.cj-modal.open .cj-modal__content {
	transform: translateY(0);
}
.modal {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.4588235294);
}
.modal .modal-header {
	border: 0;
	padding: 10px;
}
.modal .modal-header .close {
	outline: 0;
}
.modal .modal-body {
	padding: 0 20px 40px;
}
.modal .modal-body .pt-list-benefits ul {
	min-height: 0px;
}
.modal .modal-content {
	border-radius: 3px;
	overflow: hidden;
}
.modal .modal-body .pt-section-casinos {
	background: #f3f5f0;
	margin: 15px -40px -40px;
	padding: 20px 40px 20px;
}
.modal .modal-body .pt-section-casinos .pt-content {
	padding: 15px 20px 0px;
}
@media (min-width: 1024px) {
	.modal .modal-body .pt-list-benefits ul {
		min-height: 95px;
	}
}
.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.glide * {
	box-sizing: inherit;
}
.glide__track {
	overflow: hidden;
}
.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}
.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.glide__slide a {
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.glide__arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide--rtl {
	direction: rtl;
}
.comment-section {
	background: #a7db91;
	padding: 40px 0;
}
@media screen and (min-width: 1200px) {
	.comment-section {
		padding: 50px 0 60px;
	}
}
.comment-section__header {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
	.comment-section__header {
		justify-content: space-between;
		margin-bottom: 40px;
	}
}
.comment-section__title {
	color: #333;
	font: 400 28px/55px '' Arial #000 '', Arial, sans-serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi) {
	@supports (-webkit-touch-callout: none) {
		.comment-section__title {
			font-weight: 700;
		}
	}
}
.comment-section__button {
	background: #d6a400;
	border-radius: 4px;
	font: bold 16px/18px Arial;
	color: #fff;
	padding: 18px;
	width: 181px;
	text-align: center;
	cursor: pointer;
	border: 0 none;
	overflow: hidden;
	position: relative;
}
.comment-section__button:focus {
	outline: none !important;
}
.comment-section__header .comment-section__button {
	display: none;
}
.comment-section__footer .comment-section__button {
	display: inline-block;
}
@media screen and (min-width: 1200px) {
	.comment-section__header .comment-section__button {
		display: inline-block;
	}
	.comment-section__footer .comment-section__button {
		display: none;
	}
}
.comment-section__button:hover {
	background: rgba(0, 0, 0, 0)
		linear-gradient(180deg, #fad961 0%, #f7cb4e 50%, #f7cb4e 100%);
}
.comment-section__footer {
	display: flex;
	justify-content: center;
}
.comments-container {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
	.comments-container {
		margin-bottom: 0;
	}
}
.comments-container.no-comments {
	contain-intrinsic-size: 0 206px;
	content-visibility: auto;
	background-size: 210px 206px;
	border: 1px dashed #fff;
	border-radius: 22px;
	padding: 30px;
}
.comments-container.no-comments.background-loaded {
	background: #fff no-repeat 0 0;
}
.comment-form-container {
	display: none;
}
.comment-form-modal--success .comment-form-container {
	display: block;
}
.comment-form p {
	margin-bottom: 0;
}
.comment-form .form-submit {
	display: inline-block;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}
@-webkit-keyframes scan {
	0%,
	100% {
		left: 0;
	}
	50% {
		left: 100%;
	}
}
@keyframes scan {
	0%,
	100% {
		left: 0;
	}
	50% {
		left: 100%;
	}
}
.comment-form .form-submit--loading {
	color: rgba(0, 0, 0, 0);
}
.comment-form .form-submit--loading:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: red;
	position: absolute;
	top: 0;
	-webkit-animation: scan 2s linear infinite;
	animation: scan 2s linear infinite;
	pointer-events: none;
}
.comment-form-modal--success .comment-form {
	display: none;
}
.comment-form__success-message {
	display: none;
	margin-top: 9rem;
}
@media screen and (min-width: 1200px) {
	.comment-form__success-message {
		margin-top: 4rem;
	}
}
.comment-form-modal--success .comment-form__success-message {
	display: block;
}
.comment-form__animation-container {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
	border-radius: 50%;
	display: inline-block;
	padding: 19px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%);
	z-index: 100;
	background: #fff;
}
@media screen and (min-width: 1200px) {
	.comment-form__animation-container {
		top: -80px;
		padding: 27px;
	}
}
.comment-form__thank-you-message {
	font: normal normal normal 24px/28px 'Arial Black', Arial, sans-serif;
	color: #333;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi) {
	@supports (-webkit-touch-callout: none) {
		.comment-form__thank-you-message {
			font-weight: 700;
		}
	}
}
.ios .comment-form__thank-you-message {
	font-weight: 700;
}
@media screen and (min-width: 1200px) {
	.comment-form__thank-you-message {
		font: normal normal normal 28px/55px 'Arial Black', Arial, sans-serif;
	}
}
.comment-form__approval-notice {
	font: normal normal normal 16px/24px Arial;
	color: #333;
	text-align: center;
	display: block;
}
@media screen and (min-width: 1200px) {
	.comment-form__approval-notice {
		font: normal normal normal 23px/32px Arial;
		padding: 0 3rem;
		display: inline-block;
	}
}
.comment-form__title {
	font: bold 28px/31px Arial;
	color: #222;
}
.comment-form__reviews-section {
	margin-bottom: 38px;
}
.comment-form__rating-section {
	margin-bottom: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.comment-form__fields {
	margin-bottom: 18px;
}
@media screen and (min-width: 1200px) {
	.comment-form__fields {
		margin-bottom: 28px;
	}
}
.comment-form__field--comment {
	margin-bottom: 18px;
}
.comment-form__rating-title {
	font: bold 18px/21px Arial;
	color: #222;
}
.comment-form__rating {
	font: bold 18px/37px Arial;
	color: #333;
	display: flex;
	gap: 16px;
	align-items: center;
}
.comment-form__rate {
	margin-top: -5px;
}
.comment-form__control {
	background: #f2f2f2;
	border-radius: 5px;
	resize: none;
	width: 100%;
	padding: 15px 10px;
	font: 400 18px/21px Arial;
	color: #959595;
	border: 0 none;
}
.comment-form__control:focus {
	outline: none;
}
.comment-form__control::-moz-placeholder {
	font: 400 18px/21px Arial;
	color: #959595;
}
.comment-form__control::placeholder {
	font: 400 18px/21px Arial;
	color: #959595;
}
.comment-form__control--comment {
	min-height: 180px;
}
.comment-form__button {
	background: #d6a400;
	border-radius: 24px;
	font: bold 16px/18px Arial;
	color: #fff;
	border: 0 none;
	padding: 15px 25px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.comment-form__button:hover {
	background: #306149;
}
.comment-form__error {
	color: red;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}
.comment-form__error.active {
	max-height: 100px;
	padding: 10px;
	border: 1px solid #350303;
	margin-bottom: 18px;
}
.no-comments__icon {
	margin-bottom: 18px;
}
.no-comments__title {
	font: bold 20px/23px Arial;
	color: #333;
	margin-bottom: 10px;
}
.no-comments__description {
	font: 400 16px/26px Arial;
	color: #333;
	margin-bottom: 30px;
}
.no-comments__write-review span {
	text-decoration: underline;
	font: bold 16px/18px Arial;
	color: #2b483a;
	cursor: pointer;
}
.no-comments__write-review span:hover {
	color: #d6a400;
}
.comment-form-modal .cj-modal__container {
	max-width: 521px;
	width: 100%;
}
.comment-form-modal .cj-modal__content {
	background: #fff;
	border-radius: 3px;
	padding: 35px 27px;
	transition: 400ms all ease-in-out;
}
@media screen and (min-width: 1200px) {
	.comment-form-modal .cj-modal__content {
		padding: 47px;
	}
}
.comment-form-modal .cj-modal__overlay {
	background: rgba(51, 51, 51, 0.4745098039);
}
.cj-modal__container {
	margin: 20px;
}
@media screen and (min-width: 1200px) {
	.cj-modal__container {
		margin: 0;
	}
}
.comment-form-modal--success .cj-modal__content {
	border: 7px solid #c2e900;
	border-radius: 5px;
}
.comment-form-modal--success .cj-modal__close-button {
	display: none;
}
.comment-item {
	display: inline-block;
	background: #fff;
	width: 100%;
	text-align: left;
	padding: 30px 25px;
	border: 1px dashed #fff;
	border-radius: 22px;
}
@media screen and (min-width: 1200px) {
	.comment-item {
		max-width: 375px;
		border-radius: 3px;
		padding: 40px;
	}
}
.comment-item__author-name {
	font: bold 16px/18px Arial;
	color: #333;
	margin-right: 15px;
}
.comment-item__comment-date {
	font: 400 16px/18px Arial;
	color: #333;
	margin-top: 10px;
	margin-bottom: 19px;
}
.comment-item__rating {
	display: inline-block;
}
.comment-item__rating-bar {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMi44OSIgdmlld0JveD0iMCAwIDI0IDIyLjg5Ij4KICA8cGF0aCBpZD0iUGF0aF8yMTMzMCIgZGF0YS1uYW1lPSJQYXRoIDIxMzMwIiBkPSJNMjQsOC44NzFxMC0uNTMzLS44MDgtLjY2NUwxNS45NTEsNy4xNTQsMTIuNzA2LjU5MUMxMi41MjUuMiwxMi4yODgsMCwxMiwwcy0uNTI1LjItLjcwNy41OTFMOC4wNDcsNy4xNTQuODA3LDguMjA3Qy4yNyw4LjI5MywwLDguNTE0LDAsOC44NzFhMS4xLDEuMSwwLDAsMCwuMzYuNjkxbDUuMjUsNS4xMDZMNC4zNywyMS44ODFhMi4yNzUsMi4yNzUsMCwwLDAtLjAyOS4yODkuODQzLjg0MywwLDAsMCwuMTUyLjUxMS41MjIuNTIyLDAsMCwwLC40NTMuMjA4LDEuMjI3LDEuMjI3LDAsMCwwLC41NzgtLjE3MkwxMiwxOS4zMTNsNi40NzUsMy40YTEuMTY3LDEuMTY3LDAsMCwwLC41NzguMTczLjUwOC41MDgsMCwwLDAsLjQ0LS4yMDguODUzLjg1MywwLDAsMCwuMTUxLS41MTEsMi4wNDQsMi4wNDQsMCwwLDAtLjAxNS0uMjlsLTEuMjM5LTcuMjEsNS4yMzUtNS4xMDZBMS4wNSwxLjA1LDAsMCwwLDI0LDguODcxWiIgZmlsbD0iI2M1YzVjNCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=)
		repeat-x top left;
	background-size: contain;
	width: 80px;
	height: 15px;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.comment-item__rating-fill {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMi44OSIgdmlld0JveD0iMCAwIDI0IDIyLjg5Ij4KICA8cGF0aCBpZD0iUGF0aF8yMTMzMCIgZGF0YS1uYW1lPSJQYXRoIDIxMzMwIiBkPSJNMjQsOC44NzFxMC0uNTMzLS44MDgtLjY2NUwxNS45NTEsNy4xNTQsMTIuNzA2LjU5MUMxMi41MjUuMiwxMi4yODgsMCwxMiwwcy0uNTI1LjItLjcwNy41OTFMOC4wNDcsNy4xNTQuODA3LDguMjA3Qy4yNyw4LjI5MywwLDguNTE0LDAsOC44NzFhMS4xLDEuMSwwLDAsMCwuMzYuNjkxbDUuMjUsNS4xMDZMNC4zNywyMS44ODFhMi4yNzUsMi4yNzUsMCwwLDAtLjAyOS4yODkuODQzLjg0MywwLDAsMCwuMTUyLjUxMS41MjIuNTIyLDAsMCwwLC40NTMuMjA4LDEuMjI3LDEuMjI3LDAsMCwwLC41NzgtLjE3MkwxMiwxOS4zMTNsNi40NzUsMy40YTEuMTY3LDEuMTY3LDAsMCwwLC41NzguMTczLjUwOC41MDgsMCwwLDAsLjQ0LS4yMDguODUzLjg1MywwLDAsMCwuMTUxLS41MTEsMi4wNDQsMi4wNDQsMCwwLDAtLjAxNS0uMjlsLTEuMjM5LTcuMjEsNS4yMzUtNS4xMDZBMS4wNSwxLjA1LDAsMCwwLDI0LDguODcxWiIgZmlsbD0iI0Y5RDQ1RCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=)
		repeat-x top left;
	background-size: contain;
	height: 15px;
	position: absolute;
	left: 0;
}
.comment-item__rating-value {
	font: bold 18px/37px Arial;
	color: #333;
}
.comment-item__comment {
	font: 400 16px/26px Arial;
	color: #333;
	max-height: 104px;
	overflow: auto;
	white-space: normal;
	scrollbar-width: thin;
	scrollbar-color: #888 #f4f4f4;
}
.comment-item__comment::-webkit-scrollbar {
	width: 10px;
}
.comment-item__comment::-webkit-scrollbar-track {
	background-color: #f4f4f4;
}
.comment-item__comment::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}
.comment-item__comment::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
.comments__content {
	position: relative;
}
.comments__content .glide__arrows {
	width: 100%;
}
.comments__content .glide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8ZyBpZD0iR3JvdXBfMTYxODciIGRhdGEtbmFtZT0iR3JvdXAgMTYxODciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNCAtNC40MzcpIj4KICAgIDxnIGlkPSJDb21wb25lbnRfNDI3XzEiIGRhdGEtbmFtZT0iQ29tcG9uZW50IDQyNyDigJMgMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQgNC40MzcpIj4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV85NiIgZGF0YS1uYW1lPSJFbGxpcHNlIDk2IiBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiMzMzMiLz4KICAgICAgPHBhdGggaWQ9ImNoZXZyb24tZG93bi1zb2xpZCIgZD0iTTcuODIxLjI3My4yNzMsNy44MjFhLjkzMi45MzIsMCwwLDAsMCwxLjMxOGwuODguODhhLjkzMi45MzIsMCwwLDAsMS4zMTcsMEw4LjQ4LDQuMDM5bDYuMDEsNS45ODJhLjkzMi45MzIsMCwwLDAsMS4zMTcsMGwuODgtLjg4YS45MzIuOTMyLDAsMCwwLDAtMS4zMThMOS4xNC4yNzNBLjkzMi45MzIsMCwwLDAsNy44MjEuMjczWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMgMjguOTYxKSByb3RhdGUoLTkwKSIgZmlsbD0iI2Y4ZDM2OCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==)
		no-repeat center center;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
	border: 0 none;
	overflow: hidden;
}
.comments__content .glide__arrow:focus {
	outline: none;
	border: 0 none;
}
.comments__content .glide__arrow:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ29tcG9uZW50XzQyN18xIiBkYXRhLW5hbWU9IkNvbXBvbmVudCA0Mjcg4oCTIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgogIDxjaXJjbGUgaWQ9IkVsbGlwc2VfOTYiIGRhdGEtbmFtZT0iRWxsaXBzZSA5NiIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjNDM0ZTU0Ii8+CiAgPHBhdGggaWQ9ImNoZXZyb24tZG93bi1zb2xpZCIgZD0iTTcuODIxLjI3My4yNzMsNy44MjFhLjkzMi45MzIsMCwwLDAsMCwxLjMxOGwuODguODhhLjkzMi45MzIsMCwwLDAsMS4zMTcsMEw4LjQ4LDQuMDM5bDYuMDEsNS45ODJhLjkzMi45MzIsMCwwLDAsMS4zMTcsMGwuODgtLjg4YS45MzIuOTMyLDAsMCwwLDAtMS4zMThMOS4xNC4yNzNBLjkzMi45MzIsMCwwLDAsNy44MjEuMjczWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMgMjguOTYxKSByb3RhdGUoLTkwKSIgZmlsbD0iI2Y4ZDM2OCIvPgo8L3N2Zz4K);
}
.comments__content .glide__arrow--left {
	left: -60px;
}
.comments__content .glide__arrow--right {
	right: -60px;
	transform: translateY(-50%) rotate(180deg);
}
.comments__content .glide__bullets {
	margin-top: 10px;
}
.comments__content .glide__bullet {
	background: #fff;
	border-radius: 5px;
	width: 27px;
	height: 6px;
	border: 0 none;
	margin-right: 5px;
}
.comments__content .glide__bullet:last-of-type {
	margin-right: 0;
}
.comments__content .glide__bullet:focus {
	border: 0 none;
	outline: 0 !important;
}
.comments__content .glide__bullet--active {
	background: #333;
	border-radius: 3px;
}
.comments__list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
*:not(.glide--ltr) .comments__list--glide-not-initialized {
	display: flex;
	gap: 10px;
	overflow-x: auto;
}
.pt-section-usp {
	background-color: #322102;
	padding: 54px 0 83px 0;
}
@media (max-width: 600px) {
	.pt-section-usp {
		padding: 0 0 50px 0;
	}
}
.pt-section-usp .pt-usp-component {
	margin-bottom: 46px;
}
@media (max-width: 600px) {
	.pt-section-usp .pt-usp-component {
		margin: 40px 0 28px 0;
	}
}
.pt-section-usp .pt-usp-component .pt-section-title {
	line-height: 36px;
}
@media (max-width: 600px) {
	.pt-section-usp .pt-usp-component .pt-section-title {
		margin: 0;
	}
}
.pt-section-usp .pt-usp {
	background-color: #fff;
	padding: 30px 0;
	border-radius: 3px;
}
.pt-section-usp .pt-usp ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 1015px) {
	.pt-section-usp .pt-usp ul {
		display: block;
		padding: 0 0 0 25px;
	}
}
.pt-section-usp .pt-usp ul li {
	font: normal normal normal 18px/21px Arial, sans-serif;
	letter-spacing: 0px;
	color: #333;
	max-width: 300px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.cj-watermark-wrapper {
	display: table;
	position: relative;
}
.cj-watermark-wrapper[\:has\(.aligncenter\)] {
	margin-left: auto;
	margin-right: auto;
}
.cj-watermark-wrapper[\:has\(.aligncenter\)] {
	margin-left: auto;
	margin-right: auto;
}
.cj-watermark-wrapper:has(.aligncenter) {
	margin-left: auto;
	margin-right: auto;
}
.cj-watermark-wrapper[\:has\(.alignright\)] {
	margin-left: auto;
}
.cj-watermark-wrapper:has(.alignright) {
	margin-left: auto;
}
.cj-watermark-wrapper::before,
.cj-watermark-wrapper::after {
	display: block;
	position: absolute;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	pointer-events: none;
	z-index: 1;
}
.cj-watermark-wrapper::after {
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
}
.cj-watermark-wrapper[\:has\(.cj-watermark__target-br\)]::after {
	width: 48px;
	height: 48px;
	background-image: url(../images/a606dfe7f2d8d0578293.svg);
}
.cj-watermark-wrapper:has(.cj-watermark__target-br)::after {
	width: 48px;
	height: 48px;
	background-image: url(../images/a606dfe7f2d8d0578293.svg);
}
.cj-watermark-wrapper[\:has\(.cj-watermark__target-tl\)]::after {
	top: 20px;
	left: 20px;
	bottom: initial;
	right: initial;
	width: 48px;
	height: 48px;
	background-image: url(../images/a606dfe7f2d8d0578293.svg);
}
.cj-watermark-wrapper:has(.cj-watermark__target-tl)::after {
	top: 20px;
	left: 20px;
	bottom: initial;
	right: initial;
	width: 48px;
	height: 48px;
	background-image: url(../images/a606dfe7f2d8d0578293.svg);
}
.cj-watermark-wrapper[\:has\(.cj-watermark__target-text-br\)]::after {
	width: 178px;
	height: 36px;
	background-image: url(../images/4507a182c34e457bede8.svg);
}
.cj-watermark-wrapper:has(.cj-watermark__target-text-br)::after {
	width: 178px;
	height: 36px;
	background-image: url(../images/4507a182c34e457bede8.svg);
}
.cj-watermark-wrapper[\:has\(.cj-watermark__target-text-bl\)]::after {
	bottom: 20px;
	left: 20px;
	right: initial;
	width: 178px;
	height: 36px;
	background-image: url(../images/4507a182c34e457bede8.svg);
}
.cj-watermark-wrapper:has(.cj-watermark__target-text-bl)::after {
	bottom: 20px;
	left: 20px;
	right: initial;
	width: 178px;
	height: 36px;
	background-image: url(../images/4507a182c34e457bede8.svg);
}
.cj-watermark-wrapper[\:has\(.cj-watermark__hunter\)]::after {
	width: 106px;
	height: 76px;
	background-image: url(../images/bf7e5306975ca4f0a0f0.svg);
	bottom: 0;
}
.cj-watermark-wrapper:has(.cj-watermark__hunter)::after {
	width: 106px;
	height: 76px;
	background-image: url(../images/bf7e5306975ca4f0a0f0.svg);
	bottom: 0;
}
.cj-watermark-wrapper[\:has\(.cj-watermark__hunter-text\)]::after {
	width: 219px;
	height: 76px;
	background-image: url(../images/aaedfe64f7035c9e194c.svg);
	bottom: 0;
}
.cj-watermark-wrapper:has(.cj-watermark__hunter-text)::after {
	width: 219px;
	height: 76px;
	background-image: url(../images/aaedfe64f7035c9e194c.svg);
	bottom: 0;
}
.cj-watermark-wrapper[\:has\(.cj-watermark__hunter-yellow\)]::after {
	width: 123px;
	height: 88px;
	background-image: url(../images/4d67093fd4dc9c674be0.svg);
	bottom: 0;
	left: 0;
	right: initial;
}
.cj-watermark-wrapper:has(.cj-watermark__hunter-yellow)::after {
	width: 123px;
	height: 88px;
	background-image: url(../images/4d67093fd4dc9c674be0.svg);
	bottom: 0;
	left: 0;
	right: initial;
}
.pt-section-pros-cons {
	padding: 60px 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0);
}
.single-slot .pt-section-pros-cons {
	background-color: #f3f5f0;
}
@media (max-width: 992px) {
	.pt-section-pros-cons {
		padding: 30px 0;
	}
}
.pt-section-pros-cons .container {
	display: flex;
	flex-direction: column;
}
@media (min-width: 992px) {
	.pt-section-pros-cons .container {
		flex-direction: row;
	}
}
.pt-section-pros-cons .section__wrapper {
	position: relative;
	background: #fff;
	border-radius: 6px;
	min-height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.pt-section-pros-cons .section__wrapper:first-child {
	margin-right: 18px;
}
@media (min-width: 992px) {
	.pt-section-pros-cons .section__wrapper {
		width: 50%;
		min-height: 238px;
	}
}
.pt-section-pros-cons .section__wrapper__heading {
	display: flex;
	justify-content: space-between;
	padding: 16px 21px;
	background-color: #a7db91;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	justify-content: space-between;
	height: 62px;
	position: relative;
	align-items: center;
}
.pt-section-pros-cons .section__wrapper__heading .title {
	font: normal 20px/28px 'Arial Black', Arial, sans-serif;
	margin-bottom: 0;
	padding-top: 0;
}
.pt-section-pros-cons .section__wrapper__heading img {
	position: absolute;
	bottom: 0;
	right: 1.5rem;
}
.pt-section-pros-cons .section__wrapper .points {
	padding: 16px 26px;
}
@media (max-width: 490px) {
	.pt-section-pros-cons .section__wrapper .points {
		padding: 16px 21px;
	}
}
.pt-section-pros-cons .section__wrapper .custom-list-pros ul,
.pt-section-pros-cons .section__wrapper .custom-list-cons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt-section-pros-cons .section__wrapper .custom-list-pros ul li,
.pt-section-pros-cons .section__wrapper .custom-list-cons ul li {
	position: relative;
	padding-left: 32px;
	line-height: 3rem;
}
.pt-section-pros-cons .section__wrapper .custom-list-pros ul li:before {
	content: '';
	height: 19px;
	width: 12px;
	min-width: 12px;
	border-bottom: 4px solid #51a67d;
	border-right: 4px solid #51a67d;
	transform: rotate(45deg);
	display: inline-block;
	margin-right: 16px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
}
.pt-section-pros-cons .section__wrapper .custom-list-cons ul li::before {
	content: '';
	width: 20px;
	height: 4px;
	background-color: #f44336;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: -2px;
	margin-top: 14px;
	display: inline-block;
	border-radius: 2px;
}
.pt-section-pros-cons .section__wrapper .custom-list-cons ul li::after {
	content: '';
	width: 20px;
	height: 4px;
	background-color: #f44336;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: -2px;
	margin-top: 14px;
	display: inline-block;
	border-radius: 2px;
}
.pt-section-pros-cons.shortcode {
	padding: 30px 0 15px 0;
}
.single-slot .pt-section-pros-cons.shortcode {
	background-color: #fff;
}
@media (min-width: 992px) {
	.pt-section-pros-cons.shortcode .container {
		width: auto;
	}
}
@media (max-width: 991.98px) {
	.pt-section-pros-cons.shortcode .container {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.pt-section-pros-cons.shortcode .container {
		width: auto;
		padding: 0;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.pt-section-pros-cons.shortcode .img {
		width: 144px;
		height: 68px;
	}
}
.pt-section-pros-cons.shortcode .section__wrapper__heading {
	border-radius: 6px;
}
.pt-singular-header .pt-wrapper {
	border-radius: 3px;
	flex-wrap: nowrap;
	border: #fff solid 13px;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper {
		border: 6px solid #fff;
		border-radius: 3px;
		display: block;
	}
}
.pt-singular-header .pt-wrapper .pt-logo {
	margin: 0 20px;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-logo {
		text-align: center;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content {
	padding: 13px 13px 0 36px;
	display: grid;
	grid-template-areas: 'title title title stars btn btn ' 'bonus  bonus bonus bonus overview overview' 'intro-text intro-text intro-text intro-text overview overview';
	grid-gap: 20px;
	gap: 20px;
	border-radius: 0;
	box-shadow: none;
	grid-template-columns: auto auto auto 1fr auto auto;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-header-content {
		display: block;
		border-radius: 0;
		box-shadow: none;
		padding: 13px 13px 0 13px;
	}
	.pt-singular-header .pt-wrapper .pt-header-content .pt-label {
		float: left;
		margin: 2px 20px 2px 0;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content .page-title {
	grid-area: title;
	align-self: center;
	font: normal normal normal 28px/40px Arial #000, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-ratings {
	grid-area: stars;
	align-self: center;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-header-content .pt-ratings {
		margin-bottom: 1rem;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-casino-bonus {
	grid-area: bonus;
	text-align: center;
	align-self: center;
	margin: -10px 20px 0 0;
	background: #f3f5f0 0% 0% no-repeat padding-box;
	border-radius: 3px;
	padding: 16px 0 16px 18px;
	font: normal normal 20px/23px Arial, sans-serif;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-casino-bonus p {
	margin: 0;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-header-content .pt-casino-bonus {
		margin: 10px 0 21px 0;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-casino-button {
	grid-area: btn;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-header-content .pt-casino-button {
		display: block;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-casino-button .btn {
	width: 100%;
	text-align: center;
	border-radius: 4px;
}
.pt-singular-header .pt-wrapper .pt-header-content .intro-text {
	grid-area: intro-text;
	margin: 0 0 2rem 0;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-header-content .intro-text {
		margin: 2rem 0;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content .intro-text p {
	margin-bottom: 15px;
	padding-right: 20px;
}
@media (max-width: 990px) {
	.pt-singular-header .pt-wrapper .pt-header-content .intro-text p {
		padding: 0;
	}
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-ratings-overview {
	grid-area: overview;
	background: #fcfcfc 0% 0% no-repeat padding-box;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	color: #434e54;
	list-style: none;
	padding: 20px;
	display: block;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.pt-singular-header
	.pt-wrapper
	.pt-header-content
	.pt-ratings-overview
	li:not(:last-child) {
	margin-bottom: 13px;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-ratings-overview li {
	display: flex;
	justify-content: space-between;
}
.pt-singular-header
	.pt-wrapper
	.pt-header-content
	.pt-ratings-overview
	li
	.pt-ratings {
	display: inline-block;
	margin-left: 10px;
}
.pt-singular-header .pt-wrapper .pt-header-content .pt-label {
	grid-area: btn;
	padding: 6px;
	align-self: center;
}
.no-bonus .pt-singular-header .pt-wrapper .pt-header-content {
	grid-template-areas: 'title title title stars btn btn' 'intro-text intro-text intro-text intro-text overview overview' 'intro-text intro-text intro-text intro-text overview overview';
}
.pt-section:not(.pt-section-main):nth-of-type(odd) {
	background-color: #f3f5f0;
}
.hp-default-table.dropdown-table tbody tr:nth-child(even) {
	background-color: rgb(252, 246, 228);
}
.hp-default-table.dropdown-table .img-cov {
	width: 60px;
	height: 60px;
}
.hp-default-table.dropdown-table .img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
