﻿/*
Theme Name: mongolbet
Text Domain: mongolbet
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}
/* :target {
	background-color: #ffd100;
 } */
body,
button,
input,
select,
optgroup,
textarea {
	color: #050f2c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-align: left;	
}
body {
	background: #c7c7c7;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	color: #055297;
}
a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,
.b-str {
	font-weight: bold;
	color: #797979;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 12px;
	font-style: italic;
	font-family: "Helvetica";
	text-align: center;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
max-width: 100%;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Footer - Flags
--------------------------------------------------------------*/
/*.dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 4px 0;
    background: #fff;
    border: 3px solid #333;
    box-shadow: 2px 2px 2px 0 #8e8f90;
    z-index: 99999;
    min-width: 195px!important;
} */
.dropdown-menu{
    display: none;
    width:50%;
    margin: auto;
    background: #fff;
    border:1px solid black;
}
.item-lang{
    list-style: none;
}
.lang {
    cursor: pointer;
    position: relative;
}
.lang-arrow-up{
    content: " ";
    display: none;
    transform: rotate(0deg);
    position: absolute;
    width: 15px;
    margin: auto 5px;
    height: 20px;
    bottom: -3px;
    background-position: -286px -97px;
    background: #fff0 url(../image/to-top.svg) no-repeat;
    background-size: contain;
}
.lang-arrow-down {
    transform: rotate(180deg);
}
.show{
display: inline-block;
}
.hide{
    display:none;
}
.flags {
    width: 30px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 4px;
	margin-right: 5px;
	background-size: cover;
}
@media only screen and (min-width: 1000px) {
	.item-lang{
		display: inline;
	}
}
.en {
    background-size: cover;
}
.es{
    background-size: cover;
}
.be{
    background-size: cover;
}
.mn{
    background-size: cover;
}
.hy{
    background-size: cover;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	padding: 0 6px;
}
.h-w-img {
	clear: none;
}
h1 {
	font-size: clamp(18px, 5vw, 21px);
}
h2 {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #03589c;
	font-weight: bold;
	font-family: "Helvetica";
}
h2::after{
	content: ' ';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #00b9ff;
	margin-top: 17px;
}
h3 {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #03589c;
	font-weight: bold;
	font-family: "Helvetica";
}
h4, h5, h6 {
	font-size: 16px;
}
.entry-title{
	width: 100%;
	height: 60px;
	border-radius: 6px;
}
/* h1.entry-title::before{
	content: ' ';
	display: block;
	background: url(/images/icons/h1-icon.png) no-repeat;
	height: 38px;
	width: 40px;
	float: left;
	margin: -14px 9px 0px 11px;
} */
h1.entry-title{
	font-size: clamp(19px, 3vw, 26px);
	/* margin: 0;
	color: #03589c;
	line-height: 12px;
	background-color: #eeeeee;
	font-family: "Helvetica";
	border-radius: 4px;
	padding: 24px 0px 20px 7px; */
}
.site-title-logo{
	position: relative;
    width: 100px;
    display: inline-block;
    -webkit-text-stroke-width: medium;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    word-break:break-word;
    text-decoration: none;
    color: #000;
    top: 18px;
}
.quick-nav{
	margin: 45px 27px 50px 0px; 
	width: 100%;
 max-width: 947px;
 border-radius: 6px;
 text-decoration: none;
 position: relative;
 z-index: 1;

}
.quick-nav::before{
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 90%;
 background-color: #eeeeee;
 z-index: -1;
 border-radius: 6px;
}

.quick-nav-list{
 width: 90%;
 max-width: 900px;
 border-radius: 6px;
 background-color: #e9f9ff;
 border: 1px solid #03589b;
 font-size: 15px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-left: 4%;
 background:#fff;
}
.quick{
 letter-spacing: 0px;
 line-height: 17px;
 color: #055297;
 font-weight: bold;
 font-family: "Helvetica";
 text-decoration: none;
}
.quick-nav-list li{
 background-color: #ffbc00;
 filter: drop-shadow(0.515px 1.857px 1.5px #055297);
 border-radius: 6px;
 border: 1px solid #055297;
 text-align: center;
 cursor: pointer;
}
.quick-nav-list li:hover{
 background-image: linear-gradient(180deg, #ffd971 0%, #ffe9af 22%, #ffe9af 43%, #ffbb00 74%, #ff9500 99%);
 color: #055297;
}
.quick-nav-list li {
 display: flex;
 align-items: center;
 height: 40px;
 margin: 20px auto;
 width: 100%;
 max-width: 300px;
}
.quick-nav-list li a{
 padding: 15px;
 width: 100%;
 text-align: left;
}
.item-empty {
 visibility: hidden;
}
.quick-nav-list li:first-child::before{
 content: '';
 display: block;
 background: url(../image/quick-nav-trophy-icon.svg) no-repeat;
 height: 27px;
 width: 34px;
 margin-left: 10px;
}
.quick-nav-list li:nth-child(2)::before{
 content: '';
 display: block;
 background: url(../image/quick-nav-icon-2.svg) no-repeat;
 height: 24px;
 width: 31px;
 margin-right: 3px;
 margin-left: 8px;
}
.quick-nav-list li:nth-child(3)::before{
 content: '';
 display: block;
 background: url(../image/quick-nav-icon-3.svg) no-repeat;
 height: 24px;
 width: 30px;
 margin-right: 9px;
 margin-left: 10px;
}
.quick-nav-list li:nth-child(4)::before{
 content: '';
 display: block;
 background: url(../image/quick-nav-icon-4.svg) no-repeat;
 height: 26px;
 width: 24px;
 margin-right: 9px;
 margin-left: 12px;
}
.quick-nav-list li:nth-child(5)::before{
	content: '';
	display: block;
	background: url(../image/quick-nav-icon-2.svg) no-repeat;
	height: 24px;
	width: 30px;
	margin-right: 9px;
	margin-left: 10px;
   }
   .quick-nav-list li:nth-child(6)::before{
	content: '';
	display: block;
	background: url(../image/quick-nav-icon-3.svg) no-repeat;
	height: 24px;
	width: 30px;
	margin-right: 9px;
	margin-left: 10px;
   }
h3.operators-table {
	width: 100%;
    height: 60px;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 12px;
    color: #03589c;
    font-weight: bold;
    font-family: "Helvetica";
    padding-top: 21px;
}
h3.operators-table::before {
	content: ' ';
    display: block;
    background: url(../image/h2-icon.svg) no-repeat;
    height: 38px;
    width: 40px;
    float: left;
    margin-top: -12px;
    margin-left: 17px;
    margin-right: 7px;
}
.items{
	background-repeat: no-repeat;
	display: inline-block;
}

.first-place{
	background-image: url(../image/table-n1.png);
	height: 32px;
    width: 32px;
	color: #03589c;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 15px;
}
.second-place{
	background-image: url(../image/table-n2.png);
	height: 32px;
    width: 32px;
	color: #fff;
	margin-bottom: 8px;
	font-weight: bold;
	margin-left: 15px;
}

.widget-area .widget-title strong {
	color: inherit;
	padding: 0 4px;
}
.widget-area .widget-title::before {
	content: '\275A';
	margin-left: 4px;
}
.widget-area .ename {
	text-align: center;
}
.widget-area .maj-sideb .ename::before,
.widget-area .clickbox-wrapper.sideb > .ename::before {
	content: '\2771';
	color: #fff;
	margin: 0 4px;
}
.widget-area .maj-sideb .ename::before,
.widget-area .clickbox-wrapper2.sideb > .ename::before {
	content: '\2771';
	color: #fff;
	margin: 0 4px;
}
h3.review-heading{
	width: 100%;
	max-width: 950px;
    height: 60px;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 12px;
    color: #03589c;
    font-weight: bold;
    font-family: "Helvetica";
    padding-top: 21px;
}
h3.review-heading::before{
	content: ' ';
    display: block;
    background: url(../image/star-icon.svg) no-repeat;
    height: 38px;
    width: 40px;
    float: left;
    margin-top: -12px;
    margin-left: 17px;
    margin-right: 7px;
}
p {
	margin: 10px 0;
	padding-left: 6px;
	font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #010101;
    font-family: "Helvetica";
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}

ul:not([class]) {
	margin: 10px 4px 10px 30px;
}
.widget-area ul:not([class]) {
	margin: 10px 4px 10px 20px;
}
ol:not([class]) {
	margin: 10px 4px 10px 40px;
}
.widget-area ol:not([class]) {
	margin: 10px 4px 10px 30px;
}
ul:not([class]) ul,
ol:not([class]) ol {
	padding: 14px 14px 0 20px;
}
ul {
	list-style: none;
}
.ball li:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url("../image/football-bet.svg") no-repeat 0 0 ;
    background-size: cover;
	margin-right:10px;
}
.ball li{
	padding-left: 10px;
}
ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	width: 100%;
}
/*--------------------------------------------------------------
# List styles
--------------------------------------------------------------*/
ul.check-cross {
	list-style-type: none;
	padding: 10px 4px 10px 30px;
}
ul.check-cross > li {
	margin-left: 0;
    position: relative;
    padding-left: 18px;
    text-align: left;
	padding-bottom: 6px;
}
ul.check-cross li::before {
	content: '\2713';
    display: inline-block;
    vertical-align: text-bottom;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 6px;
    border-radius: 50%;
    background: #7ac543;
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    top: 5px;
    left: 0;
}
ul.check-cross li.no::before {
	content: '\00D7';
	background: #ed5a24;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-group label{
	display:block;
	font-weight: bold;
	margin: 10px 0px;
}
.form-group input{
	line-height: 2;	
	width:100%;
}
.form-group textarea{ 
	margin-bottom: 10px;
	height:80px;
}
.error{
	color:#da291c;
}
.btn-primary{
	color: #fff;
    background: #62b5e5;
	text-decoration: none;
	font-size: 18px;
    padding: 2px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {	
	background: #d7d7d8;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}

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 #62b5e5;
	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;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a.review {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #03589c;
	font-weight: 300;
	font-style: italic;
	font-family: "Helvetica";
	text-align: center;
}
a:hover {
	text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,
.main-navigation ul {
	color: #03589c;
}
.main-navigation,
.main-navigation > ul {
	border-radius: 6px;
}
.main-navigation {
	clear: both;
	display: inline-block;
	vertical-align: middle;	
	position: relative;
}
.main-navigation ul {
	display: none;
	list-style: none;
	padding-left: 0;
}
.main-navigation a {
	display: block;	
	background-color: #e9f9ff;
	padding: 6px;
	border: 1px solid #055297;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 12px;
	color: #03589c;
	font-weight: bold;
	font-family: "Helvetica";
	margin-right: 2px;
}
#primary-menu > li > a{
	text-decoration: none;
	height: 60px;
}
#primary-menu ul > li:not(:last-child) > a {
	border-bottom: 0px solid #ccc;
}
#primary-menu > li:first-child > a {
	border-radius: 5px 0 0 5px;
}
#primary-menu > li > a {
	display: flex;
    align-items: center;
    text-align: center;
    width: calc(9vw);
    justify-content: center;
    min-width: 130px;
	max-width: 150px;
}
#primary-menu > li:last-child > a {
	border-radius: 0 5px 5px 0;
}
#secondary-menu > li > a{
	text-decoration: none;
	height: 60px;
}
#secondary-menu ul > li:not(:last-child) > a {
	border-bottom: 0px solid #ccc;
}
#secondary-menu > li:first-child > a {
	border-radius: 5px 0 0 5px;
}
#secondary-menu > li > a {
	display: flex;
    align-items: center;
    text-align: center;
    width: calc(9vw);
    justify-content: center;
    min-width: 130px;
	max-width: 150px;
}
#secondary-menu > li:last-child > a {
	border-radius: 0 5px 5px 0;
}
.main-navigation a:hover{
	background: #ca3a41;
	color: #fff;
}
.main-navigation li.current-menu-item > a {
	color: #ca3a41;
	background: #fff;
}
.main-navigation ul ul {	
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
    width: 200px;
    text-decoration: none;
    height: 50px;
    display: flex;
    justify-content: center;
    padding-top: 18px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation.toggled ul {
	display: block;
}
.menu-open,
.menu-close,
.mobile-top-open,
.widget-area > .align-right {
	display: none;
}
.menu-open,
.mobile-top-open {	
	font-size: 12px;		
	position: absolute;	
	background: white;
	color: #000;
}

.menu-close {
	background: rgba(255, 255, 255, 0.49);
}
.mobile-top-close {
	background: #fff;
	color: #62B5E5;
}
.menu-open::before,
.menu-close::before {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}
.menu-open::before{
	background: url(../image/menu-mobile-icon.png) no-repeat;
	width: 34px;
    height: 24px;
	transition: all 0.5s ease;
    transform: rotate(0deg);
    z-index: 2;
}
.menu-open.open::before {
	background: url(../image/close-icon.png) no-repeat;
	height: 34px;
	width: 34px;
}
.menu-open {
	right: 6px;
}
.mobile-top-open {
	right: 90px;
}
.main-navigation ul {
	display: flex;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
	margin-top: 6px;
	margin-bottom: 10px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 14px auto;
}
img.alignleft,
img.alignright {
	border-radius: 3px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.textwidget{
	background-color: #fff;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/***  Social  ***/
.social-sprite-facebook, .social-sprite-google-plus, .social-sprite-pinterest,
.social-sprite-twitter, .social-sprite-youtube, .social-sprite-reddit, 
.social-sprite-mix, .social-sprite-myspace, .social-sprite-flickr,
.social-sprite-tumblr, .social-sprite-weheartit, .social-sprite-hubpages, .social-sprite-plurk,.social-sprite-giphy, .social-sprite-taringa, .social-sprite-the-dots, .social-sprite-tagged, .social-sprite-roosterteeth, .social-sprite-dribble, .social-sprite-coub, .social-sprite-quora
{ display: inline-block; vertical-align: middle; background: url('../image/social-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; margin: 5px; }
.social-sprite-facebook { background-position: -10px -0px; width: 24px; height: 24px; }
.social-sprite-google-plus { background-position: -44px -0px; width: 24px; height: 24px; }
.social-sprite-pinterest { background-position: 0px -34px; width: 24px; height: 24px; }
.social-sprite-twitter { background-position: -44px -34px; width: 24px; height: 24px; }
.social-sprite-youtube { background-position: 0px -68px; width: 24px; height: 24px; }
.social-sprite-reddit { background-position: -35px -68px; width: 24px; height: 24px; }
.social-sprite-mix { background-position: -35px -102px; width: 24px; height: 24px; }
.social-sprite-myspace { background-position: -1px -100px; width: 24px; height: 24px; }
.social-sprite-flickr { background-position: -68px -68px; width: 24px; height: 24px; }
.social-sprite-tumblr { background-position: -67px -34px; width: 24px; height: 24px; }
.social-sprite-weheartit { background-position: -67px 0px; width: 24px; height: 24px; }
.social-sprite-hubpages { background-position: 0px -203px; width: 24px; height: 24px; }
.social-sprite-plurk { background-position: -34px -202px; width: 24px; height: 24px; }
.social-sprite-taringa { background-position: -66px -202px; width: 24px; height: 24px; }
.social-sprite-the-dots { background-position: -0px -236px; width: 24px; height: 24px; }
.social-sprite-tagged { background-position: -34px -236px; width: 24px; height: 24px; }
.social-sprite-roosterteeth { background-position: -66px -234px; width: 24px; height: 24px; }
.social-sprite-giphy { background-position: 0px -135px; width: 24px; height: 24px; }
.social-sprite-dribble { background-position: -34px -167px; width: 24px; height: 24px; }
.social-sprite-coub { background-position: -67px -136px; width: 24px; height: 24px; }
.social-sprite-quora { background-position: -67px -102px; width: 24px; height: 24px; }
/***  States  ***/
.states-australia, .states-canada,
.states-nz, .states-spain, .states-uk, 
.states-usa
{ display: inline-block; vertical-align: middle; background: url('/images/states.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.states-australia { background-position: -10px -0px; width: 50px; height: 50px; }
.states-canada { background-position: -70px -0px; width: 50px; height: 50px; }
.states-nz { background-position: -10px -60px; width: 50px; height: 50px; }
.states-spain { background-position: -70px -60px; width: 50px; height: 50px; }
.states-uk { background-position: -10px -120px; width: 50px; height: 50px; }
.states-usa { background-position: -70px -120px; width: 50px; height: 50px; }
/***  Menu  ***/
.m-i-1 > a::before, .m-i-2 > a::before,
.m-i-3 > a::before, .m-i-4 > a::before
{ display: inline-block; background: url('../image/m-items.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.m-i-1 > a::before {
	background-position: -10px -0px;
}
.m-i-2 > a::before {
	background-position: -40px -0px;
}
.m-i-3 > a::before {
	background-position: -10px -30px;
}
.m-i-4 > a::before {
	background-position: -40px -30px;
}
/***  80-40  ***/
.mainsites-80-40-butlers, .mainsites-80-40-posh, .mainsites-80-40-bet22,
.mainsites-80-40-glossy, .mainsites-80-40-888ladies, .mainsites-80-40-bucky,
.mainsites-80-40-bet365, .mainsites-80-40-betfred, .mainsites-80-40-melbet,
.mainsites-80-40-xbet, .mainsites-80-40-bgo, .mainsites-80-40-kitty,
.mainsites-80-40-giveback, .mainsites-80-40-tasty, .mainsites-80-40-redbus,
.mainsites-80-40-lucky-pants, .mainsites-80-40-beatle, .mainsites-80-40-bbq,
.mainsites-80-40-street, .mainsites-80-40-loft, .mainsites-80-40-hearts,
.mainsites-80-40-besties, .mainsites-80-40-blighty, .mainsites-80-40-bogof,
.mainsites-80-40-celeb, .mainsites-80-40-daisy, .mainsites-80-40-fabulous,
.mainsites-80-40-hunky, .mainsites-80-40-jingle, .mainsites-80-40-kozmo,
.mainsites-80-40-queen-bee, .mainsites-80-40-scary, .mainsites-80-40-snowy,
.mainsites-80-40-spy, .mainsites-80-40-sundae, .mainsites-80-40-t-rex, .mainsites-80-40-zinger,
.mainsites-80-40-best-betting, .mainsites-80-40-betting-stars, .mainsites-80-40-pink-casino,
.mainsites-80-40-trendy, .mainsites-80-40-utopia, .mainsites-80-40-carlton, .mainsites-80-40-giant, .mainsites-80-40-kingdom-of-betting, .mainsites-80-40-nutty
{ display: inline-block; border-radius: 4px; vertical-align: middle; overflow: hidden; text-indent: -9999px; text-align: left; }
.mainsites-80-40-butlers { background-position: -10px -0px; width: 80px; height: 40px; }
.mainsites-80-40-posh { background-position: -100px -0px; width: 80px; height: 40px; }
.mainsites-80-40-bet22 { background-position: -190px -0px; width: 80px; height: 40px; }
.mainsites-80-40-glossy { background-position: -10px -50px; width: 80px; height: 40px; }
.mainsites-80-40-888ladies { background-position: -100px -50px; width: 80px; height: 40px; }
.mainsites-80-40-bucky { background-position: -190px -50px; width: 80px; height: 40px; }
.mainsites-80-40-bet365 { width: 80px; height: 40px; background: url(../image/bet365.svg) no-repeat -9px;}
.mainsites-80-40-betfred { background-position: -100px -100px; width: 80px; height: 40px; }
.mainsites-80-40-melbet { background-position: -190px -100px; width: 80px; height: 40px; }
.mainsites-80-40-xbet { background-position: -10px -150px; width: 80px; height: 40px; background: url('../image/1xbet.svg');}
.mainsites-80-40-bgo { background-position: -100px -148px; width: 80px; height: 40px; }
.mainsites-80-40-kitty { background-position: -189px -148px; width: 80px; height: 40px; }
.mainsites-80-40-giveback { background-position: -189px -199px; width: 80px; height: 40px; }
.mainsites-80-40-tasty { background-position: -100px -199px; width: 80px; height: 40px; }
.mainsites-80-40-redbus { background-position: -10px -199px; width: 80px; height: 40px; }
.mainsites-80-40-lucky-pants { background-position: -10px -251px; width: 80px; height: 40px; }
.mainsites-80-40-beatle { background-position: -102px -251px; width: 80px; height: 40px; }
.mainsites-80-40-bbq { background-position: -190px -251px; width: 80px; height: 40px; }
.mainsites-80-40-street { background-position: -190px -300px; width: 80px; height: 40px; }
.mainsites-80-40-loft { background-position: -101px -301px; width: 80px; height: 40px; }
.mainsites-80-40-hearts { background-position: -12px -301px; width: 80px; height: 40px; }
.mainsites-80-40-besties { background-position: -10px -350px; width: 80px; height: 40px; }
.mainsites-80-40-blighty { background-position: -100px -350px; width: 80px; height: 40px; }
.mainsites-80-40-bogof { background-position: -190px -350px; width: 80px; height: 40px; }
.mainsites-80-40-celeb { background-position: -10px -400px; width: 80px; height: 40px; }
.mainsites-80-40-daisy { background-position: -100px -400px; width: 80px; height: 40px; }
.mainsites-80-40-fabulous { background-position: -190px -400px; width: 80px; height: 40px; }
.mainsites-80-40-hunky { background-position: -10px -450px; width: 80px; height: 40px; }
.mainsites-80-40-jingle { background-position: -100px -450px; width: 80px; height: 40px; }
.mainsites-80-40-kozmo { background-position: -190px -450px; width: 80px; height: 40px; }
.mainsites-80-40-queen-bee { background-position: -10px -500px; width: 80px; height: 40px; }
.mainsites-80-40-scary { background-position: -100px -500px; width: 80px; height: 40px; }
.mainsites-80-40-snowy { background-position: -190px -500px; width: 80px; height: 40px; }
.mainsites-80-40-spy { background-position: -10px -550px; width: 80px; height: 40px; }
.mainsites-80-40-sundae { background-position: -100px -550px; width: 80px; height: 40px; }
.mainsites-80-40-t-rex { background-position: -190px -550px; width: 80px; height: 40px; }
.mainsites-80-40-zinger { background-position: -10px -600px; width: 80px; height: 40px; }
.mainsites-80-40-best-betting { background-position: -100px -602px; width: 80px; height: 40px; }
.mainsites-80-40-betting-stars { background-position: -195px -602px; width: 80px; height: 40px; }
.mainsites-80-40-pink-casino { background-position: -10px -652px; width: 80px; height: 40px; }
.mainsites-80-40-trendy { background-position: -100px -652px; width: 80px; height: 40px; }
.mainsites-80-40-utopia { background-position: -195px -652px; width: 80px; height: 40px; }
.mainsites-80-40-carlton { background-position: -10px -707px; width: 80px; height: 40px;}
.mainsites-80-40-giant { background-position: -100px -707px; width: 80px; height: 40px;}
.mainsites-80-40-kingdom-of-betting { background-position: -195px -707px; width: 80px; height: 40px;}
.mainsites-80-40-nutty { background-position: -10px -760px; width: 80px; height: 40px;}
.mainsites-80-40-2-bet365, .mainsites-80-40-2-bet22, .mainsites-80-40-2-xbet, .mainsites-80-40-2-888ladies
{ display: inline-block; border-radius: 4px; vertical-align: middle; overflow: hidden; text-indent: -9999px; text-align: left; }
.mainsites-80-40-2-bet22 { background: url('../image/22bet.svg') no-repeat;  background-position: 10px;margin: 5px auto; width: 130px; height: 50px; }
.mainsites-80-40-2-xbet { background: url('../image/1xbet.svg') no-repeat;  background-position: 0px 13px; width: 133px; height: 42px; margin-left: 20px; }
.mainsites-80-40-melbet { background-image: url('../image/melbet.svg');background-repeat: no-repeat;  background-position: 0px 9px; width: 130px; height: 40px; }
.mainsites-80-40-mostbet { background-image: url('../image/mostbet.svg');background-color:black; background-repeat: no-repeat;  background-position: 5px 17px; width: 130px; height: 50px; margin-left: 20px;
    text-indent: -99999px; border-radius: 4px; margin-top: 31px; background-size: 93%; }
.mainsites-80-40-betwinner { background-image: url('../image/betwinner.svg'); background-color:black; background-repeat: no-repeat;  background-position: 5px 19px; width: 130px; height: 50px; margin-left: 20px;
    text-indent: -99999px; border-radius: 4px; margin-top: 31px; background-size: 93%; }

.mainsites-80-40-bwin { background-image: url(../image/bwin.svg);
    background-repeat: no-repeat;
    background-position: 19px -6px;
    width: 173px;
    height: 50px;
    margin-left: 20px;
    text-indent: -99999px;
    border-radius: 4px;
    margin-top: 31px;
    background-size: 93%; }
.mainsites-80-40-partypoker  {
    background-image: url('../image/partypoker.svg');
    background-repeat: no-repeat;
    background-position: 0px 19px;
    width: 147px;
    height: 50px;
    margin-left: 55px;
    text-indent: -99999px;
    border-radius: 4px;
    margin-top: 31px;
    background-size: 100%;
} 
.mainsites-80-40-unibet { background-image: url('../image/unibet.svg');background-color: black;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	width: 130px;
	height: 50px;
	text-indent: -99999px;
	border-radius: 4px;
	margin: 15px auto;
	background-size: 93%;
}

.mainsites-80-40-2-bet365 {
    background: url('../image/bet3651.svg') no-repeat;
    border-radius: 4px;
    background-color: #027b5b;
    text-indent: -9999px;
    background-position: center;
    width: 133px;
    height: 50px;
    background-size: 82%;
    margin: 15px auto;
}
.mainsites-80-40-2-bk8 {
background: url(../image/bk8.svg) no-repeat;
    border-radius: 4px;
    background-color: #ffffff;
    text-indent: -9999px;
    background-position: center;
    width: 133px;
    height: 50px;
    background-size: 63%;
    margin: 15px auto;
}
.mainsites-80-40-2-jbo {
	background: url('../image/jbo.svg') no-repeat;
	border-radius: 4px;
	background-color: #121212;
	text-indent: -9999px;
	background-position: center;
	width: 133px;
	height: 50px;
	background-size: 82%;
	margin: 15px auto;
		}
.mainsites-80-40-jbo {
	background: url('../image/jbo.svg') no-repeat;
	border-radius: 4px;
	background-color: #121212;
	text-indent: -9999px;
	background-position: center;
	width: 133px;
	height: 50px;
	background-size: 82%;
	margin: 0px auto;
		}

/***  126-66  ***/
.mainsites-126-66-butlers, .mainsites-126-66-dream-betting, .mainsites-126-66-giant-betting,
.mainsites-126-66-glossy, .mainsites-126-66-merlin-betting, 
.mainsites-126-66-moon-betting, .mainsites-126-66-robin-hood-betting,
.mainsites-126-66-silk-betting, .mainsites-126-66-sparkly-betting,
.mainsites-126-66-swanky, .mainsites-126-66-888ladies,
 .mainsites-126-66-posh,
.mainsites-126-66-luckypants, .mainsites-126-66-bucky, 
.mainsites-126-66-giveback, .mainsites-126-66-bgo,
.mainsites-126-66-betfred,  
.mainsites-126-66-redbus, .mainsites-126-66-tasty,
.mainsites-126-66-kitty, .mainsites-126-66-bbq,
.mainsites-126-66-beatle, .mainsites-126-66-hearts,
.mainsites-126-66-loft, .mainsites-126-66-street,
.mainsites-126-66-besties, .mainsites-126-66-blighty,
.mainsites-126-66-bogof, .mainsites-126-66-celeb,
.mainsites-126-66-daisy, .mainsites-126-66-fabulous,
.mainsites-126-66-hunky, .mainsites-126-66-jingle,
.mainsites-126-66-kozmo, .mainsites-126-66-queen-bee,
.mainsites-126-66-scary, .mainsites-126-66-snowy,
.mainsites-126-66-spy, .mainsites-126-66-sundae,
.mainsites-126-66-t-rex, .mainsites-126-66-zinger, .mainsites-126-66-carlton, .mainsites-126-66-giant, .mainsites-126-66-kingdom-of-betting, .mainsites-126-66-nutty
{ display: inline-block; border-radius: 4px; vertical-align: middle; background: url('/images/126-66-mainsites.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.mainsites-126-66-xbet{ display: inline-block; border-radius: 4px; vertical-align: middle; background: url('../image/1xbet.svg') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left;margin-top: -4%;}
.mainsites-126-66-bet22{ display: inline-block; border-radius: 4px; vertical-align: middle; background: url('../image/22bet.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; background-position: 0px 0px; background-size: 105px 47px; }
.mainsites-126-66-melbet{ display: inline-block; border-radius: 4px; vertical-align: middle; background: url('../image/melbet1.svg') no-repeat; background-color: #000; overflow: hidden; text-indent: -9999px; text-align: left; background-position: 11px 8px; background-size: 105px 47px; }
.mainsites-126-66-bet365{ display: inline-block; border-radius: 4px; vertical-align: middle; background: url('../image/bet365.svg') no-repeat; background-color: #000; overflow: hidden; text-indent: -9999px; text-align: left; background-position: 0px 0px; background-size: 127px 65px; }
.mainsites-126-66-butlers { background-position: -10px -0px; width: 126px; height: 66px; }
.mainsites-126-66-dream { background-position: -146px -0px; width: 126px; height: 66px; }
.mainsites-126-66-giant { background-position: -282px -0px; width: 126px; height: 66px; }
.mainsites-126-66-glossy { background-position: -10px -76px; width: 126px; height: 66px; }
.mainsites-126-66-merlin { background-position: -146px -76px; width: 126px; height: 66px; }
.mainsites-126-66-moon { background-position: -282px -76px; width: 126px; height: 66px; }
.mainsites-126-66-robin-hood { background-position: -10px -152px; width: 126px; height: 66px; }
.mainsites-126-66-silk { background-position: -146px -152px; width: 126px; height: 66px; }
.mainsites-126-66-sparkly { background-position: -282px -152px; width: 126px; height: 66px; }
.mainsites-126-66-swanky { background-position: -10px -228px; width: 126px; height: 66px; }
.mainsites-126-66-888ladies { background-position: -150px -226px; width: 126px; height: 66px; }
.mainsites-126-66-bet22 { background-position: 10px  20px; width: 126px; height: 66px; }
.mainsites-126-66-posh { background-position:-282px  -306px; width: 126px; height: 66px; }
.mainsites-126-66-luckypants { background-position:-146px  -304px; width: 126px; height: 66px; }
.mainsites-126-66-bucky { background-position: -10px  -302px; width: 126px; height: 66px; }
.mainsites-126-66-giveback { background-position: -10px -380px; width: 126px; height: 66px; }
.mainsites-126-66-bgo { background-position: -147px -381px; width: 126px; height: 66px; }
.mainsites-126-66-betfred { background-position: -147px -457px; width: 126px; height: 66px;} 
.mainsites-126-66-bet365 { width: 126px; height: 66px;}
.mainsites-126-66-xbet { background-position: 0px  20px; width: 126px; height: 66px; }
.mainsites-126-66-melbet { width: 126px; height: 66px; }
.mainsites-126-66-redbus {background-position: -283px  -382px; width: 126px; height: 66px; }
.mainsites-126-66-tasty {background-position: -284px  -533px; width: 126px; height: 66px; }
.mainsites-126-66-kitty {background-position: -11px  -456px; width: 126px; height: 66px; }
.mainsites-126-66-bbq { background-position: -13px  -609px; width: 126px; height: 66px; }
.mainsites-126-66-beatle { background-position: -148px -609px; width: 126px; height: 66px; }
.mainsites-126-66-hearts { background-position: -284px -609px; width: 126px; height: 66px; }
.mainsites-126-66-loft { background-position: -12px -691px; width: 126px; height: 66px; }
.mainsites-126-66-street { background-position: -146px -690px; width: 126px; height: 66px; }
.mainsites-126-66-besties { background-position: -284px -690px; width: 126px; height: 66px; }
.mainsites-126-66-blighty { background-position: -10px -767px; width: 126px; height: 66px; }
.mainsites-126-66-bogof { background-position: -146px -767px; width: 126px; height: 66px; }
.mainsites-126-66-celeb { background-position: -282px -767px; width: 126px; height: 66px; }
.mainsites-126-66-daisy { background-position: -10px -843px; width: 126px; height: 66px; }
.mainsites-126-66-fabulous { background-position: -146px -843px; width: 126px; height: 66px; }
.mainsites-126-66-hunky { background-position: -282px -843px; width: 126px; height: 66px; }
.mainsites-126-66-jingle { background-position: -10px -919px; width: 126px; height: 66px; }
.mainsites-126-66-kozmo { background-position: -146px -919px; width: 126px; height: 66px; }
.mainsites-126-66-queen-bee { background-position: -282px -919px; width: 126px; height: 66px; }
.mainsites-126-66-scary { background-position: -10px -995px; width: 126px; height: 66px; }
.mainsites-126-66-snowy { background-position: -146px -995px; width: 126px; height: 66px; }
.mainsites-126-66-spy { background-position: -282px -995px; width: 126px; height: 66px; }
.mainsites-126-66-sundae { background-position: -10px -1071px; width: 126px; height: 66px; }
.mainsites-126-66-t-rex { background-position: -146px -1071px; width: 126px; height: 66px; }
.mainsites-126-66-zinger { background-position: -282px -1071px; width: 126px; height: 66px; }
.mainsites-126-66-carlton { background-position: -10px -1148px; width: 126px; height: 66px; }
.mainsites-126-66-giant { background-position: -146px -1148px; width: 126px; height: 66px; }
.mainsites-126-66-kingdom-of-betting { background-position: -282px -1148px; width: 126px; height: 66px; }
.mainsites-126-66-nutty { background-position: -10px -1227px; width: 126px; height: 66px; }
.logo-wrap {
	width: 100px;
	height: 37px;
	background-image: url(/images/networks-sprite.png);
	content: '';
	display: inline-block;
	padding-right: 8px;
}
.logo-wrap.virtue-fusion { background-position: 0px 0px; }
.logo-wrap.aberrant { background-position: -112px 0px; }
.logo-wrap.bede { background-position: -225px 0px; }
.logo-wrap.cozy-games { background-position: 0px -47px; }
.logo-wrap.playtech { background-position: -112px -48px; }
.logo-wrap.blive { background-position: -230px -48px; }
.logo-wrap.cassava { background-position: 0 -84px; }
.logo-wrap.parlay { background-position: -229px -88px; }
.logo-wrap.relax { background-position: -112px -83px; }
.logo-wrap.dragonfish { background-position:0px -127px;}
.logo-wrap.microgaming { background-position: -112px -127px; }
.logo-wrap.playngo { background-position: -229px -129px; }
.logo-wrap.jumpman { background-position: -0px -173px; }
.logo-wrap.gamesys { background-position: -112px -173px; }
.logo-wrap.daub { background-position: -229px -173px; }
.logo-wrap.nyx { background-position: 0px -218px; }
.logo-wrap.leapfrog { background-position: -112px -218px; }
ul.all-netw {
	overflow: hidden;
}
ul.all-netw > li { width: 24%; display: inline-block;}
ul.all-netw > li > a{ 
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
    width: 100px;
    height: 37px;
    vertical-align: top;
}
ul.all-netw.conn:not(.ls-n) {
    padding: 10px;
}
ul.all-netw.conn > li::before {
	background: none;
	width: 0;
	height: 0;
	margin: 0;
	content: '';
	display: none;
}
	/*---------------------------
		  Common
-----------------------------*/
.marg-center {
	margin: 14px auto;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.efloat-l > * {
	float: left;
}
.b-rad-6 {
	border-radius: 6px;
}
.b-rad-6-d {
	text-align:right;
	border-radius: 0 0 6px 6px;
}
.f-s-12 {
	font-size: 12px;
	color: #797979;
}
.bord-4,
.bord-4-rev {
	border: 4px solid #62B5E5;
    border-width: 4px 1px;
}
.bord-4-rev {
	border-width: 1px 4px;
}
.no-b {
	border: none;
	outline: none;
	box-shadow: none;
}
.t-and-c {
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	color: #797979;
	margin-bottom: 25px;
}
.stars-r,
.stars-r > div {
	background: url('../image/stars-r.png') no-repeat;
	height: 13px;
	text-indent: -9999px;
}
.operator-terms{
	width: 100%;
    text-align: right;
    font-size: 9px;
    line-height: 18px;
    margin-left: 16px;
}
.stars-r {
	display: inline-block;
	vertical-align: text-top;
	margin: 0 auto;
	width: 74px;
	background-position: 0 0;
}
.stars-r > div {
	width: 0;
	background-position: 0 -21px;
}
.curr,
.curr > span {	
	border-radius: 4px;
}
.curr {	
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #DA291C;	
	border: 1px solid #DA291C;
}
.curr > span {
	display: block;
	border: 1px solid #eee;
}
.supp {
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
}
.supp:before {
	content: '';
/*	background: url('/images/mega-sprite.png') -182px -128px no-repeat;*/
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.ename::before{
	content: ' ';
	display: block;
	background: url(../image/quick-nav-icon.svg) no-repeat;
	height: 38px;
	width: 40px;
	float: left;
}
.ename,
.ename strong {
	padding: 24px 0px 20px 7px;
	font-size: 20px;
    letter-spacing: 0px;
	line-height: 30px;
	color: #03589c;
	font-weight: bold;
}
.e-yes,
.e-no {
	display: inline-block;
width: 16px;
height: 16px;
	vertical-align: middle;
	border-radius: 2px;
}
.e-yes {
	/*background: url('/images/mega-sprite.png') -182px -128px no-repeat; */
text-indent: -9999px;
}
.e-no {
	background: red;
padding: 0 4px 1px;
line-height: normal;
}

.tab-lay {
	border: 1px solid #03589b;
}
.tab-lay th:first-child {
	border-top-left-radius: 5px;
	padding-right: 35px;
	font-size: 16px;
}
.tab-lay th:last-child {
	border-top-right-radius: 5px;
	font-size: 16px;
}
.tab-lay tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
.tab-lay tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
.tab-lay thead {
	background-color: #d2f3ff;
	color: #03589c;

}
.bonus {
	font-size: 17px;
	font-weight: bold;
}
.small-text {
	font-size: 12px;
}
.bonus-button{
	min-width: 45%;
	margin-left: 50px;
    height: 60px;
    border-radius: 6px;
    filter: drop-shadow(1.03px 1.714px 0px #474646);
    background-color: #c4292f;
    text-decoration: none;
    position: relative;
	color: #fff;
	font-weight: bold;
	top: 41px;
    padding: 20px 30px 20px 30px;
}
.bonus-button span{
	width: 90%;
    padding-top: 18px;
    padding-left: 16px;
    text-decoration: none;
    position: relative;
	color: #fff;
	font-weight: bold;
}
.bonus-button:hover{
	background: #da291c;
	box-shadow: 2px 2px 2px 0 #ccc;
	cursor: pointer;
}
.bonus-button::before{
	content: ' ';
    display: block;
    background: url(../image/bonus-icon.png) no-repeat;
    width: 56px;
    height: 59px;
    margin-top: -33px;
    position: absolute;
    margin-left: 24px;
}
.bonus-info{
	width: 100%;
	max-width: 140px;
    height: 70px;
    border-radius: 10px;
    background-color: #d2f3ff;
    color: #ff9600;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-style: italic;
    margin-left: 3px;
    position: relative;
    top: 0px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	padding-top: 7px;
}
.bonus-info::after{
	content: ' ';
    position: absolute;
    display: block;
    background: url(../image/bonus-item.png) no-repeat;
    height: 50px;
    width: 50px;
    /* float: right; */
    /* margin-top: -34px; */
    /* margin-right: -49px; */
    right: -49px;
    top: 45%;
    transform: translateY(-50%);
}
span.review{
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #03589c;
    font-weight: 300;
    font-style: italic;
    font-family: "Helvetica";
    text-align: center;
}
td.bonus .t-bord-r span {
    height: 28.5px;
    display: block;
    line-height: 28px;
}
.rect {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #bfbebe;	
	padding: 0 3px;
	border-radius: 4px;
}
.play,
.review, .not-v {
	display: inline-block;	
	font-weight: bold;
	border-radius: 6px;
}
.play {
    height: 60px;
    border-radius: 6px;
    filter: drop-shadow(1.03px 1.714px 0px #474646);
    background-color: #c4292f;
	color: #fff;
}
.play::before{
	content: ' ';
	display: block;
	background: url(../image/bonus-icon.png) no-repeat;
	width: 56px;
	height: 59px;
    margin-top: -24px;
    position: absolute;
    margin-left: -51px;
}
.play:hover {
	color: #fff;
	background: #da291c;
	box-shadow: 2px 2px 2px 0 #ccc;
}
.play-alt{
	color: #fff;
    border: 1px solid #62b5e5;
    background: #c4292f;
    box-shadow: 2px 2px 2px 0 #ccc;
    font-weight: bold;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    max-width: 200px;
    width: 100%;
    font-size: 15px;
}
.play-alt:hover{
    color: #fff;
    background: #da291c;
}
.play-alt:active{
    color: #fff;
    background: #da291c;
}
.play-alt a{
    color: #fff;
    background: #62b5e5;
    text-decoration: none;
    font-size: 22px;
    padding:2px;
}
.play-alt a:active{
    color: #fff;
	background: #03A9F4;
}
.play-alt a:hover{
    color: #fff;
	background: #03A9F4;
}
.not-v {
	color: #fff;
	border: 1px solid #ee353e;
	background: #ee353e;
	text-decoration: none;
}

.tab-lay tr:not(:first-child) a.play:hover {
	background: #da291c;
}
.tab-flow {
	overflow-x: auto;
}
.review.v2 {
    background: #62B5E5;
    color: #fff;
}
.review.v2:hover {
color: #fff;
	text-decoration: none;
}
.c-button {
	margin: 20px auto;
}
.c-button > a {
	min-width: 33%;
	padding: 4px 8px;
}
.lst-yes,
.lst-no {
	list-style: none;
	padding-left: 30px;
}
.lst-yes > li,
.lst-no > li {
	margin-bottom: 20px;
}
.lst-yes > li::before,
.lst-no > li::before {
	display: inline-block;
	text-align: center;
	width: 20px;
	margin-right: 6px;		
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 #555;
}
.lst-yes > li::before {
	content: '+';
	background: green;
	padding-top: 1px;
}
.lst-no  > li::before {
	content: '-';
	background: red;
}
.positionFixed {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mobile-fixed {
	position: fixed;
	top: 0;
	right: 0;
        bottom: 0;
height: 100%;
	overflow: auto;
	z-index: 999;
}
.scr-in {
	color: #739cb7;
    margin-bottom: 15px;
}
.stop-sc {
	height: 100%;
	overflow: hidden;
}
.bodylay {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 995;
}
[class*="gambling-operator"] {
	display: block;
	text-indent: -9999px;
}
.gambling-operator-m88 {
    background: url(../image/m88.svg) no-repeat;
    background-color: #1a2332;
    height: 66px;
    width: 55%;
    margin: 20px auto;
    border-radius: 4px;
    background-position: center;
    background-size: contain;
}
.gambling-operator-fun88 {
    background: url(../image/fun88.svg) no-repeat;
	background-color: #26a9e1;
    height: 66px;
    width: 55%;
    margin: 20px auto;
    border-radius: 4px;
    background-position: 32px 13px;
    background-size: 75%;
}
.review-gambling-link {
    margin-left: 34%;
    font-size: 16px;
    color: #055297;
    font-weight: 300;
    font-style: italic;
    font-family: "Helvetica";
    text-align: center;
}
.logo[class*="bgr-"] {
	width: 105px;
    height: 52px;
    border-radius: 4px;
    padding: 5px 25px 6px 10px;
    box-sizing: content-box;
	margin: 12% 5% 10% 14%;
}
.bgr-bet365 {
    background-color: #027b5b;
}
/*---------------------------
		  Site
-----------------------------*/
.site {
	width: 1300px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;	
}
#page > .site {
	margin: 10px auto;
}
.content-area,
.widget-area {
	float: left;
	padding: 10px;
}
/*---------------------------
		  Content
-----------------------------*/
.content-area {
	width: 988px;
	margin-right: 10px;	
}
/*---------------------------
		  Sidebar
-----------------------------*/
.widget-area,
.fly-widget {
	width: 280px;	
	background: #fff;
}
.widget-area > div,
.fly-widget > div {
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 4px;
}
.fly-widget {
	display: none;
	padding: 10px;
}
.writer{
	height: auto;
	border-radius: 6px;
	background-color: #e9f9ff;
}
.writer h3{
	font-size: 16px;
	line-height: 20px;
	color: #03589b;
	font-weight: bold;
	padding-left: 12%;
	margin: 9% 0% 0% 6%;
}
.writer h3::before{
	content: ' ';
    display: block;
    background: url(../image/about-before.png) no-repeat;
    height: 15px;
    position: absolute;
    top: 48%;
    left: 5%;
    width: 22px;
}

.writer-background {
    position: relative;
    top: 20px;
    right: -14px;
}
.writer-img {
    position: absolute;
    left: 16%;
    bottom: 55%;
}
.writer-info{
	margin: 2% 0% 0% 16%;
}
.writer-info::after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #00b9ff;
    position: absolute;
	top: 237px;
    left: 56px;
}
.writer p{
	font-size: 14px;
	line-height: 20px;
	color: #010101;
	font-weight: 300;
	font-style: italic;
	font-family: "Helvetica";
	padding: 12px;
}
.sidebar-lang-title{
	font-size: 20px;
    line-height: 20px;
    color: #03589c;
    font-weight: bold;
    font-family: "Helvetica";
    padding-top: 8%;
    position: relative;
    margin-left: 20%;
}
.sidebar-lang-title::before{
	content: ' ';
	background: url(../image/data-lang-icon.svg) no-repeat;
	display: block;
	position: absolute;
	height: 39px;
	width: 42px;
	left: -21%;
}
.sidebar-lang{
	background-color: #e9f9ff;
}
.sidebar-lang img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
	margin-bottom: 8%;
    display: block;
}
.sidebar-lang a{
	position: relative;
	margin-left: 2%;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #03589c;
	font-weight: 300;
	font-style: italic;
	font-family: "Helvetica";
}
.sidebar-lang span{
	margin-left: 23px;
}
.sidebar-lang span::before{
	content: ' ';
	background: url(../image/pointer.png) no-repeat;
	display: block;
	position: absolute;
	height: 21px;
	width: 14px;
    margin-left: 3px;
    margin-top: 0px;
}
/*---------------------------
		  Header
-----------------------------*/
.site-header > .site {
	position: relative;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 20px;
}
/*---------------------------
		  Footer
-----------------------------*/
.site-footer {
	margin-top: 10px;
	padding: 20px 20px 10px;
	background: #efefef;
	text-align: center;
}
.site-footer .inner-footer {
	background: #fff;
}
.site-footer .inner-footer > div:not(:first-child) {
	margin-bottom: 10px;
}
.footer-safe {
	padding-top: 10px;
}
.footer-safe div {margin-bottom: 10px;}
#comp-ab {
	background: #efefef;
	padding: 4px 0;
}
#comp-ab a:not(:last-child) {
	margin-right: 20px;
}
#social-widget a:not(:last-child) {
	margin-right: 10px;
}
/*---------------------------
		  Table
-----------------------------*/
.tab-maj {
	width: 96%;	
}
.tab-maj th {
	padding: 2px 0;
	height: 42px;
	font-size: 16px;
}
.tab-maj th:first-child{
	padding-left: 40px;
}
.tab-maj th:nth-child(2) {
	padding-left: 28px;
	font-size: 16px;
}
.tab-maj th:last-child {
	width: 24%;	
}
.tab-maj tbody td {
	padding: 8px 0;
}
.tab-maj tbody tr{
	height: 120px;
}

.tab-maj .bordr {
	width: 94%;
    padding-bottom: 5px;
    border-bottom: 1px solid #d7d7d8;
    line-height: 80px;
	margin-top: -24px;
}

.tab-maj tr:first-child .rect {
	background: #e62b00;
}
.tab-maj .bonus {
	margin: 4px 0 0 0;
}
.tab-maj .t-bord-r {
    border-bottom: 1px solid #d7d7d8;
    border-width: 1px 0;
    line-height: 62px;
	margin-left: 10px;
}
.tab-maj tr:last-child .bordr,
.tab-maj tr:last-child .t-bord-r,
.tab-maj tr:last-child .terms-small{
	border-bottom: none;
}

.tab-maj .t-bord-rv {
	border-bottom: 1px solid #d7d7d8;
    border-width: 1px 0;
    line-height: 83px;
    margin-left: 12px;
    margin-bottom: 23px;
}

.tab-maj tbody td .t-bord-r .blue {
    width: 152px;
    height: 70px;
    border-radius: 10px;
    background-color: #d2f3ff;
    color: #ff9600;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-style: italic;
    margin-left: 11px;
    position: relative;
    margin-bottom: -8px;
    top: -17px;
    padding-top: 12px;
}
.pt-2{
    padding-top: 2px !important;
}
.tab-maj tbody td:nth-last-child(2) .t-bord-r span::after {
	content: ' ';
    position: absolute;
    display: block;
    background: url(../image/bonus-item.png) no-repeat;
    height: 50px;
    width: 50px;
    /* float: right; */
    /* margin-top: -34px; */
    /* margin-right: -49px; */
    right: -49px;
    top: 45%;
    transform: translateY(-50%);
}
.tab-maj a.play {
    width: 90%;
    padding-top: 18px;
    padding-left: 41px;
	text-decoration: none;
	position: relative;
	margin-top: -18px;
	margin-bottom: -3px;
	font-size: 16px;
}

.t-v2 {
	width: 76%;
	margin-top: 20px;
	position: relative;
}
.t-v2::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 116px;
	position: absolute;
    top: 40px;
    left: -24px;
    z-index: 10;
}

.t-v2 th:last-child {
	width: 30%;
}
.t-v2 tbody td {
	padding: 6px 4px;
}
.t-v2 th:nth-child(2) {
	padding-left: 20px;
}
.t-v2 tbody td:nth-child(2) {
	padding-left: 30px;
}
.t-v2 tbody td:first-child,
.t-v2 tbody td:last-child {
	position: relative;
}
.t-v2 tbody tr:first-child td:last-child::before,
.t-v2 tbody tr:nth-child(3) td:last-child::before,
.t-v2 tbody tr:nth-child(4) td:last-child::before {
	content: '';	
	display: inline-block;
	width: 18px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: -9px;
	/*background: url('/images/mega-sprite.png');*/
}
.t-v2 tbody tr:first-child td:last-child::before {	
	background-position: -153px -165px;
}
.t-v2 tbody tr:nth-child(3) td:last-child::before {
	background-position: -154px -205px;
}
.t-v2 tbody tr:nth-child(4) td:last-child::before {
	background-position: -154px -128px;
}
td.extra-tc {
	    font-size: 10px;
    background: #62B5E5;
    color: #fff;
}
td.extra-tc::after {
	content: none!important;
}
.terms-small {
	font-size: 9px;
	margin-top: 5px;
	border-bottom: 1px solid #d6d6d7;
    line-height: 18px;
    margin-left: 16px;
}
.t-v2 tbody td:first-child::after {
	content: '';		
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: -28px;
}
.t-v2.rewrd tbody td:first-child::after {
	/*background: url('/images/mega-sprite.png') -258px -57px no-repeat; */
}
.t-v2.enew tbody td:first-child::after {
	/*background: url('/images/mega-sprite.png') -218px -57px no-repeat;  */
}
.t-v2.emob tbody td:first-child::after {
	/*background: url('/images/mega-sprite.png') -298px -57px no-repeat; */
}
.t-v2.e-rl-mn tbody td:first-child::after {
	/*background: url('/images/mega-sprite.png') -138px -87px no-repeat; */
}
.t-v2 tbody tr:not(:last-child) td {
	border-bottom: 1px solid #d7d7d8;
}
.t-v2 a.play {
	width: 60%;
	padding: 3px 2px; 
}
/*---------------------------
		  Sidebar table
-----------------------------*/
.ename-3{
    padding: 16px 0px 11px 4px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #03589c;
    font-weight: bold;
}
.ename-3::before{
	content: ' ';
    display: block;
    background: url(../image/h2-icon.svg) no-repeat;
    height: 38px;
    width: 40px;
    float: left;
    margin-top: -7px;
    margin-right: 7px;
}
.clickbox-wrapper.sideb > .ename {
	margin-bottom: 10px;
}
.clickbox-wrapper2.sideb > .ename {
	margin-bottom: 10px;
}
.tab-sideb {
	table-layout: fixed;
}

.tab-sideb .bor-bot{
	border-bottom: 1px solid #d7d7d8;
	position: relative;
    top: -3px;
	right: 4px;
}
.tab-sideb tr{
    height: 40px;
}
.tab-sideb tbody tr {
	border-bottom: 1px solid #739cb7;
}
.tab-sideb tbody td {
	padding: 3px 0px;
}
.tab-sideb tbody td .t-bord-r{
	border-bottom: 1px solid #d7d7d8;
    border-width: 1px 0;
    line-height: 5.5;
    margin-left: 10px;
	width: 100%;
	max-width: 100px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
	display: block;
	left: auto;
	right: 0px;
}
.sidebar-m88 {
    background: url(../image/m88.svg) no-repeat;
    height: 32px;
    margin-left: 10px;
    margin-top: 21px;
    border-radius: 4px;
    background-color: #1a2332;
    background-size: contain;
    background-position: center;
}
.sidebar-happy-luke {
    background: url(../image/happy-luke.svg) no-repeat;
    height: 32px;
    margin-left: 10px;
    margin-top: 21px;
    border-radius: 4px;
    background-color: #ba1b68;
    background-size: contain;
    background-position: center;
}
.sidebar-fun88{
	background: url(../image/fun88.svg) no-repeat;
	height: 32px;
    margin-left: 10px;
    margin-top: 21px;
    border-radius: 4px;
    background-color: #26a9e1;
    background-size: 80%;
    background-position: 9px 8px;
}
.sidebar-melbet{
	background: url(../image/melbet.svg) no-repeat;
	height: 15px;
    width: 85%;
    margin-left: 10px;
	margin-top: 20px;
}
.sidebar-bk8 {
    background: url(../image/bk8.svg) no-repeat;
    height: 32px;
    margin-left: 24px;
    margin-top: 20px;
}
.sidebar-1xbet {
    background: url(../image/1xbet.svg) no-repeat;
    height: 20px;
    margin-left: 5px;
    margin-top: 20px;
}
.sidebar-button{
    position: relative;
    border-radius: 6px;
    filter: drop-shadow(1.03px 1.714px 0px #474646);
    background-color: #c4292f;
	padding: 15px 20px 15px 20px;
	color: #fff;
	text-decoration: none;
	margin-left: -15px;
}
.sidebar-button:hover{
	color: #fff;
    background: #da291c;
    box-shadow: 2px 2px 2px 0 #ccc;
}
 .tab-sideb .bonus {
	width: 80px;
	height: 54px;
	border-radius: 10px;
	background-color: #d2f3ff;
	border: 1px solid #ffffff;
	color: #ff9600;
	font-size: 18px;
	font-style: italic;
	padding-top: 1px;
	position: relative;
	margin: -15px 0px 20px 2px;
}
.tab-sideb .bonus::after{
	content: ' ';
    position: absolute;
    display: block;
    background: url(../image/shape-1.png) no-repeat;
    height: 50px;
    width: 50px;
    /* float: right; */
    /* margin-top: -34px; */
    /* margin-right: -49px; */
    right: -49px;
    top: 55%;
    transform: translateY(-50%);
}
.tab-sideb a.play {
	width: 80%;	
	color: #fff;
}
.tab-sideb a.review {
	margin: 4px 0 0;
	font-size: 14px;
}
/*---------------------------
	Sidebar Top Element
-----------------------------*/
.maj-sideb {
	padding: 4px;
}
.maj-sideb > .ename {
	margin-bottom: 6px;
}
.maj-sideb > ul:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 10px solid #efefef;
}
.maj-sideb .r-1-ul > li:first-child {
	width: 71%;
	margin-left: 2px;
	margin-right: 10px;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #f1f1f1;
	border-right: none;
	position: relative;
	top: 7px;
}
.maj-sideb .r-1-ul > li:first-child:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 36px;
/*	background: url('/images/mega-sprite.png') -182px -154px no-repeat; */
	position: absolute;
	right: 0;
	top: -1px;
}
.maj-sideb .bonus {
	margin-bottom: 6px;
	font-size: 15px;
}
.maj-sideb a.play {
	width: 94%;
	min-width: 45px;
	font-size: 12px;
	color: #fff;
}
/*---------------------------
		brand-info table
-----------------------------*/
.brand-info-wrapper > h3 {
	display: inline-block;	
	margin-bottom: 0; 
	text-decoration: underline;	
	position: relative;
}
.brand-info-wrapper > h3::before {
	content: '';
/*    background: url('/images/mega-sprite.png') -178px -88px no-repeat; */
    display: inline-block;
    width: 29px;
    height: 30px;
    position: absolute;
    top: -3px;
    left: -27px;
}
.brand-info {
	width: 735px;
}
.brand-info tbody tr:nth-child(even) {
	background: #62B5E5;
}
.brand-info tbody td {
	padding: 8px 4px;
}
.brand-info tbody td:first-child {
	width: 200px;
	padding-left: 54px;
	text-align: left;
}
.brand-info tbody td:first-child > span {
	text-decoration: underline;
}
.brand-info tbody td:first-child > span::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background: url('/images/sprite-br-inf.png') 0 0 no-repeat;
}
.brand-info tbody td:first-child > span.c1::before {
	background-position: -10px -90px;
}
.brand-info tbody td:first-child > span.c2::before {
	background-position: -40px -60px;
}
.brand-info tbody td:first-child > span.c3::before {
	background-position: -10px -60px;
}
.brand-info tbody td:first-child > span.c4::before {
	background-position: -40px -0px;
}
.brand-info tbody td:first-child > span.c5::before {
	background-position: -10px -30px;
}
.brand-info tbody td:first-child > span.c6::before {
	background-position: -10px -0px;
}
.brand-info tbody td:first-child > span.c7::before {
	background-position: -40px -30px;
}
.brand-info tbody td:nth-child(2) {
	border: 1px solid rgba(163, 180, 191, 0.3);
	border-width: 0 1px;
}
.brand-info tbody td:last-child {
	border-bottom: 1px solid rgba(163, 180, 191, 0.3);
}
.resp-gamble-aware, .resp-gambling-commission,
.resp-responsible-gambling-trust
{ display: block; margin: 0 auto; border-radius: 4px; background: url('/images/resp.png') no-repeat; overflow: hidden; text-indent: -9999px; }
.resp-gamble-aware { background-position: -10px -0px; width: 140px; height: 40px; }
.resp-gambling-commission { background-position: -10px -50px; width: 140px; height: 40px; }
.resp-responsible-gambling-trust { background-position: -10px -100px; width: 140px; height: 40px; }
/*---------------------------
		  Report
-----------------------------*/
.rep {
	width: 80%;
	padding: 14px; 
}
.rep .r-1-div > p {
	margin-bottom: 24px;
}
.rep > div:not(:last-child) {
	margin-bottom: 14px;
}
.rep .efloat-l > * {
	width: 49%;
	padding: 10px 10px 0;
}
.rep .efloat-l > *:not(:last-child) {
	margin-right: 14px;
}
.rep .r-1-ul,
.rep .r-2-ul {
	text-align: left;
}
.rep .r-1-ul {
	width: 70%;
	margin: 10px auto;
}
.rep .r-1-ul > li {
	margin-bottom: 10px;
	background: #e8e8e8;
	position: relative;
}
.rep .r-2-ul > li {
	margin-top: 14px;
	padding: 1px 4px;
	background: #f5f5f5;
	border-bottom: 1px solid #dedbdb;	
        word-break: break-all;
}
.rep .r-1-ul > li .abs {
	position: absolute;
	top: 2px;
	left: 4px;
}
.rep .r-1-ul > li > div {
	padding: 2px 0 2px 6px;
	font-weight: bold;
	color: #fff;
	background: rgba(254,182,69,1);
	background: linear-gradient(135deg, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
	height: 26px;	
}
.rep .score-p {
	width: 254px;	   
    border: 1px solid #bdb8b8;
    font-size: 22px; 
}
.rep .stars-rep {
	margin: 10px auto;
}
.rep .curr-wrapper,
.rep .supp-wrapper {
	margin: 14px 0;
}
.rep .curr > span {
	font-size: 12px;
	padding: 1px 3px;
}
.rep .curr:not(:last-child) {
	margin-right: 18px;
}
.rep .supp:not(:last-child) {
	margin-right: 24px;
}
.rep .ename {
	padding: 1px 4px;
}
.rep .bordr {
	width: 165px;
	padding: 12px 0;
}
.rep .bonus {
	color: #62b5e5;
}
.rep a.play {
	width: 60%;
	margin: 20px auto 10px;
	padding: 4px;    
}
/*---------------------------
		  Top Box
-----------------------------*/
.tbox {	
	margin: 20px auto;
}
.tbox > div:nth-child(2) {
	padding: 22px 0 16px;
}
.tbox > div:last-child {
	width: 100%;
	height: auto;
	border-radius: 6px;
	background-color: #ffffff;
	border: 1px solid #03589b;
}
.tbox .r-1-ul {
 	padding: 0 10px;
	
 }

 .tbox .r-2-ul li{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #03589c;
	font-weight: 300;
	font-style: italic;
	font-family: "Helvetica";
	margin-left: 15px;
 }
.bonus-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
}
 .tbox .r-2-ul > li::before{
	content: ' ';
	display: inline-block;
	background: url(../image/tick-ul-icon.png) no-repeat;
	height: 18px;
	width: 18px;
	margin-left: -11px;
    margin-top: -23px;
    margin-bottom: 2px;
}
.tbox .r-1-ul > li {
	padding: 10px;
    height: 100px;
    border-right: 1px solid #d6d6d7;
	padding-top: 3px;
}
.tbox .r-1-ul > li:first-child {
	margin-right: 10px;
	padding: 10px;
    height: 100px;
    border-right: 1px solid #d6d6d7;
}

.special-promotions {
	width: 100%;
	display: grid;
	grid-template-columns: 25% 33% auto;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-template-areas:
	  "align-center move last-cell";
  }
  
  .align-center { grid-area: align-center; }
  
  .move { grid-area: move; }
  
  .last-cell { grid-area: last-cell; }
  
.tbox .r-2-ul > li:not(:last-child) {
	padding-bottom: 5px;
}
.tbox .r-1-ul img {
	vertical-align: middle;
}
.tbox > div:first-child > .ename {
	border-radius: 3px 3px 0 0;
	padding: 2px 0;
	position: relative;
}
.tbox .r-1-sp {	
	text-indent: -9999px;
	display: inline-block;
	width: 54px;
	height: 55px;
	/* background: url('/images/mega-sprite.png') -10px -57px no-repeat; */
	color: #fff;
	position: absolute;
	top: -16px;
	left: 6px;
}
.tbox .bordr {
	margin: 10px auto;
	padding: 2px 0 6px 0;
	width: 120px;
}
.tbox a.play, .tbox .not-v {
	width: 80%;
	padding: 4px 0;
}
/*---------------------------
		  Authors
-----------------------------*/
.eauthor {
	display: table;
	padding: 4px 10px;
	background: #fff;
	border: 1px dotted #739cb7;
	text-align: center;
}
.eauthor > * {
	display: table-cell;
	vertical-align: middle;
}
.eauthor > .img {
	width: 140px;
	padding-left: 10px;
	border-left: 1px dotted #739cb7;
}
.eauthor > .img  strong {
    display: block;
	color: #62b5e5;
}
.eauthor > .img .b-str {
	display: block;
	font-size: 12px;	
    border-top: 1px dotted #739cb7;    
}
.eauthor .quote {
	padding: 6px;
}
.eauthor q {
	color: #739cb7;
	font-size: 13px;
	font-weight: bold;
}
.eauthor q::before,
.eauthor q::after {
/*	content: '';
	background: url('/images/mega-sprite.png') -217px -97px no-repeat; */
	display: block;
	width: 25px;
	height: 20px;
}
.eauthor q::before {		
	margin-right: 6px;
}
.eauthor q::after {
	margin-left: 6px;	
}
.author-ganbold {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	height: 100px;
	background: url('/images/qadan-ganbold.jpg') no-repeat;
}
/*---------------------------
		  Circle Icons
-----------------------------*/
.bord-cc-wrapper a,
.cas-further a {
	display: inline-block;
	text-decoration: none;	
}
.bord-cc,
.bord-cc > img,
.bord-cc > div {
	border-radius: 50%;
}
.bord-cc {
	display: inline-block;
    height: auto;
    padding: 10px;    
    border: 2px solid #739cb7;
}
.st-6 {
	width: 84%;
	padding: 0 0 10px;
}
.st-6 > .ename,
.cas-further > .ename {
	margin-bottom: 10px;
	font-size: 16px;
	border-radius: 3px 3px 0 0;
}
.st-6 > .r-1-ul > li {
	display: inline-block;
}
.st-6 > .r-1-ul > li:not(:last-child) {
	margin-right: 20px;
}
.st-6 > .r-1-ul > li > a > span,
.sb-st-6 > a > span {
	display: block;
    margin-top: 10px;
    min-width: 110px;
    background: #333;
}
.sb-st-6 {
	margin-top: 0;
}
.st-6 > .r-1-ul > li > a:hover > span,
.sb-st-6 > a:hover > span {
	text-decoration: underline;
	background: #d7d7d8;
}
.sb-st-6 {
	margin-bottom: 0;
	padding: 10px 4px 2px;
}
.sb-st-6 > a {
    margin-bottom: 10px;
    margin-right: 4px;
    padding-top: 10px;
    background: #fff;
    border: 1px solid #739cb7;   
    border-radius: 4px;
    box-shadow: -2px -2px 3px 0 rgba(163, 180, 191, 0.6);
}
.sb-st-6 > a:hover {
	background: rgba(115, 156, 183, 0.1);
}
.sb-st-6 .bord-cc {
	padding: 4px;
	background: #fff;
}
.widget-area .sb-st-6 .ename {
	text-align: center;
	font-size: 12px;
}
.sb-menu-5, .sb-menu-6, .sb-menu-9,
.sb-menu-10, .sb-menu-11, .sb-menu-12
{ display: inline-block; width: 30px; height: 30px; vertical-align: middle; background: url('/images/sb-nav-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.sb-menu-5 { background-position: -50px -40px; }
.sb-menu-6 { background-position: -10px -80px; }
.sb-menu-9 { background-position: -50px -80px; }
.sb-menu-10 { background-position: -10px -0px; }
.sb-menu-11 { background-position: -50px -0px; }
.sb-menu-12 { background-position: -10px -40px; }
/*---------------------------
		  Conclusion
-----------------------------*/
.rev-concl > .ename {
	background: transparent url('/images/ppl-ribbon.png') center no-repeat;
    background-size: contain;
    border-radius: 3px 3px 0 0;
    border: none;
	border-bottom: 1px solid #62B5E5;
}
.rev-concl > .ename .logo-small {
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url('/images/10bet-logo.jpg') 0 0 no-repeat;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #333;
}
.rev-concl > div {
	padding: 10px;
	border-bottom: 10px solid #62B5E5;
}
.rev-concl > div > p::first-letter {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 4px 2px 4px 0;
  padding: 0 4px;
  color: #3588e0; 
  font-weight: bold;
  border: 1px solid #3588e0;  
}
.rev-box {
	width: 90%;
	display: table;
    border: 1px solid rgba(163, 180, 191, 0.3);
}
.rev-box > li {
	display: table-cell;
	padding: 10px 4px;	
	border-radius: 3px;	
	position: relative;
}
.rev-box > li:first-child,
.rev-box > li:nth-child(3) {
	background: #62B5E5;
}
.rev-box > li:first-child {
	width: 40%;	
}
.rev-box > li:first-child > div {
	box-shadow: 2px 2px 3px 0 #999;
}
.rev-box > li:nth-child(2) {
	width: 28%;
	padding: 0 30px;
}
.rev-box > li:nth-child(3) {
	width: 36%;
}
.rev-box > li:first-child::before {
	content: '';
	border-style: solid;
    border-width: 44px 0 44px 26px;
    border-color: transparent transparent transparent #62B5E5;
    position: absolute;
    top: 0;
    right: -26px;   
}
.rev-box > li:nth-child(3)::before {
	content: '';
	border-style: solid;
    border-width: 44px 26px 44px 0;
    border-color: transparent #62B5E5 transparent transparent ;
    position: absolute;
    top: 0;
    left: -26px;  
}
.rev-box > li:nth-child(3) > div > a:hover::after {
	right: 8px;
}
.rev-box .bonus {
	font-size: 22px;
	color: #62B5E5;
}
.rev-box .ename-2 {
	display: inline-block;
	margin-left: 10px;
}
.rev-box .play, .rev-box .not-v {
	width: 70%;
	padding: 8px 4px;
}
.rev-box > li:nth-child(3) > div > a,
.t-v2 a.play {
	position: relative;
}
.rev-box > li:nth-child(3) > div > a::after,
.t-v2 a.play::after {
	content: '';
	/*background: url('/images/mega-sprite.png') -10px -152px no-repeat; */
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	position: absolute;	
}
.rev-box > li:nth-child(3) > div > a::after {
	top: 9px;	
	right: 12px;
}
.t-v2 a.play::after {
    top: 5px;
    right: 6px;
}
/*---------------------------
		  cas-further
-----------------------------*/
.cas-further {
	width: 90%;
	padding-bottom: 6px;
}
.cas-further a {	
	font-size: 12px;
}
.cas-further a > span.ename {
    display: inline-block;
    vertical-align: middle;
	background: #fff;
	color: #58636b;
}
.cas-further a:hover > span.ename {
	color: #3588e0;
}
.cas-further a:hover .bordr {
	border-color: #3588e0;
}
.cas-further .r-1-ul {
	padding-left: 20px;
}
.cas-further .r-1-ul > li {
	width: 24%;
	margin-right: 4px;
	margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #739cb7
}
.cas-further > .ename {
	margin: 4px auto 10px;
	background: url('/images/red-ribbon.png') center no-repeat;
	background-size: contain;
}
.cas-further .bordr {
	display: inline-block;
	margin-right: 6px;
	padding: 2px 0;
    width: 46px;
    text-align: center;
}
/*---------------------------
		  Click Box
-----------------------------*/
.suggested-heading {
	text-align: center;
	color: #62B5E5;
}
.clickbox > li {
	display: inline-block;
}
.clickbox > li > span {
	display: block;
	padding: 0 6px;
	background: #62B5E5;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	color: #fff !important;
}
.clickbox > li > span:hover,
.clickbox .clicked {
	background: #62b5e5;	
	text-decoration: none;
	cursor: pointer;
}
.clickbox > li > span::before {
	content: '\26AA';
	display: inline-block;
	margin-right: 4px;
}
.clickbox > li > span.clicked::before {
	content: '\26AB';
}
.clbx-cont > *:not(:first-child) {
	display: none;
}
/*---------------------------
	 Inline navigation
-----------------------------*/
.inl-nav {
	padding: 10px 10px 0;	
	font-size: 12px;
}
.inl-nav > li,
.inl-nav > li > a {
	display: inline-block;
	border-radius: 4px;		
}
.inl-nav > li > a {
	display: block;
	padding-bottom: 4px;
	background: #efefef;
}
.inl-nav .ico {
	margin: 10px 0 4px;
	padding: 4px;
	background: #fff;
	border-radius: 50%;
}
.inl-nav.athome {
	width: 90%;
}
.inl-nav.athome > li {
	width: 10%;
	margin-right: 16px;
	margin-bottom: 10px;
}
/*---------------------------
		  Conn
-----------------------------*/
.conn.ls-n {
 	list-style: none;
 }
.conn {	
	padding: 10px 10px 0;
	border-width: 1px 4px;
}
ul.conn:not(.ls-n) {
	display: flex;
	border-radius: 6px;
	border: 1px solid #03589b;
}
.conn > li {
	margin-bottom: 10px;
	border-right: 2px solid #00b9ff;
	width: 50%;
}
.conn > li:last-child{
	border-right: none;
}

[class*="operators-logo"] {
	display: block;
	text-indent: -9999px;
}
.operators-logo-melbet {
    background: url(../image/melbet.svg) no-repeat;
    height: 35px;
    width: 140px;
    margin: 35px auto;
}
.operators-logo-bet365 {
    background: url(../image/bet3651.svg) no-repeat;
    height: 63px;
    width: 140px;
    margin: 21px auto; 
    background-color: #027b5b;
    border-radius: 4px;
    background-size: contain;
    background-position: center;
}
.operators-links{
	display: block;
	margin: 0 auto;
    font-size: 16px;
    color: #03589c;
    font-weight: 300;
    font-style: italic;
    font-family: "Helvetica";
    text-align: center;
}
.operators-links2{
    display: block;
	margin: 0 auto;
    font-size: 16px;
    color: #03589c;
    font-weight: 300;
    font-style: italic;
    font-family: "Helvetica";
    text-align: center;
}
.logo[class*="bg-"] {
	width: 105px;
    height: 52px;
    border-radius: 4px;
    padding: 5px 25px 6px 10px;
    box-sizing: content-box;
	margin: 12% 5% 10% 20%;
}
.bg-bet365 {
    background-color: #027b5b;
}
.conn > li a:hover {
	text-decoration: none;
}
.all-netw.conn > li {
	background: rgba(115, 156, 183, 0.12);
}
/*---------------------------
		  Netw
-----------------------------*/
.netw {
	width: 80%;
	padding: 4px 10px 10px;
}
.netw .ename {
	margin-bottom: 10px;
    background: #62B5E5;    
	position: relative;
}
.netw .ename::before {
	content: '';
/*	background: url('/images/mega-sprite.png') -138px -57px no-repeat;*/
	display: inline-block;
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 66px;
}
.netw .conn,
.netw .eimg {
	display: inline-block;
	vertical-align: text-top;
}
.netw .conn {
	width: 73%;
	margin-left: 10px;
}
.netw.c3 .conn > li {
	padding: 3px;
	margin-bottom: 16px;
}
.netw.c5 .conn > li {
	margin-bottom: 12px;
}
.netw .eimg {
	width: 180px;
	margin-top: 12px;
	line-height: 126px;
	background: white;
}
.netw .eimg > img {
	max-width: 90%;
	max-height: 90%;
}
/*---------------------------
		  Jump Jump
-----------------------------*/
.jump-top,
.jump-to  {
  display: none;
  text-indent: -9999px;
  position: fixed;
  width: 22px;
  height: 22px;
  right: 10px;     
  border: 1px solid #62B5E5;
  border-radius: 2px;  
 /* background: #fff url("/images/mega-sprite.png") no-repeat; */
}
.jump-top {
	width:35px;
	height:35px;
	bottom: 12px;
	background: #fff url("../image/to-top.svg") no-repeat;
}
.jump-to {
  bottom: 42px;
  background-position: -40px -122px; 
}
.jump-top:hover,
.jump-to:hover {
  cursor: pointer; 
  border-color: #62b5e5;  
}
.jump-to:hover {
  background-position: -10px -122px;
}
#menu-jump-to {
	padding: 4px;
	font-size: 13px;
}
#menu-jump-to:not(.active) > div {
	float: left;
}
#menu-jump-to:not(.active) > div a {
	margin-left: 10px;
}
#menu-jump-to .no-b {
	float: right;
	position: relative;
	top: -1px;
padding: 1px 6px 2px;
line-height: normal;
}
#menu-jump-to:not(.active) .no-b {
	display: none;	
}
#menu-jump-to.active {
	display: none;
	width: inherit;
	min-width: 150px;
	padding: 0 10px 10px;
	border-radius: 3px 0 0 3px;
	position: fixed;
	right: 0;
	bottom: 60px;
	overflow: auto;
	z-index: 999;
}
#menu-jump-to.active .ename-2 {
	border-bottom: 1px solid #333;
	padding: 7px 0;
}
#menu-jump-to.active > div a {
	display: block;
	width: 100%;
	margin-top: 6px;
}
/*---------------------------
		  Video
-----------------------------*/
.video-elem {
	width: 94%;
	height: 360px;
	padding: 4px 10px 10px;
	background: rgba(237,239,240,1);
	background: -moz-linear-gradient(-45deg, rgba(237,239,240,1) 0%, rgba(141,194,235,1) 50%, rgba(237,239,240,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,239,240,1)), color-stop(50%, rgba(141,194,235,1)), color-stop(100%, rgba(237,239,240,1)));
	background: -webkit-linear-gradient(-45deg, rgba(237,239,240,1) 0%, rgba(141,194,235,1) 50%, rgba(237,239,240,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(237,239,240,1) 0%, rgba(141,194,235,1) 50%, rgba(237,239,240,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(237,239,240,1) 0%, rgba(141,194,235,1) 50%, rgba(237,239,240,1) 100%);
	background: linear-gradient(135deg, rgba(237,239,240,1) 0%, rgba(141,194,235,1) 50%, rgba(237,239,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeff0', endColorstr='#edeff0', GradientType=1 );
}
.video-elem > iframe {
	width: 100%;
	height: 90%;
	border: none;
	border-radius: 4px;
}
.video-elem .ename {
	margin-bottom: 10px;
}
/*---------------------------
   Box Finder + Hidden Box
-----------------------------*/
.box-finder {
	width: 800px;
	margin: 20px auto;
	padding-bottom: 8px;
	background: #fff;
}
.box-finder > .r-1-div {
	display: none;
}
.box-finder > .r-1-div.active {
	display: block;
}
.box-finder .r-2-div {
 	background: #62B5E5;
 }
.box-finder .r-2-div > ul {
	width: 80%;	
}
.box-finder .r-2-div > div {
	width: 20%;
	padding-top: 22px;
}
.box-finder .r-1-ul {
	margin: 10px auto;
}
.box-finder .r-1-ul > li {	
	padding: 2px;
	background: #fff;
	border: 1px solid rgba(163, 180, 191, 0.39);
    box-shadow: 2px 2px 0 0 rgba(163, 180, 191, 0.3);
    border-radius: 4px;
    position: relative;
}
.box-finder .r-1-ul > li.checked::before {
	content: '';
/*	background: url('/images/mega-sprite.png') -180px -199px no-repeat;*/
	display: inline-block;
	width: 16px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: -2px;
}
.box-finder .r-1-ul.c1 > li {
	width: 96%;
	margin-left: 24px;
}
.box-finder .r-1-ul.c3 > li {
	width: 28%;
	margin-left: 30px;
}
.box-finder .r-1-ul.c4 > li {
	width: 22%;
	margin-left: 14px;
}
.box-finder .r-1-ul.c5 > li {
	width: 18%;
	margin-left: 10px;
}
.box-finder > .ename {
	margin-bottom: 10px;
	padding: 2px;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.box-finder > .ename::before {
	content: '';
/*	background: url('/images/mega-sprite.png') -74px -57px no-repeat;*/
	display: inline-block;
	width: 54px;
	height: 55px;
	position: absolute;
    top: -16px;
    left: 6px
}
.box-finder .ename-2 {
	font-weight: bold;
}
.box-finder .ename-2 > span {	
	display: inline-block;
vertical-align: text-top;
}
.box-finder .ename-2 > span.r-1-sp {		
	width: 30px;
	height: 23px;
	padding-right: 12px;
	color: #fff;
	/*background: url('/images/mega-sprite.png') -178px -57px no-repeat;*/
	border-radius: 3px 0 0 6px;
	position: relative;
	left: 14px;
}
.box-finder .ename-2 > span.r-2-sp {	
	padding: 0 10px;
	color: #62B5E5;
	line-height: 19px;	
	border: 1px solid #333;
	border-width: 1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
}
.box-finder label {
	display: block;
	font-weight: bold;
	color: #3588e0;
}
.box-finder .play.next {
	width: 66%;
	padding: 3px;
}
.box-finder .play.next:hover {
	cursor: pointer;
}
.box-bar {
	width: 100%;
}
.p-up {
	display: none;
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	z-index: 996;
	text-align: center;
overflow-y: auto;
}
.hidden-gift {
	display: inline-block;
	position: relative;
	top: 20%;
	width: 323px;
	padding: 4px 10px 10px;
	background: #fff;
	box-shadow: 2px 2px 4px 0 #555;	
	z-index: 996;
}
.hidden-gift > p {
	margin: 0;
	padding: 10px 0;		
}
.hidden-gift > p:not(:first-child) {
	margin-top: 20px;
	background: rgba(170, 62, 121, 0.1);
}
.hidden-gift > p > .b-str {
	color: #62B5E5;
	text-decoration: underline;
}
.hidden-gift .ename-2 {
	position: relative;
}
.hidden-gift .ename-2::before {
	content: '';
/*	background: url('/images/mega-sprite.png') -10px -0px no-repeat; */
	display: inline-block;
	width: 340px;
	height: 47px;
	position: absolute;
	left: -20px;
	top: 0;
}
.hidden-gift .ename-2 > span {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-top: 2px;
}
.hidden-gift .ename-2 > button {
	position: absolute;
	top: 14px;
	right: -34px;
	font-size: 12px;
	padding: 0 6px;
}
.hidden-gift .r-1-ul {
	display: table;
	width: 100%;
	margin: 20px auto;
	padding: 20px 0;
	position: relative;
}
.hidden-gift .r-1-ul::before,
.hidden-gift .r-1-ul::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(242,239,242,1);
	background: linear-gradient(to right, rgba(242,239,242,1) 0%, rgba(242,239,242,1) 0%, rgba(115,156,183,1) 30%, rgba(115,156,183,1) 73%, rgba(242,239,242,1) 100%);
	position: absolute;
	left: 0;
}
.hidden-gift .r-1-ul::before {	
	top: 0;
}
.hidden-gift .r-1-ul::after {
	bottom: 0;
}
.hidden-gift .r-1-ul > li {
	display: table-cell;
}
.hidden-gift .bonus {
	color: #62B5E5;
	font-size: 20px;
}
.hidden-gift .play {
	width: 50%;
	margin-bottom: 10px;
	padding: 4px 0;
}
/*---------------------------
		  Blog
-----------------------------*/
#paginate_links {
	margin-top: 10px;
	background: #62B5E5;
	text-align: center;    
}
#paginate_links a {
	color: #fff;
}
.nav-links {    
    padding-top: 10px;
    padding-left: 4px;
    border-top: 1px solid #d7d7d8;
}
.nav-links > div {
	display: inline-block;
	width: 49.5%;	
	text-align: center;
}
.nav-links > div a {
	display: block;
	padding: 2px 0;
	color: #fff;
	background: #d7d7d8;
	border-radius: 3px;
}
.blog .site-main > article {
	width: 48%;
	margin-top: 20px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: text-top;	
	border-bottom: 1px solid #d7d7d8
}
.blog .entry-title {
	display: flex;
    align-items: center;
	height: 48px;
    border-radius: 4px;
	font-size: 16px;
	text-align: left;
}
.blog .entry-title a {
	text-decoration: none;
}
.blog .entry-title a:hover {
	text-decoration: underline;
}
.blog .entry-meta,
.single .entry-meta {
	margin-top: 10px;
	border-bottom: 1px solid #d7d7d8
}
.blog .excerpt {
	margin-top: 6px;
	height: 230px;
}
.blog .featuredImage,
.single .featuredImage {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
}
.blog .featuredImage img {
	width: 200px;
	height: 120px;
	vertical-align: middle;
}
.single .featuredImage img {
	width: 300px;
	height: 220px;
}
/*---------------------------
		     table
-----------------------------*/
.tbl-prog th {
	border-bottom: 2px solid #62B5E5;
	background: #62B5E5;
}
.tbl-prog th, .tbl-prog td {
    padding: 4px;
}
.tbl-prog tr td:first-child {
    background: #62B5E5;
    border-right: 2px solid #62B5E5;
    font-weight: bold;
}
/*---------------------------
		     404
-----------------------------*/
.error404 .page-content .img > p {
    width: 100%;
    max-width: 450px;
	height: 287px;
    margin: 55px auto;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background: url('../image/404-er.png')no-repeat;
    border-radius: 18px;
}
.error404 .page-content .img > p > span {
	display: inline-block;
	position: relative;
	top: -55px;
	text-decoration: underline;
}
.error404 .error-404.not-found {
	width: 700px;
    margin: 0 auto;
    padding-bottom: 14px;
    border-bottom: 2px solid #62B5E5;
}
.error404 .error-404 a.play {
	min-width: 33%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 17px 26px;
}
.site{
	max-width: 1300px;
	width: 100%;
}
.clear-fix{
	display: block;
	clear: both;
}
/*---------------------------
		  Responsive
-----------------------------*/
@media (max-width: 760px){
	.dropdown-menu{
		width: 100% !important;
	}
}
@media (min-width: 1101px) and (max-width: 1400px) {
	.terms-b365::after {
		font-size: 9px!important;
		top: 592px!important;
		padding: 0!important;
	}
}
@media (max-width: 1400px) {
	.col-mob {
		width: 100%;
		padding: 0px;
		height: auto;
	}
	.content-area {
		width: calc(100% - 300px);
	}
	.box-finder {
		width: 90%;
padding-bottom: 0;
	}
	.box-finder .r-1-ul.c3 > li,
	.box-finder .r-1-ul.c4 > li,
	.box-finder .r-1-ul.c5 > li {
		width: 95%;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.tbox .r-1-ul > li {
		width: 100% !important;
		margin-bottom: 14px;
		text-align: center;
	}

	.tbox > div:nth-child(2) {
		padding-bottom: 0;
	}
	.eauthor q {
		font-weight: normal;
	}
	.tbox a.play {
		width: 70%;
	}
  
	.t-v2 {
		width: 90%;
	}
	.t-v2 th:first-child {
		width: 24%;
	}
	.t-v2 tbody td:nth-child(2) {
		padding: 6px 4px;
	}
	.t-v2 tbody td:last-child::before,
	.t-v2 tbody td:first-child::after,
        .t-v2 a.play::after {
		display: none;
	}
	.t-v2 a.play {
		width: 80%;
		padding: 2px;
	}
	.st-6 {
		padding-bottom: 0;
	}
	.st-6.c5 {
		width: 440px;
	}
	.st-6 > .r-1-ul > li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.rep .efloat-l > * {
		width: 100%;
	}
	.rep .r-2-ul {
		text-align: center;
	}
	.netw .eimg {
		display: none;
	}
	.netw .conn {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.inl-nav.athome > li {
		width: 17%;
	}
	.cas-further .r-1-ul > li {
		width: 49%;
	}
	.cas-further > .ename,
	.rev-concl > .ename {
		background: #62B5E5;
	}
	.rev-box {
		width: 98%;
	}
	.rev-box > li:first-child::before,
	.rev-box > li:nth-child(3)::before,
	.rev-box > li:nth-child(3) > div > a::after,
	.rev-box .ename-2 {
		display: none;
	}
	.rev-box > li:nth-child(2) {
		padding: inherit;	
	}
	.rev-box .bonus {
		font-size: 18px;
	}
	.blog .site-main > article {
		width: 100%;
		margin-right: 0;
	}
	.blog .excerpt {
		height: auto;
		padding-bottom: 10px;
	}
	.blog .entry-title {
		height: auto;
	}
	.error404 .error-404.not-found {
		width: 100%;
	}
}

@media (max-width: 1250px) {
	.gambling-operator-fun88 {
		background-position: 40px 7px;
	}
	.quick-nav{
		margin: 5% auto;
	}

	.site-title-logo{
		top:5px;
	}
	body {
		font-size: 14px;
	}
	h1, h2, h3 {
		font-size: 19px;		
	}
	h4, h5, h6 {
		font-size: 15px;		
	}
	.terms-b365::after {
		top: 583px!important;
		padding: 0!important;
		font-size: 9px!important;
	}
	#custom_html-3, #custom_html-4{
		display: none;
	}
	.widget-area.mobile-fixed {
		width: 320px;
		height: 520px;
		margin: 0;
		padding: 10px 20px;
		border-radius: 6px;
	}
	.content-area,
	.widget-area {
		float: none;
	}
	.content-area {
		width: 100%;
	}
	.widget-area > div{
		min-width: 280px;
		max-width: 360px;
		display: block;
    	margin: 0 auto;
	}
	.widget-area {
		width: 440px;
		margin: 10px auto;
	}
	.box-finder {
		width: 550px;
	}
	.rep {
		width: 480px;
	}
	.eauthor > .img  strong {
		display: block;
	}
	.sidebar-lang a::before{
		left: -21px;
	}
	/* .sidebar-lang a{
		margin-left: 11%;
	} */
}

@media (max-width: 1130px) {
	/* .main-navigation ul ul a{
		margin-top: -20px;
	} */
	#primary-menu{
		display: none;
	}
	#secondary-menu{
		display: none;
	}
	.menu-open,
	.mobile-top-open {
		display: block;
	}
	#primary-menu > li > a{
		width: 80%;
		border-radius: 6px !important;
		max-width: 100%;
	}
	#secondary-menu > li > a{
		width: 80%;
		border-radius: 6px !important;
		max-width: 100%;
	}
	#logo img {
		height: 40px;
		width: auto;
		max-width: 100%;
		vertical-align: middle;
	}
	.site-header > .site{
		height: 60px;
	}
	#primary-menu{
		position: fixed;
		top: 60px;
		right: 0px;
		flex-direction: column;
		padding: 20px;
		background: white;
		width: 320px;
		box-shadow: rgb(0 0 0 / 10%) 1px 8px 21px 0px;
		z-index: 996;
	}
	#secondary-menu{
		position: fixed;
		top: 60px;
		right: 0px;
		flex-direction: column;
		padding: 20px;
		background: white;
		width: 320px;
		box-shadow: rgb(0 0 0 / 10%) 1px 8px 21px 0px;
		z-index: 996;
	}
	#site-navigation.mobile-fixed {		
		width: 360px;
		padding: 10px;
		border-radius: 0;
	}
	#site-navigation.mobile-fixed ul {
		background: rgba(163, 180, 191, 0.4);
	}
	#site-navigation.mobile-fixed #primary-menu {
		margin-top: 10px;		    
		border-top: 10px solid rgba(255, 255, 255, 0.45);
		border-bottom: 10px solid rgba(255, 255, 255, 0.45);
		background-color: #fff;
	}
	#site-navigation.mobile-fixed li {
		float: none;
	}
	/* #site-navigation.mobile-fixed #primary-menu > li,
	#site-navigation.mobile-fixed #primary-menu ul > li:not(:last-child) > a {
		border-bottom: 1px dotted #333;
	} */
	#site-navigation.mobile-fixed #primary-menu > li {
		padding: 10px 0;
		margin: 10px auto;		
	}
	#primary-menu > li > a{
		width: 80%;
		max-width: 100%;
		border-radius: 6px !important;
		margin: 5px auto;
	}

	#site-navigation.mobile-fixed #primary-menu ul ul {
		float: none;
		position: static;
		margin: 10px;
		padding: 0px 4px;
		border: none;
		border-radius: 4px;    
	}
	#site-navigation.mobile-fixed #primary-menu ul ul a {
		width: 100%;	
	}

	.menu-close {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 12px;
	}
	#site-navigation.mobile-fixed #primary-menu .child-open {
		position: absolute;
		top: 4px;
		right: 4px;
	}
	#menu-jump-to {
		display: none;
	}
}
@media (max-width: 1000px) {
	.gambling-operator-fun88 {
		background-position: 33px 11px;
	}
}
@media (max-width: 900px){
	.gambling-operator-one-x-bet, .gambling-operator-bet-22 {
		margin: 15px auto;
	}
	.gambling-operator-melbet{
		margin: 15px auto 6px;
	}

	.tab-maj tr td:last-child{
		min-width: 200px;
	}
}
@media (max-width: 800px){
	.tab-maj tr td:nth-child(3),
	.tab-maj tr th:nth-child(3){
		display: none;
	}
}
@media (max-width: 430px){
	.quick-nav-list li:nth-child(4){
		padding: 1px 11px;
	}
	.quick-nav-list li:nth-child(4)::before{
		margin-left: 3px;
	}
	.mobile-top-open {
		right: 56px;
	}
}

