html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
}

html, body, div, p, span,
header, hgroup, footer, nav, menu, article, section, aside,
h1, h2, h3, h4, h5, h6,
a, img, strong, b, em, i, u,
ol, ul, li, dl, dt, dd,
table, caption, tbody, tfoot, thead, tr, th, td, legend,
object, embed,
audio, video, summary, details,  canvas,
figure, figcaption,
blockquote, q, big, small, sub, sup,
pre, abbr, acronym, address, cite, code,
del, dfn, ins, kbd, s, samp, strike, tt, var,
output, applet,
mark, time  {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video,
span,
a {
	display: inline-block;
}

p > a {
	display: inline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	line-height: 1;
}

*,
*:before,
*:after,
input[type="checkbox"],
input[type="radio"]  {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
pre,
embed,
video,
object,
input,
select,
textarea {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: middle;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

input {
	line-height: normal;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #424486 #424486 #4e52c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e5eeff;
    margin-right: 40px;
    padding: 9px;
    width: 135px;
	text-align: center;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

select {
	border: 1px solid #ccc;
}

.float-left,
.float-right {
	display: inline;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.float-left {
	float: left;
	margin-right: 1.6rem;
}

.float-right {
	float: right;
	margin-left: 1.6rem;
}

.float-center {
	clear: both;
	display: block;
	margin: 20px auto;
}

.clearfix:after,
.uol-grid::after {
	content: "";
	display: table;
	clear: both;
}

.mg-r{
    margin-right: 7.6rem;
}

.mg-t-20{
    margin-top: 20px!important;
}

.mtb-30{
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

/*--------------------------------------------------------------
# Upgrade
--------------------------------------------------------------*/

body {
	background: #e2e2e25e;
	color: #1a0700;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, sans-serif;
	text-align: left;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}

h1, h2, h3, h4, h5, h6 {
	padding: 6px;
	line-height: 1.6;
	position: relative;
	clear: both;
}

h1 {
	font-size: 21px;
}

h1.main-title {
	border-radius: 6px 6px 0 0;
	font-weight: 600;
	text-align: center;
	color: #0e4169;
    background: #a8dbfe;
}
@media screen and (max-width: 760px){
	h1.main-title{
		font-size: 19px;
		line-height: 23px
	}
}

h2 {
	margin-top: 25px;
/*	margin-bottom: 16px;*/
	font-size: 19px;
	font-weight: bold !important;
	color: #04589c;

}

h2:not(.h-capt) {
	border-radius: 6px;
}

h2:not(.h-capt)::before,
.element-title:before,
.element-title:after {
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	width: 22px;
	height: 22px;
	margin-right: 6px;
    background: url(/images/casino-chip.svg) no-repeat center;
    background-size: cover;
}

h3 {
	margin-top: 20px;
	color: #006dc3;
}

.inl {
	display: inline;
}

.title-b-fd::after {
	content: '';
	position: absolute;
	left: 0;
	right: 60%;
	bottom: 0;
	height: 2px;
	background: #006dc3;
}

h3, h4, h5, h6 {
	font-size: 17px;

}

#main-article > div > p {
	margin-bottom: 0px;
}

ul, ol {
	margin: 10px 43px;
	margin-bottom: 23px;
}

ul {
	list-style: none;
}

.d-f > ul,
.d-s > ul,
.d-t > ul{
    margin: 10px auto;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

ul li,
ol li {
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 1.5;
}

ul li::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background: url('/images/common-sprite.png') -136px -366px no-repeat;
	position: relative;
	top: 4px;
}

ul.double-list {
	display: inline-block;
}

ul.double-list li {
	float: left;
	width: 50%;
}

ul.boxes{
    margin: 10px auto;
    margin-bottom: 23px;
    text-align: justify;
}

ul.checks li{
	padding-left: 0;
	text-indent: -8px;
}

ul.checks li::before {
	content: '\2714\0020';
	width: auto;
	height: auto;
	margin-right: 3px;
	background: transparent;
	top: 0;
    position: relative;
    color: #7bc906;
    filter: drop-shadow(1px 1px 0px #3c9c3d);
    -webkit-filter: drop-shadow(1px 1px 0px #3c9c3d);
    -moz-filter: drop-shadow(1px 1px 0px #3c9c3d);
}

/*--------------------------------------------------------------
# Logos List
--------------------------------------------------------------*/
.logos-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto 6px;
}

.logos-list > .logos{
    display: inline-flex;
    margin: 10px;
    height: 60px;
    justify-content: center;
}

.logos-list > .logos{
	background-repeat: no-repeat;
    background-position-y: center;
    max-width: 100%;
    background-size: contain;
}

/*--------------------------------------------------------------
# END
--------------------------------------------------------------*/

.bg-light-blue{
	background-image: linear-gradient(112.5deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 2%,rgba(231, 231, 231, 0.03) 2%, rgba(231, 231, 231, 0.03) 4%,rgba(231, 231, 231, 0.03) 4%, rgba(231, 231, 231, 0.03) 11%,rgba(2, 2, 2, 0.03) 11%, rgba(2, 2, 2, 0.03) 67%,rgba(231, 231, 231, 0.03) 67%, rgba(231, 231, 231, 0.03) 90%,rgba(111, 111, 111, 0.03) 90%, rgba(111, 111, 111, 0.03) 100%),linear-gradient(157.5deg, rgba(210, 210, 210, 0.03) 0%, rgba(210, 210, 210, 0.03) 17%,rgba(254, 254, 254, 0.03) 17%, rgba(254, 254, 254, 0.03) 18%,rgba(96, 96, 96, 0.03) 18%, rgba(96, 96, 96, 0.03) 44%,rgba(159, 159, 159, 0.03) 44%, rgba(159, 159, 159, 0.03) 70%,rgba(24, 24, 24, 0.03) 70%, rgba(24, 24, 24, 0.03) 82%,rgba(16, 16, 16, 0.03) 82%, rgba(16, 16, 16, 0.03) 100%),linear-gradient(22.5deg, rgba(47, 47, 47, 0.03) 0%, rgba(47, 47, 47, 0.03) 32%,rgba(124, 124, 124, 0.03) 32%, rgba(124, 124, 124, 0.03) 40%,rgba(200, 200, 200, 0.03) 40%, rgba(200, 200, 200, 0.03) 42%,rgba(16, 16, 16, 0.03) 42%, rgba(16, 16, 16, 0.03) 64%,rgba(243, 243, 243, 0.03) 64%, rgba(243, 243, 243, 0.03) 94%,rgba(93, 93, 93, 0.03) 94%, rgba(93, 93, 93, 0.03) 100%),linear-gradient(90deg, #cce7fd,#cce7fd);
	border-radius: 5px;
}

.bg-light{
	background-image: linear-gradient(112.5deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 2%,rgba(231, 231, 231, 0.03) 2%, rgba(231, 231, 231, 0.03) 4%,rgba(231, 231, 231, 0.03) 4%, rgba(231, 231, 231, 0.03) 11%,rgba(2, 2, 2, 0.03) 11%, rgba(2, 2, 2, 0.03) 67%,rgba(231, 231, 231, 0.03) 67%, rgba(231, 231, 231, 0.03) 90%,rgba(111, 111, 111, 0.03) 90%, rgba(111, 111, 111, 0.03) 100%),linear-gradient(157.5deg, rgba(210, 210, 210, 0.03) 0%, rgba(210, 210, 210, 0.03) 17%,rgba(254, 254, 254, 0.03) 17%, rgba(254, 254, 254, 0.03) 18%,rgba(96, 96, 96, 0.03) 18%, rgba(96, 96, 96, 0.03) 44%,rgba(159, 159, 159, 0.03) 44%, rgba(159, 159, 159, 0.03) 70%,rgba(24, 24, 24, 0.03) 70%, rgba(24, 24, 24, 0.03) 82%,rgba(16, 16, 16, 0.03) 82%, rgba(16, 16, 16, 0.03) 100%),linear-gradient(22.5deg, rgba(47, 47, 47, 0.03) 0%, rgba(47, 47, 47, 0.03) 32%,rgba(124, 124, 124, 0.03) 32%, rgba(124, 124, 124, 0.03) 40%,rgba(200, 200, 200, 0.03) 40%, rgba(200, 200, 200, 0.03) 42%,rgba(16, 16, 16, 0.03) 42%, rgba(16, 16, 16, 0.03) 64%,rgba(243, 243, 243, 0.03) 64%, rgba(243, 243, 243, 0.03) 94%,rgba(93, 93, 93, 0.03) 94%, rgba(93, 93, 93, 0.03) 100%),linear-gradient(90deg, #ffffff,#ffffff);
	border-radius: 5px;
}

p {
	line-height: 1.7;
}

.boxes-tips li > div p {
    margin-bottom: 14px;
    padding-top: 14px;
}

.no-m-p {
	margin: 0;
	padding: 0;
}

.no-mg {
	margin: 0;
}

.mg-30 {
	margin: 30px auto;
}

table.mg-30, div.one-l-rev{
    margin: 30px auto 10px auto;
}

.no-pd {
	padding: 0;
}

.title-b-fd {
	position: relative;
}

.title-tab-cap {
	text-align: center;
	font-weight: bold;
    padding: 6px;
    color: #0e4169;
}

.prize {
	color: #fea917;
}

.offer {
	color: #fd6f16;
	font-size: 19px;
}

.offer > .lable {
    color: #1a0700;
}

.uol-grid-wrap.c2 > ul,
.uol-grid.c2 > li {
	width: 100%;
}

.uol-grid.c2 > li {
	padding: 0 20px;
}

.count-ing {
   list-style: none;
   counter-reset: item;
   padding-left: 10px;
 }

 .count-ing > li {
 	counter-increment: item;
 	margin-bottom: 30px;
 	padding-left: 40px;
 	position: relative;
 }

.count-ing > li::before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: -4px;
	width: 30px;
	line-height: 26px;
	border: 2px solid  #7d4701;
	border-radius: 50%;
	color: #7d4701;
	font-weight: bold;
	text-align: center;
 }

.count-ing > li::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 26px;
    border-left: 2px solid #7d4701;
    height: 100%;
}

.count-ing > li:last-child::after {
	height: 0;
}

.prize-table {
    border: 1px solid #006dc3;
    padding: 7px;
}

.prize-table th {
    background-color: #e5f3ff;
    border: 1px solid #006dc3;
    color: #0e4169;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    vertical-align: middle;
}

.prize-table td {
    border: solid 1px #006dc3;
    color: #333;
    padding: 10px;
}



/*--------------------------------------------------------------
# Main semantic
--------------------------------------------------------------*/

#main-header {
	font-weight: bold;
	padding: 6px 16px 6px 5px;
	position: relative;
	background: #005396; /* Old browsers */
}


#main-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: inherit;
	padding: 6px 16px 6px 5px;
	z-index: 999;
}

#main-header.fixed #logo .ds-tp {
    width: 185px;
}

#main-header.fixed #logo {
	left: 10px;
    top: 5px;
    width: 185px;
}
@media screen and (min-width: 1200px){

    #main-header.fixed {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 1197px;
	}

.active:hover + .lang-dropdown{

	  display: block;

}

.active:active + .lang-dropdown{

	  display: block;

}
.active:visited + .lang-dropdown{

	  display: block;

}

.lang-dropdown:hover{display: block;}

}

 .lang-dropdown{
	display: none;
	right: 40px;
	background-color: #47aaf9;
	width: max-content;
	height: 28px;
	position: absolute;
	top: 0px;
	padding: 0 10px;
	min-width: 74px;
  }

.flag{
	display: inline-block;
	top: 0px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-size: 30px 20px;
    background: url(/images/english.svg);
}

.flag.fin{
    top: -28px;
    right: 1px;
    background: url(/images/finland.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    background-position-x: 39px;
    cursor: pointer;
    filter: drop-shadow(1px 1px 0px #44a7f5)
            drop-shadow(-1px -1px 0px #44a7f5)
            drop-shadow(1px -1px 0px #44a7f5)
            drop-shadow(-1px 1px 0px #44a7f5);
    -webkit-filter: drop-shadow(1px 1px 0px #44a7f5)
            drop-shadow(-1px -1px 0px #44a7f5)
            drop-shadow(1px -1px 0px #44a7f5)
            drop-shadow(-1px 1px 0px #44a7f5);
}

.flag.de{
	top: 0px;
    right: 10px;
    background: url('/images/germany.svg');
}

.flag.de-at {
    top: 0px;
    right: 50px;
    background: url(/images/austria.svg);
}

.flag.no{
	top: 0px;
    right: 90px;
  	background: url(/images/norway.svg);

}

/* .flag.in{
	top: 0px;
    right: 130px;
  	background: url(/images/india.svg);
} */

.flag.es{
	top: 0px;
	width: 30px;
    right: 130px;
  	background: url(/images/spain.svg);
}

.flag.en{
	top: 0px;
	width: 30px;
    right: 170px;
  	background: url(/images/english.svg);
}

.flag.pt-br{
	top: 0px;
	width: 30px;
    right: 210px;
  	background: url(/images/brazil.svg);
	background-size: contain;
}

.flag.ja{
	top: 0px;
	width: 30px;
    right: 250px;
  	background: url(/images/japan.svg);
	background-size: contain;
}

.flag.es-cl {
    top: 0px;
    right: 290px;
    background: url(/images/chile.svg);
}

.flag a{
    display: block;
    height: inherit;
}
.flag a span{
    text-indent: -9999px;
    font-size: 5px;

}

.lang-v{
	font-size: 12px;
	color: #44a7f5;
	display: inline-block;
	position: relative;
	top: -10px;
	right: -33px;
}
.lang-box {
	position: absolute;
	right: 0;
	top: -28px;
}


/*
#main-header.fixed #logo .m-bl {
	display: block;
}
*/

.lg-in-n,
.bann-in-n {
	text-align: center;
}

.lg-in-n {
	padding: 50px 0 20px;
}

.bann-in-n {
	margin-top: 30px;
}

.menu-toggle {
	position: absolute;
}

.menu-toggle.op {
	width: 30px;
	height: 30px;
	right: 13px;
	top: 12px;
    background: url(/images/menu.svg) no-repeat center;
    background-size: contain;
}

.menu-toggle.cl {
	width: 27px;
	height: 27px;
	right: 13px;
	top: 12px;
    background: url(/images/close.svg) no-repeat center;
    background-size: contain;
}

#main-article {
	margin: 6px 0px 0;
	background: #fff;
	border-radius: 6px;
}

#main-article > div {
	padding: 6px 5px 20px;
	border: 0 solid #c8e7ff;
}
#main-footer .bott{position: relative;}

#main-footer > .top {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
}

#main-footer > .top .title-b-fd {
	margin-bottom: 31px;
	padding-bottom: 7px;
	font-size: 19px;
}

#main-footer > .top .sub-title {
	margin-bottom: 9px;
}

#main-footer > .bott {
	text-align: center;
	background: #fff;
    margin-top: 20px;
    border-radius: 6px;
	padding-top: 10px;
}

#live-str-foot > div {
	position: relative;
}

#live-str-foot .disclaimer {
	margin-bottom: 10px;
	text-align: center;
}

#live-str-foot > .top .stream-widgets > div {
	margin: 0 0 25px 0;
}

#live-str-foot iframe {
	width: 100%;
	height: 148px;
}

#be-g-aw {
	padding: 16px 10px 0;
	background-color: #04589c;
	border-radius: 6px;
	text-align: center;
}

#be-g-aw > * {
	margin: 0 22px 22px 0;
}

#be-g-aw > *:last-child {
	margin-right: 0;
}

#about-site,
#site-cprt {
	margin: 14px auto 10px;
}

#about-site > li {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}

#about-site > li::before {
	display: none;
}

#about-site a {
	padding: 0 0 0 20px;
}

#about-site a::after {
	content: '|';
	float: right;
	margin-left: 20px;
}

#about-site > li:last-child a {
	border-right: none;
}
#about-site > li:last-child a:after {
	display: none;
}


