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,
form, fieldset,  label, legend,
object, iframe, 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,
iframe,
object,
input,
select,
textarea {
	max-width: 100%;
}

img,
iframe {
	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;
}

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

body {
	/* background: #e2e2e25e; */
	background: #000;
	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: #fff;
    background: #1493ff;
}

h2.no-clr{
    clear: none;
    position: inherit;
}

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

}

h2:not(.h-capt), h2.uk {
	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/common-sprite.png') -44px -359px no-repeat;
}

h2.uk::before{
    content: '';
	display: inline-block;
	vertical-align: text-bottom;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	background: url('../images/common-sprite.png') -35px -432px no-repeat;
}

h2.usa::before{
    content: '';
	display: inline-block;
	vertical-align: text-bottom;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	background: url('../images/common-sprite.png') -72px -432px no-repeat;
}


h3 {
	margin-bottom: 15px;
	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: 14px;
}

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

ul {
	list-style: none;
}

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

ul.ul-p-indent p{
    padding-left: 23px;
}

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

ol li{
    padding-left: 65px;
}

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%;
}

p {
	line-height: 1.7;
}

p.first{
    font-style: italic; 
    font-size:  17px;
    text-align: center;
    letter-spacing: 0.5px;
    background-color: #ececec;
    padding: 5px!important;
    border-radius: 5px;
    margin: 13px 0px 27px 0px!important;
    
}

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

.no-mg {
	margin: 0;
}

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

.no-pd {
	padding: 0;
}

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

.title-tab-cap {
	font-weight: bold;
    padding: 6px;
    border: 1px solid #ffa232;
    color: #0e4169;
	background: #ffef7e;
    background: -moz-linear-gradient(top, #d0f0ff 0%, #ffef7e 3%, #ff9c2c 97%, #679a02 100%);
    background: -webkit-linear-gradient(top, #d0f0ff 0%,#ffef7e 3%,#ff9c2c 97%,#679a02 100%);
    background: linear-gradient(to bottom, #d0f0ff 0%,#ffef7e 3%,#ff9c2c 97%,#679a02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0f0ff', endColorstr='#679a02',GradientType=0 );
}

.prize {
	color: #fea917;
}

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

.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;
}

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



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

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


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

#logo .ds-tp,
#main-header.fixed #logo .ds-tp {
	display: none;
}

#main-header.fixed #logo {
	left: 10px;
    top: 5px;
}

#main-header.fixed #logo .m-bl {
	display: block;
}
@media screen and (min-width: 1200px){

.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;
 	 position: absolute;
  top: -28px;
    right: 40px;
    background-color: #47aaf9;
    width: 170px;
    height: 28px;
  }


.flag.at

{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px 20px;
    background: url(../images/austria.svg);
}
.flag.de{
	width: 30px;
	top: 0px;
    right:50px;
    background: url('../images/germany.svg');
}
.flag{
        top: -28px;
    right: 1px;
    background: url(../images/english.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    background-position-x: 39px;
    cursor: pointer;
    position: absolute;


}

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

}

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

}




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

.lang-v{
	 position: absolute;
    top: -20px;
    right: 39px;
    font-size: 12px;

    color: #44a7f5;
}

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

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

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

.menu-toggle {
	position: absolute;
}

.menu-toggle.op {
	width: 32px;
	height: 30px;
	right: 18px;
	top: 10px;
	background: url('../images/common-sprite.png') -125px -260px no-repeat;
}

.menu-toggle.cl {
	width: 23px;
	height: 23px;
	right: 10px;
	top: 10px;
	background: url('../images/common-sprite.png') -130px -332px no-repeat;
}

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

#main-article > div {
	padding: 14px;
	border: 0 solid #c8e7ff;
}

#main-footer > .top {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border: 2px solid #c8e7ff;
	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;
    border: 2px solid #b9e0ff;
    margin-top: 20px;
    border-radius: 6px;
}

#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-top: 1px dashed #b9e0ff;
	border-radius: 6px;
	text-align: center;
}

#be-g-aw > * {
	margin: 0 18px 21px 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;
}

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

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

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

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 {
	color: #054477;
	text-decoration: underline;
}

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