@media (max-width: 990px) {
	.quick-nav-icon{
	 	margin: 0px 9px 1px 12px;
	}
	.quick-nav-icon2{
		position: absolute;
		left: 10px;
	}
	.quick-nav-icon3{
		width: 29px;
		margin: -2px 13px 1px -2px;
	}
	#comp-ab a {
		display: block;
		width: 100%;
	}
	#comp-ab a:not(:last-child) {
		margin-right: 0;
		padding: 4px;
		border-bottom: 1px solid #fff;
	}
	.st-6 {
		width: 500px;
	}
	.jump-top,
	.jump-to {
		right: 4px;
	}
	.quick-nav-list{
		min-width: 270px;
		max-width: 450px;
		display: list-item;
		margin: 0 auto;
		height: auto;
	}
	.quick-nav-list li:first-child{
		margin: 4% auto;
		width: 55%;
    	padding: 0%;
	}
	.quick-nav-list li:nth-child(2){
		width: 55%;
		margin: 4% auto;
		justify-content: center;
	}
	.quick-nav-list li:nth-child(3){
		width: 55%;
		margin: 4% auto;
	}
	.quick-nav-list li:nth-child(4){
		width: 55%;
		margin: 4% auto;
	}
	.quick-nav-list li:nth-child(5){
		width: 55%;
		margin: 4% auto;
	}
	.quick-nav-list li:nth-child(6){
		display: none;
	}
}
@media (max-width: 502px){
	.quick-nav-list li:first-child{
		width: 75%;
	}
	.quick-nav-list li:nth-child(2){
		width: 75%;
	}
	.quick-nav-list li:nth-child(3){
		width: 75%;
	}
	.quick-nav-list li:nth-child(4){
		width: 75%;
	}
	.quick-nav-list li:nth-child(5){
		width: 75%;
	}
}
@media (max-width: 390px) {
	.quick-nav-list li:first-child{
		width: 90%;
	}
	.quick-nav-list li:nth-child(2){
		width: 90%;
	}
	.quick-nav-list li:nth-child(3){
		width: 90%;
	}
	.quick-nav-list li:nth-child(4){
		width: 90%;
	}
	.quick-nav-list li:nth-child(5){
		width: 90%;
	}
}
@media (max-width: 1000px){
	.special-promotions{
		grid-template-columns: 1fr 1fr;
		grid-template-rows:1fr 1fr;
		grid-template-areas: 
		"align-center move"
		"last-cell last-cell";
	}
	.bonus-list{
		justify-content: center;
		margin-left: 0;
	}
	.tbox .r-1-ul > li{
		border-right: none;
	}
	.bonus-button{
		min-width: auto;
		width: 100%;
		max-width: 300px;
	}
	.operator-terms{
		text-align: center;
	}
}