#site-cprt {
	padding: 0 20px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	color: #fd6f16;
	text-decoration: none;
}

a.rp-terms {
    color: #0068d6;
    font-size: 12px;
    font-style: italic;
}

a.b-stay{
    color: #0068d6;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a.b-leave,
a.b-stay {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	border-radius: 4px;
	text-align: center;
}

a.b-stay {
	text-decoration: underline;
}

a.b-stay:hover {
	color: #1a0700;
	text-decoration: none;
}

.top-p-tab a.b-stay,
.bb-tab.apps a.b-stay,
.bb-tab.bonuses a.b-stay,
.bb-tab.paypal a.b-stay,
.bb-tab.slots a.b-stay,
.bb-tab.roulette a.b-stay,
.bb-tab.kostenlos a.b-stay,
.bb-tab.games a.b-stay{
    margin-top: 8px;
    font-size: 17px;
}

.bb-tab.blackjack {
    margin-top: 5px;
    font-size: 16px;
}

a.b-leave {
	box-shadow: 2px 2px 4px #545454;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background: #379842; /* Old browsers */
}

a.b-leave:hover {
    background: #006dc3;
	color: #fff;
	transform: scale(1.1);
	transition: linear 0.2s;
}

a.gratis-btn{
    display: block;
    width: fit-content;
    box-shadow: 2px 2px 4px #545454;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 20px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    background: #ff9100;
    background: -moz-linear-gradient(top, #9e5a00 0%, #ff9100 100%);
    background: -webkit-linear-gradient(top, #9e5a00 0%, #ff9100 100%);
    background: linear-gradient(to bottom, #9e5a00 0%, #ff9100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e5a00', endColorstr='#ff9100',GradientType=0 );
}

a.gratis-btn:hover{
    background: #379842;
    background: -moz-linear-gradient(top, #379842 0%, #81ce02 100%);
    background: -webkit-linear-gradient(top, #379842 0%,#81ce02 100%);
    background: linear-gradient(to bottom, #379842 0%,#81ce02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#379842', endColorstr='#81ce02',GradientType=0 );
}

a.not-v {
	background: #af1700 !important;
	padding: 10px 8px !important;
}


.bb-tab a.not-v {
	padding: 10px 20px !important
}

a.not-v:hover {
	background: #af1700;
}

.not-v-logo {
	display: block !important;
	margin: 0 auto;
}

img.not-v-img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.show-more{
	display: block;
	margin: 20px auto 10px;
	padding: 10px 20px;
	width: fit-content;
	background-color: #af1700;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #545454;
	cursor: pointer;
}

.show-more:hover{
	transform: scale(1.1);
	transition: linear 0.2s;
}

.button a,
.button-2 a {
	color: #fefefe;
	border-radius: 4px;
}

.button a:hover,
.button-2 a:hover {
	background: #005396;
}

.button a,
.button-2 a {
	text-decoration: none;
	background: #379842; /* Old browsers */
}

.col-str {
	color: #04589c;
    font-weight: bold;
}

.col-und {
	color: #04589c;
    text-decoration: underline;
}


/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/

#top-nav-wrap {
	display: none;
	text-align: right;
}
#top-nav{
	position: relative;
}

#top-nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#top-nav li::before {
	display: none;
}

#top-nav li a {
	position: relative;
}

#top-nav .child-true,
#top-nav .child-true > a {
	position: relative;
}

.child-togg {
    display: none;
}

/*
.child-togg {
	width: 22px;
	height: 17px;
	margin-left: 6px;
	position: relative;
	top: 2px;
}

.child-togg::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
*/

#top-nav .child-true > a::after,
.latest-ns .button a::before {
	width: 16px;
	height: 9px;
	background: url('/images/down-arrow.svg') no-repeat center;
    background-size: cover;
}

/*
.child-togg.active::before {
	-webkit-transform: translate(-50%) rotate(180deg);
	    -ms-transform: translate(-50%) rotate(180deg);
	        transform: translate(-50%) rotate(180deg);
}
*/



@media screen and (max-width: 1024px){
    /*
    .child-togg.active::before{
        top: -12px;
        left: 19px;
        }
    */

    .child-togg {
        display: inline-block;
        width: 22px;
        height: 17px;
        margin-left: 6px;
        position: relative;
        padding: 0 20px;
    }

    .child-togg::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
    }

    .child-togg::before{
        width: 16px;
        height: 9px;
        background: url('/images/down-arrow.svg') no-repeat center;
        background-size: cover;
    }

    .child-togg.active::before {
        -webkit-transform: translate(-50%) rotate(180deg);
            -ms-transform: translate(-50%) rotate(180deg);
                transform: translate(-50%) rotate(180deg);
    }

}


#top-nav .child-true > a::after,
.latest-ns .button a::before {
	position: absolute;
}

#top-nav .child-true > a::after {
	right: 4px;
	top: 22px;
}

#top-nav .child-true:hover > a::after {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#top-nav a {
	display: block;
	color: #f4f5fd;
	font-size: 17px;
	text-decoration: none;
}

#top-nav > li > a:hover::before,
#top-nav > .current > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
}

#top-nav > .child-true > a {
	padding: 17px 36px 17px 14px;
}

#top-nav .sub-nav a {
	text-align: left;
	color: #0e4169;
}

#top-nav .sub-nav,
#top-nav .rev-ws .sub-nav-ws {
	background: #96d0ff;
	border: 1px solid #88f736;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#top-nav .rev-ws .sub-nav-ws {
/*	width:  1195px;*/
	padding: 17px 17px 0 18px;
}


#top-nav .rev-ws .sub-nav-ws:not(:first-child) {
	display: none;
}

@media screen and (min-width: 1024px){
    #top-nav .child-true.rev-ws:hover .scroll-content-wrap {
        left: auto;
        right: -247px; /*0px*/
    }

    #top-nav .child-true.rev-ws.software:hover .scroll-content-wrap {
        left: auto;
        right: -246px;
    }

}

#top-nav .rev-ws .sub-nav-ws > li {
	margin-right: 17px;
	margin-bottom: 17px;
}

#top-nav .rev-ws .sub-nav-ws > li:nth-child(9n+9) {
	margin-right: 0px;
	margin-bottom: 17px;
}

#top-nav .rev-ws .sub-nav-ws a {
	display: inline-block;
	min-width: auto;
	padding: 0;
/*	border: 1px solid #004277;*/
	border-radius: 4px;
    filter: drop-shadow(2px 2px 0px #006dc3);
    -webkit-filter: drop-shadow(2px 2px 0px #006dc3);
}
@media screen and (min-width: 1025px)  and (max-width: 1206px){

    #top-nav .rev-ws .sub-nav-ws {
/*        width:  950px;*/
        padding: 17px 17px 0 18px;
    }

    #top-nav .rev-ws .sub-nav-ws > li:nth-child(9n+9) {
        margin-right: 17px;
        margin-bottom: 17px;
    }

    #top-nav .rev-ws .sub-nav-ws > li:nth-child(8n+8) {
        margin-right: 0px;
        margin-bottom: 17px;
    }
}

#top-nav .rev-ws .sub-nav-ws a:hover {
    transform: translate(1px, 1px);
    filter: drop-shadow(1px 1px 0px #006dc3);
    -webkit-filter: drop-shadow(1px 1px 0px #006dc3);
}

#top-nav .rev-ws .sub-nav-ws a:active {
    transform: translate(2px, 2px);
    filter: none;
    -webkit-filter: none;
}

ul.menu-dropdown {
    margin: 0px;
}

.quick-nav {
	margin: 30px auto;
	background: rgba(61,169,255,0.36);
}

.quick-nav > .title {
	padding: 5px;
	background: #006dc3;
	border-width: 1px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-align: center;
}

.quick-nav > ul {
	padding: 21px 31px 0;
	border-radius: 4px;
	text-align: center;
}

.quick-nav li {
	margin-bottom: 5px;
	padding: 0;
}

.quick-nav li::before {
	display: none;
}

.quick-nav a,
.quick-nav span {
	display: block;
}

.quick-nav a {
	padding: 3px 3px 5px 48px;
	background: #fff;
	border: 1px solid #959595;
	border-radius: 4px;
	color: #004e8c;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
}

.quick-nav li > a::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
    background: url(/images/link.svg) no-repeat;
    background-size: 30px;
}

.quick-nav li > a#casinos::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	background: url('/images/besten-online-casinos.svg') no-repeat;
	 background-size: 30px;
}

.quick-nav li > a#mobile::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/mobile-casinos.svg') no-repeat;
	background-size: 40px;
}

.quick-nav li > a#bonus::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/bonus.svg') no-repeat;
	background-size: 40px;
}

.quick-nav li > a#slots::before {
	content: '';
	position: absolute;
    left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/icons/slots.svg') no-repeat;
}

.quick-nav li > a#blackjack::before {
	content: '';
	position: absolute;
    left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/blackjack.svg') no-repeat;
	background-size: 40px;
}

.quick-nav li > a#roulette::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/roulette-wheel.svg') no-repeat;
	background-size: 40px;
}

.quick-nav li > a#poker::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/chip.svg') no-repeat;
	background-size: 40px;
}

.quick-nav li > a#gratis::before {
	content: '';
	position: absolute;
left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('/images/gratis.svg')  no-repeat;
	background-size: 40px;
}

.quick-nav a:hover {
	background: #006dc3;
	color: #fff;
	text-decoration: none;
}

.quick-nav span {
	font-weight: 600;
}

/*--------------------------------------------------------------
## Sprites
--------------------------------------------------------------*/
/*
.sprite-bgaw-verantwortung, .sprite-bgaw-gambleaware, .sprite-bgaw-ecorga,
.sprite-bgaw-gt, .sprite-bgaw-18plus,
.sprite-bgaw-gamcare, .sprite-bgaw-gluecksspielsucht,
.sprite-bgaw-bzga{
	display: inline-block;
	vertical-align: bottom;
	height: 39px;
	background: url('/images/sprite-bgaw.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}
.sprite-bgaw-verantwortung{background-position: -10px -207px;width: 176px; }
.sprite-bgaw-gambleaware { background-position: -10px -0px; width: 176px; }
.sprite-bgaw-ecorga { background-position: -10px -49px; width: 120px; border-radius: 6px;}
.sprite-bgaw-gt { background-position: -10px -98px; width: 47px; }
.sprite-bgaw-18plus { background-position: -67px -98px; width: 40px; }
.sprite-bgaw-gamcare { background-position: -117px -98px; width: 38px; }
.sprite-bgaw-gluecksspielsucht { background-position: -10px -153px; width: 44px; }
.sprite-bgaw-bzga { background-position: -65px -153px; width: 50px; border-radius: 5px;}
*/

#be-g-aw > a{
    background-color: #fff;
    transition: ease 0.3s;
}

#be-g-aw > a:hover{
    background-color: rgba(255, 255, 255, 0.8);
    transition: ease 0.3s;
}

#be-g-aw > a,
#be-g-aw > div{
    padding: 6px;
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    border-radius: 5px;
}

[class*="sprite-bgaw-"]{
    height: 35px;
}

.sprite-bgaw-18plus { background: url('/images/18plus.svg') center no-repeat; width: 47px;  background-size: cover; height: 47px }
.sprite-bgaw-gambleaware{background: url('/images/gamble-aware.svg') center no-repeat; width: 216px; background-size: cover;}
.sprite-bgaw-ecorga{background: url('/images/ecogra.svg') center no-repeat; width: 100px; background-size: cover; }
.sprite-bgaw-gt { background: url('/images/gambling-therapy.svg') center no-repeat; width: 42px; background-size: cover; }
.sprite-bgaw-peluuri { background: url('/images/peluuri.svg') center no-repeat; width: 35px; background-size: cover; }


.game-ic {
	display: inline-block;
	vertical-align: middle;
	width: 182px;
	height: 68px;
	background: grey;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	 background: url('/images/sprite-casino-games.png') no-repeat top left; width: 182px; height: 68px;
}

.game-ic.baccarat { background-position: 0px 0px;  }
.game-ic.bingo { background-position: 0px -78px;  }
.game-ic.blackjack { background-position: 0px -156px;  }
.game-ic.casino-hold-em { background-position: 0px -234px;  }
.game-ic.craps { background-position: 0px -312px;  }
.game-ic.keno { background-position: 0px -390px;  }
.game-ic.pai-gow-poker { background-position: 0px -468px;  }
.game-ic.red-dog { background-position: 0px -546px;  }
.game-ic.roulette { background-position: 0px -624px;  }
.game-ic.scratch-cards { background-position: 0px -702px;  }
.game-ic.sic-bo { background-position: 0px -780px;  }
.game-ic.slots { background-position: 0px -858px;  }