a.b-leave {
	box-shadow: 2px 2px 4px #545454;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background: #379842; /* Old browsers */
	background: -moz-linear-gradient(top, #379842 0%, #81ce02 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #379842 0%,#81ce02 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #379842 0%,#81ce02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#379842', endColorstr='#81ce02',GradientType=0 ); /* IE6-9 */
}

a.b-leave:hover {
    background: #006dc3;
	color: #fff;
}

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;
}

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

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

.button a,
.button-2 a: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 );
}

.button a:hover,
.button-2 a {
	text-decoration: none;
	background: #005396; /* Old browsers */
	background: -moz-linear-gradient(top, #005396 0%, #4cb0ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #005396 0%,#4cb0ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #005396 0%,#4cb0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005396', endColorstr='#4cb0ff',GradientType=0 ); /* IE6-9 */
}

.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 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 {
	width: 22px;
	height: 17px;
/*	margin-left: 15px;*/
    padding: 0 20px 0 20px;
	position: relative;
	top: 2px;
}

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

.child-togg::before,
#top-nav .child-true > a::after,
.latest-ns .button a::before {
	width: 12px;
	height: 7px;
	background: url('../images/common-sprite.png') -145px -171px no-repeat;
}

.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: 6px;
	top: 24px;
}

#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 24px 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 #004277;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#top-nav .rev-ws .sub-nav-ws {
	/*width: 465px;*/
	padding: 21px 0px 0 21px;
}

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

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

}

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

#top-nav .rev-ws .sub-nav-ws a {
	display: inline-block;
	min-width: auto;
	padding: 0;
	border: 1px solid #004277;
	border-radius: 4px;
}

#top-nav .rev-ws .sub-nav-ws a:hover {
	box-shadow: 0 0 10px 0 rgba(253, 136, 11, .3);
	-webkit-box-shadow: 0 0 10px 0 rgba(253, 136, 11, .3);
}

.quick-nav {
	margin: 30px auto;
	border: 1px dashed #1096ff;
	border-radius: 4px;
	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;
	border-bottom: 1px dotted #4baffe;
}

.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 5px 5px 48px;
	background: #fff;
	border: 1px solid #0e4169;
	border-radius: 4px;
	color: #004e8c;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
}

.quick-nav li > a::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 2px;
	width: 40px;
	height: 40px;
	background: url('../images/common-sprite.png') -10px -278px no-repeat;
}

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

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

/*--------------------------------------------------------------
## Sprites
--------------------------------------------------------------*/
.sprite-bgaw-gambleaware, .sprite-bgaw-ecorga,
.sprite-bgaw-gt, .sprite-bgaw-18plus,
.sprite-bgaw-gamcare {
	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-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; }