@media (max-width: 560px) {
	.bonus-list{
		flex-direction: column;
		align-items: center;
		height: 173px;
	}
	.tbox .r-1-ul > li{
		height: auto;
	}
	.bonus-button{
		margin-left: 0;
		max-width: 200px;
		display: flex;
		margin-top: -29px;
	}
	.bonus-button::before {
		margin-top: -33px;
		margin-left: -56px;
	}
	.operator-terms{
		position: relative;
		top: 42px;
	}
	.bonus-info{
		transform: translateX(-5px);
		margin-top: -4px;
	}
}

@media (max-width: 1250px) {
	.logo[class*="bg-"]{
		margin: 12% 5% 10% 27%;
	}
}
@media (max-width: 950px) {
	.logo[class*="bg-"]{
		margin: 12% 5% 10% 22%;
	}
}
@media (max-width: 850px) {
	.logo[class*="bg-"]{
		margin: 11% 5% 10% 17%;
	}
}
@media (max-width: 900px) {
	.gambling-operator-fun88 {
		background-position: 24px 18px;
	}
	.review-gambling-link {
		display: block;
		margin: 0px;
		border-bottom: 1px solid #00b9ff;
		line-height: 60px;
	}
	ul.conn:not(.ls-n){
		display: block;
		min-width: 260px;
		max-width: 370px;
		padding: 15px;
	}
	.conn > li{
		border-right: none;
		width: 100%;
		margin: 0 auto;
	}
	.conn > li:nth-child(odd){
		width: 100%;
		margin: 0 auto;
	}
	.operators-logo-melbet {
		height: 53px;
		width: 175px;
		margin: 20px auto 0px;
	}
	.operators-logo-bet-22{
		width: 175px;
   		margin: 20px auto 0px;
	}
	.logo[class*="bg-"] {
   		margin: 20px auto 10px;
	}
	.operators-links, .operators-links2{
		display: block;
		border-bottom: 1px solid #00b9ff;
    	line-height: 60px;
	}
	.review-gambling-link2{
		margin-bottom: 10px;
	}
	.conn > li:last-child a{
		border-bottom: none;
	}

}
@media (max-width: 700px) {
	.first-place{
		margin-left: 0px;
	}
	.second-place{
		margin-left: 0px;
	}
	.mainsites-80-40-2-mansion{
		margin: 0 auto;
	}
	.mainsites-80-40-betwinner {
		margin-left: 30px;
	}
	.mainsites-80-40-mostbet {
		margin-left: 30px;
	}
	.box-finder {
		width: 96%;
	}
	.alignright {
	margin: 0 auto;
    display: block;
    float: none;
	}
	.box-finder .r-2-div > ul,
	.box-finder .r-2-div > div {
		width: 100%;
	}
	.box-finder .r-2-div > div {
		padding-top: 0;
	}
	.mainsites-80-40-bwin {
		margin-left: -5px;
	}
	.mainsites-80-40-partypoker {
		margin-left: 18px;
		margin-top: -12px;
	}
	.mainsites-80-40-unibet {
		margin-left: 25px;
	}
.box-finder .r-1-ul.c3 > li, .box-finder .r-1-ul.c4 > li, .box-finder .r-1-ul.c5 > li {    
margin: 10px auto;
display: block;
float: none;}
.box-finder .play.next {margin-bottom: 10px;}
	.tab-maj thead {
		display: none;
	}
	.tab-maj tbody tr{
		height: auto;
	}
	.tab-maj,
	.tab-maj tbody,
	.tab-maj tr,
	.tab-maj td {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
	.tab-maj {
		max-width: 360px;
		width: 100%;
		overflow: hidden;
	}
	.tab-maj .bordr,
	.tab-maj tbody tr:nth-child(odd)  {
		background: #fff
	}
	.tab-maj tbody tr .bordr {
		margin: 20px auto 0px;
		border-bottom: none;
		line-height: unset;
	}
	.tab-maj tbody tr td:nth-child(2){
		padding-bottom: 0;
	}
	.tab-maj tbody tr td:nth-child(3){
		display: block;
		padding-top: 0;
	}
	.tab-maj .bonus{
		padding-top: 0;
		margin-top: 0;
	}
	.tab-maj tbody tr{
		border-bottom: none !important;
		position: relative;
	}

	 .tab-maj tbody tr:not(:last-child)::after{
		content: '';
		display: block;
		width: calc(100% - 20px);
		background-color: #00b9ff;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	/* .tab-maj tbody tr:nth-of-type(3)::after{
		content: none;
		display: none;
		width: calc(100% - 20px);
		background-color: #00b9ff;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	} */
	.tab-maj tbody td .t-bord-r .blue {
		margin: 5px auto 10px;
		top: -5px;
		transform: translateX(-5px);
	}
	.tab-maj a.play{
		width: 200px;
	}
	.tab-maj .terms-small{
		border-bottom: none;
	}
	.tab-maj tbody tr td:nth-child(4){
		/* border-bottom: 1px solid #d7d7d8; */
		padding-bottom: 20px;
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.tab-maj .bordr {
		width: 180px;
	}
	.tab-maj tbody tr {
		border-bottom: 5px solid rgba(150, 62, 121, 0.3);
	}
	.tab-maj tbody td,
	.tab-maj td .t-bord-r,
	.tab-maj tbody td:nth-last-child(2) .t-bord-r,
	.tab-maj td:nth-child(3) .t-bord-r {
		border: none;
	}
	.tab-maj .t-bord-r {
		line-height: unset;
	}
	.tab-maj .bonus {
		font-size: 22px;
	}	
	.video-elem {
		width: 90%;
		height: 300px;
	}	
	.inl-nav.athome {
		width: 350px;	
	}
	.inl-nav.athome > li {
		width: 27%;
	}
	.video-elem > iframe {
		height: 88%;
	}
	.error404 a.play {
		min-width: 66%;
	}
	ul.all-netw > li { width: 32%; }
}

@media (max-width: 450px) {
	.tab-maj{ 
	max-width: 260px;
	width: 100%;
	}
	.terms-td{
		width: 90%;
		margin: 0 auto;
	}
	.ename::before{
		margin: -5px 5px 0px 5px;
	}
	.review-gambling-link2{
		margin-left: 29%;
	}
}
@media (max-width: 620px) {
	.site-header > .site {
		height: 76px;
	}
	.menu-open {
		padding: 3px 11px;
	}

	.widget-area {
		width: 100%;
	}
	.rep {
		width: 90%;
	}
	.rev-box {
		display: block;
		width: 280px;
	}
	.rev-box > li {
		display: block;
		width: 100% !important;
	}
	.rev-box .play {
		width: 130px;
		padding: 4px;
	}
	.st-6,
	.st-6.c5 {
		width: 270px;
	}
	.st-6.c5 {
		padding-bottom: 10px;
	}
	.cas-further {
		width: 280px;
	}
	.cas-further .r-1-ul {
		padding: 0 10px;
	}
	.cas-further .r-1-ul > li {
		width: 100%;
	}
	ul.all-netw > li { width: 49%; }
}
@media (max-width: 550px) {
	#site-navigation.mobile-fixed {
		width: 80%;
	}
	.tbox {
		width: 90%;
	}
	.rep .r-1-ul,
	.rep a.play {
		width: 90%;
	}
	.rep .r-1-ul > li .abs {
		font-size: 12px;
		top: 4px;
	}
	.c-button > a {
		min-width: 66%;
	}
	.box-finder > .ename::before,
	.tbox .r-1-sp {
		display: none;
	}
	.box-finder {
		font-size: 13px;
	}
	.box-finder .ename-2 > span.r-1-sp {
		background: #fff;
		color: #333;		
	}
	.box-finder .ename-2 > span.r-2-sp {
		border: none;
	}
	.t-v2 thead,
        .t-v2 tbody tr:first-child td:last-child::before,
        .t-v2 tbody tr:nth-child(2) td:last-child::before,
        .t-v2 tbody tr:nth-child(3) td:last-child::before {
		display: none;
	}
	.t-v2,
	.t-v2 tbody,
	.t-v2 tr,
	.t-v2 td {
		display: block;
		width: 100%;
	}
	.t-v2 {
		width: 280px;
	}
	.t-v2 tbody tr {
		padding: 10px 0;
		border-bottom: 10px solid #739cb7;
	}
	.t-v2 tbody tr:nth-child(odd) {
		background: rgba(163, 180, 191, 0.24);
	}
	.t-v2 tbody tr:not(:last-child) td {
		border-bottom: none;
	}
	.t-v2::before {
		top: 20px;
	}
	.brand-info-wrapper > h3::before {
		display: none;
	}
	.error404 .page-content .img > p {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.tab-maj {
		width: 90%;
	}
	.video-elem {
		height: auto;
	}
	.rev-box {
		width: 90%;
	}
	.eauthor > * {
		display: block;
		width: 100%;
		border-left: none;
	}
	.eauthor > .img {
		width: 100%;
		padding-left: 0;
		border-left: none;;
	}
	.tbox .r-1-ul img {
		display: block;
		margin: 0 auto;
	}
.rep {padding: 0;}
	.rep .score-p {
		width: 90%;
	}
.rep > div {border: none;}
	.rep .curr,
	.rep .supp {
		width: 90%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.inl-nav.athome {
		width: 240px;
	}
	.inl-nav.athome > li {
		width: 40%;
	}
	.inl-nav.athome > li:nth-child(2n+2) {
		margin-right: 0;
	}
	.netw {
		width: 97%;
	}
	.netw .conn > li,
	ol.conn:not(.ls-n) > li {
		font-size: 13px;
	}
	.hidden-gift {
		width: 200px;
		font-size: 13px;
	}
	.hidden-gift > p:not(:first-child) {
		display: none;
	}
	.hidden-gift .r-1-ul > li {
		display: block;
	}
	.hidden-gift .r-1-ul > li:first-child {
		margin-bottom: 10px;
	}
	.hidden-gift .ename-2 {
		background: #a40000;
		padding: 4px 2px;
	}
	.hidden-gift .ename-2::before {
		display: none;
	}
	.hidden-gift .ename-2 > button {
		top: 0px;
    	right: -30px;
	}
	.hidden-gift .play {
		width: 80%;
	}
	.video-elem .ename {
		font-size: 15px;
	}
	.nav-links {
		padding: 0;
		text-align: center;
	}
	.nav-links > div {
		width: 90%;
		margin-top: 10px;
	}
.single .featuredImage {float: none;  text-align: center; margin: 10px auto;}
ul.all-netw > li { width: 99%; }
}
@media (max-width: 420px) {
	.quick-nav-list{
		margin-bottom: 5%;
	}
	.t-v2 {
		width: 98%;
	}
	.t-v2::before {
		display: none;
	}
}
@media (max-width: 380px) {
	.tab-maj,
	.rev-box {
		width: 98%;
	}
	.st-6,
	.st-6.c5 {
		width: 170px;
	}
	.st-6.c5 {
		padding-bottom: 0;
	}
	.st-6 > .r-1-ul > li > a:last-child {
		margin-bottom: 20px;
	}
	.cas-further {
		width: 90%;
	}
	.error404 .page-content .img > p {
		font-size: 12px;
	}
}
@media (max-width: 360px){
	#site-navigation.mobile-fixed #primary-menu{
		background: white;
	}
	#site-navigation.mobile-fixed #primary-menu > li{
		margin: 0 auto;
	}
}
@media (max-width: 340px) {
	.inl-nav.athome {
		width: 80%;
	}
	.inl-nav.athome > li {
		width: 100%;
		margin-right: 0;
	}
.inl-nav > li > a {background: #fff; border-bottom: 2px solid #739cb7}
	.maj-sideb .r-1-ul > li,
	.maj-sideb .r-1-ul > li:first-child {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.maj-sideb .r-1-ul > li:first-child:after {
		display: none;
	}
	.fly-widget {
		width: 90%;
	}
}
body {min-width: 320px;}
.tbox, aside .clickbox-wrapper, .rep {
  position: relative;
}
body {min-width: 320px;}
.tbox, aside .clickbox-wrapper2, .rep {
  position: relative;
}
/* .tbox::after, aside .clickbox-wrapper::after, .rep::after {
  content: '18+ Нөхцөл ба болзлуудыг дагаж мөрдөнө!';
  position: absolute;
  left: 18%;
  margin-left: -22px;
  bottom: -18px;
  font-size: 10px; 
} */
.terms-b365::after {
	/*content: 'New betting customers only. Stake £10 cash on betting Tickets to claim £60 New Player Package: £40 betting Bonus with 3x wagering across all betting rooms and £20 Slots Bonus with 25x wagering on selected slots. Time limits, game restrictions and T&Cs apply.'!important;*/
	content: ""!important;
	position: absolute;
    font-size: 10px;
    padding: 0 100px;
    text-align: center;
	left: 0!important;
	top: 228px;
}
.mt-3 {
	margin-top: 3em;
}
.coms-coms-ga, .coms-coms-gc, .coms-coms-18, .coms-coms-te
{ display: inline-block; vertical-align:middle; background: url('/images/coms.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.coms-coms-ga { background-position: -10px -0px; width: 196px; height: 50px; }
.coms-coms-gc { background-position: -10px -60px; width: 52px; height: 50px; }
.coms-coms-18 { background-position: -72px -60px; width: 50px; height: 50px; }
.coms-coms-te { background-position: -132px -60px; width: 50px; height: 50px; }
/* Footer - Flags   --------------------------------------------------------------*/
/*.dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 4px 0;
    background: #fff;
    border: 3px solid #333;
    box-shadow: 2px 2px 2px 0 #8e8f90;
    z-index: 99999;
    min-width: 195px!important;
} */
.dropdown-menu{
    display: none;
    width:50%;
    margin: auto;
    background: #fff;
    border:1px solid black;
}
.item-lang{
    list-style: none;
}
.lang {
    cursor: pointer;
    position: relative;
}
.lang-arrow-up {
    content: " ";
    display: none;
    transform: rotate(0deg);
    position: absolute;
    width: 15px;
    margin: auto 5px;
    height: 20px;
    bottom: -3px;
    background-position: -286px -97px;
    background: #fff0 url(../image/to-top.svg) no-repeat;
    background-size: contain;
}
.lang-arrow-down {
    content: " ";
    transform: rotate(180deg);
    position: absolute;
    width: 15px;
    margin: auto 5px;
    height: 20px;
    bottom: 1px;
    background-position: -286px -97px;
    background: #fff0 url(../image/to-top.svg) no-repeat;
    background-size: contain;
	display: none;
}
.show{
display: inline-block;
}
.hide{
    display:none;
}
.flags {
    width: 21px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
    background-size: contain;
}
@media only screen and (min-width: 1000px) {
	.item-lang{
		display: inline;
	}
}
.it {
    background: url(../image/italy.svg) no-repeat;
    background-size: contain;
}
.mk {
    background: url(../image/macedonia.svg) no-repeat;
    background-size: 100%;
    position: relative;
    top: 9px;
}
.en {
	background: url(../image/united-kingdom.svg) no-repeat;
	background-size: contain;
}
.hu{
	background: url(../image/hungary.svg) no-repeat;
	background-size: contain;
}
.pt-br {
	background: url(../image/brazil.svg) no-repeat;
	background-size: contain;
}
.es{
	background: url(../image/spain.svg) no-repeat;
	background-size: contain;
}
.ru-by{
	background: url(../image/belarus.svg) no-repeat;
	background-size: contain;
}
.mn{
	background: url(../image/mongolia.svg) no-repeat;
	background-size: contain;
}
.hy{
	background: url(../image/armenia.svg) no-repeat;
	background-size: contain;
}
.ru{
	background: url(../image/russia.svg) no-repeat;
	background-size: contain;
}
.ko{
	background: url(../image/korea.svg) no-repeat;
	background-size: contain;
}
.pt{
	background: url(../image/portugal.svg) no-repeat;
	background-size: contain;
}
.vi{
	background: url(../image/vietnam.svg) no-repeat;
	background-size: contain;
}
.id{
	background: url(../image/indonesia.svg) no-repeat;
	background-size: contain;
}
.az{
	background: url(../image/azerbaijan.svg) no-repeat;
	background-size: contain;
}
.bg{
	background: url(../image/bulgaria.svg) no-repeat;
	background-size: contain;
}
.ru-kz{
	background: url(../image/kazakhstan.svg) no-repeat;
	background-size: contain;
}

.tbox .r-1-ul > li:last-child{
	width: auto;
    padding: 0;
    border-right: none;
 }
.entry-title,
.grey-hd{
	font-size: 20px;
    color: #03589c;
    font-weight: bold;
    font-family: "Helvetica";
    border-radius: 6px;
    background-color: #eeeeee;
	min-height: 60px;
    display: flex;
    align-items: center;
	padding: 10px 20px 10px 60px;
	position: relative;
    line-height: normal;
}
.entry-title::before,
.grey-hd::before {
    content: '';
    display: block;
    background: url(../image/h1-icon.svg) no-repeat;
    height: 38px;
    width: 40px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.grey-hd.cup::before{
    background: url(../image/h2-icon.svg) no-repeat;
}
.grey-hd.star::before{
    background: url(../image/star-icon.svg) no-repeat;
}
.grey-hd.planet::before{
    background: url(../image/data-lang-icon.svg) no-repeat;
    height: 40px;
}

.rating {
    padding: 24px 0;
}
.rating .value{
	background: url(../image/stars-r-grey.png) no-repeat;
	width: 74px;
    height: 13px;
	margin: 0 auto;
}
.rating .value div{
	background: url(../image/stars-r.png) no-repeat;
	width: 0px;
    height: 13px;
    text-indent: -9999px;
}
@media (max-width: 650px){
	.mainsites-80-40-2-bet22{
		margin: -5px auto;
	}
	.special-promotions{
		grid-template-columns: 1fr;
		grid-template-rows:auto auto auto;
		grid-template-areas:
		"align-center"
		"last-cell"
		"move";
	}
	.tbox .r-1-ul > li:first-child{
		margin-right: 0;
		border-right: none;
		border-bottom: 1px solid #d6d6d7;
	}
	.last-cell {
		padding-bottom: 14px !important; 
		border-bottom: 1px solid #d6d6d7;
	}
	.tbox .r-1-ul > li{
		height: auto;
	}
}
@media (max-width: 500px){
	.entry-title{
		min-height: 107px;
	}
}
.red{
	color: #c4292f;
}
.tbox::after, aside .clickbox-wrapper2::after, .rep::after {
    content: "Điều khoản và điều kiện 18+!";
    position: absolute;
    left: 18%;
    margin-left: -22px;
    bottom: -18px;
    font-size: 10px;
}
.footer-img{
	padding: 5px;
}
.terms {
    line-height: 15px;
    font-size: 11px;
    color: #817d7d;
    letter-spacing: 1px;
    height: 50px !important;
    position: relative;
    top: -15px;
}
.terms-td {
    padding: 10px !important;
}
ul.general > li, ul.arrows > li {
    position: relative;
    padding-left: 10px;
	margin-top: 3px;
}
ul.arrows > li::before {
    width: 10px;
    height: 10px;
    top: 8px;
    left: -10px;
    margin-right: 6px;
    background: url('../image/arrow.svg') no-repeat;
}
ul.arrows > li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    top: 3px;
}
.m88 {
    background: url('../image/m88.svg') no-repeat;
    border-radius: 4px;
    background-color: #1a2332;
    text-indent: -9999px;
    width: 130px;
    height: 50px;
    background-size: 110%;
    margin: 15px auto;
    background-position: center;
    background-size: contain;
}
.happy-luke {
    background: url('../picture/vsbet-logo.gif') no-repeat;
    border-radius: 4px;
    background-color: #ba1b68;
    text-indent: -9999px;
    width: 130px;
    height: 50px;
    background-size: 110%;
    margin: 15px auto;
    background-position: center;
    background-size: contain;
}
.m88-review {
    background: url('../image/m88.svg') no-repeat;
    border-radius: 4px;
    background-color: #1a2332;
    text-indent: -9999px;
    width: 130px;
    height: 50px;
    margin: 0px auto;
    background-position: center;
    background-size: contain;
}
.onexbet-review {
    background: url('../image/1xbet.svg') no-repeat;
    border-radius: 4px;
    text-indent: -9999px;
    width: 130px;
    height: 50px;
    margin: 15px auto;
    background-position: center;
    background-size: contain;
}
.review-1xbet {
    background: url('../image/1xbet.svg') no-repeat;
    border-radius: 4px;
    text-indent: -9999px;
    width: 130px;
    height: 50px;
    margin: 0px auto;
    background-position: center;
    background-size: contain;
}
.fun88 {
    background: url('../image/fun88.svg') no-repeat;
    border-radius: 4px;
    background-color: #26a9e1;
    text-indent: -9999px;
    background-position: 11px 13px;
    width: 130px;
    height: 50px;
    background-size: 82%;
    margin: 15px auto;
}
.fun88-review {
    background: url('../image/fun88.svg') no-repeat;
    border-radius: 4px;
    background-color: #26a9e1;
    text-indent: -9999px;
    background-position: 11px 13px;
    width: 130px;
    height: 50px;
    background-size: 82%;
    margin: 0px auto;
}

@media (max-width: 370px) {
	.gambling-operator-fun88 {
		background-position: 20px 20px;
	}
}
.double{
	column-count: 2;
	margin-bottom: 15px;
}
@media (max-width: 500px) {
	.double {
		column-count: 1;
	}
}
.mb-20{
	margin-bottom: 35px !important;
}
.mt-10{
	margin-top: 10px;
}
@media (max-width: 650px){
	.mb-20{
		margin-bottom: 0px !important;
	}
	.mt-10{
		margin-top: 0px;
	}
}
.operators-logo-m88 {
    background: url(../image/m88.svg) no-repeat;
    background-color: #1a2332;
    background-position: center;
    background-size: 70%;
    border-radius: 4px;
    width: 140px;
    height: 63px;
    margin: 21px auto;
}
.operators-logo-jbo {
    background: url(../image/jbo.svg) no-repeat;
    background-color: #121212;
    background-position: center;
    background-size: 70%;
    border-radius: 4px;
    width: 140px;
    height: 63px;
    margin: 21px auto;
}
.operators-logo-fun88 {
    background: url(../image/fun88.svg) no-repeat;
    background-color: #26a9e1;
    background-position: center;
    background-size: 70%;
    border-radius: 4px;
    width: 140px;
    height: 63px;
    margin: 21px auto;
}
.operators-logo-1xbet {
    background: url(../image/1xbet.svg) no-repeat;
    height: 35px;
    width: 140px;
    margin: 35px auto;
}
.operators-logo-22bet {
    background: url(../image/22bet.svg) no-repeat;
    height: 47px;
    width: 112px;
    margin: 29px auto;
}
/*--------------------------------------------------------------*/
.redirect-box [class^="logo-"] {
	width: 150px;
	height: 50px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
.logo-m88, .logo-m88-pop {
	background: url('../image/m88.svg');
	width: 125px !important;
}
.logo-fun88, .logo-fun88-pop {
	background: url('../image/fun88.svg');
}
.logo-happy-luke, .logo-happy-luke-pop {
	background: url('../image/happy-luke.svg');
}

.logo-22bet, .logo-22bet-pop {
	background: url('../image/22bet.svg');
}
.logo-bet365, .logo-bet365-pop {
	background: url('../image/bet3651.svg');
}
.logo-bk8, .logo-bk8-pop {
	background: url('../image/bk8.svg');
}
.logo-jbo, .logo-jbo-pop {
	background: url('../image/jbo.svg');
}
.logo-betwinner, .logo-betwinner-pop {
	background: url('../image/betwinner.svg');
}
.logo-mostbet, .logo-mostbet-pop {
	background: url('../image/mostbet.svg');

}
.logo-1xbet, .logo-1xbet-pop {
	background: url('../image/1xbet.svg');
}
.logo-melbet, .logo-melbet-pop {
	background: url('../image/melbet.svg');
}
.bg-jbo, .bg-jbo-pop{
	background-color:#121212;
}
.bg-m88, .bg-m88-pop{
	background-color:#1a2332;
}
.bg-betwinner, .bg-betwinner-pop{
	background-color:#14805e;
}
.bg-fun88, .bg-fun88-pop{
	background-color:#26a9e1;
}
.bg-happy-luke, .bg-happy-luke-pop{
	background-color:#ba1b68;
}

/*--------------------------------------------------------------*/

/* GOLINK REDRIECT PAGE */

body.page-template-go-link-page{
    height: 90vh;
background: linear-gradient(to bottom, rgba(20, 121, 204, 0.5), rgba(20, 121, 204, 0.5)), url(../image/back.webp) repeat;}

body.page-template-go-link-page #page{
    width: auto;
    background: none;
}

.redirect-box {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10px 0px #b3b3b3;
    border-radius: 5px;
    background: #ffffff;
}

.redirect-box .box-site-logo {
    position: relative;
    height: 70px;
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
}

.redirect-box .box-site-logo .flag-shadow {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 3px 2px #454545);
}

.redirect-box .box-site-logo .site-logo {
    background: #ffffff;
    width: 300px;
    height: 95px;
    padding-top: 5px;
    border-radius: 5px 5px 5px 5px;
}

.redirect-box .box-site-logo .site-logo > span {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    background-image: url(../image/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 290px;
    height: 80px;
}

.redirect-box .txt-box {
    padding: 25px 10px 20px;
    background: #ffffff;
}

.redirect-box .txt-box .txt {
    font-size: 30px;
    text-align: center;
}

.redirect-box .txt-box .txt >span {
    display: block;
    font-weight: bold;
    color: #d23b42;
}

.redirect-box .brand-box {
    height: 100%;
    padding: 10px 10px;
    border-top: 1px solid #c3c3c3;
    border-radius: 0 0 5px 5px;
}



@media screen and (max-width: 425px){
    .redirect-box .txt-box .txt {font-size: 25px;}
}
.en-ie {
	background: url(../image/ireland.svg) no-repeat;
	background-size: contain;
}
.ja {
	background: url(../image/japan.svg) no-repeat;
	background-size: contain;
}
.de-at{
	background: url(../image/austria.svg) no-repeat;
	background-size: contain;
}