.cascom,
.cascom-110,
.cascom-120 {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

[class*="logo-"]{
	display: block;
	text-indent: -9999px;
	text-align: left;
	background-size: contain!important;
	width: 100%; height: 100%;
 }

.bg-casinohuone,
.bg-betsafe,
.bg-cashmio,
.bg-finlandia,
.bg-guts {background: #fff;}
.bg-1xbet{background: #1A5685;}
.bg-casumo{background: #32007e;}
.bg-betsson{background: #F86300;}
.bg-casinoeuro{background: #202949;}
.bg-mr-green{background: #015536;}
.bg-nordicbet{background: #006eb4;}
.bg-rizk{background: #ef4136;}
.bg-unibet{background: #147B45;}
.bg-betway{background: #000;}
.bg-calzone{background: #F93D00;}
.bg-casimba{background: #2c2c2c;}
.bg-casinoheroes{background: #021341;}
.bg-casino-x{background: #242424;}
.bg-casinoroom{background: #11234B;}
.bg-chanz{background: #11A8AB;}
.bg-dunder{background: #222020;}
.bg-comeon{background: #414350;}
.bg-genesis-casino{background: #070920;}
.bg-expekt{background: #ff7000;}
.bg-goliath-casino{background: #0C4364;}
.bg-jackpotcity{background: #0C0917;}
.bg-jackpot-city{background: #0C0917;}
.bg-kaboo{background: #000;}
.bg-jefe-casino{background: rgb(63, 63, 63);}
.bg-kalevala{background: rgb(13, 71, 161);}
.bg-kalevala-kasino{background: rgb(13, 71, 161);}
.bg-ninja-casino{background: rgb(53, 57, 66);}
.bg-karamba{background: rgb(212, 212, 212);}
.bg-karjala{background: #e9e9e9;}
.bg-karjala-kasino{background: #e9e9e9;}
.bg-metal-casino{background: #000;}
.bg-play-club{background: #000;}
.bg-888casino{background: #000;}
.bg-777casino{background: #c3e3c7;}
.bg-888{background: #000;}
.bg-777{background: #c3e3c7;}
.bg-cookie{background: #7f46ad;}
.bg-cookie-casino{background: #7f46ad;}
.bg-betamo{background: #000;}
.bg-betinia-casino{background: #000;}
.bg-ahti{background: #185EF4;}
.bg-maria-casino{background: #232333;}
.bg-zet-casino{background: #000;}
.bg-otto-kasino{background: #0A103A;}

/* Software Background */
.bg-netent,
.bg-microgaming,
.bg-relax-gaming,
.bg-betsoft{ background: #000; }
.bg-evolution { background: #fff; }
.bg-sg-digital { background: #034987; }
.bg-felt-gaming { background: #191919; }
.bg-spinland { background: #119CD1; }
.bg-n1 { background: #212121; }
.bg-energy-casino { background: #000; }
.bg-royal-panda { background: #000; }
.bg-kassu-casino { background: #FFFDEF; }
.bg-nomini { background: #17C4E4; }
.bg-wazamba{background: #0C1533;}
.bg-playojo { background: rgb(203,41,195);
background: linear-gradient(90deg, rgba(203,41,195,1) 35%, rgba(0,144,244,1) 100%, rgba(0,33,36,1) 100%); }

.logo-otto-kasino{background: url('/images/otto.svg') no-repeat center;}
.logo-betinia-casino{background: url('/images/betinia.svg') no-repeat center;}
.logo-ahti{background: url('/images/ahti.svg') no-repeat center;}
.logo-maria-casino{background: url('/images/maria-casino.svg') no-repeat center;}
.logo-zet-casino{background: url('/images/zet-casino.svg') no-repeat center;}
.logo-kassu-casino{background: url('/images/kassu.svg') no-repeat center;}
.logo-royal-panda{background: url('/images/royal-panda-white.svg') no-repeat center;}
.logo-energy-casino{background: url('/images/energy-casino.svg') no-repeat center;}
.logo-casinohuone{background: url('/images/casinohuone.svg') no-repeat center;}
.logo-n1{background: url('/images/n1.svg') no-repeat center;}
.logo-thrills{background: url('/images/thrills.svg') no-repeat center;}
.logo-spinland{background: url('/images/spinland.svg') no-repeat center;}
.logo-jefe-casino{background: url('/images/casino-jefe.svg') no-repeat center;}
.logo-betsafe{background: url('/images/betsafe.svg') no-repeat center;}
.logo-1xbet{background: url('/images/1xbet.svg') no-repeat center;}
.logo-casumo{background: url('/images/casumo.svg') no-repeat center;}
.logo-betsson{background: url('/images/betsson.svg') no-repeat center;}
.logo-casinoeuro{background: url('/images/casinoeuro.svg') no-repeat center;}
.logo-mr-green{background: url('/images/mr-green.svg') no-repeat center;}
.logo-nordicbet{background: url('/images/nordicbet.svg') no-repeat center;}
.logo-rizk{background: url('/images/rizk.svg') no-repeat center;}
.logo-unibet{background: url('/images/unibet.svg') no-repeat center;}
.logo-betway{background: url('/images/betway-casino.svg') no-repeat center;}
.logo-calzone{background: url('/images/calzone.svg') no-repeat center;}
.logo-cashmio{background: url('/images/cashmio.svg') no-repeat center;}
.logo-casimba{background: url('/images/casimba.svg') no-repeat center;}
.logo-casinoheroes{background: url('/images/casino-heroes.svg') no-repeat center;}
.logo-casino-x{background: url('/images/casino-x.svg') no-repeat center;}
.logo-casinoroom{background: url('/images/casinoroom.svg') no-repeat center;}
.logo-chanz{background: url('/images/chanz.svg') no-repeat center;}
.logo-dunder{background: url('/images/dunder.svg') no-repeat center;}
.logo-comeon{background: url('/images/come-on.svg') no-repeat center;}
.logo-genesis-casino{background: url('/images/genesis.svg') no-repeat center;}
.logo-finlandia{background: url('/images/finlandia-casino.svg') no-repeat center;}
.logo-expekt{background: url('/images/expekt.svg') no-repeat center;}
.logo-goliath-casino{background: url('/images/goliath-casino.svg') no-repeat center;}
.logo-guts{background: url('/images/guts.svg') no-repeat center;}
.logo-jackpotcity{background: url('/images/jackpotcity.svg') no-repeat center;}
.logo-jackpot-city{background: url('/images/jackpotcity.svg') no-repeat center;}
.logo-kaboo{background: url('/images/kaboo.svg') no-repeat center;}
.logo-kalevala{background: url('/images/kalevala.svg') no-repeat center;}
.logo-kalevala-kasino{background: url('/images/kalevala.svg') no-repeat center;}
.logo-ninja-casino{background: url('/images/ninja-casino.svg') no-repeat center;}
.logo-karamba{background: url('/images/karamba.svg') no-repeat center;}
.logo-karjala{background: url('/images/karjala.svg') no-repeat center;}
.logo-karjala-kasino{background: url('/images/karjala.svg') no-repeat center;}
.logo-metal-casino{background: url('/images/metal-casino.svg') no-repeat center;}
.logo-play-club{background: url('/images/play-club.svg') no-repeat center;}
.logo-888casino{background: url('/images/888casino.svg') no-repeat center;}
.logo-777casino{background: url('/images/777.svg') no-repeat center;}
.logo-888{background: url('/images/888casino.svg') no-repeat center;}
.logo-777{background: url('/images/777.svg') no-repeat center;}
.logo-betamo{background: url('/images/betamo.svg') no-repeat center;}
.logo-cookie{background: url('/images/cookie.svg') no-repeat center;}
.logo-cookie-casino{background: url('/images/cookie.svg') no-repeat center;}
.logo-playojo{background: url('/images/playojo.svg') no-repeat center;}
.logo-nomini{background: url('/images/nomini.svg') no-repeat center;}
.logo-wazamba{background: url('/images/wazamba.svg') no-repeat center;}

/* Software Logos */

.logo-netent {background: url('/images/software/netent.svg') no-repeat center;}
.logo-microgaming {background: url('/images/software/microgaming.svg') no-repeat center;}
.logo-relax-gaming {background: url('/images/software/relax-gaming.svg') no-repeat center;}
.logo-evolution {background: url('/images/software/evolution.svg') no-repeat center;}
.logo-sg-digital {background: url('/images/software/sg-digital.svg') no-repeat center;}
.logo-betsoft {background: url('/images/software/betsoft.svg') no-repeat center;}
.logo-felt-gaming {background: url('/images/software/felt-gaming.svg') no-repeat center;}

.cascom-110[class*="bg-"]{
	margin: 0 auto;
	padding: 5px;
    width: 110px;
	height: 48px;
	border-radius: 4px;
}
.cascom-120[class*="bg-"]{
	margin: 0 auto;
	padding: 5px;
	width: 120px;
	height: 60px;
	border-radius: 4px;
}
.cascom[class*="bg-"]{
	margin: 0 auto;
    padding: 5px;
    width: 180px;
    height: 50px;
    border-radius: 4px;
}

.soft-160[class*="bg-"]{
	margin: 0 auto;
	padding: 5px;
    width: 160px;
	height: 100px;
	border-radius: 5px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.back-to-top {
	display: none;
	width: 39px;
	height: 39px;
	background: url('/images/common-sprite.png') -60px -278px no-repeat;
}

.back-to-top:hover {
	cursor: pointer;
}

.back-to-top.fixed {
	position: fixed;
	right: 20px;
	bottom: 80px;
	display: block;
	z-index: 999999999999999999999999999999999999;
}

.icon-bar {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      right: 5px;
    top: 2px;
    transform: scale(0.7);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  display: inline-block;
      margin-right: 17px;
}

.inrev-table, .inrev-table.left, .inrev-table.right { float: none; font: normal 13px Verdana, sans-serif; line-height: 16px; color: #868686; clear: both; overflow: auto; margin: 15px auto; padding: 0 25px;}

.inrev-table table { width: 100%; border-top: 1px solid #ddd; border-right: 1px solid #d6d8d9; background: #fff; margin-bottom: 15px;}
.inrev-table th {
    font: normal 12px/14px 'open sans',sans-serif;
    color: #fff;
    text-align: center;
    height: 20px;
    background: #1d77be;
    background: -moz-linear-gradient(top,#45a7f5 0%,#1d77be 100%);
    background: -webkit-linear-gradient(top,#45a7f5 0%,#1d77be 100%);
    background: linear-gradient(to bottom,#45a7f5 0%,#1d77be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#1d77be',GradientType=0);
}

.inrev-table th, .inrev-table td { border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px 12px }
.inrev-table td { font-size: 11px; color: #868686 }
.inrev-table tr:nth-child(odd), .inrev-table tr:nth-child(odd) { background: #fcfcfc }
.inrev-table tr:nth-child(even) {background: #e2e2e2;}

@media screen and (max-width: 1024px){
	.icon-bar{position:inherit; transform: scale(0.9);}
	.icon-bar a{margin-right:unset; }
}



.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.video {
	text-align: center;
}

.video iframe {
	height: 140px;
	border-radius: 9px;
}

.terms-b-div {
	margin-bottom: 15px;
}

.terms {
	color: #04589c;
	font-style: italic;
    height: 0px;
    text-align: right;
    margin: 7px 10px 30px 0;
    padding: 0;
    font-size: 12px;
}

.terms.terms-rev{
    margin: 13px 10px 16px 0;
}

.terms-right {
	color: #04589c;
    float: right;
    font-size: 12px;
    font-style: italic;
    height: 20px;
    margin: 7px 10px 20px 0px;
}

div.terms-right.terms-min-tbl {
	margin: 7px 10px 7px 0px;
}

.terms-b {
	text-align: center;
  margin: 0 auto;
  display: block;
  height: auto;
}

.top-p-rev .terms{
    margin: 12px 10px 12px 0px;
}

.score,
.score > span {
	height: 31px;
	vertical-align: middle;
	background: url('/images/common-sprite.png') repeat-x;
}

.score.small,
.score.small > span {
	height: 26px;
}

.score.smallest,
.score.smallest > span {
	height: 24px;
}

.score {
	width: 160px;
	background-position: -10px -0px;
	text-align: left;
}

.score > span {
	background-position: -10px -40px;
	text-indent: -9999px;
}

.score.small {
	width: 135px;
	background-position: -10px -79px;
}

.score.small > span {
	background-position: -9px -113px;
}

.score.smallest {
	width: 125px;
	background-position: -10px -150px;
}

.score.smallest > span {
	background-position: -10px -186px
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

thead {
	padding: 0 2px;
	background: #04589c;
	color: #fff;
}

td {
	padding: 4px;
	vertical-align: middle;
}

table .separator td {
	padding: 0 !important;
	border: none !important;
}

.top-p-tab {
	width: 100%;
}

.top-p-tab .h-capt {
	margin-bottom: 6px;
	display: block;
}

.top-p-tab tbody tr,
.bb-tab tbody tr {
	background: #fff;
}

.top-p-tab tr:hover,
.bb-tab tbody tr:hover {
	background: #e6e6e6;
}

.top-p-tab tbody td {
	border: 1px solid #d3d3d3;
}

.top-p-tab tbody td:first-child {
	text-align: left;
}

.top-p-tab .separator {
	height: 6px;
	background: rgba(13, 18, 58, 0.6);
}

.top-p-tab .separator td {
	background: #fff;
}

.top-p-tab .position > span {
	width: 31px;
	line-height: 32px;
	margin-left: 7px;
	vertical-align: middle;
	background: #484544;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.top-p-tab tr:first-child .position > span {
	background: #379842;
}

.top-p-tab tr:hover .position > span {
	background: #1a0700;
}

.top-p-tab tr:first-child:hover .position > span {
	background: #379842;
}

.top-p-tab span {
	vertical-align: middle;
}

.top-p-tab .score-wrap {
	padding: 0 0 2px;
	border-radius: 4px;
	position: relative;
}

.top-p-tab .score-wrap .score {
	display: none;
}

.top-p-tab .score-wrap::before {
	content: '\f164';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 21px;
	border-radius: 6px;
	font-family: "Font Awesome 5 Free";
}

.top-p-tab .score-wrap.down::before {
	content: '\f165';
	color: red;
}

.top-p-tab .offer {
	padding-left: 29px;
	position: relative;
}

.top-p-tab .offer::before {
	content: '\f3a5';
	position: absolute;
	left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 26px;
	height: 19px;
	border-radius: 6px;
	font-family: "Font Awesome 5 Free";
}

.top-p-tab a.b-leave {
	padding: 10px 6px 6px;
	font-size: 18px;
	text-transform: uppercase;
}

.top-p-tab a.b-leave.not-v {
	font-size: 15px;
}

.top-p-tab a.b-stay {
	margin-top: 8px;
	font-size: 17px;
}

.top-sfst-tab-wrap {
	margin: 0 0 30px 0;
	padding: 11px 14px 26px;
	background: #b9e0ff;
	border-radius: 6px;
}

.top-sfst-tab-wrap tbody td:nth-of-type(2) > a{
	font-size: 13px;
}

.top-sfst-tab .h-capt {
	margin-bottom: 11px;
	padding: 4px;
	background: #04589c;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;

}

.top-sfst-tab tbody td {
	padding: 0 8px;
}

.top-sfst-tab tbody td:first-child {
	padding: 0;
	border-left-width: 1px;
}

.top-sfst-tab tbody td:last-child {
	border-right-width: 1px;
}

.top-sfst-tab tbody td:first-child > * {
	border-radius: 0;
}

.top-sfst-tab .separator {
	height: 8px;
}

.top-sfst-tab .separator td {
	background: #b9e0ff;
}

.top-sfst-tab-wrap .offer {
	color: #fd6f16;
}

.top-sfst-tab-wrap .offer > span {
	display: block;
}

.top-sfst-tab .score-wrap {
	margin-top: 4px;
	background: #939693;
	border-radius: 2px;
	padding-bottom: 1px;
}

.top-sfst-tab a.b-stay {
	display: block;
}

.top-sfst-tab a.b-leave {
	padding: 13px 8px 10px;
	font-size: 15px;
	text-transform: uppercase;
}
.top-sfst-tab td:nth-child(3) {
    width: 150px;
}

.bb-tab {
	width: 100%;
    display: block;
    overflow: auto;
}

/*
.bb-tab.reviews{
    display: table;
}
*/

.bb-tab .h-capt {
	margin-bottom: 5px;
	font-size: 17px;
}

.bb-tab th {
	padding: 8px 2px;
	font-weight: 600;
    vertical-align: middle;
}

.bb-tab a.b-leave{
    text-transform: uppercase;
}

.bb-tab tbody td {
	padding: 14px 4px;
}

.bb-tab tbody td:last-child {
	border-bottom: 10px solid #48abf9;
}

.bb-tab.slots tbody td:nth-child(3){
	font-weight: bold;
    color: #006dc3;
    font-size: 20px;
}

.bb-tab tbody td:nth-child(2),
.bb-tab tbody td:nth-child(3),
.bb-tab tbody td:nth-child(4),
.bb-tab.roulette tbody td:nth-child(5),
.bb-tab.slots tbody td:nth-child(5) {
	font-size: 17px;
}

.bb-tab tbody td:nth-child(2),
.bb-tab tbody td:nth-child(4),
.bb-tab.roulette tbody td:nth-child(5),
.bb-tab.blackjack tbody td:nth-child(5),
.bb-tab.slots tbody td:nth-child(5) {
    font-weight: 600;
}

.bb-tab.roulette tbody td:nth-child(4),
.bb-tab.blackjack tbody td:nth-child(4),
.bb-tab.slots tbody td:nth-child(4) {
	font-weight: normal;
}

.bb-tab .b-leave {
	padding: 5px 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.bb-tab .b-leave span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.bb-tab .lable{
    font-weight: normal;
    font-style: italic;
    font-size: 17px;
}

.bb-tab.roulette .lable,
.bb-tab.blackjack .lable{
    display: block;
    margin-bottom: 8px;
}

.bb-tab.slots .game-rtp {
	display: block;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: black;
    margin-bottom: 5px;
}

/*
.bb-tab.bonuses a.b-stay{
    margin-top: 8px;
}
*/

.bb-tab.bonuses th{
    width: 15%;
}

.bb-tab.bonuses tbody td:not(:nth-last-of-type(1)){
    font-weight: bold;
}

.bb-tab.bonuses td.offer{
    font-size: 20px;
}

.bb-tab.blackjack tbody tr td:nth-of-type(4){
	padding-left: 20px;
}

.bb-tab.blackjack ul.checks{
	margin: 0 auto;
}

.bb-tab.blackjack ul.checks li{
	margin-bottom: 5px;
	line-height: normal;
	font-size: 15px;
	text-align: left;
}

.bb-tab.blackjack tbody td:nth-of-type(2){
	font-size: 16px;
}

.bb-tab.blackjack tbody .offer{
	font-size: 17px;
}

@media screen and (max-width: 1023px){
	.bb-tab.blackjack th{
		font-size: 16px;
	}
}

.andr-ios-wind > span {
    background: url(/images/mobile-sprite.png) no-repeat top left;
    width: 144px;
    height: 26px;
    display: block;
    text-indent: -9999px;
    text-align: center;
    margin: 0px auto 0px auto;
}

span.android {
    background-position: 0px 0px;
}

span.ios {
    background-position: 0px -36px;
}

span.app-features {
    color: #fd6f16;
}

.latest-ns .title {
	text-align: center;
}

.latest-ns > .title {
	margin-bottom: 24px;
	padding: 0 6px;
	background: #e3e3e3;
	border-radius: 6px;
	font-weight: 600;
	font-size: 20px;
}

.latest-ns .blocks:not(:first-child) {
	display: none;
}

.latest-ns .blocks > div {
	margin-bottom: 30px;
}

.latest-ns .block-e > .title {
	font-weight: 600;
	font-size: 17px
}

.latest-ns .block-e > .title a:hover {
	color: #dc833d;
	text-decoration: none;
}

.latest-ns .cont {
	font-size: 14px;
}

.latest-ns img {
	display: block;
	width: 243px;
	height: 103px;
	margin: 12px auto 16px;
}

.latest-ns .button {
	margin-top: 22px;
	text-align: right;
}

.latest-ns .button a {
	padding: 6px 13px 6px 21px;
	position: relative;
}

.latest-ns .button a::before {
	content: '';
	-ms-transform: rotate(270deg);
	    transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	left: 7px;
	top: 11px;
}

.latest-ns > nav {
	text-align: right;
}

.latest-ns > nav > .arrow-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-color: #1a0700;
	border-radius: 4px;
    transform: translateY(0);
    -ms-transform: translateY(-0);
    -webkit-transform: translateY(0);
	position: static;
}

.latest-ns > nav > .arrow-wrap > div {
	vertical-align: middle;
	width: 9px;
	height: 10px;
	background: url('/images/common-sprite.png') -145px -209px no-repeat;
	position: relative;
	top: 4px;
	left: 6px;
}

.latest-ns > nav > .arrow-wrap.lft {
	margin-right: 8px;
}

.latest-ns > nav > .scroll-right {
	margin-left: 2px;
}

.latest-ns > nav > .scroll-right > span {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.latest-ns > nav > div:hover {
	background-color: #fd6f16;
	cursor: pointer;
}

img.sh-dr,
.sh-dr{
    filter: drop-shadow(2px 2px 2px black);
    -webkit-filter: drop-shadow(2px 2px 2px black);
    -moz-filter: drop-shadow(2px 2px 2px black);
}

img.sh-c{
    box-shadow: #000000ba 0px 0px 6px 3px;
    border-radius: 6px;
}

img.sh-l{
    box-shadow: #000000ba -9px 9px 6px 1px;
    border-radius: 6px;
}

img.sh-r{
    box-shadow: #000000ba 11px 11px 6px 1px;
    border-radius: 6px;
}

img{
    border-radius: 6px;
}

/* BOXES */

.boxes-faq .title,
.boxes-faq .cont {
	position: relative;
}

.boxes-faq .cont {
	margin: 21px 0 25px;
	padding-bottom: 21px;
	padding-left: 61px;
	border-bottom: 1px solid #382100;
}

.boxes-faq > div:last-child .cont {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.boxes-faq .title {
	padding: 10px 4px 10px 23px;
	font-weight: 600;
	background: #f1e4d9;
	font-size: 16px;
	border-radius: 6px;
	display: block;
}

/*.boxes-faq .title::before,*/
.boxes-faq .cont::before {
	content: '';
	position: absolute;
	left: 20px;
	width: 26px;
	height: 22px;
	background: url('/images/common-sprite.png') no-repeat;
}

/*
.boxes-faq .title::before {
	top: 13px;
	background-position: -60px -327px;
}
*/

.boxes-faq .title > span{
    font-style: normal;
}

.boxes-faq .cont::before {
	top: 5px;
    background-position: -109px -300px;
}

.boxes-tips .title {
	padding-left: 47px;
	color: #0e4169;
	font-weight: normal;
	font-size: 18px;
	position: relative;
}

.boxes-tips > div {
	margin-top: 20px;
	padding: 17px 23px 15px;
	background: #b9e0ff;
	border: 1px solid #0d63a8;
	border-radius: 4px;
}

.boxes-tips li,
.boxes-tips li > div {
	position: relative;
}

.boxes-tips li {
	padding: 14px 14px 14px 23px;
	background: #fff;
}

.boxes-tips li::before,
.boxes-tips li::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0e4169;
}

.boxes-tips li::before {
	top: 0;
}

.boxes-tips li::after {
	bottom: 0;
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.boxes-tips h3::before {
	content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
   	-ms-transform: translateY(-50%);
   	-webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('/images/common-sprite.png') -126px -220px no-repeat;
}

.boxes-y-n-wrap.to-fl-l .title {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
}

.boxes-y-n.to-fl {
	margin: 30px auto 15px;
}

.boxes-y-n li {
	line-height: 64px;
	padding-right: 6px;
	padding-left: 45px;
	background: #b9e0ff;
	border: 1px solid #006dc3;
	position: relative;
}

.boxes-y-n.to-fl li {
	margin-bottom: 15px;
}

.boxes-y-n.cust-sup li {
	padding-left: 50px;
	background: #f9f9f9;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	line-height: 44px;
	font-weight: 600;
	font-size: 14px;
}

.boxes-y-n li.selected {
 	background: #04589c;
 	color: #fff;
}

.boxes-y-n li:nth-child(4n+4) {
 	margin-right: 0;
}

.boxes-y-n li::before {
 	width: 24px;
 	height: 23px;
 	position: absolute;
 	left: 13px;
    top: 50%;
    margin-top: -10px;
    background: url('/images/common-sprite.png') no-repeat;
}

.boxes-y-n li.yes::before {
	background-position: -96px -332px;
}

.boxes-y-n li.no::before {
	background-position: -10px -328px;
}

.boxes-y-n.cust-sup li::before {
	transform: translateY(7%);
	-ms-transform: translateY(7%);
	-webkit-transform: translateY(7%);
}

.boxes-y-n li.lv-ch::before {
	width: 20px;
	height: 20px;
	background-position: -76px -365px;
}

.boxes-y-n li.tel::before {
	width: 20px;
	height: 20px;
	background-position: -106px -366px;
}

.boxes-y-n li.e-ml::before {
	width: 20px;
	height: 20px;
	background-position: -10px -361px;
}

.boxes-y-n li span {
 	vertical-align: middle;
 	line-height: 1.3;
}

.boxes-rking {
	text-align: center;
}

.boxes-rking > li {
	display: block;
	vertical-align: top;
 	margin: 0 auto 30px;
 	padding: 16px;
 	background: #e0f1ff;
 	border: 1px solid #623700;
 	border-radius: 4px;
 	text-align: center;
}

.boxes-rking > li:first-child {
	background: #b9e0ff;
}

.boxes-rking > li:nth-child(3) {
  	margin-bottom: 0;
}

.boxes-rking > li::before {
   	display: none;
}

.element-title {
	font-size: 25px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #0e4169;
}

.boxes-rking .offer {
	display: block;
}

a.best-casinos-btn {
    padding: 7px 30px;
    margin-bottom: 5px;
}

.boxes-rking .title {
	font-weight: bold;
 	font-size: 17px;
 	text-transform: uppercase;
}

/* .boxes-rking > li > div {
 	padding: 22px 0;
 }
*/

.boxes-rking .best-casinos-logo {
	width: 133px;
	height: 80px;
	margin: 0 auto 10px;
	border-radius: 3%;
	text-align: center;
}

.boxes-rking .best-casinos-logo span {
	margin-top: 8px;
}

.boxes-rking .best-casinos-review {
 	font-size: 14px;
}

.boxes-rking .offer,
.boxes-rking .best-casinos-bonus {
 	font-weight: bold;
}

.boxes-rking .best-casinos-bonus {
	margin-bottom: 7px;
	color: #379842;
	font-size: 18px;
	text-shadow: 0px 0px 14px rgba(55, 152, 66, 0.2);
}

.boxes-rking .best-casinos-info{
	display: block;
    text-align: center;
    margin: 0 auto;
}

.boxes-rking .best-casinos-info p.info {
	display: block;
	text-align: center;
	margin: 0 auto;
	line-height: 1.2;
}

.boxes-evnts {
	text-align: center;
}

.boxes-evnts .block-e {
	display: none;
	max-width: 315px;
}

.boxes-evnts .block-e:first-child {
	display: inline-block;
}

.boxes-evnts .block-e > div {
	border: 1px solid #1a0700;
	text-align: center;
	position: relative;
}

.boxes-evnts .ev-nm	 {
	top: 16px;
	color: #1a0700;
	font-weight: 600;
	font-size: 24px;
	text-shadow: 0px 0px 8px rgba(26, 7, 0, 0.5);
}

.boxes-evnts .prize {
	top: 66px;
	font-weight: 600;
	font-size: 22px;
}

.boxes-evnts .date {
	top: 120px;
	color: #382100;
}

.boxes-evnts .block-e > p {
	margin: 8px 0 4px;
	color: #382100;
	font-size: 18px;
	text-align: left;
}

.boxes-evnts .block-e > div > p {
	position: absolute;
	left: 0;
	right: 0;
}

.boxes-evnts .block-e > div,
.boxes-evnts .block-e > div > img {
	border-radius: 4px;
}

.boxes-evnts .block-e > div > img {
	width: 313px;
	height: 158px;
}

.boxes-evnts .block-e > ul {
	background: #efedeb;
	border: 1px solid #623700;
	border-radius: 4px;
	text-align: left;
}

.boxes-evnts .block-e > ul li {
	margin: 0;
	padding: 10px 4px 10px 18px;
	color: #623700;
}

.boxes-evnts .block-e > ul li:not(:last-child) {
	border-bottom: 1px solid #623700;
}

.boxes-evnts .block-e > ul li::before {
	width: 20px;
	height: 18px;
	margin-right: 11px;
	vertical-align: text-bottom;
	background: grey;
	top: 0;
}

.boxes-evnts .block-e > ul span {
	font-weight: bold;
}

.boxes-inf {
	background: #e7e4e0;
	border-radius: 6px;
}

.boxes-inf > .title {
	padding: 6px 4px;
	color: #dc833d;
	font-size: 20px;
	text-align: center;
	background: #382100;
	border-radius: 6px 6px 0 0;
	position: relative;
}

.boxes-inf > div > div::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-size: contain !important;
}

.boxes-y-n-wrap.to-fl-l .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #623700;
}

.boxes-inf > div > div {
	min-height: 152px;
	padding: 33px 17px;
	position: relative;
}

.boxes-inf > div > div:nth-child(odd)::after {
	background: url('/images/boxes-inf-line-left.png') 0 0 no-repeat;
}

.boxes-inf > div > div:nth-child(even)::after {
	background: url('/images/boxes-inf-line-right.png') 0 0 no-repeat;
}

.boxes-inf > div > div:last-child::after {
	display: none;
}

.boxes-inf > div > div .icon {
	display: block;
	margin: 0 auto 30px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #623700;
	border-radius: 50%;
	box-shadow: 0 0 9px 0 #623700;
	-webkit-box-shadow: 0 0 9px 0 #623700;
	text-align: center;
}

.boxes-inf > div > div:nth-child(odd) .icon {
	left: 24px;
}

.boxes-inf > div > div:nth-child(even) .icon {
	right: 24px;
}

.boxes-inf > div > div ul {
	list-style: disc;
	list-style-position: inside;
}

.boxes-inf > div > div ul li::before {
	display: none;
}

.boxes-grid-2 > div {
	margin-bottom: 30px;
}

.boxes-grid-2 > div:last-child,
.boxes-grid-2 > div:nth-last-child(2) {
	margin-bottom: 0;
}

.boxes-grid-2 .title {
	margin: 0 0 13px 0;
	padding: 0 4px 0 0;
	color: #9c7862;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid #9c7862;
}

.boxes-grid-2 img {
	float: left;
	width: 250px;
	height: 142px;
	margin: 4px 19px 19px 0;
	border-radius: 4px;
}

.boxes-est-inf {
	padding: 60px 10px 10px;
	background: #eae3d9;
	border: 1px solid #623700;
	border-radius: 4px;
}

.boxes-est-inf .l-est {
	margin: 0 0 30px 0;
	padding-top: 40px;
	border: 1px solid #623700;
	border-radius: 4px;
	position: relative;
}

.boxes-est-inf.l-pr-p .l-est {
	background: #fff;
}

.boxes-est-inf.pr-cc .l-est {
	background: #fff;
}

.boxes-est-inf .l-est .bef-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: -47px;
	width: 90px;
	height: 90px;
}

.boxes-est-inf .l-est .title {
	margin-bottom: 20px;
	padding: 4px;
	color: #7d4701;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	position: relative;
}

.boxes-est-inf .inf > ul > li {
	margin-bottom: 16px;
}

.boxes-est-inf .l-est > ol li {
	padding-right: 4px;
	color: #379842;
}

.boxes-est-inf .inf .title {
	color: #7d4701;
	font-weight: 600;
	font-size: 22px;
}

.boxes-est-inf .l-est .title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #623700;
}

.boxes-est-inf .l-est > ol li {
	font-size: 14px;
}

.boxes-est-inf.pr-cc .l-est > ul li::before {
	top: 0;
}

.boxes-est-inf.pr-cc .inf > ul li > span {
	font-weight: 600;
}

.boxes-est-inf.pr-cc .inf > ul li::before {
	width: 20px;
	height: 14px;
	vertical-align: middle;
	background-position: 0 -435px;
	position: relative;
	top: -2px;
}

.boxes-est-inf.l-pr-p .inf .logos > span {
	margin: 0 10px 10px 0;
}

.boxes-est-inf.pr-cc .inf .logos > span {
	margin-right: 16px;
	margin-bottom: 21px;
}

.boxes-est-inf.l-pr-p .inf .logos > span:first-child {
	margin-top: 10px;
}

.boxes-est-inf.pr-cc .inf .logos > span:first-child {
	margin-top: 20px;
}

.boxes-est-inf .cons {
	margin-top: 24px;
}

.boxes-est-inf.pr-cc .l-est li::before {
	height: 11px;
}

.boxes-est-inf .pros li::before {
	width: 14px;
	background: url('/images/common-sprite.png') -145px -150px no-repeat;
}

.boxes-est-inf .cons li::before {
	width: 11px;
	background: url('/images/common-sprite.png') -145px -188px no-repeat;
}

.boxes-est-inf .button-2 {
	text-align: center;
}

.boxes-est-inf .button-2 a {
	width: 86%;
	padding: 16px 37px;
	position: relative;
}

.boxes-est-inf .button-2 a::before,
.boxes-est-inf .button-2 a::after {
	content: '\f0a9';
	position: absolute;
	top: 35%;
	width: 16px;
	height: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.boxes-est-inf .button-2 a::before {
	left: 13px;
}

.boxes-est-inf .button-2 a::after {
	right: 13px;
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.row-two-col p{
    text-align: center;
    font-size: 18px;
}

.row-two-col:after {
    content: "";
    display: table;
    clear: both;
}

.col-two {
    float: left;
    width: 50%;
    padding: 20px;
}

.col-two ul li{
    padding-left: 0px;
}

@media screen and (max-width: 375px){
.col-two ul{
        margin: 10px;
    }
}

/* REVIEWS */

.top-p-rev {
	/*width: 264px;*/
	background: #e5f3ff;
	background-position: right 27% bottom 0;
	background-size: contain;
	border: 1px solid #006dc3;
	border-radius: 6px;
	color: #0e4169;
}

.top-p-rev > div {
	padding: 10px 5px;
	text-align: center;
}

.top-p-rev .name,
.top-p-rev .title {
	position: relative;
}

.top-p-rev .name {
	margin: 12px auto;
	padding-bottom: 58px;
	font-weight: 600;
}

.top-p-rev .name > .rev-psl {
	position: absolute;
   	left: 50%;
    transform: translateX(-50%);
    top: 10px;
	width: 200px;
	height: 41px;
	padding: 4px;
	background: #b9e0ff;
	border: 1px solid #45a8f6;
	border-radius: 6px;
	text-align: center;
}

.top-p-rev .name > .rev-psl > span {
	width: 30px;
	height: 30px;
	margin-right: 30px;
}

.top-p-rev .name > .rev-psl > span:last-child {
	margin-right: 0;
}

.top-p-rev .name > .rev-psl .l-ic {
	background: url('/images/common-sprite.png') -33px -393px no-repeat;
}

.top-p-rev .name > .rev-psl .s-ic {
	background: url('/images/common-sprite.png') -80px -393px no-repeat;
}

.top-p-rev .name > .rev-psl .p-ic {
	background: url('/images/common-sprite.png') -123px -393px no-repeat;
}

.top-p-rev .title {
	padding: 0 4px;
	background: #e5f3ff;
	border-bottom: 1px solid #0e4169;
	border-radius: 3px;
	color: #0e4169;
	font-weight: 600;
	font-size: 17px;
}

.top-p-rev .b-offer,
.top-p-rev .button-2 {
	vertical-align: middle;
}

.top-p-rev .b-offer {
	padding-left: 50px;
	color: #fa6e17;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
    margin-right: 2px;
}

.top-p-rev .not-verified > .b-offer{
	margin-bottom: 10px;
	margin-right: 0;
}

.top-p-rev .b-offer::before {
	content: '\f3a5';
	position: absolute;
	left: 10px;
	top: 4px;
	width: 28px;
	height: 23px;
	font-size: 23px;
	font-family: "Font Awesome 5 Free";
}

.top-p-rev .not-verified > .b-offer::before{
	content: '\f00d';
	top: -3px;
    width: 30px;
    height: 30px;
	font-size: 30px;
	color: #ea0404;
	font-weight: bolder;
}

.top-p-rev .not-verified > .b-offer::after{
    content: '';
	position: absolute;
	top: 20px;
    right: -24px;
    background: url('/images/icons/curved-arrow.svg') no-repeat;
    filter: invert(67%) sepia(96%) saturate(1974%) hue-rotate(329deg) brightness(100%) contrast(103%);
    -webkit-filter: invert(67%) sepia(96%) saturate(1974%) hue-rotate(329deg) brightness(100%) contrast(103%);
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.top-p-rev .b-offer span {
	display: block;
	font-weight: 600;
	font-size: 21px;
}

.top-p-rev .not-verified > .b-offer span{
	color: #ea0404;
}

.top-p-rev .button-2 a {
	padding: 10px 10px;
	font-size: 18px;
}

.top-p-rev > .d-s ul li,
.top-p-rev > .d-t ul li {
	padding: 0;
	font-size: 13px;
}

.top-p-rev > .d-t ul li.final {
	padding-top: 8px;
	border-top: 1px dashed #623700;
}

.top-p-rev > .d-s ul li span,
.top-p-rev > .d-t ul li span {
	font-weight: 600;
	text-decoration: underline;
}

.top-p-rev > .d-s ul li::before,
.top-p-rev > .d-t ul li::before {
	display: none;
}

.top-p-rev > .d-t ul li.final > span {
	color: #fa6e17;
}

.top-p-rev > .d-t ul {
	text-align: left;
}


.top-p-rev .score-wrap {
	padding-left: 2px;
	float: right;
	background: #939693;
	border-radius: 4px;
}

.top-p-rev > .d-f div:nth-of-type(2) > .terms{
    text-align: center;
}

.rev-gall {
	width: 100%;
	text-align: center;
}

.rev-gall > li {
	display: none;
	width: 222px;
	height: 114px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	position: relative;
}

.rev-gall > li:first-child {
	display: block;
}

.rev-gall li::before {
	display: none;
}

.rev-gall > li > a {
	color: #fff;
}

.rev-gall > li:hover > a {
	color: #6bb9e7;
}

.rev-gall > li > a > span {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 22px;
	text-shadow: 0 0 10px #000;
}

.rev-gall > li img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.more-gm {
	margin: 30px auto 0;
}

.more-gm > li {
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.more-gm > li::before {
	display: none;
}

.one-l-rev {
	display: table;
	width: 280px;
	padding: 10px;
	background: #fff;
	border: 2px solid #095fa3;
	border-radius: 4px;
	text-align: center;
}

.one-l-rev > * {
	display: table-cell;
	vertical-align: middle;
}

.one-l-rev ul {
	text-align: left;
}

.one-l-rev li {
	font-size: 15px;
	margin-bottom: 4px;
	position: relative;
	padding-left: 35px;
}

.one-l-rev li:last-child {
	margin-bottom: 0;
}

.one-l-rev li::before {
	content: '\2714\0020';
	width: auto;
	height: auto;
	margin-right: 3px;
	background: transparent;
	top: 0;
    position: absolute;
    left: 10px;
    color: #7bc906;
    filter: drop-shadow(1px 1px 0px #3c9c3d);
    -webkit-filter: drop-shadow(1px 1px 0px #3c9c3d);
    -moz-filter: drop-shadow(1px 1px 0px #3c9c3d);
}

.one-l-rev .offer {
	margin-bottom: 10px;
	min-width: 140px;
	padding-right: 8px;
}

.one-l-rev .offer span {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

.one-l-rev .button-2 {
	display: block;
}

.one-l-rev .button > a {
	width: 80%;
	padding: 14px 20px;
	border-radius: 2px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	display: inherit;
	margin: auto;
}

.one-l-rev .button > a.not-v {
	background: #af1700;
}


.online-casino-games {
    margin-bottom: 20px;
	box-shadow: 0px 0px 6px 0px #4d9df7;
	-webkit-box-shadow: 0px 0px 6px 0px #4d9df7;
	-moz-box-shadow: 0px 0px 6px 0px #4d9df7;
    border-radius: 6px;
}

.blackjack-table {

	background: url(/images/blackjack-table.png) no-repeat ;
	background-size: cover;
}

.roulette-table {

	background: url(/images/roulette.png) no-repeat ;
	background-size: cover;
}

.slots-tips {
	background: url(/images/question-marks.png) no-repeat ;
	background-size: cover;
}

.online-casino-games > h4{
	color: #006dc3;
}

.online-casino-games > .title {
	margin: 0px;
    padding: 15px;
}

.online-casino-games .float-left {
	margin-top: 5px;
	margin-left: 15px;
}

.online-casino-games .soft-160.float-left {
	margin-right: 1.6rem;
}

.online-casino-games .float-right {
	margin-top: 5px;
	margin-right: 15px;
}

.online-casino-games p {
	padding: 0 2.5px 15px 15px;
}

ul.spin-palace{
    margin: 10px 0px !important;
}

/* lightbox */

.lightbox {
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.5) repeat;
    text-align: center;
    overflow: auto;
}

.lightbox p:hover {
    cursor: pointer;
}

#lightbox_content {
	display: inline-block;
	padding: 20px 10px;
	background: #ebebeb;
	position: relative;
}

.lightbox_content-wrap {
	display: inline-block;
	position: relative;
}

.lightbox_content-wrap > .close {
    position: absolute;
    right: -28px;
    top: -25px;
    width: 24px;
    height: 24px;
    background: url('/images/common-sprite.png') -130px -332px no-repeat;
}

.lightbox_content-wrap > .close:hover {
	cursor: pointer;
}

.lightbox img {
    max-width: 920px;
}


/* Scroll */

.scroll-content-wrap:not(.lightbox):not(.child-true) {
	position: relative;
}

.scroll-content-wrap.gall {
	padding: 0 20px;
}

.scroll-content-wrap .arrow-wrap {
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.scroll-content-wrap.gall .arrow-wrap {
	margin-top: -10px;
}

.scroll-content-wrap.evnt .arrow-wrap {
	margin-top: 6px;
}

.lightbox.scroll-content-wrap .arrow-wrap {
	width: 40px;
	height: 100px;
	padding-top: 40px;
	padding-left: 14px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.scroll-content-wrap .arrow-wrap > div {
	width: 10px;
	height: 17px;
	margin-top: 6px;
	margin-left: 4px;
	background: url('/images/common-sprite.png') -10px -391px no-repeat;
}

.lightbox.scroll-content-wrap .arrow-wrap > div {
	margin-top: 0;
	margin-left: 0;
}

.scroll-content-wrap .arrow-wrap.lft {
	left: 0;
}

#top-nav:not(.open) .scroll-content-wrap .arrow-wrap.lft {
	left: 10px;
}

.scroll-content-wrap.gall .arrow-wrap.lft {
	left: 4px;
}

.scroll-content-wrap.evnt .arrow-wrap.lft {
	left: -10px;
}

.lightbox.scroll-content-wrap .arrow-wrap.lft {
	left: 10px;
}

.scroll-content-wrap .arrow-wrap.rgt {
	right: 0;
}

#top-nav:not(.open) .scroll-content-wrap .arrow-wrap.rgt {
	right: 10px;
}

.scroll-content-wrap.evnt .arrow-wrap.rgt {
	right: -10px;
}

.lightbox.scroll-content-wrap .arrow-wrap.rght {
	right: 8px;
}

.scroll-content-wrap .arrow-wrap.rgt .scroll-right {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.scroll-content-wrap .arrow-wrap:hover {
	cursor: pointer;
}

.lightbox.scroll-content-wrap .arrow-wrap:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.7);
}

p.quotes{
    text-align: center;
    padding: 3%;
}

ul.crypto-ul li{
    padding-left: 80px;
    padding-right: 28px;
}

ul.crypto-ul li::before{
    margin-left: -28px;
    margin-right: 10px;
}

ul.zte-ul li{
    padding-left: 86px;
    padding-right: 28px;
}

ul.zte-ul li::before{
    margin-left: -33px;
    margin-right: 10px;
}

.crypto-video{
    margin-right: 1.6rem;
}

/*--------------------------------------------------------------
## Contact Form New
--------------------------------------------------------------*/

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}

.alert-success{
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6;
}

.alert-success hr{
    border-top-color:#c9e2b3
}

.alert-success .alert-link{
    color: #2b542c;
}

.alert-info{
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}

.cimg-contact {
    margin-right: 10%;
    margin-top: 5rem;
}

textarea#comments {
    height: 150px;
}

#main-article > div.contact-page > .contact{
    margin-bottom: 14px;
}

@media screen and (max-width: 915px){
.cimg-contact {
    margin: 5rem auto;
    }
}

@media screen and (max-width: 690px){
.cimg-contact {
    float: none;
    display: block;
    text-align: center;
    }

    .form-control {
    width: 100%;
    }
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
body {
	min-width: 320px;
}

.main-wrap {
	max-width: 1197px;
	margin: 0 auto;
}


@media screen and (min-width: 380px) {
	.quick-nav {
		width: 90%;
	}

	.top-p-tab {
		width: 84%;
	}

	.video iframe {
		height: 301px;
	}

	.boxes-rking > li {
		width: 333px;
	}
}

@media screen and (min-width: 420px) {
	.boxes-rking > li {
		width: 333px;
	}

	.rev-gall > li {
		width: 318px;
		height: 162px;
	}
}

@media screen and (min-width: 480px) {
	.quick-nav {
		width: 70%;
	}

	.top-p-tab {
		width: 70%;
	}

	.uol-grid > li,
	.uol-grid-wrap > ul {
		float: left;
	}

	.uol-grid.c5 > li {
		width: 50%;
	}

	.top-p-rev > .d-s ul li,
	.top-p-rev > .d-t ul li {
		font-size: 15px;
		text-align: left;
	}
    	.top-p-rev {
		width: 400px;
	}
}

@media screen and (max-width: 480px) {

    #main-article {
        margin: 6px 0px;
    }

    .float-right, .float-left{
        max-width: 210px;
    }

    .icon-bar a {
      padding: 5px;
      font-size: 16px;
    }

	.online-casino-games .icon-holder[class*="wh-"],
	.online-casino-games .soft-160{
        float: none;
        margin: 0px auto 10px auto;
        max-width: 100%;
        width: 93%;
        height: 100px;
    }
}

@media screen and (min-width: 500px) {
	#be-g-aw > * {
		margin: 0 50px 21px 0;
	}

	.uol-grid-wrap.c2 > ul,
	.uol-grid.c2 > li {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
    span.offer > span{
        max-width: 176px;
    }

    #main-article > div > p {
		padding: 5px 20px;
	}
}

@media screen and (min-width: 640px) {


	#main-article > div {
		padding: 10px 28px 24px;
		    min-height: 670px;
	}

	#main-article > div > p {
		padding: 14px 10px 0;
	}

	.quick-nav {
		width: 513px; /*437px;*/
	}

	.quick-nav > ul {
		padding: 5px 5px 0;
	}

	.quick-nav li {
		float: none;
		width: 48%;
		display: inline-block;
		text-align: left;
	}

	.quick-nav li:nth-child(2n+1) {
		margin: 0px;
	}

	.top-p-tab {
		width: 100%;
	}

	.top-p-tab tbody td {
		padding: 8px 2px;
	}

	.top-p-tab tbody td:nth-child(2) {
		width: 30%;
	}

	.top-p-tab tbody td:last-child {
		width: 24%;
	}

	.top-p-tab .position > span {
		margin-right: 5px;
	}

	.top-p-tab a.b-leave {
		width: 88%;
	}

	.bb-tab tbody td,
	.bb-tab tbody td:last-child {
		border-bottom: 1px solid #623700;
	}

    .bb-tab a.b-leave{
    width: 88%;
    }

/*
    .bb-tab.bonuses a.b-leave{
        width: 98%;
    }
*/


    .bb-tab.apps a.b-leave{
        width: 97%;
    }

    .top-p-tab tbody td, .bb-tab tbody td {
    padding: 8px 10px;
    }

    .top-p-tab tbody td:last-child,
    .bb-tab.apps tbody td:last-child,
    .bb-tab.bonuses tbody td:last-child,
    .bb-tab.paypal tbody td:last-child,
    .bb-tab.slots tbody td:last-child,
    .bb-tab.roulette tbody td:last-child,
    .bb-tab.blackjack tbody td:last-child,
    .bb-tab.kostenlos tbody td:last-child,
    .bb-tab.games tbody td:last-child{
    width: 24%;
    }

	.video iframe {
		width: 534px;
	}

	.boxes-inf {
		background-position: center right -100px;
	}

	.boxes-inf > .title {
		font-size: 22px;
	}

	.boxes-inf > div > div:nth-child(odd) {
		padding: 20px 24px 20px 150px;
	}

	.boxes-inf > div > div:nth-child(even) {
		padding: 20px 150px 20px 24px;
	}

	.boxes-inf > div > div .icon {
		position: absolute;
		top: 33px;
	}

	.boxes-y-n.to-fl {
		padding: 0 5%;
	}

	.boxes-y-n.to-fl li {
		float: left;
	}

	.boxes-est-inf .l-est {
		width: 388px;
		margin: 0 auto 30px;
	}

	.boxes-est-inf .inf .logos {
		padding-left: 20px;
	}

	.boxes-est-inf.l-pr-p .inf .logos > span {
		margin: 0 41px 10px 0;
	}

	.boxes-y-n-wrap.to-fl-l {
		float: left;
		margin-right: 16px;
		margin-left: 16px;
	}

	.latest-ns .blocks > div {
		float: left;
		width: 45%;
		margin-right: 5%;
	}

	.latest-ns .blocks > div:last-child {
		margin-right: 0;
	}

	.latest-ns .block-e > .title {
		height: 48px;
	}

	.latest-ns .cont {
		height: 256px;
	}

	.count-ing {
	   padding-left: 20px;
	}

	.top-p-rev > div {
		padding: 20px 20px 20px;
	}

	.top-p-rev .name {
		padding-bottom: 60px;
        margin: 20px auto;
	}
/*
	.top-p-rev .button-2 a {
		margin-left: 26px;
	}
*/
	#live-str-foot > .top .stream-widgets > div {
		float: left;
	}

	#live-str-foot > .top .stream-widgets > div {
		width: 44%;
	}

	#live-str-foot > .top .stream-widgets > div:nth-of-type(1) {
		margin: 0 6% 0 0;
	}

	#live-str-foot > .top .statement {
		margin-top: 44px;
	}

	#be-g-aw > * {
		margin: 0 20px 18px 0;
	}

    #main-article > div.contact-page {
        padding: 50px 28px 58px;
    }
}

@media screen and (min-width: 1000px){
    	.top-sfst-tab tr:hover {
		background: #100542;
	}

    .bb-tab.reviews{
        display: table;
    }
}

@media screen and (min-width: 720px){
    	.top-sfst-tab tbody td {
		background: #fff;
	}
}

@media screen and (min-width: 640px) and (max-width: 799px) {
	.top-p-tab .offer {
		padding-left: 0;
		font-size: 16px;
	}

	.top-p-tab .offer > span {
		display: block;
	}

	.top-p-tab .offer::before {
		position: static;
		display: inline-block;
	}

	.top-p-tab .offer::before {
		transform: translateY(0);
    	-webkit-transform: translateY(0);
	}

	.boxes-y-n.to-fl li {
		float: left;
		width: 45%;
	}

	.boxes-y-n.to-fl li:nth-child(2n+2) {
		margin-left: 5%;
	}

	.one-l-rev {
		width: 100%;
	}

	.one-l-rev > *:not(:last-child) {
		display: inline-block;
		width: 19%;
	}

	.one-l-rev.not-verified > *:not(:last-child) {
		display: inline-block;
		width: 100%;
	}

	.one-l-rev > ul {
		width: 50% !important;
		margin: 0 16px;
	}

	.one-l-rev .button > a {
		width: 40%;
		margin-top: 6px;
	}

/*
	.top-p-rev .name {
		margin: 0px auto;
	}
*/

	.bb-tab tbody td:nth-child(3),
	.bb-tab tbody td:nth-child(4) {
		font-size: 22px;
	}
}

@media screen and (max-width: 895px) and (min-width: 640px){
.bb-tab tbody td:nth-child(2), .bb-tab tbody td:nth-child(3), .bb-tab tbody td:nth-child(4) {
    font-size: 15px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 640px){
.bb-tab.bonuses thead th:last-child, .bb-tab.bonuses tbody td:last-child, .bb-tab.games tbody td:last-child {
    width: 39%;
    }
}

@media screen and (min-width: 800px) {
	.top-p-tab tbody td:nth-child(2) {
		width: 35%;
	}

	.top-p-tab tbody td:last-child {
		width: 20%;
	}

	.boxes-evnts .block-e:nth-child(2n+2) {
		margin: 0 12px;
	}

	.boxes-evnts .block-e:nth-child(2) {
		display: inline-block;
	}

	.boxes-rking > li:not(:first-child) {
		display: inline-block;
	}

	.boxes-grid-2 > div {
		float: left;
		width: 48%;
	}

	.boxes-grid-2 > div:nth-child(2n+1) {
		margin-right: 4%;
	}

	.boxes-inf {
		background-position: center right;
	}

	.latest-ns img {
		width: 340px;
		height: 133px;
	}

	.one-l-rev {
		width: 700px;
	}

	.one-l-rev ul {
		width: 33%;
	}

	.rev-gall > li {
		float: left;
	}

	.rev-gall > li:nth-child(2) {
		display: block;
	}

	.one-l-rev .button-2 {
		margin-top: 7px;
		margin-left: 20px;
	}

	.uol-grid.c5 > li {
		width: 50%;
	}

	.count-ing {
	   padding-left: 30px;
	}

	.bb-tab .h-capt {
		font-size: 20px;
	}

    .top-p-tab tbody td:last-child,
    .bb-tab.apps tbody td:last-child,
    .bb-tab.bonuses tbody td:last-child,
    .bb-tab.paypal tbody td:last-child,
    .bb-tab.slots tbody td:last-child,
    .bb-tab.roulette tbody td:last-child,
    .bb-tab.blackjack tbody td:last-child,
    .bb-tab.kostenlos tbody td:last-child,
    .bb-tab.games tbody td:last-child{
    width: 20%;
    }

	.top-p-tab .title-tab-cap {
		font-size: 20px;
	}

	#live-str-foot iframe {
		height: 181px;
	}
}
@media screen and (min-width: 840px) and (max-width: 1079px) {
	.top-p-rev {
		width: 720px;
	}


	.top-p-rev > .d-f {
		position: relative;
	}

	.top-p-rev > div {
		padding-bottom: 10px;
	}

	.top-p-rev > .d-s,
	.top-p-rev > .d-t,
	.top-p-rev > .d-f > div {
		float: left;
	}

	.top-p-rev > .d-s,
	.top-p-rev > .d-t {
		width: 50%;
	}

	.top-p-rev > .d-f > div {
		text-align: left;
	}

	.top-p-rev > .d-f > div:first-child {
		width: 35%;
	}

	.top-p-rev > .d-f > div:nth-child(2) {
		width: 65%;
		padding-top: 62px;
		text-align: center;
	}

	.top-p-rev > .d-f > div:nth-child(2).not-verified {
		width: auto;
		padding-top: 62px;
		text-align: center;
	}

	.top-p-rev .name {
		padding-bottom: 0;
		position: static;
	}

	.top-p-rev .name > .rev-psl {
		top: 26px;
	}

	.top-p-rev .b-offer {
		margin-left: 20px;
		padding-left: 60px;
	}

	.top-p-rev .not-verified > .b-offer {
		padding-left: 60px;
		margin: 10px 0 0 0;
	}

	.top-p-rev .b-offer span {
		display: inline-block;
	}

	.top-p-rev div:not(.not-verified) > .b-offer::before {
		top: 0;
	}

	.top-p-rev .not-verified > .b-offer::after {
		right: -76px;
		top: -30px;
		width: 60px;
		height: 60px;
		transform: rotate(-100deg);
		-webkit-transform: rotate(-100deg);
	}

	.top-p-rev .button-2 {
		position: absolute;
		top: 15%;
		right: 8%;
	}

	.top-p-rev .not-verified > .button-2 {
		position: absolute;
		top: 20%;
		right: 3%;
	}

    .top-p-rev > .d-f div:nth-of-type(2) > .terms{
        text-align: right;
    }

}
@media screen and (min-width: 840px) and (max-width: 1024px) {
	.quick-nav {
		width: 761px; /*748px;*/
	}

	.quick-nav li {
		width: 30%;
	}

	.top-p-tab .offer {
		padding: 0 20px 0 60px !important;
	}

	.boxes-rking > li:nth-child(2) {
		margin-right: 36px;
	}

	.boxes-rking > li:not(:first-child) {
		margin-bottom: 0;
	}

	.boxes-y-n.to-fl li {
		width: 38%;
	}

	.boxes-y-n.to-fl li:nth-child(2n+2) {
		margin-left: 19%;
	}

	.more-gm.uol-grid.c5 > li:last-of-type {
		width: 100%;
	}
    	.rev-gall > li:first-child {
		margin-left: 10px;
	}

	.rev-gall > li:nth-child(2n+2) {
		margin: 0 10px;
	}

	.rev-gall > li.hide:nth-child(3n+3){
		margin-left: 10px;
	}
}

@media screen and (min-width: 1080px) {
	.top-p-rev {
		width: 100%;
	}
    	.top-p-rev > div {
		float: left;
		width: 33%;
	}
}

@media screen and (min-width: 1025px) {
	#main-header,
	#main-header.fixed {
		padding: 0;
	}

	#main-header {
		margin-top: 28px;
	}

	#logo {
	    position: absolute;
	    left: -2px;
        top: -2px;
	}

	.menu-toggle {
		display: none;
	}

	#top-nav-wrap {
		display: block;
	}

	#top-nav {
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}

	#top-nav ul:not(.sub-nav-ws),
	#top-nav .child-true.rev-ws .scroll-content-wrap {
		float: left;
		position: absolute;
		/*top: 70%;*/
		left: -999em;
		z-index: 99999;
	}

	#top-nav ul ul:not(.sub-nav-ws) {
		left: -999em;
		top: 0;
	}

	#top-nav li:hover > ul,
	#top-nav li.focus > ul {
		right: 0;
		left: auto;
	}

	#top-nav ul li:hover > ul,
	#top-nav ul li.focus > ul {
		right: 100%;
		left: auto;
	}

	#top-nav > li,
	#top-nav .scroll-content-wrap li {
		float: left;
	}

	#top-nav a {
		padding: 17px 14px;
	}

	#top-nav > li > a:hover,
	#top-nav > .current > a {
		color: #fff;
		background: url('/images/tnav-h-bg.png') 0 0 repeat-x;
	}

	#top-nav > li > a:hover::before,
	#top-nav > .current > a::before {
		left: 0;
		right: 0;
		top: 0;
		bottom: auto;
		width: auto;
		height: 3px;
		background: #88f736;
	}

	#top-nav ul a {
		min-width: 220px;
	}

	#top-nav .sub-nav a:hover {
		background: rgba(136, 247, 54, 0.41);
	}

	#top-nav .child-true > a::after {
		content: '';
	}

	.quick-nav.to-fl-r {
		float: right;
		width: 498px; /*414px 493px*/
		margin: 10px 0 10px 24px;
	}

.quick-nav.full-w{
	width: 95%;
margin: 10px auto;
}
.quick-nav.full-w ul li{
	width: 24%;
}

.quick-nav.full-w.row-3 ul li{
width: 32%;
}

   .quick-nav.full-w.row-3 li:nth-child(2n+1){
        margin: unset;
    }



    .quick-nav.to-fl-r.mt {
		margin-top: 25px;
	}

    .quick-nav li:nth-child(2n+1){
        margin: 0px 5px 0px 0px;
    }

	.top-p-tab tbody td:nth-child(2) {
		width: 45%;
		padding: 18px;
	}

	.top-p-tab .score-wrap,
	.top-p-tab .offer {
		width: 44%;
	}

	.top-p-tab .score-wrap {
		margin-left: 41px;
		background-color: #939693;
	}

	.top-p-tab .score-wrap::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: -31px;
	}

	.top-p-tab .score-wrap .score {
		display: inline-block;
	}

	.video.to-fl-r {
		float: right;
		margin: 0 0 1.6rem 1.6rem;
	}

	.boxes-rking > li {
		margin-right: 34px;
		margin-bottom: 0;
	}

	.boxes-rking > li:first-child {
		display: inline-block;
		position: relative;
		top: -8px;
	}

	.boxes-rking > li:nth-child(2) {
	  	float: left;
	}

	.boxes-rking > li:nth-child(3) {
	  	margin-right: 0;
	}

	.boxes-rking > li:first-child > div {
	 	margin: 10px auto;
	}

	.boxes-grid-2 > div {
		width: 44%;
	}

	.boxes-grid-2 > div:nth-child(2n+1) {
		margin-right: 10%;
	}

	.boxes-y-n.to-fl li {
		width: 233px;
		margin-right: 40px;
	}

	.boxes-tips > div {
		float: left;
		width: 48%;
	}

	.boxes-tips > .d-n {
		margin-right: 3%;
	}

	.boxes-est-inf {
		padding: 92px 24px 10px;
	}

	.boxes-est-inf > div {
		float: left;
	}

	.boxes-est-inf .l-est {
		margin-right: 50px;
	}

	.boxes-est-inf .l-est > ol li {
		margin-bottom: 12px;
		padding: 0 140px 0 16px;
		position: relative;
	}

	.boxes-est-inf .l-est > ol .pr-c {
		position: absolute;
		right: 16px;
		top: 0;
	}

	.boxes-est-inf .inf {
		width: 49%;
		margin-top: -46px;
	}

	.lightbox {
		top: 58px;
	}

	.latest-ns img {
		width: 405px;
		height: 172px;
	}

	.rev-gall > li:nth-child(3) {
		display: block;
	}

	.uol-grid.c5 > li {
		width: 33%;
	}

	.rev-gall > li:first-child {
		margin-left: 25px;
	}

	.rev-gall > li:nth-child(2n+2) {
		margin: 0 23px;
	}

	.top-sfst-tab-wrap.to-fl-r {
		float: right;
		width: 620px;
		margin: 0 0 30px 30px;
		padding: 7px 14px 0px;
	}

	#live-str-foot > .top .statement {
		position: absolute;
		right: 0;
		top: 0;
	}

	#live-str-foot > .top .stream-widgets {
		margin-right: 270px;
	}

	#live-str-foot > .top .stream-widgets > div:nth-of-type(1) {
		margin-right: 63px;
	}

	#live-str-foot > .top .statement {
		width: 270px;
		margin-top: 0;
	}

	#live-str-foot iframe {
		height: 154px;
	}

	#about-site {
		text-align: center;
	}

	#about-site > li {
		/*float: left;*/
		margin-bottom: 0;
		padding-left: 0;
	}

	#site-cprt {
		text-align: center;
	}

/*
    .bb-tab.bonuses thead th:last-child, .bb-tab.bonuses tbody td:last-child {
    width: 20%;
    }
*/

    .row-two-col {
    width: 80%;
    margin: 0px auto 0px auto;
    }

    p.mt{
        margin-top: 40px;
    }

    .flag-resp {
        display: none;
    }

    #top-nav .child-true > a::after {
        right: 12px;
    }

    .mg-more{
        margin-top: 21px!important;
        margin-bottom: 21px!important;
    }

}

@media screen and (min-width: 640px) and (max-width: 1439px) {
	.top-p-tab a.b-leave.not-v {
		width: 100%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1439px) {
	.top-p-tab tbody td:first-child {
		width: 240px;
	}
}

@media screen and (min-width: 1072px) and (max-width: 1439px) {

	header.at-vanuatu {
		margin-top: 0;
    height: 50px;
	}


	.boxes-rking > li {
		width: 30%;
	}

	.boxes-rking > li:first-child {
		left: -6px;
	}

	.boxes-rking > li > div {
		padding-bottom: 10px;
	}

	.boxes-rking .best-casinos-logo {
		margin-bottom: 14px;
	}

	.boxes-rking .best-casinos-bonus {
		display: block;
	}

	.rev-gall > li {
		width: 265px;
		height: 131px;
	}


}

@media screen and (min-width: 1300px) {

	.top-p-rev > .d-t ul > li br {
		display: none;
	}

	.rev-gall > li {
		width: 349px;
		height: 172px;
	}

	.rev-gall > li:first-child {
		margin-left: 12px;
	}

	.rev-gall > li:nth-child(2n+2) {
		margin: 0 2px;
	}
}

@media screen and (min-width: 1440px) {
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
	}

	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 23px;
	}

	h3, h4, h5, h6 {
		font-size: 19px;

	}

	#main-header.at-vanuatu {
		margin-left: 0px;
	}


    #main-header.at-vanuatu > #top-nav-wrap {
	   display: -webkit-inline-box;
	   height: 50px;
    }

	#main-article {
		margin: 24px 0 0;
	}

/*
	#logo {
	    left: -2px;
	    top: -2px;
        width: 250px;
	}
*/

	#logo .m-bl {
		display: block; /*none*/
        margin-left: 7px;
	}

/*
	#logo .ds-tp {
		display: inline-block;
	}
*/

	#main-header.fixed {
		width: 1196px;
	}

	.top-p-tab tbody td:nth-child(2) {
		width: 464px;
	}

	.top-p-tab tbody td:last-child,
	.top-p-tab a.b-leave {
		width: auto;
	}

	.top-p-tab .position {
		margin-right: 13px;
	}

	.top-p-tab a.b-stay {
		float: left;
		margin: 10px 0 0 20px;
	}

	.top-p-tab a.b-leave {
		margin-left: 20px;
		padding: 10px 28px;
	}

	.boxes-evnts .block-e:nth-child(3) {
		display: inline-block;
	}

	.boxes-rking > li {
	 	margin-right: 60px;
	}

	.boxes-rking > li > div.best-casinos-logo-bonus {
	 	margin: 20px auto;
	 	padding: 22px 4px 0px 143px;
	 	text-align: left;
	 	position: relative;
	 	top: -10px;
	}

	.boxes-rking > li:first-child > div {
	 	margin: 17px auto;
	}

	.boxes-rking .best-casinos-logo {
		position: absolute;
		left: 0;
		top: 0;
	}

	.boxes-y-n.to-fl {
		padding: 0;
	}

	.boxes-est-inf .inf {
		width: 59%;
	}

	.boxes-tips .title {
		font-size: 18px;
	}

	.latest-ns > .title {
		font-size: 22px;
	}

	.latest-ns .blocks > div {
		width: 243px;
		margin-right: 52px;
	}

	.latest-ns img {
		width: 243px;
		height: 103px;
	}

	.uol-grid.c5 > li {
		width: 33%;
	}

	.rev-gall > li:nth-child(2n+2) {
		margin: 0 12px;
	}

	#live-str-foot > .top .stream-widgets {
		margin-right: 348px;
	}

	#live-str-foot > .top .stream-widgets > div:nth-of-type(1) {
		margin-right: 92px;
	}

	#live-str-foot > .top .statement {
		width: 348px;
	}

	#live-str-foot iframe {
		width: 320px;
		height: 180px;
	}

    .top-p-tab tbody td:last-child,
    .top-p-tab a.b-leave,
    .bb-tab.apps tbody td:last-child,
    .bb-tab.apps a.b-leave{
    width: auto;
    }

    .top-p-tab a.b-leave,
    .bb-tab.apps a.b-leave,
    .bb-tab.bonuses a.b-leave,
    .bb-tab.paypal a.b-leave,
    .bb-tab.slots a.b-leave,
    .bb-tab.roulette a.b-leave,
    .bb-tab.blackjack a.b-leave,
    .bb-tab.games a.b-leave{
    margin-left: 20px;
    padding: 12px 28px 9px;
    }
    .bb-tab.blackjack a.b-leave,
    .bb-tab.live a.b-leave{
    padding: 10px 28px;
    }

    .bb-tab.apps a.b-leave.royal-btn {
    width: 45%;
    }

    .top-p-tab a.b-stay{
    float: left;
    margin: 10px 0 0 20px;
    font-size: 15px;
    }

    .bb-tab.apps a.b-stay,
    .bb-tab.bonuses a.b-stay,
    .bb-tab.paypal a.b-stay,
    .bb-tab.slots a.b-stay,
    .bb-tab.roulette a.b-stay,
    .bb-tab.blackjack a.b-stay,
    .bb-tab.kostenlos a.b-stay,
    .bb-tab.games a.b-stay{
        float: none;
        margin: 10px 0 0 20px;
    }


}

@media screen and (max-width: 1439px) {
	.top-p-tab {
		table-layout: fixed;
	}

	.boxes-est-inf.pr-cc .button-2 a {
		width: 98%;
	}

	.lightbox_content-wrap {
		max-width: 70%;
	}

	.lightbox img {
		max-width: 100%;
	}
    #logo {
	    left: 10px;
	    top: 5px;
        width: 185px;
	}
}

@media screen and (max-width: 1024px) {
	.boxes-est-inf .l-est > ol .pr-c {
		display: block;
	}

	.top-p-rev .score-wrap.inbr {
		position: relative;
		/*top: 10px;*/
	}

	.top-p-rev .score.inoa {
		margin-top: -2px;
	}

	#top-nav-wrap.open {
		display: block;
		width: 310px;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: auto;
		z-index: 999;
		background: #0e4169;
		border: 2px solid #82de53;
	}

	#top-nav .sub-nav,
	#top-nav .rev-ws .sub-nav-ws {
		width: 100%;
	}

	.bb-tab th {
		font-size: 17px;
	}

	#top-nav-wrap.open .sub-nav,
	#top-nav-wrap.open .scroll-content-wrap {
		display: none;
	}

	#top-nav-wrap.open .focus .sub-nav,
	#top-nav-wrap.open .rev-ws .sub-nav-ws.lazy,
	#top-nav-wrap.open .focus .scroll-content-wrap{
		display: block;
	}

    .scroll-content-wrap{
        margin-bottom: 10px;
    }

	#top-nav-wrap.open .rev-ws .sub-nav-ws {
		width: 100%;
		padding: 20px 6px 0 10px;
		text-align: center;
	}

	#top-nav-wrap.open .rev-ws .sub-nav-ws > li {
		display: inline-block;
		margin-right: 6px;
		margin-bottom: 20px;
	}

	#top-nav-wrap.open #top-nav li a {
		padding: 10px;
		text-align: left;
	}

	#top-nav-wrap.open #top-nav .rev-ws .sub-nav-ws a {
		padding: 0;
	}

	#top-nav-wrap.open #top-nav > li > a:hover,
	#top-nav-wrap.open #top-nav > .current > a {
    	color: #fff;

	}

	#top-nav-wrap.open #top-nav > li > a:hover::before,
	#top-nav-wrap.open #top-nav > .current > a::before {
		left: 0;
	    top: 0;
	    bottom: 0;
	    width: 3px;
	    height: auto;
	    background: #379842;
	}

	#top-nav-wrap.open .child-true > a::after {
		top: 20px;
	}

	#top-nav .child-true.rev-ws .scroll-content-wrap > .scroll-left {
		left: 18px;
	}

	#top-nav .child-true.rev-ws .scroll-content-wrap > .scroll-right {
		right: 18px;
	}

	a.not-v-sm {
		padding: 13px 11px !important;
		font-size: 15px !important;
	}

    .bb-tab.slots th:nth-child(4),
    .bb-tab.slots tbody td:nth-child(4),
    .bb-tab.roulette th:nth-child(3),
    .bb-tab.roulette tbody td:nth-child(3),
    .bb-tab.blackjack th:nth-child(3),
    .bb-tab.blackjack tbody td:nth-child(3),
    .bb-tab.games th:nth-child(3),
    .bb-tab.games tbody td:nth-child(3),
    .bb-tab.live th:nth-child(3),
    .bb-tab.live tbody td:nth-child(3),
    .bb-tab.bonuses th:nth-child(5),
    .bb-tab.bonuses tbody td:nth-child(5)
    {
		position: absolute;
		top: -9999px;
		left: -9999px;
    }

    ul.sub-nav.menu-dropdown li > a{
        padding-left: 30px !important;
    }

    .flag-resp {
        width: 30px;
        height: 30px;
        background: url(/images/english.svg);
/*
        filter: drop-shadow(1px 1px 0px #4baffd)
                drop-shadow(-1px -1px 0px #4baffd)
                drop-shadow(1px -1px 0px #4baffd)
                drop-shadow(-1px 1px 0px #4baffd);
        -webkit-filter: drop-shadow(1px 1px 0px #4baffd)
                drop-shadow(-1px -1px 0px #4baffd)
                drop-shadow(1px -1px 0px #4baffd)
                drop-shadow(-1px 1px 0px #4baffd);
*/
    }

    .flag-resp.de{
    	right: 18px;
    	background: url(/images/germany.svg);
    }

    .flag-resp.de-at{
    	right: 64px;
    	background: url(/images/austria.svg);
    }

     .flag-resp.no{
    	right: 111px;
    	background: url(/images/norway.svg);
    }
     /* .flag-resp.in{
    	right: 156px;
    	background: url(/images/india.svg);
	} */

    .flag-resp.es{
    	right: 158px;
    	background: url(/images/spain.svg);
    }

    .flag-resp.en{
    	right: 205px;
    	background: url(/images/english.svg);
    }

    .flag-resp.pt-br{
    	right: 253px;
    	background: url(/images/brazil.svg);
		background-size: contain;
    }

    .flag-resp.ja{
    	right: 301px;
    	background: url(/images/japan.svg);
		background-size: contain;
    }

    .flag-resp.es-cl{
    	background: url(/images/chile.svg);
		background-size: contain;
    }

    .flag-resp a {
        text-indent: 9999px;
    }
}


.lang-bar {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.lang-bar a{
	display: inline-flex;
    margin: 0 5px;
}

@media screen and (max-width: 983px) {
	.cimg {
		margin: 0 auto;
	}
}

@media screen and (max-width: 915px) {
	.cimg {
		float: none;
		display: block;
		text-align: center;
	}
	.contacts {
		display: block;
		margin: 20px auto;
	}
}

@media screen and (max-width: 890px){
	img.resp,
	.online-casino-games .float-left.resp{
		float: none;
		display: block;
		margin: 0 auto 7px;
	}
}

@media screen and (max-width: 799px) {
	.top-p-tab .score-wrap {
		display: none;
	}

	.one-l-rev {
		padding: 16px 10px;
	}

	.one-l-rev.not-verified {
		padding: 16px 10px 5px;
	}

	.one-l-rev.not-verified > *:not(:last-child) {
		margin-bottom: 10px;
	}

	.one-l-rev > * {
		display: block;
	}

	.one-l-rev ul {
		text-align: left;
	}

	.one-l-rev.not-verified ul {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		margin: 0 auto;
	}

	.bb-tab.roulette thead th:nth-of-type(4),
	.bb-tab.roulette tbody td:nth-of-type(4),
	.bb-tab.blackjack thead th:nth-of-type(4),
	.bb-tab.blackjack tbody td:nth-of-type(4),
	.bb-tab.slots thead th:nth-of-type(3),
	.bb-tab.slots tbody td:nth-of-type(3){
		display: none;
	}

	.bb-tab.roulette th,
	.bb-tab.blackjack th,
	.bb-tab.slots th {
		font-size: 15px;
	}
}

    @media screen and (min-width: 721px){
        .top-sfst-tab-wrap {
            width: 620px;
            margin: 30px auto;
        }

        .top-sfst-tab-wrap .offer {
            font-size: 16px;
        }
    }

@media screen and (max-width: 720px){
	.top-sfst-tab-wrap .terms{
		height: 31px;
	}
    	.top-sfst-tab-wrap {
		margin: 30px auto;
		padding: 10px 10px 12px;
        width: 258px;
	}

    	.top-sfst-tab tbody td {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 62px;
		padding: 0;
	}

	.top-sfst-tab tbody td:nth-child(2) {
		margin-left: -5px;
		background: #fff;
		border-right: 1px solid #623700;
	}

	.top-sfst-tab tbody td:last-child {
		width: 100%;
		border: none;
	}
    .top-sfst-tab,
    .top-sfst-tab caption,
    .top-sfst-tab tbody,
    .top-sfst-tab tr{
        display: block;
    }

    	.top-sfst-tab a.b-leave {
		width: 100%;
		margin-top: 10px;
		padding: 10px 17px 6px;
	}

    	.top-sfst-tab a.b-stay {
		font-size: 13px;
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}


	.top-sfst-tab tbody td:nth-child(3) {
    width: 150px;
    height: auto;
    margin-top: 8px;
    border: unset;
    margin-bottom: -3px;
	}


	  	.top-sfst-tab .score {
		display: none;
	}

    .col-two {
    width: 100% !important;
    text-align: center;
    }

    div.terms-right.terms-min-tbl {
		float: none;
		margin: 7px 10px 20px 0px;
	}
}

@media screen and (max-width: 639px) {
	.top-p-tab,
	.bb-tab,
	.top-p-tab caption,
	.bb-tab caption,
	.top-p-tab thead,
	.bb-tab thead,
	.top-p-tab tbody,

	.bb-tab tbody,
	.top-p-tab tr,

	.bb-tab tr,
	.top-p-tab td,
	.bb-tab td,
    .bb-tab.reviews{
		display: block;
	}

	.bb-tab,
    .bb-tab.reviews{
		width: 258px;
	}
		.bb-tab tbody .no-border{
		background: #ffffff;
	}
		.bb-tab tbody tr {
    		background: #e6e6e6;
		}


	.bb-tab thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.top-p-tab tbody tr {
		margin-bottom: 7px;
		border: 1px solid #bbb;
	}
	.top-p-tab tbody tr:has(+ .terms){
	border: unset;
	}

	.bb-tab tbody tr {
		border-color: #22158e;
	}

	.top-p-tab tbody td {
		padding: 6px;
		border: none;
	}

	.top-p-tab tbody td:first-child {
		text-align: center;
	}



	.bb-tab tbody td:nth-child(3) {
		padding-bottom: 0;
	}


	.bb-tab .b-leave {
		width: 90%;
	}

	.top-p-tab .separator,
	.top-p-tab .offer br{
		display: none;
	}

	.top-p-tab .position {
		display: block;
		margin-bottom: 14px;
	}

	.top-p-tab .position > span {
		margin-left: 0;
	}

	.top-p-tab a.b-leave {
		display: block;
		width: 50%;
		margin: 10px auto;
	}

	.boxes-est-inf .inf > ul > li {
		padding-left: 0;
	}

	.boxes-est-inf.pr-cc .l-est > ul li {
		padding-left: 10px;
	}

	.boxes-est-inf.pr-cc .inf .logos > span {
		margin-right: 12px;
	}

	.top-p-rev .b-offer {
		display: block;
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 0;
		font-size: 21px;
		margin-top: 5%;
	}

	.top-p-rev .b-offer span {
		display: inline-block;
	}

	.top-p-rev .b-offer::before{
		display: inline-block;
		position: relative;
		top: 3px;
		left: -8px;
	}

	.top-p-rev .not-verified > .b-offer::before{
		display: inline-block;
		position: relative;
		top: 3px;
		left: -8px;
	}

	.top-p-rev .not-verified > .b-offer::after{
		right: auto;
	}

	.terms {
		text-align: center;
	}

	.terms-right {
		float: none;
	}

	.prize-table tr {
		display: inherit;
	}

    .online-casino-games{
        width: 100%;
        margin: 30px auto;
    }

    ul, ol{
        margin: 10px 18px;
    }
}

@media screen and (max-width: 566px){

	.quick-nav > ul {
    padding: 20px;
    text-align: center;
	}
	.quick-nav li {
    margin-bottom: 5px;
    padding: 0px;
    display: inline-block;
    text-align: left;
    width: 90%;
    margin: 1%;
	}
	.quick-nav > ul {
    padding: 20px;
    text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.contacts {
		width: 280px;
	}
	.contacts .cfields input {
		width: 100%;
	}
	.contacts .cmsg textarea {
		width: 85%;
	}
	.cbtn input {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 410px) {
	.boxes-evnts .block-e > p {
		text-align: center;
	}
}

@media screen and (max-width: 385px){
	.quick-nav li {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.quick-nav {
    width: 100%;
	}
}


table.tb-bordspill,
table.tb-simple{
	width: 90%;
	margin-top: 10px;
    margin: 20px auto;
}

table.tb-bordspill.mb-sm,
table.tb-simple.mb-sm{
    margin: 20px auto 5px auto;
}

table.tb-bordspill thead,
table.tb-simple thead{
    background: #006dc3;
}

table.tb-bordspill td {
    border:1px solid black;
    padding: 5px 0px 5px 50px;
    text-align: left;
    position: relative;
}

table.tb-bordspill td .plus{background-image:url(/images/plus.svg);
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    background-size: 20px 20px;
    margin-right: 10px;
    position: absolute;
    left: 13px
}
table.tb-bordspill td .minus{
    background-image:url(/images/minus.svg);
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    background-size: 20px 20px;
    margin-right: 10px;
    position: absolute;
    left: 13px;
}

table.tb-simple > thead > tr > th{
    padding: 8px;
    border: 1px solid #006dc3;
}

table.tb-simple td{
    border:1px solid #006dc3;
    text-align: left;
        vertical-align: middle;
}

table.tb-simple td:nth-of-type(1){
    font-style: italic;
}

table.tb-simple.info td:nth-of-type(1){
/*    min-width: 220px;*/
        min-width: 170px;
}

.star{
    font-style: normal;
    color: #81ce02;
    margin-right: 4px;
}

@media screen and (min-width: 1024px){
	table.tb-simple.small{
        width: 60%;
    }
}

@media screen and (min-width: 500px) and (max-width: 1023px){
	table.tb-simple.small{
        width: 70%;
    }
}

@media screen and (max-width: 798px){
	table.tb-bordspill, table.tb-simple{width: 100%}
	table.tb-bordspill td{padding: 5px 0px 5px 30px;}
	table.tb-bordspill td .plus, table.tb-bordspill td .minus{
		left:4px;
	}

}
@media screen and (max-width: 499px){
    table.tb-simple.info td{
        font-size: 14px;
    }

}

@media screen and (max-width: 399px){
	table.tb-simple:not(.tb-auto){
        display: block;
        overflow-x: scroll;
    }

    .terms-b {
        font-size: 11px;
    }

    #main-article > div > p {
        padding: 5px 10px;
    }

}


table.table-rtp{
	float: right;
	width: 300px;
	margin-left: 15px;
}
table.table-rtp span.percentage{
	width: 22px;
	height: 22px;
	background-image: url(/images/percentage.svg);
	background-size: 22px 22px;
	margin-left: 10px;
		    margin-left: 6px;
    position: relative;
    top: 3px;
}
table.table-rtp td{
    border:1px solid black;}

table.table-rtp td:nth-child(2){
	min-width: 82px;
	vertical-align: middle;
}

    table.table-rtp h4{
    	font-size: 18px;
    }

@media screen and (max-width: 624px){
table.table-rtp{
	float: unset;
	width: 100%;
    margin-left: unset;}
}


.disp-in{
	display: inline-block;
}

.col-2{
	width: 50%;
	display: inline-block;
	margin: 20px 0;
	float: left;
}

@media screen and (max-width: 420px){
	.col-2{width:100%;}
}

table td.terms
    {
	border: unset;
    text-align: center!important;}

.no-border{
	border:unset!important;
}
.top-sfst-tab-wrap .terms{
	background:unset;
	    max-width: 300px;
}
.top-sfst-tab-wrap .no-border:hover{
	background:unset;
	}


table.blackjack tr th:nth-child(4), table.blackjack tr td:nth-child(4)
{
	    max-width: 390px;
	}

	.bb-tab tbody td.terms:last-child{
		border-bottom: unset;
		    padding-top: 1px;
padding-bottom: 20px;
	}

.more-gm li{width: 50%;}

@media screen and (max-width: 479px){
.more-gm li{width: 100%;}
}


.flag [aria-label]:hover::before,
.flag [aria-label]:hover::after {
position: absolute;
display: inline-block;
}
.flag [aria-label]:hover::before {
content: attr(aria-label);
bottom: -23px;
padding: 3px 6px;
border-radius: 2px;
background: #04589c;
color: #fff;
font: 600 12px 'Muli', sans-serif;
white-space: nowrap;
letter-spacing: 1px;
z-index: 1;
}
.flag [aria-label]:hover::after {
content: '';
bottom: -3px;
left: 8px;
color: #fff;
border: 8px solid transparent;
border-bottom: 8px solid #04589c;
display: none;
}
table.bonus tr td:nth-child(1){
	width: 262px;
}

table.bonus tr td:nth-child(2){

width: 200px;
}
table.bonus tr td:nth-child(2) span{
	width: 100%;
}
table.bonus tr td:nth-child(3){
	font-size: 12px;
	text-align: justify;
	color: black;
	color: #04589c;
    font-style: italic;
}

@media screen and (max-width: 965px){
table.bonus tr td:nth-child(1), table.bonus tr td:nth-child(2){width: unset;}

table.bonus tr td:nth-child(1) .cascom[class*="bg-"]{
	width: 100px
}


}

@media screen and (max-width: 760px){
table.bonus tr td:nth-child(1)  span.position{
	display: none;
}
}


@media screen and (max-width: 438px){
.tb-bordspill.go-wild tr th:nth-child(3) {
display: none;
}

.tb-bordspill.go-wild tr td:nth-child(3) {
display: none;
}
}

.top-p-tab.bonus .terms{
	    color: #9c0404;
	        margin: 0px 9px 16px 0;
}


/*--------------------------------------------------------------
## More Providers
--------------------------------------------------------------*/

.more-providers{
    width: 100%;
    margin: 30px auto;
    background: #d2eafd;
    padding: 8px;
    border-radius: 8px;
}

.more-providers > .title{
        text-align: center;
    padding: 10px 29px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    width: fit-content;
    margin: 10px auto 20px auto;
    background: #237ec6;
    border-radius: 10px;

}

.providers{
    margin: 0!important;
    text-align: center;
}

.providers > li::before{
    content: none;
}

.providers > li,
.providers > li > a {
    display: inline-block;
   margin: 0 auto;
       padding-left: unset;
    padding: 5px;
        width: 108px;
    height: 57px;
    border-radius: 4px;

}

.providers > li{
margin-bottom: 10px;
	background: white; padding: 0;
	background-position: right bottom;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    transition: background 500ms linear;}

.providers > li:hover{
     text-decoration: none;
    background-position: left bottom;
    text-shadow: 1px 1px 1px #b9e0ff;
        background-color: rgba(67, 226, 17, 0.2);
}


[class*="soft-"] {
    display: block;
    text-indent: -9999px;
    text-align: left;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center center!important;
    width: 100%;
    height: 100%;
}

.soft-novoline{background: url(/images/novoline-casino-software.png);}
.soft-microgaming{background: url(/images/microgaming-casino-software.png);}
.soft-merkur{background: url(/images/merkur-casino-software.png);}
.soft-netent{background: url(/images/netent-logo.png);}
.soft-playtech{background: url(/images/playtech-casinos.png);}
.soft-igt{background: url(/images/logo-casinos.png);}
.soft-rtg{background: url(/images/realtime-gaming-casinos.png);}
.soft-rival{background: url(/images/rival-casinos.png);}
.soft-bally-wulff{background: url(/images/bally-wulff-logo-tr.png);}
.soft-play-n-go{background: url(/images/play-n-go-casinos.png);}
.soft-pragmatic-play{background: url(/images/pragmatic-play-casinos.png);}
.soft-amatic-industries{background: url(/images/amatic-casinos.png);}
.soft-wms{background: url(/images/wms-gaming-casinos.png);}
.soft-nextgen{background: url(/images/nextgen-casinos.png);}


/*--------------------------------------------------------------
## END More Providers
--------------------------------------------------------------*/


nav ul.software li a{
	display: inline-block;
    margin: 0 auto;
    padding-left: unset;
    padding: 5px!important;
    width: 108px;
    height: 57px;
    border-radius: 4px;
    background-color: #fff;
}


/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/

.icon-holder {
    display: flex;
    padding: 12px;
    background: linear-gradient(45deg, #4cb0ff, #005396);
    color: #fff;
    overflow: hidden;
    align-items: center;
    border-radius: 5px;
    text-align: center;
}

.icon-holder.wh-130{
    width: 130px;
    height: 130px;
}

.icon-holder.wh-100{
    width: 100px;
    height: 100px;
}

.icon-holder.wh-70{
    width: 70px;
    height: 70px;
}

[class^="icons-"]{
    display: block;
    text-indent: -9999px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}

[class^="logos-"]{
    text-indent: -9999px;
}

.icons-slot{background-image: url('/images/icons/slots.svg');}
.icons-roulette{background-image: url('/images/icons/roulette.svg');}
.icons-blackjack{background-image: url('/images/icons/blackjack.svg');}
.icons-craps{background-image: url('/images/icons/craps.svg');}
.icons-baccarat{background-image: url('/images/icons/baccarat.svg');}
.icons-keno{background-image: url('/images/icons/keno.svg');}
.icons-bingo{background-image: url('/images/icons/bingo.svg');}
.icons-poker{background-image: url('/images/icons/poker.svg');}
.icons-slingo{background-image: url('/images/icons/slingo.svg');}
.icons-lotto{background-image: url('/images/icons/lotto.svg');}
.icons-stud{background-image: url('/images/icons/stud.svg');}

/*--------------------------------------------------------------
## END Icons
--------------------------------------------------------------*/


.logos.apple-pay{background-image: url('/images/payments/apple-pay.svg');width: 100px;}
.logos.astropay{background-image: url('/images/payments/astropay.svg');width: 100px;}
.logos.bank-transfer{background-image: url('/images/payments/bank-transfer.svg');width: 100px;}
.logos.bitcoin{background-image: url('/images/payments/bitcoin.svg');width: 100px;}
.logos.credit-card{background-image: url('/images/payments/credit-card.svg');width: 100px;}
.logos.ecopayz{background-image: url('/images/payments/ecopayz.svg');width: 100px;}
.logos.ethereum{background-image: url('/images/payments/ethereum.svg');width: 100px;}
.logos.euteller{background-image: url('/images/payments/euteller.svg');width: 150px;}
.logos.google-pay{background-image: url('/images/payments/google-pay.svg');width: 100px;}
.logos.jeton{background-image: url('/images/payments/jeton.svg');width: 100px;}
.logos.klarna{background-image: url('/images/payments/klarna.svg');width: 100px;}
.logos.maestro{background-image: url('/images/payments/maestro.svg');width: 60px;}
.logos.mastercard{background-image: url('/images/payments/mastercard.svg');width: 60px;}
.logos.much-better{background-image: url('/images/payments/much-better.svg');width: 100px;}
.logos.neteller{background-image: url('/images/payments/neteller.svg');width: 150px;}
.logos.paypal{background-image: url('/images/payments/paypal.svg');width: 100px;}
.logos.paysafecard{background-image: url('/images/payments/paysafecard.svg');width: 150px;}
.logos.rapid{background-image: url('/images/payments/rapid.svg');width: 100px;}
.logos.revolut{background-image: url('/images/payments/revolut.svg');width: 100px;}
.logos.siru-mobile{background-image: url('/images/payments/siru-mobile.svg');width: 100px;}
.logos.skrill{background-image: url('/images/payments/skrill.svg');width: 100px;}
.logos.trustly{background-image: url('/images/payments/trustly.svg');width: 120px;}
.logos.visa{background-image: url('/images/payments/visa.svg');width: 100px;}
.logos.zimpler{background-image: url('/images/payments/zimpler.svg');width: 120px;}




.floating-offer {
	display: none;
	max-width: 1195px;
width: 100%;
margin: 0 auto;
padding: 10px;
background-color: #006dc3;
border-top: solid 4px #B9E0FF;
color: #fff;
align-items: center;
position: fixed;
bottom: 0;
z-index: 99999;
left: 0;
right: 0;
}
.floating-offer .row  {
		display: flex;
		 align-items: center;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.floating-offer .logo[class*="bg-"] {margin: 0;}
.floating-offer .bonus {
	display: flex;
	align-items: center;
	margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
	}

.floating-offer .button-2 a {font-size: 18px; padding: 14px 14px;}
.button-2 {margin-left: auto;margin-right: auto;}
.floating-offer .bonus span.bon {
	color: #FCBF29;
	font-weight: bold;
	font-family: ;
	font-size: 22px;
	margin: 0 5px;
}
.floating-offer .button-2 a:hover{
	color: #0E4169;
    background: linear-gradient(to bottom, #ffee7d 0%,#ffa232 100%);
}

@media only screen and (max-width: 650px) {
	.floating-offer .bonus {font-size: 14px;flex-direction: column;}
	.floating-offer .bonus span.bonus {font-size: 18px;}
	.floating-offer .bonus span:not(.bon) {display: none;}
	.floating-offer .button-2 a {font-size: 18px; padding: 14px 14px;}
	.logo[class*="bg-"] {width: 80px;}
}

@media only screen and (max-width: 464px) {
	.floating-offer .bonus{
		display: none;
	}
}

@media only screen and (max-width: 350px) {
	.floating-offer .cascom{
		display: none;
	}
}

#mobile-quicknav {display: none;}
#mobile-quicknav span.qnavlinks{display: none;}
@media only screen and (max-width: 639px) {
#prime-header {
position: fixed;
top: 0;
left: 0;
display: block;
width: 100%;
z-index: 99999;
}
#prime-article {padding-top: 70px;}
#mobile-quicknav {display: block;}
#mobile-quicknav a {z-index: 99999;}
.shortcut:hover .after {display: table-cell;}
#mobile-quicknav ul {
	display: none;
	position: absolute;
	top: 34px;
	z-index: 99999;
	position: absolute;
	background: #B9E0FF;
	top: 25px;
	z-index: 9999;
	right: 0px;
	padding-top: 10px;
 }
#mobile-quicknav ul li {
	border: none;
	width: 80%!important;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#mobile-quicknav .before {display: none;}
#mobile-quicknav ul li::before {content: none;}
#mobile-quicknav span.qnavlinks {
display: block;
position: absolute;
top: 12px;
right: 65px;
width: 30px;
height: 30px;
background-image: url(/images/quick-links.svg);
background-size: contain;
background-position: center;
text-indent: -9999px;
background-repeat: no-repeat;
}
.quick-nav.full-w.row-3, .quick-nav.to-fl-r, .quick-nav.full-w {display: none;}
}
.rw{
	display: grid;
	margin-top: 20px;
}
.rw span a{
	padding: 15px;
}
@media screen and (min-width: 640px){
	.m-nav-hide{
		display: inline-block !important;
	}
	.p-m-hide{
		display: inline !important;
	}
	.m-js-hide{
		display: none !important;
	}
}
@media screen and (max-width: 639px){
	.d-none{
		display: block;
		text-align: right;
	}
	.m-hide{
		display: none;
	}
	.m-js-hide{
		display: none;
	}
	.m-nav-hide{
		display: none;
	}
	.d-quick-nav{
		display: block !important;
		margin: 0 auto;
		width: max-content;
	}
}


@media only screen and (min-width: 769px){
.table-el {
	margin:30px auto;padding:0 30px;
}
}
.table-wrap table tbody tr{
	margin: 10px 0;
}
@media only screen and (min-width: 420px) and (max-width: 768px){
.table-wrap{
	flex-wrap: wrap;
}
.left-table, .right-table {
	float: none;
    margin: 0 15px;
	border-radius: 5px;
}
.table-el {
	margin:30px auto;padding:0 10px;
}
}
.table-el .table-wrap{
    background-color: #fff;
    width: 100%;
}
.table-wrap tbody{
	display: grid;
}
@media only screen and (max-width: 419px){
.table-wrap{
	flex-wrap: wrap;
}
.left-table, .right-table {
	float: none;
    margin: 0 0;
	border-radius: 5px;
}
.table-el {
	margin:30px auto;padding:0 10px;
}
}

div.left-table tbody{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

div.left-table tbody tr td{
	margin: auto 0;
}

div.left-table table{
	width: 100%;
}

div.left-table tbody tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 45%;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid;
	border-color: #478ecd;
}
@media only screen and (max-width: 860px){
	div.left-table tbody{
	display: block;
}
div.left-table tbody tr {
	width: 100%;
}
}
@media only screen and (max-width: 400px){
div.left-table tbody tr {
	font-size: 12px;
width: 100%}}

.notver.one-l-rev.mg-30 {
	padding: 25px;
	background-color: #f7da1e;
}

.notver.one-l-rev.mg-30 > * {
	display: block;
	vertical-align: middle;
}
.notver.one-l-rev.mg-30 .button-2 a{
	padding: 8px;
}

.notver.one-l-rev.mg-30 > *:not(:last-child) {
	display: inline-block;
	width: 100%;
}

.notver.one-l-rev.mg-30 {
	width: 100%;
}
#main-article div.mini-review-box{
	min-height: fit-content;
	margin-bottom: 20px;
	box-shadow: 0px 0px 6px 0px #4d9df7;
}
.card-desc h3{
	margin-top: 0;
	text-align: center;	font-size: 25px;
	color: #000;
}
.card-desc{
	display: grid;
	align-items: center;
	grid-template-columns: auto auto auto;
	margin-bottom: 15px;
}
.card-desc div:first-child{
	text-align: center;
	padding-top: 10px;
}
.mini-review-box{
	padding: 20px;
}
.mini-review-box div:nth-child(2) a{
	display: inline;
}
.mini-review-box .card-desc ul{
	margin:10px 15px;
}
@media screen and (max-width: 800px){
	.card-desc{
		display: block;
		max-width: fit-content;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px){
	.mini-review-box .float-right{
		max-width: 100%;
	}
}