.depay-meth {
	display: inline-block;
	background: url('../images/dep-meths.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.depay-meth.american-express { background-position: -10px -0px; width: 64px; height: 40px; }
.depay-meth.bitcoin { background-position: -84px -0px; width: 64px; height: 40px; }
.depay-meth.delta { background-position: -158px -0px; width: 64px; height: 40px; }
.depay-meth.discover { background-position: -10px -50px; width: 64px; height: 40px; }
.depay-meth.ecopayz { background-position: -84px -50px; width: 64px; height: 40px; }
.depay-meth.entropay { background-position: -158px -50px; width: 64px; height: 40px; }
.depay-meth.mastercard { background-position: -10px -100px; width: 64px; height: 40px; }
.depay-meth.neteller { background-position: -84px -100px; width: 64px; height: 40px; }
.depay-meth.paypal { background-position: -158px -100px; width: 64px; height: 40px; }
.depay-meth.paysafecard { background-position: -10px -150px; width: 64px; height: 40px; }
.depay-meth.skrill { background-position: -84px -150px; width: 64px; height: 40px; }
.depay-meth.solo { background-position: -158px -150px; width: 64px; height: 40px; }
.depay-meth.switch { background-position: -10px -200px; width: 64px; height: 40px; }
.depay-meth.visa { background-position: -84px -200px; width: 64px; height: 40px; }

.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;
}

.cascom {
	width: 180px;
	height: 50px;
	background: url('../images/sprite-casino-180-50.png') no-repeat;
}

.cascom.ekbet { background-position: -10px -0px; }
.cascom.bet365 { background-position: -200px -0px; }
.cascom.betfred { background-position: -10px -60px; }
.cascom.bwin { background-position: -200px -60px; }
.cascom.ladbrokes { background-position: -10px -120px; }
.cascom.uptown-aces { background-position: -200px -120px; }
.cascom.jackpotcity { background-position: -10px -180px; }
.cascom.mansion { background-position: -200px -180px; }
.cascom.miami { background-position: -10px -240px; }
.cascom.royal-panda { background-position: -200px -240px; }
.cascom.ruby-fortune { background-position: -10px -300px; }
.cascom.sloto-cash { background-position: -200px -300px; }
.cascom.spin-palace { background-position: -10px -360px; }
.cascom.casino-com { background-position: -200px -360px; }
.cascom.cherry-jackpot { background-position: -10px -420px; }
.cascom.bodog { background-position: -200px -420px; }
.cascom.diamond-reels { background-position: -10px -480px; }
.cascom.casino-max { background-position: -200px -480px; }
.cascom.slots-lv { background-position: -10px -540px; }
.cascom.slots-magic { background-position: -200px -540px; }
.cascom.bovada { background-position: -10px -600px; }
.cascom.grosvenor { background-position: -200px -600px; }
.cascom.eu-casino { background-position: -10px -660px; }
.cascom.betonline { background-position: -200px -660px; }
.cascom.cherry-casino { background-position: -10px -720px; }
.cascom.mr-play { background-position: -200px -720px; }
.cascom.casino-x { background-position: -10px -780px; }
.cascom.casitabi { background-position: -200px -780px; }
.cascom.red-kings { background-position: -10px -840px; }
.cascom.casino-21-com { background-position: -200px -840px; }
.cascom.bgo { background-position: -10px -900px; }
.cascom.black-diamond { background-position: -200px -900px; }
.cascom.fair-go { background-position: -10px -960px; }
.cascom.playojo { background-position: -200px -960px; }
.cascom.casumo { background-position: -390px -0px; }
.cascom.euro-palace { background-position: -390px -60px; }
.cascom.betfair { background-position: -390px -120px; }
.cascom.unibet { background-position: -390px -180px; }
.cascom.netbet { background-position: -390px -240px; }

.cascom-110 {
	width: 110px;
	height: 48px;
	background: url('../images/sprite-casino-110-48.png') no-repeat;
}

.cascom-110.ekbet { background-position: -10px -0px; }
.cascom-110.bet365 { background-position: -130px -0px; }
.cascom-110.betfred { background-position: -10px -58px; }
.cascom-110.bwin { background-position: -130px -58px; }
.cascom-110.ladbrokes { background-position: -10px -116px; }
.cascom-110.uptown-aces { background-position: -130px -116px; }
.cascom-110.jackpotcity { background-position: -10px -174px; }
.cascom-110.mansion { background-position: -130px -174px; }
.cascom-110.miami { background-position: -10px -232px; }
.cascom-110.royal-panda { background-position: -130px -232px; }
.cascom-110.ruby-fortune { background-position: -10px -290px; }
.cascom-110.sloto-cash { background-position: -130px -290px; }
.cascom-110.spin-palace { background-position: -130px -348px; }
.cascom-110.casino-com { background-position: -10px -348px; }
.cascom-110.cherry-jackpot { background-position: -10px -406px; }
.cascom-110.bodog { background-position: -130px -406px; }
.cascom-110.diamond-reels { background-position: -10px -464px; }
.cascom-110.casino-max { background-position: -130px -464px; }
.cascom-110.slots-lv { background-position: -10px -522px; }
.cascom-110.slots-magic { background-position: -130px -522px; }
.cascom-110.bovada { background-position: -10px -580px; }
.cascom-110.grosvenor { background-position: -130px -580px; }
.cascom-110.eu-casino { background-position: -10px -638px; }
.cascom-110.betonline { background-position: -130px -638px; }
.cascom-110.cherry-casino { background-position: -10px -696px; }
.cascom-110.mr-play { background-position: -130px -696px; }
.cascom-110.casino-x { background-position: -10px -754px; }
.cascom-110.casitabi { background-position: -130px -754px; }
.cascom-110.red-kings { background-position: -10px -812px; }
.cascom-110.casino-21-com { background-position: -130px -812px; }
.cascom-110.bgo { background-position: -10px -870px; }
.cascom-110.black-diamond { background-position: -130px -870px; }
.cascom-110.fair-go { background-position: -10px -928px; }
.cascom-110.playojo { background-position: -130px -928px; }
.cascom-110.casumo { background-position: -250px -0px; }
.cascom-110.euro-palace { background-position: -250px -58px; }
.cascom-110.betfair { background-position: -250px -116px; }
.cascom-110.unibet { background-position: -250px -174px; }
.cascom-110.netbet { background-position: -250px -232px; }

.cascom-120 {
	width: 120px;
	height: 60px;
	background: url('../images/sprite-casino-120-60.png') no-repeat;
}

.cascom-120.ekbet { background-position: -10px -0px; }
.cascom-120.bet365 { background-position: -140px -0px; }
.cascom-120.betfred { background-position: -10px -70px; }
.cascom-120.bwin { background-position: -140px -70px; }
.cascom-120.ladbrokes { background-position: -10px -140px; }
.cascom-120.uptown-aces { background-position: -140px -140px; }
.cascom-120.jackpotcity { background-position: -10px -210px; }
.cascom-120.mansion { background-position: -140px -210px; }
.cascom-120.miami { background-position: -10px -280px; }
.cascom-120.royal-panda { background-position: -140px -280px; }
.cascom-120.ruby-fortune { background-position: -10px -350px; }
.cascom-120.sloto-cash { background-position: -140px -350px; }
.cascom-120.spin-palace { background-position: -10px -420px; }
.cascom-120.casino-com { background-position: -140px -420px; }
.cascom-120.cherry-jackpot { background-position: -10px -490px; }
.cascom-120.bodog { background-position: -140px -490px; }
.cascom-120.diamond-reels { background-position: -10px -560px; }
.cascom-120.casino-max { background-position: -140px -560px; }
.cascom-120.slots-lv { background-position: -10px -630px; }
.cascom-120.slots-magic { background-position: -140px -630px; }
.cascom-120.bovada { background-position: -10px -700px; }
.cascom-120.grosvenor { background-position: -140px -700px; }
.cascom-120.eu-casino { background-position: -10px -770px; }
.cascom-120.betonline { background-position: -140px -770px; }
.cascom-120.cherry-casino { background-position: -10px -840px; }
.cascom-120.mr-play { background-position: -140px -840px; }
.cascom-120.casino-x { background-position: -10px -910px; }
.cascom-120.casitabi { background-position: -140px -910px; }
.cascom-120.red-kings { background-position: -10px -980px; }
.cascom-120.casino-21-com { background-position: -140px -980px; }
.cascom-120.bgo { background-position: -10px -1050px; }
.cascom-120.black-diamond { background-position: -130px -1050px; }
.cascom-120.fair-go { background-position: -10px -1120px; }
.cascom-120.playojo { background-position: -140px -1120px; }
.cascom-120.casumo { background-position: -270px -0px; }
.cascom-120.euro-palace { background-position: -270px -70px; }
.cascom-120.betfair { background-position: -270px -140px; }
.cascom-120.unibet { background-position: -270px -210px; }
.cascom-120.netbet { background-position: -270px -280px; }

/*--------------------------------------------------------------
# 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: 20px;
	display: block;
}

.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: 10px 0 40px 0;
    padding: 0;
    font-size: 12px;
}

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

.terms-b {
	text-align: center;
	margin-bottom: 30px;
}

.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 -80px;
}

.score.small > span {
	background-position: -10px -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: #0e4169;
	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 tbody:not(:hover) tr:nth-child(4n+3),
.bb-tab tbody:not(:hover) tr:nth-child(even) {
	background: #e6e6e6;
}

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

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

.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: 34px;
	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: 22px;
	border-radius: 6px;
	font-family: "Font Awesome 5 Free";
}

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

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

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

.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;
	border: 0 solid #006dc3;
	border-width: 1px 0;
}

.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: 9px 38px;
	font-size: 17px;
	text-transform: uppercase;
}

.bb-tab {
	width: 100%;
}

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

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

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

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

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

.bb-tab tbody td:nth-child(3),
.bb-tab tbody td:nth-child(4) {
	font-weight: 600;
}

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

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

.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;
}

.review-table {
    width: 80%;
    border-collapse: collapse;
    margin: 20px auto;
    border: 1px solid #0E4169;
}

.review-table th{
    padding: 10px;
    border: 1px solid #0E4169;
}

.review-table td{
    padding: 5px;
    border: 1px solid #0E4169;
}

/* 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 61px;
	font-weight: 600;
	background: #f1e4d9;
	font-style: italic;
	font-size: 16px;
	border-radius: 6px;
}

.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: -109px -300px;
}

.boxes-faq .cont::before {
	top: 5px;
	background-position: -60px -327px;
}

.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;
}

.best-casinos {
	width: 120px;
	height: 60px;
	background: url('../images/sprite-casino-120-60.png') no-repeat;
}

.best-casinos.ekbet { background-position: -10px -0px; }
.best-casinos.bet365 { background-position: -140px -0px; }
.best-casinos.betfred { background-position: -10px -70px; }
.best-casinos.bwin { background-position: -140px -70px; }
.best-casinos.ladbrokes { background-position: -10px -140px; }

.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);
}

/* 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;
	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: 38px;
	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: 17px;
	position: relative;
	margin-bottom: 10px;
}

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

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

.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;
}

.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: 258px;
	padding: 10px;
	background: #fff;
	border: 2px solid #623700;
	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 {
	margin-bottom: 4px;
	padding-left: 2px;
}

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

.one-l-rev li::before {
	content: '\2714\0020';
	width: auto;
	height: auto;
	margin-right: 9px;
	background: transparent;
	top: 0;
}

.one-l-rev .offer {
	margin-bottom: 10px;
}

.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;
}

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


.online-casino-games {
    margin-bottom: 20px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px #4d9df7;
	-moz-box-shadow: 0px 0px 7px 0px #4d9df7;
	box-shadow: 0px 0px 7px 0px #4d9df7;
}

.blackjack-table {

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

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

.online-casino-games h3.title {
	margin-bottom: 0px;
}

.online-casino-games img {
	margin-top: 0px;
	margin-left: 15px;
}

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

/* 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;
}

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

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

.contacts {
    width: 410px;
	display: inline-block;
	margin-left: 5%;
}

.cfields {
    display: inline-block;
    margin-right: 30px;
}

.cfields input {
    background: #e5eeff;
}

.cmsg {
    margin-top: 20px;
}

.cmsg textarea {
    width: 374px;
    height: 160px;
    background: #e5eeff;
	color: #000;
}

.cbtn {
    margin-bottom: 30px;
    padding-top: 15px;
    text-align: center;
}

.clabel {
    padding: 10px 4px 6px;
    color: #0e4169;
    font-weight: 500;
}

.cimg {
	margin-right: 5%;
}

/*--------------------------------------------------------------
## 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;
	}
}

@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 (min-width: 640px) {
	#main-article > div {
		padding: 14px 28px 0;
	}

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

	.quick-nav {
		width: 437px;
	}
    

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

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

	.quick-nav li:nth-child(2n+1) {
		margin: 0px 5px 5px 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: 15px;
	}

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

	.top-sfst-tab tr:hover {
		background: #100542;
	}

	.top-sfst-tab tbody td {
		background: #fff;
	}

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

	.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 {
		width: 400px;
	}

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

	.top-p-rev .name {
		padding-bottom: 100px;
	}

	.top-p-rev .button-2 a {
		margin-left: 26px;
	}

	.top-sfst-tab-wrap {
		width: 540px;
		margin: 30px auto;
	}

	.top-sfst-tab-wrap .offer {
		font-size: 16px;
	}

	#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 31px 18px 0;
	}
}

@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: 558px;
	}

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

	.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 (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: 43%;
	}

	.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: 33%;
	}

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

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

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

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

@media screen and (max-width: 840px){
    img.resp{
        float: none;
        margin: auto;
        display: block;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
	.quick-nav {
		width: 711px; /*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%;
	}

	.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 .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 .b-offer span {
		display: inline-block;
	}

	.top-p-rev .b-offer::before {
		top: 0;
	}

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

	.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: 1024px) {
	#main-header,
	#main-header.fixed {
		padding: 0;
	}

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

	#logo {
	    position: absolute;
	    left: 23px;
	}

	.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: 44px; /*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: #f6c311;
	}

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

	#top-nav .sub-nav a:hover {
		background: rgba(27, 7, 0, 0.5);
	}

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

	.quick-nav.to-fl-r {
		float: right;
		width: 437px;
		margin: 0 0 10px 24px;
	}

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

	.top-p-tab .offer {
		padding-left: 40px;
	}

	.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: 25%;
	}

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

	.top-p-rev > div {
		float: left;
		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: auto;
		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,
	#site-cprt {
		float: left;
		width: 50%;
	}

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

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

	#site-cprt {
		text-align: right;
	}
    
    .mg-t-20{
        margin-top: 20px!important;
    }

    #main-article > div > p.first + p,
    #main-article > div > nav.quick-nav.to-fl-r + p{
		padding-top: 0px!important;
	}
    
    .flag-resp{
        display: none;
    }
}

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

@media screen and (min-width: 1024px) 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;
	}

	.more-gm.uol-grid.c5 > li:last-child,
	.more-gm.uol-grid.c5 > li:nth-last-child(2) {
		width: 50% !important;
	}
}

@media screen and (min-width: 1300px) {
	#main-header.fixed {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 1164px;
	}

	.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 {
		margin-left: 25px;
	}
	#main-header.at-vanuatu {
		margin-left: 0px;
	}
#main-header.at-vanuatu > #top-nav-wrap {
	display: -webkit-inline-box;
	height: 50px;
}

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

	#logo {
	    left: -38px;
	    top: -28px;
	}

	#logo .m-bl {
		display: none;
	}

	#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: 20%;
	}

	.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;
	}
}

@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%;
	}
}

@media screen and (max-width: 1023px) {
	.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: #1a0700;
		border: 2px solid #623700;
	}

	#top-nav .sub-nav,
	#top-nav .rev-ws .sub-nav-ws {
		width: 90%;
	}

	.bb-tab th:nth-child(2),
	.bb-tab tbody td:nth-child(2) {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.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 !important;
	}

	#top-nav-wrap.open .rev-ws .sub-nav-ws {
		width: 290px;
		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;
	}
    
    .flag-resp {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(../images/english.svg);
        right: 90px;
        filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
        -webkit-filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    }

    .flag-resp.de{
    	right: 30px;
    	background: url(../images/germany.svg);
        filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
        -webkit-filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    }

    .flag-resp.at{
    	right: 100px;
    	background: url(../images/austria.svg);
        filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
        -webkit-filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    }

     .flag-resp.no{
    	right: 170px;
    	background: url(../images/norway.svg);
        filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
        -webkit-filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    }
     .flag-resp.in{
    	right: 240px;
    	background: url(../images/india.svg);
        filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
        -webkit-filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    }


         .flag-resp a {
        text-indent: -9999px;
    }

     
}

@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: 799px) {
	.top-p-tab .score-wrap {
		display: none;
	}

	.one-l-rev {
		padding: 16px 10px;
	}

	.one-l-rev > * {
		display: block;
	}

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

@media screen and (max-width: 639px) {
	.top-p-tab,
	.top-sfst-tab,
	.bb-tab,
	.top-p-tab caption,
	.top-sfst-tab caption,
	.bb-tab caption,
	.top-p-tab thead,
	.bb-tab thead,
	.top-p-tab tbody,
	.top-sfst-tab tbody,
	.bb-tab tbody,
	.top-p-tab tr,
	.top-sfst-tab tr,
	.bb-tab tr,
	.top-p-tab td,
	.bb-tab td {
		display: block;
	}

	.top-sfst-tab-wrap,
	.bb-tab {
		width: 258px;
	}

	.top-sfst-tab-wrap {
		margin: 30px auto;
		padding: 10px 10px 0;
	}

	.bb-tab thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.top-p-tab tbody tr {
		margin-bottom: 7px;
		border: 1px solid #bbb;
	}

	.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;
	}

	.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;
	}

	.bb-tab tbody td:nth-child(3) {
		padding-bottom: 0;
	}

	.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 a.b-leave {
		width: 100%;
		margin-top: 10px;
		padding: 6px 17px;
	}

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

	.top-p-tab .separator,
	.top-p-tab .offer br,
	.top-sfst-tab .score,
	.top-sfst-tab tbody td:nth-child(3) {
		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: 13%;
	}

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

	.top-p-rev .b-offer::before{
		display: inline-block;
		position: relative;
		top: 6px;
		left: -8px;
	}

	.terms {
		text-align: center;
	}

	.terms-right {
		float: none;
	}

	.prize-table tr {
		display: inherit;
	}
    
    ol li{
        padding-left: 25px;
    }
}

@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;
	}

	img.resp{
		float: none;
		display: block;
		margin: 0 auto 7px;

	}
}

@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: 400px){
    .quick-nav {
        width: 100%;
	}
    
    .review-table.simple{
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 385px){
	.quick-nav 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;
}

.lang-bar {
display: contents;
}
.lang-bar a{display: block;}