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

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

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

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

body {
	line-height: 1;
}

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

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

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

pre,
textarea {
	overflow: auto;
}

[hidden],
template {
	display: none;
}

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

b,
strong,
mark {
	font-weight: bold;
}

mark {
	background: transparent;
	color: inherit;
}

em,
i {
	font-style: italic;
}

input {
	line-height: normal;
}

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

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

.to-left,
.to-right {
	display: inline;
	margin-top: 5px;
}

.to-left {
	float: left;
	margin-right: 16px;
}

.to-right {
	float: right;
	margin-left: 16px;
}

.to-right.v-2.overline {
	z-index: 99;
	position: relative;
}

.centered {
	clear: both;
	display: block;
	margin: 28px auto;
}

.float-clear:after {
	content: "";
	display: block;
	clear: both;
}

.img-bord,
img.to-left:not(.v-2),
img.to-right:not(.v-2),
img.centered:not(.v-2),
.embed-video {
box-shadow: 2px 2px 10px #000;
}

.pros-section {
    width: 100%;
    margin: 0 0 1%;
    padding: 0 0 20px 0;
}

.pros-section .holder {
    display: table;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.pros-section .holder .cell {
    padding: 1%;
    width: 50%;
    display: table-cell;
    vertical-align: top;
		font-family: 'Viga', sans-serif;
		text-align: left;
}

.pro {
    background-color: #f3f3f3;
    color: #424242;
    border-bottom: 2px solid #498c13;
}

.con {
    background-color: #f3f3f3;
    color: #424242;
    border-bottom: 2px solid #f15f43;
}

.con .title, .pro .title {
    font-size: 20px;
    text-align: left;
    position: relative;
    width: 100%;
    padding-left: 50px;
    line-height: 41px;
    margin-top: -10px;
}

.con .title::before, .pro .title::before {
    position: absolute;
    left: 0;
    border-radius: 500px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 300;
    line-height: 36px;
    font-size: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    font-family: Verdana;
}

.pro .title::before {
    content: "+";
    background: #498c13;
}

.con .title::before {
    content: "-";
    background: #f15f43;
}

.con ul, .pro ul {
    padding: 0 0 0 20px;
    list-style: none;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.con ul li, .pro ul li {
    position: relative;
}

.con ul li::before, .pro ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 3px;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: -15px;
    top: 9px;
}

.pros-section .holder .cell.seprt {
    width: 1%;
}

.animated-banner {
	margin-top: 2rem;
	display: block;
	width: 100%;
	max-width: 350px;
	position: relative;
	float: right;
	margin-left: 1em;
}

.animated-banner.static {
	max-width: 197px;
}

.animated-banner::before {
	content: "";
	display: block;
	padding-top: 57.1429%;
}

.animated-banner.static::before {
	padding-top: 38.1429%;
}
p.note {
	text-align: center;
    border: solid 3px #ffac00;
    padding: 10px;
    color: #0d0d0d;
    background-color: #ffd200c4;
    border-radius: 7px;
}

.main {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	width: 72%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}

.hero {
	background-color: #049b59;
	    padding: 2rem;
	    border-radius: 10px;
	    position: relative;
	    width: 585px;
	    float: left;
	    margin-bottom: 30px;
}
.hero:nth-child(even) {margin-right: 15px;}
.hero__title {
  color: white;
  margin: 0 0 0.25rem !important;
  font-weight: 400;
	text-align: left;
	font-family: 'Viga', sans-serif;
	font-size: 22px;
}
.hero__text {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  max-width: 55%;
	text-align: left;
	margin-bottom: 0px!important;
}
.hero__cta {
  padding-left: 3rem;
  padding-right: 3rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.hero__img {
  width: 40%;
  max-width: 350px;
  position: absolute;
  overflow: hidden;
  height: calc(110%);
  top: -10%;
  right: 2rem;
}
.hero__img img {
  width: 100%;
  height: auto;
}

.animated-banner.static .main {
	width: 100%;
	top: -7%;
	left: 28%;
}

.diamond-part {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	top: -6%;
	left: 64%;
	width: 14%;
}

.btc-part {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	top: -6%;
	left: 0%;
	width: 33%;
}

.lth-part {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	top: 31%;
	left: 68%;
	width: 35%;
}

.animated-banner:not(.static):hover .diamond-part {
	transform: translate(10%, -10%) scale(1.1);
}

.animated-banner:not(.static):hover .btc-part {
	transform: translate(0%, -10%);
}

.animated-banner:not(.static):hover .lth-part {
	transform: translate(0%, 10%);
}

.in-video-mgn {
	margin: 40px auto!important;
}
.info, .info.left, .info.right { float: none; font: normal 13px Verdana, sans-serif; line-height: 16px; color: #868686; clear: both; overflow: auto; margin: 0 auto 15px }

.info table { width: 100%; border-top: 1px solid #ddd; border-right: 1px solid #ddd; background: #fff }
.info th, .info td { border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px 12px }
.info td { font-size: 13px; color: #868686 }
.info tr:nth-child(odd), .info tr:nth-child(odd) { background: #fff }


table.quoten {width: 100%; margin-bottom: 20px;}
table.quoten thead {border: solid 1px #c9c9c9; line-height: 28px; background-color: #fff; padding: 5px 0;}
table.quoten thead th {border-right: solid 1px #c9c9c9; color: #383434;}
table.quoten td {padding: 0;border: solid 1px #c9c9c9;}
table.quoten td.double span {display: block; padding: 10px 0;line-height: 24px;}
table.quoten tbody td.double span:nth-child(1)  {background-color: rgb(232 234 235);}
table.quoten tbody td.double span:nth-child(2) {background-color: #fff;}
table.quoten td:nth-child(1) span:nth-child(1) {position: relative;}
table.quoten td:nth-child(1) span:nth-child(1):after {
	content: "";
	background: url(/logos/vs.svg) center center no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-block;
	vertical-align: sub;
	position: absolute;
	transform: rotate(-25deg);
	right: 0;
	left: 0;
	margin: auto;
	top: 34px;
}
.logo[class*="bg-"] {
	width: 124px;
	height: 37px;
	border-radius: 4px;
	padding: 5px 10px;
	box-sizing: content-box;
	margin: 0px auto;
}
.logo.fix-logo {
	width: 105px;
	height: 37px;
	border-radius: 4px;
	padding: 5px 10px;
	box-sizing: content-box;
	margin: 0px auto 10px;
}

.detld-rvw .logo[class*="bg-"] {
	margin: 0;
}
.detld-rvw table tr td {display: block;}
.detld-rvw table tr td span.none {display: none;}
.detld-rvw table:not(.v-rev) tbody tr:nth-child(even) {background-color: transparent;}
div.full .logo {
	float: left;
	margin: 0 15px 0 0;
}

div.sub-article.bg--ff>div.saf-rec.v2.terms-br.mgn-28>div>div>.logo[class*="bg-"] {
	width: 100px;
	height: 30px;
	margin: 0 auto;
}

div.sub-article.bg--ff>div.saf-rec.v2.terms-br.mgn-28>div>div>.logo [class*="logo-"] {
	background-size: 98px 30px;
	min-height: 30px;
}

div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo[class*="bg-"] {
	width: 122px;
	height: 35px;
	margin:  0 auto 10px;
	box-shadow: none;
}

div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo [class*="logo-"] {
	background-size: 122px 35px;
	min-height: 35px;
}

div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo .logo-fortunejack {background-size: 122px 41px;}

table.prime-table tr>td>.logo {
	width: 120px;
	height: 50px;
	margin: 0 auto;
	box-shadow: none;
}

table.prime-table tr>td>.logo [class*="logo-"] {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.gam-op.v-2>.group>.top .group-1>.logo[class*="bg-"] {
	box-sizing: border-box;
	width: 85px;
	height: 40px;
	box-shadow: none;
	padding: 0;
}

.gam-op.v-2>.group>.top .group-1>.logo [class*="logo-"] {
	background-size: 82px;
	margin-top: 8px;
}
.gam-op.v-2>.group>.top .group-1>.logo .logo-fortunejack {
			background-size: 84px 33px;
	    margin-top: 6px;
}

.gam-op.v-2>.group>.top .group-1>.logo .logo-bovada {
	margin: 15px 0 0 1px;
}

div.topoftype.topoftype--right.viga.terms-br>div>div>div.logo[class*="bg-"] {
	width: 90px;
	height: 30px;
	box-shadow: none;
}

div.person {
display: table;
width: 210px;
height: auto;
padding: 0px 10px;
background: #d1d1d1;
float: left;
margin-right: 20px;
border: solid 3px #049b59;
border-radius: 5px;
}
div.person img {margin-top: 0;}

div.topoftype.topoftype--right.viga.terms-br>div>div>div.logo [class*="logo-"] {
	background-size: 91px;
}

div.boxes-eval.mgn-28>div.group-wrap>div.group>div.logo {
	box-shadow: none;
	margin: 0 auto;
	width: 100px;
	height: 30px;
}

div.boxes-eval.mgn-28>div.group-wrap>div.group>div.logo [class*="logo-"] {
	background-size: 100px 30px;
	min-height: 30px;
}

div.boxes-eval.mgn-28>div.group-wrap>div.group>div.logo .logo-fortunejack {
	background-size: 100px 34px;
}

table.safe-table.terms-br.mgn-28>tbody>tr>td>span.logo {
	width: 90px;
	height: 30px;
	box-shadow: none;
}

table.safe-table.terms-br.mgn-28>tbody>tr>td>span.logo [class*="logo-"] {
	background-size: 90px 30px;
	min-height: 30px;
}
table.safe-table.terms-br.mgn-28>tbody>tr>td>span.logo .logo-fortunejack {
 background-size: 93px 35px;
}
.gam-op:not(.v-2)>.group>.bottom ul li .logo[class*="bg-"] {
	width: 70px;
	height: 30px;
	box-shadow: none;
	margin-top: 3px;
}

.gam-op:not(.v-2)>.group>.bottom ul li .logo [class*="logo-"] {
	background-size: 69px 33px;
	min-height: 33px;
}

.logo {
	box-shadow: 3px 4px 3px 0 #000;
}

.logo [class*="logo-"] {
	background-size: contain;
	min-height: 38px;
	background-position: center;
}

div.propsl.propsl--left>div>div.top.float-clear>div.group-a>[class*="logo-"] {
	margin-top: 5px;
	background-size: 120px;
	min-height: 33px;
}

div.propsl.propsl--left>div>div.top.float-clear>div.group-a>.logo-bovada {
	margin-top: 10px;
}

.foot-top-cas .group-1 .logo {
		margin-bottom: 10px;
	    height: 35px;
	    box-shadow: none;
}
.foot-top-cas .group-1 .logo-betway {
	background-color: #000;
	height: auto;
	padding: 13px;
	width: 120px;
	background-position: 6px 5px;
	border-radius: 5px;
}
.foot-top-cas .group-1 .logo-betsson {
	background-color: #f60;
	height: auto;
	padding: 13px;
	width: 120px;
	background-position: 6px 5px;
	border-radius: 5px;
}

[class*="logo-"] {
	display: block;
	text-indent: -9999px;
	text-align: left;
}

div.detld-rvw.mgn-28>div>div.group-a>div.group-1>.logo-bodog {
	background-size: auto;
	min-height: auto;
}

div.detld-rvw.mgn-28>div>div.group-a>div.group-1>.logo-bodog {
	background-size: 158px;
	min-height: 41px;
}


.logo-bet365 {
	background: url(/logos/bet365.svg) no-repeat;
	background-position: center;
	background-size: 80%;
}
.logo-m88 {
	background: url(/logos/m88.svg) no-repeat;
	background-position: center;
}
.logo-bk8 {
	background: url(/logos/bk8.svg) no-repeat;
	background-position: center;
}
.logo-1xbet {
	background: url(/logos/1xbet.svg) no-repeat;
	background-position: center;
}

.bg-bk8 {background-color: #fff;}
.bg-bet365 {background-color: #027b5b;}
.bg-1xbet {background-color: #195685;}
.bg-m88 {background-color: #000;}


.breadcrumbs {
	padding: 5px 10px;
	background: rgb(231, 233, 241);
	margin: 10px auto!important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding-right: 10px;
	font-size: 14px;
	padding-left: 0!important;
	margin-bottom: 0!important;
	font-family: 'Viga', sans-serif;
}
.breadcrumbs li a {color: #049b59; font-family: 'Viga', sans-serif;}
.breadcrumbs li:not(:last-child):after {
	position: absolute;
	content: '';
	top: 4px;
	left: 100%;
	border: solid #5a5757;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.sprite {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.sports-ico {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 48px;
	height: 37px;
	background-size: contain;
	background-position: center!important;
}
.detld-rvw .sports-ico {margin-bottom: 10px}
.sports-ico.football {
	background: url(/images/football.svg) no-repeat;
}
.sports-ico.basketball {
	background: url(/images/basketball.svg) no-repeat;
}

.sports-ico.tennis {
	background: url(/images/tennis.svg) no-repeat;
}

.sports-ico.hockey {
	background: url(/images/hockey.svg) no-repeat;
}

.sports-ico.baseball {
	background: url(/images/baseball.svg) no-repeat;
}
.sports-ico.skiing {
	background: url(/images/skiing.svg) no-repeat;
}
.sports-ico.am-football {
	background: url(/images/american-football.svg) no-repeat;
}
.sports-ico.horse-racing {
	background: url(/images/horse.svg) no-repeat;
}
.sports-ico.volleyball {
	background: url(/images/volleyball.svg) no-repeat;
}



[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 153px;
	border-radius: 3px;
	background-color: #049b59;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	visibility: hidden;
}

[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 40%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #049b59;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.sprite.comm-sec-softw.ico--ssl-big:hover,
.sprite.comm-sec-softw.ico--ssl-big-h,
.sprite.comm-sec-softw.ico--ssl-big {
	background: url(/images/ssl.svg) no-repeat;
	background-size: 54px;
	width: 56px;
	height: 28px;
	background-position: center;
}

.sprite.comm-sec-softw {
	background: url(/logos/malaysian88bet.svg) no-repeat;
	background-position: center;
}

.sprite.comm-sec-softw.ico--logo-footer {
	width: 129px;
	height: 45px;
	background-size: 127px auto;
	background-position: center;
}

.sprite.comm-sec-softw.ico--gambleaware-big-off:hover,
.sprite.comm-sec-softw.ico--gambleaware-big-hover,
.sprite.comm-sec-softw.ico--gambleaware-big-off {
	background: url(/logos/gambleaware.svg) no-repeat;
	background-size: 180px auto;
	width: 180px;
	height: 20px;
	background-position: center;
}

.sprite.comm-sec-softw.ico--18plus {
	background: url(/images/18+.svg) no-repeat;
	background-size: 31px 28px;
	width: 31px;
	height: 28px;
	background-position: center;
}

.rating {
	background-size: 35px;
	width: 41px
}

div.boxes-text-2 span.far {
	position: absolute;
	left: 25px;
	font-size: 20px;
	color: #049b59;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


div.boxes-text-2>div>p>span.qa {
	font-size: 18px;
	font-weight: bold;
	color: #049b59;
}

.cert-ico {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 36px;
	height: 37px;
}
.cert-ico.odds {
	background: url(/logos/odds.svg) no-repeat;
	background-size: 36px;
}

.cert-ico.markets {
	background: url(/logos/markets.svg) no-repeat;
	background-size: 36px;
}

.cert-ico.promos {
	background: url(/logos/promos.svg) no-repeat;
	background-size: 36px;
}

.cert-ico.support {
	background: url(/logos/support.svg) no-repeat;
	background-size: 36px;
}


.cert-ico.live {
	background: url(/logos/streaming.svg) no-repeat;
	background-size: 36px;
}

.cert-ico.apps {
	background: url(/logos/phone.svg) no-repeat;
	background-size: 36px;
}

.color-br::after {
	content: '';
	position: absolute;
	left: 190px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #1B354C;
}

html.active,
html.active>body {
	overflow: hidden;
}

body {
	min-width: 320px;
	margin: 0 auto;
	color: #383434;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, sans-serif;
	text-align: justify;
	background-image: url("/images/football-no-lines.png");
	background-color: #00b564;
	background-size: 22.3%;
}
.d-inb {display: inline-block; margin-bottom: 20px;}

.prime-col {
	min-width: 320px;
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}

#prime-header .prime-col {
	padding: 10px 0;
}

.bg-grey--d {
	background: #e7e9f1;
}

.bg-grey--l {
	background: #eff1f9;
}

.bg-blue {
	background: #0096cb;
}

.bg-green {
	background: #1B354C;
}

.border-black {
	border: 2px solid #fff;
	outline: 6px solid #5575cd;
}

.color-white {
	color: #fff;
}

.color-grey {
	color: #808080;
}

.head-tr {
	background: #1B354C;
	color: #fff;
}

.line-behind {
	position: relative;
	z-index: 1;
}

h1.line-behind::before {
	border-top: 3px solid #049b59;
}

.line-behind::before {
	content: '';
	border-top: 3px solid #049b59;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.blue .line-behind::before {
	border-color: #0096cb;
}

.line-behind>span {
	background: #fff;
}

.viga,
.bit-title,
.bit-title-in {
	font-family: 'Viga', sans-serif
}

.bit-title {
	padding: 2px 22px 2px 6px;
	background: #049b59;
	border-bottom: 3px solid #fff;
	color: #fff;
	text-align: center;
}
.gam-op .group p.bit-title {min-height: 28px;}

.blue .bit-title {
	background: #0096cb;
}

.bit-title.v--black {
	background: #049b59;
}

.bit-title.v-2 {
	margin-bottom: 3px;
}

.slope-tr {
	position: relative;
}

.slope-tr::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	position: absolute;
	right: 0px;
	top: -1px;
	z-index: 100;
}

.slope-tr--2::before {
	border-top-width: 14px;
	border-left-width: 14px;
}

.plat-form {
	color: #5575cd;
}

.plat-form>span:not(:last-child) {
	margin-right: 10px;
}

.plat-form>.none {
	color: #b2b2b2;
}

.fa-globe {
	font-size: 21px;
}

.fa-desktop {
	font-size: 19px;
}

.fa-apple,
.fa-android {
	font-size: 23px;
}

.fa-check-square {
	color: #227f52;
}

.topoftype-text .fa-check-square {
	color: #0096cb;
}

.blue .fa-check-square,
.rsim-table .fa-check-square {
	color: #0096cb;
}

.rsim-table .fa-minus-square {
	color: #a43221;
}

.topoftype .fa-check-square {
	margin-right: 8px;
}

.accent::before {
	content: '\25ba';
	margin-right: 6px;
}

.ov-all-rat {
	color: #000;
}

.ov-all-rat.mid-rat {
	color: #d96704;
}

.ov-all-rat.low-rat {
	color: #a43221;
}

.ov-all-rat>div {
	font-size: 18px;
}

.in-rev {
	width: 270px!important;
}

.bit-title-in-rev {
	margin-top: 35px!important;
	margin-bottom: -2px!important;
}

.bit-title-in {
	color: #000;
	font-size: 17px;
	line-height: 1.3;
}

.terms-br {
	position: relative;
}

.terms-br::after {
	content: '18+; 条款和条件适用。 访问博彩公司了解更多详情。';
	position: absolute;
	right: 0;
	bottom: -21px;
	color: #a5a5a5;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.terms-br.bet365::after {
content: '18+; 我们将送出与您有效存款相匹配的投注抵用金（最高可达$60）。返还不包括本金中的投注抵用金部分。条款与规则、时限及使用限制适用。';
position: unset;
text-align: center;
display: block;
margin-top: 5px;
}
.detld-rvw.terms-br.bet365::after {
content: '18+; 我们将送出与您有效存款相匹配的投注抵用金（最高可达$60）。返还不包括本金中的投注抵用金部分。条款与规则、时限及使用限制适用。';
}

@media screen and (min-width: 640px) and (max-width: 799px) {
.terms-br.v-2-row.bet365-t::after {bottom: -32px!important;}
}
@media screen and (min-width: 357px) and (max-width: 639px) {
	.terms-br.v-2-row.bet365-t::after {bottom: -30px!important;}
}
@media screen and (max-width: 356px) {
	.terms-br.v-2-row.bet365-t::after {bottom: -42px!important;}
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'Viga', sans-serif;
	position: relative;
}

h2.lst {
	clear: both;
}

h1,
h2 {
	text-align: center;
}

.page-title>h1 {
	margin-bottom: 10px;
	color: #0d0d0d;
}

.page-title .line-behind::before {
	border-width: 5px;
}

h2::after {
	content: '';
	display: block;
	height: 3px;
	background: #049b59;
	position: absolute;
	left: 30%;
	right: 30%;
}
h2.no-line {text-align: left;}
h2.no-line::after {content: none;}

.blue h2::after {
	background: #0096cb;
}

h2.line-behind {
	text-align: left;
}

h2.line-behind>span {
	padding-right: 20px;
}

h3.line-behind>span {
	padding-right: 20px;
}

h2.line-behind::after {
	content: none;
}

p,
li {
	line-height: 1.6;
}

div.detld-rvw.mgn-28 div.group-b>div>div>ul.sep>li {
	line-height: 1.4;
}

p:not(.sep) {
	margin: 0 0 20px 0;
}

.page-title>.sep {
	margin: 0 0 10px;
	border-bottom: 1px solid #1B354C;
	color: #726f6f;
}

ul:not(.sep),
ol:not(.sep) {
	margin: 28px auto;
}

ul {
	list-style: none;
}

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

ul:not(.sep) li,
ol:not(.sep) li {
	margin-bottom: 10px;
	padding-left: 20px;
}
ul.highl-list {
	    font-size: 14px;
}
ul.highl-list li {margin-bottom: 0px;padding-left: 10px;}
ul.highl-list li::before {
	content: "";
	    background: url(/images/football-li.svg) center center no-repeat;
	    width: 17px;
	    height: 17px;
	    background-size: 17px;
	    display: inline-block;
	    vertical-align: sub;
	    margin-right: 5px;
}

ul:not([class]) li::before,
ul.ul--stand li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url(/images/football-li.svg) no-repeat;
	background-size: 20px;
	vertical-align: middle;
}

ul.pros li span {
	color: #009688;
}

ul.cons li span {
	color: #a43221;
}

td.ftrs ul {
	margin: 0 auto;
}

td.ftrs ul li {
	margin-bottom: 0;
	text-align: left;
	line-height: 1.4
}

td.ftrs ul.sep li {
	padding-left: 20px;
}

td.ftrs ul.sep li::before {
	content: none;
}

td.ftrs ul li::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 6px;
	background-size: 15px;
}

td.ftrs ul li.no::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 6px;
	background-size: 15px;
}


ul.currencies, ul.regulations {
		display: flex;
	    list-style-type: none;
	    margin: 0 auto 10px;
	    max-width: 100%;
	    width: 100%;
	    padding: 0;
	    justify-content: center;
	    flex-wrap: wrap;
}
ul.regulations {margin-bottom: 20px;}

ul.currencies li, ul.regulations li {
	display: inline-block;
	background-position: top;
	background-repeat: no-repeat;
	height: 48px;
	margin: 5px;
	width: 69px;
	padding: 0;
	overflow: hidden;
	background-size: contain;
	text-indent: -9999px;
	background-position: center;
}
ul.regulations li {width: 150px; height: 60px; border: solid 1px #b4b4b4; box-shadow: 2px 2px 2px #b4b4b4; background-color: #fff;  border-radius: 5px;  background-size: 95% 95%;}

ul.team {
	display: flex;
width: 100%;
margin: 20px auto;
float: none;
justify-content: center;
flex-wrap: wrap;
}
ul.team li {
	width: 31.5%;
	margin: 0 10px;
	padding: 0 10px;
	min-width: 320px;
	display: block;
	background-color: #cccdd1;
	box-shadow: 3px 3px 5px #8b8b8b;
	border-radius: 3px;

}
ul.team li p {font-size: 15px; text-align: justify;}
ul.team li p strong {
	display: block;
	font-family: 'Viga', sans-serif;
	text-align: center;
	color: #383434;
	font-weight: 500;
	font-size: 16px;
	margin: 0 auto 10px;
}
ul.team li img {margin-top: -10px; overflow: visible;}
ul.team li:not(:first-of-type) {border-left: none;}
ul.sports {
	display: flex;
width: 100%;
margin: 0 auto;
float: none;
justify-content: center;
flex-wrap: wrap;
}
ul.sports li {
width: 135px;
height: 135px;
background-image: linear-gradient(0deg, #909090 0%, #049b59 100%);
position: relative;
margin-right: 10px;
border-radius: 5px;
margin-left: 10px;
}

ul.sports li .ico {
	background-size: contain;
background-repeat: no-repeat;
width: 110px;
height: 110px;
border-radius: 13px;
position: absolute;
top: -5px;
left: -5px;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: transform;
transition-property: transform;

}
ul.sports li span:not(.ico) {
		position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-shadow: -1px 2px 3px #000;
}
.sports li:hover {
	background-image: linear-gradient(0deg, #484848 0%, #049b59 100%);
}
ul.sports li:hover .ico {
	-webkit-transform: translateY(-10px) translateX(15px);
	transform: translateY(-10px) translateX(15px);
}

ul.sports li .ico.i-football {background-image: url(/images/football.svg);}
ul.sports li .ico.i-basketball {background-image: url(/images/basketball.svg);}
ul.sports li .ico.i-tenis {background-image: url(/images/tennis.svg);}
ul.sports li .ico.i-skiing {background-image: url(/images/skiing.svg);}
ul.sports li .ico.i-baseball {background-image: url(/images/baseball.svg);}
ul.sports li .ico.i-hockey {background-image: url(/images/hockey.svg);}
ul.sports li .ico.i-amfootball {background-image: url(/images/american-football.svg);}
ul.sports li .ico.i-motorsport {background-image: url(/images/motorsports.svg);}
ul.sports li .ico.i-esports {background-image: url(/images/joystick.svg);}
ul.sports li .ico.i-volleyball {background-image: url(/images/volleyball.svg);}
ul.sports li .ico.i-golf {background-image: url(/images/golf.svg);}
ul.sports li .ico.i-horse-racing {background-image: url(/images/horse.svg);}

ul.currencies li::before, ul.regulations li::before {
	content: none;
}

.currencies li span, .regulations li span {display: inline-block; font-size: 15px; text-align: center;width: 100%;}
.currencies li.visa, span.visa {background-image: url(/logos/visa.svg);}
.currencies li.muchbetter, span.muchbetter {background-image: url(/logos/muchbetter.svg);}
.currencies li.astropay, span.astropay {background-image: url(/logos/astropay.svg);}
.currencies li.mastercard, span.mastercard {background-image: url(/logos/mastercard.svg);}
.currencies li.maestro, span.maestro {background-image: url(/logos/maestro.svg);}
.currencies li.banktransfer, span.banktransfer {background-image: url(/logos/bank-transfer.svg);}
.currencies li.sofort, span.sofort {background-image: url(/logos/sofort.svg);}
.currencies li.trustly, span.trustly {background-image: url(/logos/trustly.svg);}
.currencies li.giropay, span.giropay {background-image: url(/logos/giropay.svg);}
.currencies li.paypal, span.paypal {background-image:url(/logos/paypal.svg);}
.currencies li.ecopayz {background-image:url(/logos/ecopayz.svg);}
.currencies li.neteller, span.neteller {background-image:url(/logos/neteller.svg);}
.currencies li.ethereum, span.ethereum {background-image:url(/logos/ethereum.svg);}
.currencies li.tether, span.tether {background-image:url(/logos/tether.svg);}
.currencies li.skrill , span.skrill{background-image:url(/logos/skrill.svg);}
.currencies li.klarna , span.klarna{background-image:url(/logos/klarna.svg);}
.currencies li.xrp , span.xrp{background-image:url(/logos/xrp.svg);}
.currencies li.litecoin , span.litecoin{background-image:url(/logos/litecoin.svg);}
.currencies li.diners-club , span.diners-club{background-image:url(/logos/diners-club.svg);}
.currencies li.paysafecard, span.paysafecard {background-image:url(/logos/paysafecard.svg);}
.currencies li.bitcoin {background-image:url(/logos/bitcoin.svg);}
.currencies li.quickpay {background-image:url(/logos/quickpay.svg);}
.currencies li.entropay {background-image:url(/logos/entropay.svg);}
.currencies li.zimpler {background-image:url(/logos/zimpler.svg);}
.regulations li.ecogra {background-image: url(/logos/ecogra.svg);}
.regulations li.egba {background-image: url(/logos/egba.svg); background-color: #D90001;}
.regulations li.essa {background-image: url(/logos/essa.svg);}
.regulations li.ibas {background-image: url(/logos/ibas.svg);}
.regulations li.gamcare {background-image: url(/logos/gamcare.svg);}
.regulations li.mga {background-image: url(/logos/mga.svg);}
.regulations li.ukgc {background-image: url(/logos/ukgc.svg);}
.regulations li.gibraltar {background-image: url(/logos/gibraltar.svg);}
.regulations li.curacao {background-image: url(/logos/curacao.svg);}
a {
	color: #ff7e06;
	text-decoration: none;
	text-align: left;
}
#prime-nav a {
	color: #049b59;
}
a:hover {
	color: #049b59;
	text-decoration: underline;
}

.blue a,
.blue a:hover {
	color: #0096cb;
}

.orange a,
.orange a:hover {
	color: #d96704;
}

a:focus {
	outline: thin dotted;
}

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

a.goin, span.goin,
a.goout, span.goout {
	display: inline-block;
	border: 2px solid;
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}

a.goout.a-text {
	width: auto!important;
	margin-top: 1.5em;
}

a.goout.games-text {
	width: auto!important;
	margin: 1.5em auto;
	text-align: center;
	display: table;
}

.propsl-in:not(.v-2) {
	padding: 0 18px 18px;
}

.propsl-in.v-2 {
	padding: 0 18px 0;
}

.propsl .ornament {
	top: -4px;
	text-align: center;
}

.propsl .ornament>span {
	display: inline-block;
	width: 75px;
	height: 29px;
	background: #e7e9f1;
	visibility: hidden;
}

.propsl-in.v-2>.top>div,
.propsl-in.v-2>.bottom>div {
	float: left;
	width: 50%;
	padding: 4px;
}

.propsl-in.v-2>.top>.group-a::before {
	margin-right: 10px;
}

.propsl-in.v-2>.top>.group-b {
	padding-right: 50px;
	font-size: 18px;
	text-align: right;
	position: relative;
}

.propsl-in.v-2>.top>.group-b>span:not(.rating) {
	min-width: 118px;
}

.propsl-in.v-2>.top>.group-b .rating {
	position: absolute;
	right: 0;
	bottom: 0;
}

.propsl-in.v-2>.top>.group-b .ov-all-rat {
	font-size: 26px;
}

.propsl-in>.middle,
.propsl-in>.bottom {
	padding: 10px 0;
	border-top: 3px solid #5575cd;
}

.propsl-in>.middle>li::before {
	margin-right: 10px;
}

.propsl-in>.middle>li:not(:last-child) {
	margin-bottom: 4px;
}

.propsl-in>.bottom {
	padding-top: 10px;
}

.propsl-in>.bottom>.group-a {
	font-weight: bold;
}

.propsl-in.v-2>.bottom a.goout {
	margin-top: 4px;
	padding: 8px;
	vertical-align: middle;
	font-size: 15px;
}

.propsl .shortcut {
	margin: 10px 0;
}

.propsl .shortcut a {
	text-transform: uppercase;
}
a.go {
	color: #000;
	font-size: 14px;
}

a.goin, span.goin {
	background: #049b59;
	border-color: #049b59;
}

a.goout, span.goout {
	background: #f55f51;
	border-color: #f55f51;
}
.prime-table:not(.revBon) a.goout {position: relative; margin: 10px auto;  top: 1px;  left: 0; right: 0;font-size: 16px;}
.prime-table:not(.revBon) a.goout::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
    background: rgba(255,255,255,0.5);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: shine 1.5s infinite;
    animation: shine 1.5s infinite;
}
@-webkit-keyframes shine {
	0% {transform:translateY(-100%);}
	100% {transform:translateY(100%);}
}
@keyframes shine {
	0% {transform:translateY(-100%);}
	100% {transform:translateY(100%);}
}
a.goin:hover,
a.goout:hover {
	background: transparent;
	text-decoration: none;
}

a.goin:hover {
	color: #049b59;
}

a.goout:hover {
	color: #f55f51;
}

#prime-header,
#prime-footer {
	background: #383434;
	position: relative;
}
#prime-footer{
	padding-bottom: 120px;
}

#prime-header {
	border-bottom: 8px solid #049b59;
}

#logo {
	display: inline-block;
}
#prime-nav {
	z-index: 9999;
}

#prime-nav>ul li {
	position: relative;
}

#prime-nav a {
	display: block;
	padding: 0 10px;
	font-family: 'Viga', sans-serif;
	text-decoration: none;
}

#prime-nav .dropdown a:hover {
	color: #049b59;
}

.mov-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #049b59;
	z-index: 9999;
}

.mov-nav.active {
	bottom: 190px;
	border-bottom: 6px solid #383434;
}

.mov-nav li {
	float: left;
	width: 50%;
	padding-top: 20px;
	text-align: center;
	position: relative;
}
.mov-nav li:nth-of-type(1) {border-right: solid 2px #fff;}
.mov-nav li:nth-of-type(2) {border-left: solid 2px #fff;}

.mov-nav li.active {
	background: #049b59;
}
.mov-nav li.active::before {
	content: '';
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 14px;
	color: #fff;
	background: url(/images/close.svg);
background-size: contain;
width: 16px;
height: 16px;
}


.mov-nav li.active::after,
.mov-nav a::before,
.mov-nav.active a::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mov-nav li.active::after,
.mov-nav li.active a::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.mov-nav li.active:after {
	bottom: -12px;
	border-top: 6px solid #383434;
	z-index: -1;
}

.mov-nav a {
	color: #fff;
	font-size: 10px;
	position: relative;
	text-decoration: none;
}

.mov-nav a::before {
	top: -22px;
	width: 18px;
	height: 18px;
	background: url('/images/menu.svg') no-repeat;
	background-size: 18px 18px;
}

.mov-nav .group-1 a::before {
	top: -22px;
	width: 18px;
	height: 18px;
	background: url('/images/quick-links.svg') no-repeat;
	background-size: 18px 18px;
}

.mov-nav .group-2 a::before {
	top: -22px;
	width: 18px;
	height: 18px;
	background: url('/images/menu.svg') no-repeat;
	background-size: 18px 18px;
}

.mov-nav .group-3 a::before {
	top: -22px;
	width: 22px;
	height: 22px;
	background: url('/images/top.svg') no-repeat;
	background-size: 22px 22px;
}

.mov-nav li.active a::after {
	bottom: -11px;
	border-top: 6px solid #049b59;
}

.sub-article {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	box-shadow: 0px -2px 20px 0px #000;
}

.sub-article.blue {
	border-color: #0096cb;
}

.page-title {
	text-align: center;
}

.olcount {
	list-style: none;
	counter-reset: item;
}

.olcount>li {
	counter-increment: item;
	padding-left: 40px;
	position: relative;
}

.olcount>li::before {
	content: counter(item);
	position: absolute;
	background: #fff;
	border: 4px solid #049b59;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	z-index: 20;
}

.olcount.v-1>li::before {
	left: 10px;
	top: 0;
	width: 52px;
	line-height: 44px;
	font-size: 28px;
}

.olcount.v-1>li {
	padding: 0;
	margin-bottom: 20px;
}

.olcount.v-1>li>span {
	margin-left: 70px;
	font-size: 22px;
	text-transform: uppercase;
}

.olcount.v-1>li>p {
	margin: 0;
	padding: 10px 20px 10px 70px;
	background: #eff1f9;
}

.olcount.v-1 .slope-tr {
	border-color: #eff1f9;
}
p.center {text-align: center;}
.shortcut {
	display: block;
	width: 100%;
	border-left: 10px solid #5a5757;
	text-align: left;
}
p.tc {
	font-size: 12px;
line-height: 15px;
text-align: center;
font-style: italic;
font-weight: bold;
}

.shortcut:hover {
	border-color: #049b59;
	border-right: 10px solid #049b59;
}

.orange .shortcut:hover {
	border-color: #049b59;
}

.blue .shortcut:hover {
	border-color: #049b59;
}

.shortcut a {
	background: #fff;
	color: #1B354C;
	line-height: 1.5;
}

.shct-arr--r a {
	display: table;
	width: 100%;
	text-decoration: none;
}

.shortcut .before,
.shct-arr--r .after {
	color: #fff;
	position: relative;
}

.shortcut .before {
	display: none;
	width: 100px;
	background: #049b59;
}

.jump-at .shortcut .before {
	width: 90px;
}

.shortcut:hover .before {
	display: table-cell;
}

.orange .shortcut:hover .before {
	background: #d96704;
}

.blue .shortcut:hover .before {
	background: #0096cb;
}

.shct-arr--r .after {
	display: table-cell;
	width: 40px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	background: #5a5757;
	text-align: center;
	font-display: swap;
}

.shortcut:hover .after {
	display: none;
}

.shortcut .middle {
	padding: 4px;
}

.jump-at .shortcut .middle {
	padding: 4px 4px 4px 16px;
}

.shortcut .before>span,
.shct-arr--r .after>span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shortcut .before>span {
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	font-weight: bold;
}

.shct-arr--r .after>span {
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.jump-at.full ul {
	padding: 20px 30px;
}

.jump-at ul>li:not(:last-child) {
	margin-bottom: 20px;
}

.jump-at .shortcut a {
	color: #383434;
}

.bon-prog {
	width: 100%;
	text-align: center;
}

.bon-prog.v-2 .group {
	padding: 20px 20px 16px;
}

.bon-prog.v-1 .group>li:first-child {
	position: relative;
}

.bon-prog.v-2 .group>li:first-child {
	text-align: left;
}

.bon-prog.v-2 .group>li:first-child>.group-a>.in {
	margin: 0 auto;
	display: block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.bon-prog.v-2 .group>li:first-child>.group-c>span,
.bon-prog.v-2 .group>li:not(:first-child)>span {
	display: block;
}

.bon-prog.v-2 .group>li:not(:first-child)>img {
	outline: 2px solid #16181b;
}

.bon-prog.v-2 .group>li:not(:first-child)>span {
	margin-top: 6px;
	font-size: 18px;
	line-height: 1.3;
}

.bon-prog.v-1 .group>li:first-child::before {
	content: '\f06b';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-display: swap;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 70px;
	width: 50px;
	height: 50px;
	background: #1B354C;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
}

.bon-prog .text-info>.sep {
	margin: 6px auto;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	min-height: 66px;
}

.bon-prog .color--grey {
	font-size: 14px;
}

.bon-prog a.goin,
.bon-prog a.goout {
	min-width: 70%;
	margin-top: 6px;
	padding: 2px 6px;
	font-size: 15px;
}

.gam-op {
	text-align: center;
}

.gam-op.v-2 {
	margin: 40px auto 30px;
}

.gam-op:not(.v-2)>.group>div {
	padding: 10px;
}

.gam-op.v-2>.group>.top {
	padding: 10px 0;
}

.gam-op.v-2>.group>.top .group-1 {
	height: 82px;
	padding: 4px 20px 4px 4px;
	position: relative;
}

.gam-op.v-2>.group>.top .group-1>div {
	position: absolute;
	left: 14px;
	bottom: 0px;
}

.gam-op.v-2>.group>.top .group-1 .rating {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.gam-op.v-2>.group>.top .group-2 .bit-title-in {
	font-size: 17px;
	text-transform: uppercase;
}

.gam-op.v-2>.group>.top .in {
	color: #808080;
	font-style: italic;
}

.gam-op.v-2>.group>.top .ov-all-rat {
	font-weight: 800;
	font-style: normal;
}

.gam-op.v-2>.group>.top .in--2 {
	margin: 4px auto;
}

.gam-op.v-2>.group>.top .in a {
	display: block;
	color: #1B354C;
}

.gam-op.v-2>.group>.middle {
	margin-bottom: 20px;
	padding: 10px 2px;
	background: #b4cbcd;
}
.gam-op.v-2>.group>.middle .payments {margin-bottom: 15px;}
.gam-op.v-2>.group>.middle p.boon {margin: 0px auto 5px;}
.gam-op.v-2>.group>.middle>p {
	margin-bottom: 0px;
	font-style: italic;
	font-size: 14px;
}

.gam-op.v-2>.group>.middle>div>div {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: #fff;
}

.gam-op.v-2>.group>.top .in--2 {
	font-size: 14px;
}

.gam-op:not(.v-2)>.group>.bottom {
	border-top: 1px solid #1B354C;
}

.gam-op .banner {
	margin-top: 6px;
}

.gam-op .text-info {
	margin: 10px auto;
	font-style: italic;
	font-size: 14px;
	text-align: left;
}

.gam-op .text-info>p::first-letter {
	margin-left: 20px;
}

.gam-op:not(.v-2) .bit-title-in {
	margin-bottom: 10px;
	color: #5575cd;
}

.gam-op .group-ul>li {
	display: inline-block;
	vertical-align: middle;
}

.gam-op .group-ul>li:first-child {
	float: left;
}

.group-ul.float-clear.sep.in-games>li {
	float: none!important;
}

.gam-op .group-ul>li:nth-child(2) {
	margin-right: 5%;
	font-size: 18px;
	line-height: 1.3;
}

.gam-op a.goin {
	padding: 2px 10px;
}

.gam-op a.goout {
	width: 98px;
	padding: 2px 4px;
	font-size: 15px;
}

.topoftype {
	text-align: center;
}

.topoftype>div {
	padding: 20px;
}

.topoftype>div.fix {
	padding: 5px 20px;
}

.topoftype>div>.group {
	display: table-cell;
	vertical-align: top;
}

.topoftype>div>.group:first-child {
	width: 115px;
}

.topoftype>div>.group:last-child {
	padding-left: 4px;
}

.topoftype--left.viga.terms-br>div>div.group.group-a>div.group-1 {
	margin: 20px auto;
}

.topoftype-text .topoftype>div>.group-a>.group-1 {
	margin: 10px auto;
}

.topoftype-text .topoftype>div>.group-a>.group-1 .ic-realm {
	font-family: Arial, sans-serif;
}

.topoftype .text-info:nth-last-child(2) {
	margin-top: 6px;
	margin-bottom: 10px;
}

.topoftype .fix .text-info:nth-last-child(2) {
	margin-top: 5px;
	margin-bottom: 14px;
}

.topoftype .ov-all-rat {
	margin-top: 10px;
	margin-bottom: 4px;
}

.topoftype .fix .ov-all-rat {
	margin-top: 5px;
}

.topoftype .text-info>span:not(.fas) {
	font-family: Arial, sans-serif;
}

.topoftype .text-info>span.fas {
	color: #227f52;
}

.topoftype .text-info>span.fas.no {
	color: #c00d00;
}

.topoftype .text-info>span.fas:not(:last-child) {
	margin-right: 4px;
}

.topoftype .goin,
.topoftype .goout {
	width: 90%;
	padding: 2px;
	font-size: 18px;
}

.topoftype-text .topoftype .goout {
	margin-top: 10px;
}

.saf-rec {
	text-align: center;
}

.saf-rec>div {
	display: table;
	width: 100%;
}

.saf-rec>div>.group {
	vertical-align: top;
	padding: 10px 3px;
}

.saf-rec>div>.group>div.payments {
	margin: 8px auto 20px;
}

.saf-rec .boon,
.middle .boon {
	margin: 10px auto 5px;
	color: #0d0d0d;
}

.middle .boon {
	font-weight: bold;
	font-size: 16px;
}

.saf-rec .ov-all-rat {
	margin: 10px auto 11px;
}

.saf-rec .sprite.s25 {
	margin-bottom: 3px;
}

.saf-rec .sprite.s25:not(:nth-child(4n+3)) {
	margin-right: 10px;
}

.saf-rec .right--ico {
	padding: 6px 0;
}

.saf-rec .right--ico.v-2 {
	padding: 8px 0;
}

.saf-rec .right--ico.v-3 {
	padding-top: 10px;
}

.saf-rec a.goin,
.saf-rec a.goout {
	width: 90%;
	padding: 4px;
}

.foot-top-cas {
	position: absolute;
	top: 18px;
	width: 296px;
	color: #e5e5e5;
}

.foot-top-cas>.bit-title,
.foot-top-cas>div {
	border: 1px solid #a3a2a2;
}

.foot-top-cas>.bit-title {
	margin: 0 auto;
	background: transparent;
	font-size: 14px;
	position: relative;
}

.foot-top-cas>div {
	padding: 10px;
}

.foot-top-cas .group-a {
	height: 76px;
	margin-bottom: 30px;
}

.foot-top-cas .group-1 {
	float: left;
}

.foot-top-cas .group-a .group-1::before {
	margin-right: 6px;
}

.foot-top-cas .group-2 {
	float: right;
}

.foot-top-cas .group-2 div.fix {
	margin: 0 auto;
	width: fit-content;
}

.foot-top-cas .group-a .group-2 {
	font-size: 14px;
	margin-left: 5px;
}
.foot-top-cas .group-a .group-2 .ov-all-rat {
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	color: #E5E5E5;
}
.foot-top-cas .rating {
	margin-left: 10px;
	background-size: 37px;
	height: 70px;
}
.foot-top-cas .terms-br::after {
	right: auto;
	left: 0;
	font-size: 11px;
	bottom: -30px;
}
.foot-top-cas .s25:not(:last-child) {
	margin-right: 4px;
}
.foot-top-cas .ic-realm {
	margin: 0px auto 10px;
}
#prime-footer .foot-top-cas .goout,
#prime-footer .foot-top-cas .goin {
	padding: 4px;
	color: #fff;
	text-transform: uppercase;
}
#prime-footer .foot-top-cas .goin {
	width: 100%;
	margin-top: 8px;
}

#prime-footer .foot-top-cas .goout {
	width: 100%;
	position: relative;
	top: 6px;
}
.box-text {
	padding: 20px 20px 1px;
}
.box-text .bit-title,
.boxes-text-3 .bit-title {
	border-bottom: none;
}

.boxes-text.v-3 {
	padding: 15px 0 15px 15px;
}

.boxes-text.v-3 div:not(.group):not(.logo) {
	margin-bottom: 10px;
	padding-right: 10px;
}

.boxes-text:not(.v-2):not(.count--4)>div:not(:last-child) {
	margin-right: 15px;
}

.boxes-text-2>.bit-title {
	margin: 0;
	padding: 4px 22px 4px 4px;
}

.boxes-text-2 span.inlist-title {
	display: block;
}

.boxes-text-2.v-1:not(.full-r)>div:not(.box-text) {
	position: relative;
	width: 50%;
	float: left;
}
.boxes-text-2.v-1.full-r>div:not(.box-text) {position: relative;}
.boxes-text-2>div:not(.box-text) p {
	margin: 0;
}

.boxes-text-2.v-1>div p>span[class*=ico] {
	position: absolute;
}

.boxes-text-3.bg-green {
	color: #fff;
}

.boxes-text-3>div {
	padding: 20px;
}

.boxes-text-3:not(.v-2)>div:last-child {
	padding-top: 0;
}

.boxes-text-3 .group,
.boxes-text-3 .slope-tr {
	float: left;
}

.boxes-text-3.count--3 .group {
	width: 33%;
}

.boxes-text-3.v-2.count--3 .group:not(:last-child) {
	padding-right: 20px;
}

.boxes-text-3 .group>p:last-child {
	margin-bottom: 0;
}

.boxes-text-3 .slope-tr {
	margin: 0 10px 6px 0;
	padding: 6px 22px 6px 6px;
}

.boxes-text-3.v-2 .slope-tr {
	float: none;
	display: block;
}

.boxes-text-3.bg-green .slope-tr {
	background: #fff;
	color: #383434;
}

.boxes-text-3:not(.bg-green) .slope-tr::before {
	border-top-color: #e7e9f1;
}

.boxes-text-3.bg-green .slope-tr::before {
	border-top-color: #1B354C;
}

.boxes-eval .group {
	padding: 20px 6px;
	text-align: center;
}

.boxes-eval .bit-title {
	margin: 0;
}

.boxes-eval .group>.bit-title-in {
	margin: 8px auto 4px;
}

.boxes-eval .group>.bit-title-in>span {
	vertical-align: middle;
	line-height: 1.2;
}

.boxes-eval .group>p.in {
	color: #808080;
	font-style: italic;
	font-size: 14px;
}
.boxes-eval .group>p.in span.bonbox {
	font-weight: bold;
    line-height: 21px;
    color: #333;
    border: 5px dashed #049b59;
    padding: 0.5rem;
    font-size: 15px;
    margin: 20px auto 0;
    transition: all .3s ease;
    text-transform: capitalize;
    max-width: 240px;
    font-family: Viga;
}
.boxes-eval a.goin {
	padding: 4px 30px;
}

.boxes-cas-bnk {
	text-align: center;
}

.boxes-cas-bnk>.group {
	display: inline-block;
	vertical-align: top;
}

.boxes-cas-bnk>.group>div.top {
	padding: 14px 4px;
	border-bottom: 1px solid #f0f0f1;
}

.boxes-cas-bnk>.group>div.top>div:not(.logo) {
	height: 40px;
}

.boxes-cas-bnk>.group>div.top>p {
	margin: 0;
	line-height: 44px;
}

.boxes-cas-bnk>.group>div.top>p>span {
	line-height: 1.3;
}
.boxes-cas-bnk>.group>div.top>div, .boxes-cas-bnk>.group>div.top>p{
	min-height: 120px;
}
.boxes-cas-bnk>.group>div.top>p>span.bonbox {
	font-weight: bold;
line-height: 30px;
color: #333;
border: 5px dashed #049b59;
padding: 0.5rem 2rem;
font-size: 18px;
margin: 10px auto 0;
transition: all .3s ease;
text-transform: capitalize;
max-width: 170px;
font-family: Viga;
}
.boxes-cas-bnk span.nl {
	font: bold 25px 'Viga', sans-serif;
color: #049b59;
}

.boxes-cas-bnk>.group>div:not(.top):not(.bit-title) {
	padding: 4px 4px 0;
	border-top: 1px solid #cececf;
	border-bottom: 1px solid #f0f0f1;
}

.boxes-cas-bnk>.group>div.top>span:not(.boon) {
	margin-right: 6px;
}

.boxes-cas-bnk .group:hover .bit-title {
	background: #5575cd;
}

.boxes-cas-bnk .bit-title-in {
	margin: 0 0 4px;
	font-size: 15px;
}

.boxes-cas-bnk .boon {
	vertical-align: middle;
	color: #d96704;
	font-weight: bold;
	font-size: 15px;
}

.boxes-cas-bnk .terms-br.v-2-row::after {
	bottom: -32px;
	text-align: right;
}

.boxes-cas-bnk a.goout {
	width: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px;
}

.detld-rvw>.group {
	padding: 14px 0;
}

.detld-rvw>.group>.group-a .bit-title-in {
	margin-bottom: 4px;
	color: #383434;
	font-size: 15px;
}
div.detld-rvw div.group-3 > div:nth-child(2) > div:nth-child(2) > span {
	font-size: 22px;
    margin: 5px 0;
    font-weight: 900;
    color: #000;
		max-width: 255px;
}

.detld-rvw>.group>.group-a>.group-1,
.detld-rvw>.group>.group-a>.group-2 {
	position: relative;
}

.detld-rvw>.group>.group-a>.group-2 {
	padding: 20px 0;
}

.detld-rvw>.group>.group-a>.group-2 .box-text {
	width: 386px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div {
	padding: 10px 10px 2px;
	background: #fff;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>p {
	margin: 10px 0 10px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>p>b {
	font-style: normal;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>div {
	float: left;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a {
	width: 55%;
	padding-left: 76px;
	color: #1B354C;
	font-size: 14px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 67px;
	height: 67px;
	background: url('/images/thumb.svg') no-repeat;
	background-size: 66px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a>span {
	display: block;
	margin-top: 4px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b {
	width: 45%;
	padding: 0 0 0 10px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span:not(.sprite) {
	padding-right: 25px;
	color: #383434;
	font-size: 17px;
	    text-align: center
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span.sprite {
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.detld-rvw>.group>.group-a>.group-2 ul {
	position: absolute;
	right: 0;
	top: 30px;
	width: 356px;
	padding: 10px 10px 10px 30px;
	border: 0 solid #1B354C;
	border-width: 3px 3px 3px 0;
	font-weight: bold;
	z-index: 110;
}

.detld-rvw>.group>.group-a>.group-2 li {
	clear: both;
	line-height: 1.4;
}

.detld-rvw>.group>.group-a>.group-3 {
	text-align: center;
}

.detld-rvw>.group>.group-a>.group-3>div {
	float: left;
	width: 49%;
	padding: 0 4px;
}

.detld-rvw>.group>.group-a>.group-3>div:last-child:not {
	float: left;
	width: 50%;
}

.detld-rvw>.group>.group-a>.group-3>div:last-child .ic-realm,
.detld-rvw>.group>.group-a>.group-3>div:last-child .ic-bitc {
	width: 100%;
	padding: 0 2px;
	margin-left: 0;
}

.detld-rvw>.group>.group-a>.group-3 .ic-bitc {
	margin-left: 16px;
	margin-bottom: 10px;
}

.detld-rvw>.group>.group-a>.group-3 a.goout {
	width: 200px;
	margin-top: 6px;
	padding: 4px;
}
.detld-rvw td.none {display: none;}
.detld-rvw>.group>.group-b .bit-title-in {
	text-transform: uppercase;
}

.detld-rvw>.group>.group-a>.group-3>div:last-child .bit-title-in {
	margin-bottom: 4px;
}

.detld-rvw>.group>.group-b>div>div>ul *[class*=fas] {
	float: right;
	margin-top: 2px;
}

.detld-rvw>.group>.group-b>div>div>ul *[class*=fas].fa-check {
	color: #009688;
}

.detld-rvw>.group>.group-b>div>div>ul *[class*=fas].fa-times {
	color: #a43221;
}

.detld-rvw>.group>.group-a>.group-2 .box-text.slope-tr::before {
	border-top-color: #e7e9f1;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div.slope-tr::before {
	border-top-color: #1B354C;
}

.detld-rvw .shortcut {
	margin-top: 6px;
	text-transform: uppercase;
}

.detld-rvw .ov-all-rat {
	float: right;
	font-size: 20px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span .ov-all-rat {
	font-weight: bold;
	font-size: 26px;
}

.detld-rvw .terms-br-in {
	float: right;
	color: #808080;
	font-style: italic;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

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

thead {
	padding: 0 2px;
	background: #049b59;
	color: #fff;
}

table.rev.v2 {
	width: 50%;
	float: right;
	margin-left: 20px;
}

table.rev.v2 p {
	margin: 0;
}

.blue thead {
	background: #0096cb;
}

th {
	vertical-align: middle;
}

table:not(.v-rev) tbody tr:nth-child(even) {
	background: #eff1f9;
}

table.prime-table.v-rev tbody tr:nth-child(odd) {
	background: #eff1f9;
}

.blue table tbody tr:hover {
	background: #cce2f0;
}

td {
	padding: 5px;
	vertical-align: middle;
}
td.boon {text-align: left; padding-left: 20px;}
td.boon:not(.dep) .bitc {font-weight: bold;}
.ic-realm,
.ic-bitc {
	position: relative;
}
.detld-rvw .ic-realm {display: block; font-family: 'Viga'; font-size: 15px;}

.boon .realm::before,
.ic-realm::before {
	content: '';
	display: inline-block;
	margin-right: 7px;
	width: 25px;
	height: 24px;
	background: url(/images/notes.svg) no-repeat;
	background-size: 24px;
	vertical-align: middle
}

.scrolltop {
	display: none;
	width: 41px;
	height: 41px;
	z-index: 999;
	text-indent: -9999px;
	background: url("/images/back-top.svg") no-repeat;
	background-size: 41px;
	position: fixed;
	bottom: 2em;
}

.scrolltop.active {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.scrolltop:hover {
	cursor: pointer;
}

.embed-video iframe {
	width: 100%;
	height: 100%;
}

.video-rvw {
	width: 100%;
	padding: 20px 20px 10px;
}

.video-rvw .line-behind>span {
	padding-right: 10px;
	background: #e7e9f1;
}

.video-rvw iframe {
	width: 100%;
}

.video-rvw>.group-b>div>img,
.boxes-text.v-3 img {
	outline: 3px solid #fff;
}

.video-rvw>.group-b>div>div {
	margin: 10px auto;
	color: #808080;
	font-size: 14px;
	text-align: left;
}

.prime-table,
.safe-table,
.rsim-table:not(.rsim-table--right) {
	width: 100%;
}

div.bn-holder {
	display: table;
	width: 100%;
	position: relative;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	min-height: 80px;
	font-family: Roboto, sans-serif;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
	background-color: #f8f8f8;
}

div.bn-holder:hover {
	border-color: #049b59;
	-webkit-box-shadow: 0 0 8px 0 #049b59;
	box-shadow: 0 0 8px 0 #049b59;
}

div.bn-holder .bn-box {
	display: table-row;
}

div.bn-holder .bn-box>* {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.bn-holder .bn-box .operator {
	width: 185px;
	padding: 0;
	border-right: 1px solid #e9e9e9;
}

div.bn-holder .bn-box .operator .logo {
	margin: 0 auto;
}

div.bn-holder p.bonus {
	width: 140px;
	font-weight: bold;
	line-height: 22px;
	color: #333;
	padding: 1rem;
	font-size: 18px;
	margin: 0;
	transition: all .3s ease;
	text-transform: capitalize;
	max-width: 200px;
	font-family: Viga;
}
div.bn-holder p.bonus .bonbox span {
	font: bold 24px 'Viga', sans-serif;
color: #049b59;
}
div.bn-holder p.bonus .top {
	font-size: 23px;
	line-height: 28px;
	display: block;
}

div.bn-holder p.bonus .bottom {
	font-size: 18px;
	display: block;
	font-weight: 300;
}

div.bn-holder div.desc {
	text-align: left;
	padding: 18px;
}

div.bn-holder div.desc .desc-top {
	margin: 0 0 4px;
	padding: 3px 0 2px;
	line-height: 1.2em;
	border: 0 none;
}

div.bn-holder .tc {
	clear: both;
	padding: 3px 0;
	margin: 0;
	line-height: normal;
	color: #aaa;
	font-size: 10px;
}

div.bn-holder div.desc .desc-bottom {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1px 0 1px;
}

div.bn-holder .cta {
	min-width: 180px;
}

div.bn-holder .cta a {
	margin: 0 10px;
	padding: 15px 10px;
}

.prime-table {
	margin: 18px auto 20px;
}

.prime-table tr {
	line-height: 26px;
}

.prime-table thead tr {
	border: 0 solid #049b59;
	border-width: 0 5px;
}

.prime-table thead th {
	padding: 4px 2px;
	font-weight: normal;
	text-transform: uppercase;
}

.safe-table thead th,
.rsim-table thead th {
	padding: 10px;
	font-size: 14px;
}

.safe-table thead th {
	text-transform: uppercase;
}

.prime-table tbody tr:hover {
	background: #ffefc4;
}

.safe-table tbody tr:hover {
	background: #cce2f0;
}
.prime-table td span.bonbox, .detld-rvw span.bonbox {
	color: #fff;
font-weight: bold;
line-height: 22px;
color: #333;
padding: 1rem;
font-size: 18px;
margin: 0;
transition: all .3s ease;
text-transform: capitalize;
max-width: 230px;
font-family: Viga;
}
.detld-rvw span.bonbox {padding: 0;}
.prime-table td span.bonbox span, .detld-rvw span.bonbox span {
	font: bold 30px 'Viga', sans-serif;
	color: #049b59;
}
.detld-rvw span.bonbox span.noncap, .prime-table td span.bonbox span.noncap {font: unset; color: unset; text-transform: lowercase;}
.prime-table td span.nl {
	font-size: 18px;
    color: #000;
}
.prime-table .table-rank,
.safe-table .table-rank {
	vertical-align: middle;
}

.safe-table .table-rank {
	margin-right: 20px;
}

.table-rank-rev {
	color: #b2b2b2;
	font-weight: bold;
	font-size: 18px;
}

.prime-table thead .table-rank {
	width: 31px;
	height: 31px;
	text-indent: -9999px;
}

.prime-table tbody tr:first-child .table-rank,
.prime-table:not(.v-rev) tbody tr:nth-child(2) .table-rank,
.prime-table:not(.v-rev) tbody tr:nth-child(4) .table-rank {
	width: 46px;
	height: 47px;
	text-indent: -9999px;
}

.safe-table tbody tr:first-child .table-rank,
.safe-table tbody tr:nth-child(3) .table-rank,
.safe-table tbody tr:nth-child(3) .table-rank {
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

.prime-table tbody tr:first-child .table-rank {
	background: url('/logos/gold-medal.svg') no-repeat;
	background-size: 45px;
}

.prime-table:not(.v-rev) tbody tr:nth-child(2) .table-rank {
	background: url('/logos/silver-medal.svg') no-repeat;
	background-size: 45px;
}

.prime-table:not(.v-rev) tbody tr:nth-child(4) .table-rank {
	background: url('/logos/bronze-medal.svg') no-repeat;
	background-size: 45px;
}

.prime-table tbody tr:not(:nth-child(-n+3)) .table-rank,
.prime-table.v-rev tbody tr:nth-child(2) .table-rank,
.prime-table.v-rev tbody tr:nth-child(3) .table-rank,
.safe-table tbody tr:not(:nth-child(-n+3)) .table-rank {
	color: #b2b2b2;
	font-weight: bold;
	font-size: 18px;
}

.safe-table tbody td {
	padding: 15px 4px 15px 10px;;
}

.rsim-table tbody td {
	padding: 14px 2px;
	font-style: normal;
	font-size: 16px;
}

.safe-table tbody td:last-child>div,
.safe-table tbody td:nth-last-child(2)>div {
	font-weight: bold;
	text-transform: uppercase;
}

.prime-table *[class*=fas],
.prime-table *[class*=fab] {
	color: #5575cd;
}

.prime-table *[class*=fas].no {
	color: #a43221;
}

.prime-table .comm-sec-softw:not(:last-child),
.prime-table *[class*=fas]:not(:last-child) {
	margin-right: 10px;
}

.prime-table .comm-sec-softw {
	margin-top: 4px;
	margin-bottom: 4px;
}

.prime-table .ov-all-rat {
	font-size: 14px;
}

.safe-table *[class*=ico],
.rsim-table *[class*=ico]:not(:last-child) {
	margin-right: 6px;
	margin-bottom: 4px;
}

.rsim-table .fa-minus-square,
.rsim-table .fa-check-square {
	margin-right: 4px;
	font-size: 16px;
}

.prime-table a.goin,
.prime-table a.goout {
	padding: 4px;
}

.safe-table a.goin,
.safe-table a.goout {
	width: 90%;
	padding: 4px 2px 2px;
}

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background: rgba(72, 72, 72, .9);
	overflow: auto;
	text-align: center;
	z-index: 9999;
}

.lightbox p {
	margin: 20px auto;
	color: #ffb903;
	text-align: center;
	font-size: 20px;
}

.lightbox p:hover {
	cursor: pointer;
}

.lightbox p>span {
	padding: 2px 10px;
	background: #0096cb;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.lightbox img {
	max-width: 80%;
	outline: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 5px #383434;
	box-shadow: 0 0 0 5px #383434;
}

.scrollbar::-webkit-scrollbar {
	width: 0px;
	height: 10px;
	-webkit-appearance: none;
}

.scrollbar::-webkit-scrollbar-track {
	background: #cacbd2;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #fff;
}

#prime-footer {
	color: #b2b2b2;
	font-size: 12px;
}

#prime-footer>div>.bottom {
	border-top: 2px solid #b2b2b2;
}

#prime-footer p,
#prime-footer .foot-links ul li {
	margin-bottom: 4px;
	font-size: 13px;
}

#prime-footer a {
	color: #b2b2b2;
	text-decoration: none;
}

#prime-footer a:hover {
	color: #fff;
}

#prime-footer .foot-links {
	float: left;
}

#prime-footer .foot-links>ul {
	padding: 0 4px 0 8px;
	text-align: left;
}

#prime-footer .foot-links .bit-title-in {
	color: #cbcbcb;
	font-size: 13px;
}

#prime-footer .foot-links .foot-social .fab {
	margin-right: 6px;
}

#prime-footer .foot-links .foot-social .fab.fa-facebook-f {
	margin-right: 10px;
	margin-left: 2px;
}

.foot-comm-sec-softw .sprite {
	margin-top: 6px;
	width: 42% !important;
	margin-bottom: 10px;
}

@media only screen and (min-width: 380px) {
	.topoftype {
		width: 344px;
	}
	.topoftype--right>div>.group:last-child {
		padding-left: 22px;
	}
}

@media only screen and (min-width: 380px) and (max-width: 639px) {
	.propsl--right {
		width: 80%;
	}
	.propsl--left,
	.bon-prog.v-2 {
		width: 354px;
	}
	.gam-op>.group {
		margin: 18px auto 32px;
	}
}

@media only screen and (min-width: 380px) and (max-width: 519px) {
	.gam-op>.group,
	.video-rvw,
	.detld-rvw {
		width: 320px;
	}
	.topoftype-text,
	.boxes-text.count--4 {
		width: 344px;
	}
}
@media only screen and (max-width: 520px) {
.boxes-eval .group-wrap .group {width: 100%;}
h3.line-behind>span {text-align: left;}
.boxes-eval .group:nth-child(odd),
.boxes-eval .group:nth-child(3n+5) {
	background: #e7e9f1;
}
}

@media only screen and (min-width: 520px) and (max-width: 639px) {
	.gam-op>.group,
	.video-rvw,
	.topoftype-text,
	.detld-rvw {
		width: 420px;
	}
	.boxes-eval .group:nth-child(odd),
.boxes-eval .group:nth-child(3n+5) {
	background: #e7e9f1;
}
}

h2 {
	margin-top: 10px;
}
@media only screen and (min-width: 640px) {
	div.detld-rvw.mgn-28.terms-br table {width: 100%;}
	div.detld-rvw.mgn-28.terms-br table > tbody > tr:nth-child(1) {
		float: left;
		width: 49%;
		padding: 0 4px;
	}
	div.detld-rvw.mgn-28.terms-br table > tbody > tr:nth-child(2) {
		float: left;
		width: 49%;
		padding: 0 4px;
		clear: left;
	}
	div.detld-rvw.mgn-28.terms-br table > tbody > tr:nth-child(3), div.detld-rvw.mgn-28.terms-br table > tbody > tr:nth-child(4) {
		display: contents;
	}
	p.in.for-royal-panda {
		margin: 0
	}
	.countries-table8 {
		min-width: 550px;
	}
	#prime-header .prime-col {
		padding: 10px 20px;
	}
	.mgn-28 {
		margin: 35px auto 28px;
	}
	.howto-pad { padding: 0 40px;}
	.mb-img {
		margin-bottom: 2em;
	}
	.mb-2{
		margin-bottom: 20px;
	}
	.sub-article {
		padding: 20px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 22px;
		margin-top: 30px;
	}
	.sub-article h2{
		margin-top: 0;
	}
	h3,
	h4,
	h5,
	h6 {
		font-size: 20px;
	}
	.page-title>.sep {
		padding: 10px;
		font-size: 18px;
	}
	.propsl--right {
		float: right;
		margin: 0 0 10px 10px;
	}
	.propsl--left {
		width: 380px;
		float: left;
		margin: 0 20px 10px 0;
	}
	.gam-op>.group {
		float: left;
	}
	.gam-op.v-2>.group {
		width: 32%;
	}
	.gam-op.v-2>.group:nth-child(2) {
		margin-top: -14px;
	}
	.gam-op.v-2>.group:not(:last-child) {
		margin-right: 2%;
	}
	.gam-op.v-2>.group>.middle>div>div:not(:last-child) {
		margin-right: 16px;
	}
	.saf-rec>div>.group {
		display: table-cell;
		width: 25%;
	}
	.bon-prog.v-2 .group>li:first-child {
		width: 210px;
		padding-right: 4px;
	}
	.bon-prog.v-2 .group>li:not(:first-child) {
		min-width: 144px;
	}
	.bon-prog.v-2 a.goout, .bon-prog.v-2 a.goin  {
		text-align: center;
    margin: 10px auto;
    display: block;
    float: none;
    width: 145px
	}
	.boxes-text.count--4>div {
		float: left;
	}
	.boxes-text:not(.v-3):not(.count--4)>div {
		float: left;
	}
	.boxes-text.v-2>div {
		padding: 0 16px 0 0;
	}
	.boxes-text.v-2>.group-a>.group-1 {
		float: left;
	}
	.boxes-text.v-2>.group-a>.group-2 {
		margin-left: 270px;
		padding: 0 2px 0 14px;
	}
	.boxes-text>.group-a>.group-1 .img-2 {
		margin-top: 17px;
	}
	.boxes-text-2.v-1>div:not(.box-text) {
		padding: 10px 20px 15px 70px;
	}
	.boxes-text-2.v-1>div p>span[class*=ico] {
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.boxes-text-3:not(.v-2) .slope-tr.full-width {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.boxes-text-3:not(.v-2) .slope-tr {
		max-width: 280px;
	}
	.boxes-text.v-3>.group {
		display: table;
	}
	.boxes-text.v-3>.group>div {
		display: table-cell;
		margin-bottom: 15px;
		width: 48%;
		padding: 0 22px 0 0;
	}
	.boxes-eval .group:nth-child(odd) {
		background: #e7e9f1;
	}
	.boxes-text.v-3 .full span.in {
		margin-left: 130px;
	}
	.safe-table th:first-child {
		min-width: 136px;
	}
	.safe-table th:nth-child(5),
	.safe-table th:nth-last-child(2) {
		min-width: 120px;
	}
	.safe-table th:last-child {
		min-width: 150px;
	}
	.safe-table tbody td:not(:last-child) {
		border-right: 2px solid #c4c5cb;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>p {
		min-height: 90px;
	}
	#prime-footer>.prime-col {
		padding: 0 20px;
	}
	#prime-footer>div>.top {
		padding: 18px 0 8px;
	}
	#prime-footer>div>.bottom {
		padding: 12px 0 18px;
	}
	#prime-footer .foot-links {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1249px) {
	.detld-rvw>.group>div {
		padding: 0 14px;
	}
	.detld-rvw>.group>.group-b {
		padding-top: 10px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom) {
		float: left;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>picture .img-bord {
		margin-bottom: 10px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>div>ul {
		text-align: left;
	}
	.video-rvw>.group-b {
		margin-top: 20px;
	}
	.video-rvw>.group-b>div {
		float: left;
		width: 31%;
	}
	.video-rvw>.group-b>div:nth-child(2) {
		margin: 0 3.5%;
	}
	.boxes-text.v-3>div:not(.full) img {
		display: block;
		margin: 0 auto 10px;
	}
	.boxes-text.v-3>div.full img {
		float: left;
		margin-right: 10px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 799px),
(min-width: 1024px) and (max-width: 1229px) {
	#prime-footer .foot-links-a,
	#prime-footer .foot-links-b,
	#prime-footer .foot-links-c {
		width: 25%;
	}
	#prime-footer .foot-links-d {
		width: 50%;
		text-align: left;
	}
	#prime-footer .foot-links-d li,
	#prime-footer .foot-social li {
		display: inline-block;
		vertical-align: text-top;
		width: 100%;
	}
}

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

	.gam-op>.group:not(:last-child) .group-ul:last-child>li:nth-child(2) {
		display: block;
		margin-left: 84px;
	}
	.gam-op .group-ul>li:last-child {
		margin-top: 10px;
	}
	.boxes-text.v-2>div:not(.group-a) {
		width: 48%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.rec-mgn {
		margin-bottom: -2em;
	}
	.sub-article {
		margin-bottom: -20px;
	}
	table.prime-table.v-rev.terms-br.revb>thead>tr>th:nth-child(5) {
		display: none;
	}
	table.prime-table.v-rev.terms-br.revb>tbody>tr>td:nth-child(5) {
		display: none;
	}
	h1.line-behind>span {
		padding: 0 10px;
	}
	.bon-prog.v-1 .group>li:first-child::before {
		top: 93px;
	}
		.bon-prog.v-1 .group>li.v-big {
			width: 66%;
		}

		.bon-prog.v-1 .group>li {
		width: 33%;
		display: inline-block;
		margin: 1em 0;
	}
	.bon-prog.v-2 .group>li {
		display: inline-block;
		vertical-align: top;
		width: 30%;
	}
	.bon-prog.v-2 .group>li:nth-child(4) {
		width: 210px;
	}
	.bon-prog.v-2 .group>li:nth-child(-n+3) {
		margin-bottom: 12px;
	}
	.bon-prog.v-2 a.goout {
		width: 100%;
	}
	.boxes-text.count--4>div {
		width: 48%;
	}
	.boxes-text.count--4>div:nth-child(2n+1) {
		margin-right: 2%;
	}
	.boxes-text.count--4>div>div {
		height: 195px;
		margin-bottom: 14px;
		padding-right: 6px;
		overflow-y: auto;
	}
	.box-text-wrap.count--4>.group {
		float: left;
		width: 48%;
	}
	.box-text-wrap.count--4>.group:nth-child(2n+2) {
		margin-left: 2%;
		margin-bottom: 16px;
	}
	.box-text-wrap.count--4>.group>div>p {
		height: 120px;
		overflow-y: auto;
	}
	.boxes-eval a.goin {
		padding: 4px 12px;
	}
	.prime-table.v-rev tbody td {
		padding: 14px 4px;
	}
	.rsim-table.v-1 tbody td:nth-last-child(2) {
		max-width: 140px;
	}
	.rsim-table .s25 {
		margin-right: 6px;
	}
}

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

	.prime-table.v-rev thead th:nth-child(6),
	.prime-table.v-rev>tbody>tr>td:nth-child(6) {
		display: none;
	}
	table.safe-table>thead>tr>th:nth-child(4),
	table.safe-table>tbody>tr>td:nth-child(4),
	table.safe-table>thead>tr>th:nth-child(5),
	table.safe-table>tbody>tr>td:nth-child(5) {
		display: none;
	}
	table.prime-table:not(.v-rev):not(.revBon)>thead>tr>th:nth-child(3) {
		display: none;
	}
	.plat-form {
		display: none;
	}
	td.rev-rank {
		margin-left: -12px;
	}
	h1.line-behind>span {
		max-width: 70%;
	}
	.propsl--right {
		width: 290px;
	}
	.jump-at {
		width: 600px;
	}
	.jump-at.full li {
		width: 100%;
	}
	.gam-op:not(.v-2)>.group:first-child {
		margin-right: 4%;
	}
	.gam-op:not(.v-2)>.group:not(:last-child) {
		width: 48%;
	}
	.gam-op:not(.v-2)>.group:last-child {
		width: 100%;
		margin: 32px auto 18px;
	}
	.gam-op:not(.v-2)>.group:last-child>div {
		width: 380px;
		margin: 0 auto;
	}
	.embed-video {
		height: 342px;
	}
	.boxes-cas-bnk>.group:first-child,
	.boxes-cas-bnk>.group:nth-child(2) {
		width: 40%;
	}
	.boxes-cas-bnk.flex{
		justify-content: center;
	}
	.boxes-cas-bnk.flex div.group{
		margin-right: 20px;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div,
	.boxes-cas-bnk>.group:first-child>div.top>p,
	.boxes-cas-bnk>.group:nth-child(2)>div.top>div,
	.boxes-cas-bnk>.group:nth-child(2)>div.top>p {
		display: inline-block;
		vertical-align: top;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div,
	.boxes-cas-bnk>.group:nth-child(2)>div.top>div {
		margin-right: 20px;
	}
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) {
		width: 40%;
	}
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) .boon {
		font-size: 14px;
	}
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) .s25:first-of-type,
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) .s25 {
		margin: 0 3px 10px 0 !important;
	}
	.boxes-eval .group {
		width: 100%;
	}
	.quote-2 {
		width: 80%;
	}
	.detld-rvw {
		width: 600px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text {
		width: 338px;
	}
	.detld-rvw>.group>.group-a>.group-2 ul {
		width: 250px;
		padding: 10px 8px 10px 24px;
		font-size: 15px;
	}
	.detld-rvw>.group>.group-a>.group-2 li:not(:last-child) {
		margin-bottom: 4px;
	}
	.detld-rvw .ov-all-rat {
		font-size: 16px;
	}
	.detld-rvw>.group>.group-a>.group-3>div {
		width: 50%;
	}
	.detld-rvw>.group>.group-a>.group-3>div:last-child {
		width: 50%;
	}
	.detld-rvw>.group>.group-a>.group-4 span[class*=ico--] {
		margin-right: 10px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>div>ul {
		padding: 0 10px 0 10px;
		font-size: 14px;
	}
	.video-rvw iframe {
		height: 300px;
	}
	.rsim-table--right {
		width: 90%;
	}

	.prime-table thead th,
	.prime-table tbody td {
		vertical-align: middle;
	}
		.prime-table .slope-tr::before {
		right: -28px;
		top: -14px;
	}
	.prime-table a.goout {
		position: absolute;
		right: 16px;
		top: 50px;
	}
	.mov-nav-content-wrap .foot-top-cas>div {
		height: 184px;
		padding-top: 48px;
	}
	.mov-nav-content-wrap .foot-top-cas .group-a {
		float: left;
		margin-right: 10px;
	}
	.mov-nav-content-wrap .foot-top-cas .group-b {
		float: right;
	}
	.mov-nav-content-wrap .foot-top-cas .group-1 {
		margin-right: 30px;
	}
	.mov-nav-content-wrap .foot-top-cas a.goin {
		margin-top: 12px;
	}
}

@media only screen and (min-width: 851px) {
	.prime-table.more-rev tbody {border-bottom: solid 5px #049b59;}
		div.bn-holder .cta a {float: right;}
	#mob-nav, .mov-nav {
		display: none;
	}
	#prime-nav {
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#prime-nav .dropdown-ul {
		float: left;
		position: absolute;
		top: 130%;
		left: -999em;
		display: none;
		background: #049b59;
	}
	#prime-nav .dropdown-ul::before {
		content: '';
		position: absolute;
		top: -7px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #049b59;
	}
	#prime-nav>ul>.dropdown>.dropdown-ul::after {
		content: '';
		position: absolute;
		left: 0;
		top: -16px;
		width: 100%;
		height: 16px;
	}
	#prime-nav .dropdown-ul ul {
		left: -999em;
		top: 0;
	}
	#prime-nav>ul li:hover>ul,
	#prime-nav>ul li.focus>ul {
		display: block !important;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 160%;
	}
	#prime-nav>ul>li {
		float: left;
	}
	.dropdown-ul.col.sep li a{
		text-align: center;
	}
	#prime-nav>ul>li.dropdown::after {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #049b59;
	}
	#prime-nav a {
		display: block;
		padding: 0 30px;
		color: #e7e9f1;
		font-size: 18px;
		font-family: 'Viga', sans-serif;
		text-transform: uppercase;
		text-decoration: none;
	}
	#prime-nav>ul>li.dropdown>a {
		padding: 0 40px 0 30px;
	}
	#prime-nav>ul>li:not(:last-child)>a {
		border-right: 1px solid #049b59;
	}
	#prime-nav>ul>li:last-child>a {
		padding-right: 0;
	}
	#prime-nav .dropdown-ul>li>a {
		padding: 6px 12px;
	}
	#prime-nav a:hover,
	#prime-nav>ul>li>a.active,
	#prime-nav .dropdown-ul>a {
		color: #049b59;
	}
	#prime-nav .dropdown-ul a {
		color: #fff;
	}
	#prime-nav .dropdown-ul>li>a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.bit-title {
		font-size: 18px;
	}
	.propsl--right {
		width: 380px;
	}
	.jump-at:not(.full)>div {
		display: inline-block;
		width: 49.7%;
	}
	.half {display: flex;}
	.half>div {
		display: inline-block;
		width: 49.7%;
	}
	.half.fix >div  {width: auto;}

	.jump-at.full li {
		float: left;
		width: 48%;
	}
	.jump-at.full li:nth-child(2n+1) {
		margin-right: 4%;
	}
	.link-more--left {
		float: left;
		margin: 6px 10px 0 0;
	}
	.quote.v-left,
	.quote-2.v-left {
		float: left;
		margin-right: 20px;
		margin-bottom: 4px;
	}
	.quote-2 {
		width: 460px;
	}
	.gam-op>.group {
		width: 32%;
	}
	.gam-op:not(.v-2)>.group:not(:last-child) {
		margin-right: 2%;
	}
	.gam-op .text-info {
		min-height: 90px;
	}
	.embed-video {
		float: right;
		margin: 0 0 14px 10px;
	}
	.topoftype--left {
		float: left;
		margin: 0 11px 14px 0;
	}
	.topoftype--right {
		float: right;
		margin: 0 0 11px 10px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a {
		border-right: 1px solid #cfd1d8;
	}
	.box-text.v-right {
		float: right;
		width: 400px;
		margin: 0 0 10px 10px;
	}
	.box-text.v-left {
		float: left;
		width: 250px;
		margin: 0 20px 10px 0;
	}
	.box-text.v-2c .group-wrap {
		display: table;
	}
	.box-text.v-2c .group-wrap>div {
		display: table-cell;
		vertical-align: top;
		width: 50%;
		padding: 10px;
		line-height: 1.4;
	}
	.box-text.v-2c .group-wrap .group-a {
		padding-left: 50px;
	}
	.box-text.v-2c .group-wrap .group-b {
		padding-right: 50px;
	}
	.boxes-text-3.count--2 .group {
		width: 50%;
	}
	.boxes-text-3:not(.v-2) .group-a {
		padding-right: 20px;
	}
	.box-text-wrap.v-1-2>.group {
		display: table-cell;
		width: 49%;
	}
	.box-text-wrap.v-1-2>.group-a {
		border-right: 20px solid #fff;
	}
	.box-text-wrap.v-1-2>.group:last-child {
		margin-left: 2%;
	}
	.boxes-eval .group-wrap {
		display: table;
		width: 100%;
	}
	.boxes-eval .group {
		display: table-cell;
		width: 25%;
	}
	.prime-table.revBon {
		font-family: 'Viga';
	}
	.prime-table.revBon td {max-width: 430px;}
	.prime-table:not(.v-rev):not(.revBon) tbody tr:nth-child(4),
	.prime-table.v-rev tbody tr:first-child {
		border-bottom: 5px solid #049b59;
	}
	.prime-table.v-rev tbody tr:first-child,
	.prime-table.v-rev tbody tr:nth-child(4) {
		border-bottom-width: 3px;
	}
	.prime-table:not(.revBon) tbody tr:nth-child(-n+4) td:first-child {
		border-left: 5px solid #049b59;
	}
	.prime-table.more-rev tbody tr td:nth-of-type(1) span {
color: #b2b2b2;
font-weight: bold;
font-size: 18px;
	}
	.prime-table.v-rev tbody tr:first-child td:first-child {
		border-left-width: 3px;
	}
	.prime-table.v-rev tbody tr:not(:first-child) td:first-child {
		border-left-width: 0;
	}
	.prime-table:not(.revBon) tbody tr:nth-child(-n+4) td:last-child {
		border-right: 5px solid #049b59;
	}
	.prime-table.v-rev tbody tr:first-child td:last-child {
		border-right-width: 3px;
	}
	.prime-table.v-rev tbody tr:not(:first-child) td:last-child {
		border-right-width: 0;
	}
	.prime-table .slope-tr.v-home {
		background: transparent;
		position: static;
	}
	.prime-table:not(.revBon) tbody tr:nth-child(-n+4) a.goout {
		width: 100%;
	}
	.rsim-table.v-1 tbody td:last-child {
		width: 140px;
	}
	#prime-footer .foot-links {
		width: 50%;
	}
	#prime-footer .foot-links.foot-links-d {width: 40%;}
}

.mt-max {
	margin-top: 17em;
}


@media only screen and (max-width: 699px) {
	ul.team li {width: 100%; min-width: 100%; margin: 10px auto;}
	table.quoten > thead > tr > th:nth-child(4), table.quoten > tbody > tr > td:nth-child(4) {display: none;}
	.pros-section .holder .cell {display: block; margin: 0 auto; width: calc(100% - 30px);}

	ul.currencies li {
		width: 30.9%;
	}
	div.person img {margin-bottom: 0px;}
	div.person {float: none; display: block; margin: 0 auto 10px;}
	.animated-banner {
		margin: 30px auto;
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 552px) {
	.breadcrumbs li {font-size: 12px;}
	ul.currencies li {
		width: 47%;
	}
	.olcount.v-1>li>span {
		text-align: left;
	}
	.saf-rec .boon {
		font-size: 14px;
		margin: 10px auto 7px;
	}
	div.saf-rec.v2.terms-br.mgn-28 div.payments>span:nth-child(5) {
		display: none;
	}
}

@media only screen and (min-width: 700px) and (max-width: 950px) {
	.mt-max {
		margin-top: 13em;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
	.mt-max {
		margin-top: 15em;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1249px) {
	.ml-max {
		margin-left: 400px;
	}
	#prime-article>div.sub-article.bg--top>div.row>div.column {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	#prime-article>div.sub-article.bg--top>div.row>div.column>img {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 700px) and (max-width: 1249px) {
	.at-miami {
		margin-left: 400px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 806px) {
	.mt-at-miami {
		margin-top: 9em;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1249px) {

	.detld-rvw {
		width: 750px;
	}
	.detld-rvw>.group>.group-b>div.bottom>* {
		float: left;
		width: 49%;
	}
	.detld-rvw>.group>.group-b>div.bottom>p {
		margin-right: 2%;
		width: 51%;
	}
	.detld-rvw>.group>.group-b>div.bottom>.shortcut {
		width: 47%;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>div>ul {
		padding: 0 20px 0 30px;
	}
	.video-rvw iframe {
		height: 380px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1229px) {
	.gam-op>.group .group-ul:last-child>li:nth-child(2) {
		display: block;
		margin-left: 84px;
	}
	.gam-op>.group:last-child .group-ul>li:last-child,
	.gam-op>.group:last-child a.goout {
		width: 96%;
	}
	.saf-rec {
		width: 630px;
	}
	.prime-table thead th:nth-child(4) {
		min-width: 170px;
	}
	#prime-footer>div>.top {
		min-height: 255px;
		padding-left: 314px;
	}
	.foot-top-cas {
		left: 20px;
	}
}

@media only screen and (min-width:800px) and (max-width: 1023px),
(min-width:1230px) {
	.boxes-cas-bnk>.group>div.top>div,
	.boxes-cas-bnk>.group>div.top>p {
		display: block;
		margin: 10px auto;
		vertical-align: middle;
	}
	.boxes-cas-bnk .boon>span {
		display: block;
		font-size: 12px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 845px) {
	.fr-p {
		margin: 0 0 56px 0!important;
	}
	.img-banner {
		display: none;
	}
}

@media only screen and (min-width: 845px) and (max-width: 1023px) {
	.img-banner {
		max-width: 404px;
		float: none;
		margin: 36px auto;
		display: block;
	}
}

@media only screen and (min-width:800px) and (max-width: 1023px) {
	h1.line-behind>span {
		max-width: 57%;
	}
	.link-more {
		width: 470px;
	}
	.gam-op:not(.v-2) .bit-title-in,
	.gam-op .group-ul>li:nth-child(2) {
		font-size: 16px;
	}
	.embed-video {
		width: 440px;
		height: 250px;
	}
	.boxes-cas-bnk>.group {
		width: 29%;
	}
	.boxes-cas-bnk>.group:nth-last-child(2) {
		margin-right: 3%;
	}
	.box-text-wrap.count--4 {
		width: 70%;
	}
	.topoftype-text .topoftype {
		width: 214px;
		float: left;
	}
	.topoftype-text .topoftype>div {
		padding: 4px 10px 10px;
	}
	.topoftype-text .topoftype>div>.group-a {
		padding-top: 8px;
	}
	.topoftype-text .boxes-text-3 {
		margin-left: 222px;
	}
	.topoftype-text .topoftype>div>.group-a>.group-1 {
		margin-top: 35px;
	}
	.topoftype-text .terms-br::after {
		bottom: -30px;
	}
	.prime-table thead th:nth-last-child(2),
	.prime-table thead th:last-child {
		min-width: 120px;
	}
	.prime-table a.goin,
	.prime-table a.goout {
		width: 98%;
	}
	.rsim-table--right {
		width: 80%;
	}
}
tr.t-align-c td, p.terms {font-size: 12px; line-height: 15px; text-align: center; font-style: italic; }

@media only screen and (min-width:800px) and (max-width: 850px) {#logo img {width: 155px;}}

@media only screen and (min-width: 1024px) {
	.sub-article {
		margin: 28px auto;
		border-width: 0 5px;
	}

	h1.line-behind>span {
		max-width: 96%;
		padding: 0 20px;
	}
	.propsl-in>.bottom>.group-a {
		font-size: 18px;
	}
	.link-more {
		width: 386px;
	}
	.bon-prog .group {
		display: table;
	}
	.bon-prog.v-2 .group {
		table-layout: fixed;
		width: 100%;
	}
	.bon-prog .group>li {
		display: table-cell;
		vertical-align: top;
	}
	.bon-prog.v-1 .group>li:first-child {
		float: left;
		width: 143px;
	}
	.bon-prog.v-1 .group>li:not(:first-child) {
		width: 22%;
	}
	.bon-prog.v-1 .group>li.v-big {
		width: 22%;
	}
	.bon-prog.v-1 .group>li {
		padding: 10px 4px 26px;
	}
	.boxes-text-2.v-2 {
		float: right;
		margin: 0 0 10px 20px;
	}
	.boxes-text.v-3 img {
		float: left;
		margin-right: 14px;
	}
	.boxes-text.count--4>div {
		width: 23%;
	}
	.boxes-text.count--4>div:not(:last-child) {
		margin-right: 2%;
	}
	.box-text-wrap.count--4>.group {
		display: table-cell;
		width: 25%;
		padding-right: 20px;
	}
	.boxes-cas-bnk {
		margin: 18px 0 80px;
	}
	.boxes-cas-bnk>.group {
		width: 18%;
		margin-right: 1%;
	}
	.topoftype-text .topoftype {
		margin: 0;
	}
	.topoftype-text .boxes-text-3 {
		margin-left: 362px;
	}
	.prime-table a.goout {
		width: 100%;
	}
	.rsim-table--right {
		float: right;
		margin: 6px 0 6px 10px;
		width: 510px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
	.detld-rvw>.group>.group-a>.group-2 li{
		margin-left: 10px;
	}
	.mgn-28 {
		margin: 65px auto 28px;
	}
	img.img-banner {
		max-width: 546px;
		margin: 30px auto;
		display: block;
		float: none;
	}
	#prime-article.prime-col {
		padding: 0 14px;
	}
	.embed-video {
		width: 540px;
		height: 300px;
	}
	.video-rvw>div {
		width: 672px;
		margin: 0 auto;
	}
	.detld-rvw {
		width: 940px;
	}
	.detld-rvw>.group>div {
		margin: 0 auto;
		width: 740px;
	}
	.bon-prog.v-2 .group {
		padding: 16px 8px 8px;
	}
	.boxes-text.v-3>.group {
		display: table-cell;
		width: 48%;
	}
	.boxes-text.v-3>.group p>img {
		margin-bottom: 10px;
	}
	.boxes-text.v-3 .full--small {
		width: 80%;
	}
}

.gam-op.v-2 a.goin {
	margin-bottom: 10px;
	padding: 6px 10px 4px;
	font-size: 13px;
}

@media only screen and (min-width: 1024px) and (max-width: 1229px) {
	.dep-1-row.v-2 {
		margin-bottom: 0;
	}
	.boxes-cas-bnk .s25 {
		margin: 0 1px 10px 0 !important;
	}
	.boxes-cas-bnk .boon {
		font-size: 15px;
	}
	.boxes-cas-bnk .boon>span {
		display: inline;
	}
	.prime-table thead th:last-child {
		min-width: 160px;
	}
}

@media only screen and (min-width: 1230px) {
	.gam-op.v-2>.group>.top .group-1,
	.gam-op.v-2>.group>.top .group-2 {
		float: left;
	}
	.gam-op.v-2>.group>.top .group-1 {
		width: 45%;
	}
	.gam-op.v-2>.group>.top .group-2 {
		width: 55%;
		padding: 4px 4px 4px 20px;
		border-left: 2px solid #e4e6ee;
		text-align: left;
	}
	.gam-op.v-2>.group>.top .group-1>span {
		margin: 10px 0 0 65px;
	}
	.gam-op.v-2>.group:nth-child(2) a.goin {
		margin-top: 14px;
		margin-bottom: 26px;
	}
	.embed-video {
		width: 640px;
		height: 392px;
	}
	.saf-rec {
		float: right;
		width: 634px;
		margin: 0 0 20px 10px;
	}
	.saf-rec.v2 {
		margin-top: 7px;
	}
	.boxes-text.count--3>div.extra-w {
		width: 32%!important;
	}
	.boxes-text.count--3>div:not(.group-a) {
		width: 25%;
	}
	.boxes-text.v-2>.group-a {
		width: 50%;
	}
	.boxes-text-2.v-2 {
		width: 760px;
	}
	.prime-table a.goin {
		width: 90%;
	}
	#prime-footer>.prime-col {
		padding-left: 334px;
	}
	.olcount-v1-wrap>.group-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	.olcount-v1-wrap>.olcount {
		margin-left: 570px;
	}
	#prime-footer>div>.top>div:not(.foot-top-cas) {
		float: left;
		width: 50%;
		padding-left: 4px;
	}
	.foot-top-cas {
		left: 20px;
	}
}

@media only screen and (min-width: 1250px) {
	.detld-rvw>.group>div {
		float: left;
		padding: 0 20px;
	}
	.detld-rvw>.group>.group-a {
		width: 64%;
		border-right: 1px solid #cdcfd7;
	}
	.detld-rvw>.group>.group-b {
		width: 36%;
	}
	.detld-rvw>.group>.group-b>div {
		position: relative;
		margin-bottom: 30px;
		display: inline-block;
	}
	.detld-rvw>.group>.group-b>div:last-of-type {
		margin-bottom: 0;
	}
	#prime-article>div>div.detld-rvw.mgn-28>div>div.group-b>div>picture {
		float: left;
	}
	.detld-rvw>.group>.group-b>div>img {
		position: absolute;
		left: 0;
		top: 10px;
	}
	.detld-rvw>.group>.group-b>div>div:not(.shortcut) {
		margin-left: 176px;
	}
	.video-rvw iframe {
		height: 500px;
	}
	.video-rvw>div {
		float: left;
	}
	.video-rvw>.group-a {
		width: 81%;
		height: 100%;
		padding: 0 20px 0 0;
	}
	.video-rvw>.group-b {
		width: 19%;
		text-align: center;
	}
	.boxes-text.v-3 .full--small {
		width: 60%;
	}
	.boxes-text.v-3 span.in {
		margin-left: 308px;
	}
	.safe-table tbody td:last-child>div,
	.safe-table tbody td:nth-last-child(2)>div {
		font-size: 19px;
	}
}

@media only screen and (min-width: 1420px) {
	.scrolltop {
		right: 50%;
		margin-right: -700px;
	}
}

@media only screen and (max-width: 1419px) {
	.scrolltop {
		right: 2em;
	}
}

@media only screen and (min-width: 1249px) {
	.mt-200 {
		margin-top: 20em!important
	}
}

@media only screen and (max-width: 1249px) {
	.prime-table.bottom-reviews td span.nl{
		vertical-align: text-top;
	}
	.prime-table.bottom-reviews a.goin{
		width: 100%;
	}
	.prime-table.bottom-reviews td span.bonbox{
		padding: 0;
	}
	.prime-table.bottom-reviews a.goout, .prime-table.bottom-reviews a.goin {
		margin: 0 auto;
	}
	.hero:nth-child(even) {margin-right: auto;}
	.hero {float: none; margin: 20px auto; display: block;}
	.detld-rvw>.group>.group-a>.group-4 {
		padding: 4px 0 0;
	}
	.detld-rvw>.group>.group-a>.group-4>.sprite {
		display: none;
	}
	.detld-rvw .terms-br-in {
		float: none;
		display: block;
		text-align: center;
	}
	.detld-rvw .terms-br-in br {
		display: none;
	}
	.boxes-eval .group>p.in {
		height: 60px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1229px) {
	.foot-comm-sec-softw .sprite{
		width: 22% !important;
	}
	footer p.foot-comm-sec-softw{
		justify-content: flex-start;
	}
	.saf-rec {
		margin: 18px auto 26px;
	}
	.gam-op.v-2>.group>.top .group-1 {
		display: inline-block;
		width: 220px;
		padding-left: 64px;
		text-align: left;
	}
	.gam-op.v-2>.group>.top .group-1>div {
		bottom: 6px;
	}
	.gam-op.v-2>.group>.top .in a {
		text-align: center;
	}
	.prime-table.v-rev th:nth-child(6) {
		min-width: 200px;
	}
	.olcount-v1-wrap>.group-left {
		display: block;
		margin: 18px auto;
		text-align: center;
	}
}

@media only screen and (max-width: 1023px) {
	.sub-article {margin: 10px auto;}
	div.bon-prog.v-2.terms-br.mgn-28>ul>li:nth-child(1)>div.group-b>a.goin {
		display: block;
	}
		.boxes-text-2.v-1:not(.full-r)>div:not(.box-text) {width: 100%;}
		div.boxes-text-2.v-1.d-inb > div:nth-child(2),  div.boxes-text-2.v-1.d-inb > div:nth-child(3), div.boxes-text-2.v-1.d-inb > div:nth-child(6) {background: #fff;}
		div.boxes-text-2.v-1.d-inb > div:nth-child(even) {    background: #eff1f9;}
	.dep-1-row.v-2 {
		margin-bottom: 0;
	}
	#logo img {
		max-width: 195px;
		height: 48px;
	}
	.bon-prog.v-1 .group>li {
		float: left;
		min-height: 135px;
		padding: 10px 4px 0;
		margin-bottom: 10px;
	}
	.boxes-cas-bnk,
	.rsim-table--right {
		margin: 18px auto;
	}
	.boxes-cas-bnk>.group {
		margin-bottom: 40px;
	}
	.prime-table:not(.v-rev) thead .table-rank {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.prime-table:not(.v-rev) tbody tr:nth-child(-n+3) .table-rank {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.rsim-table .s25:not(:last-child) {
		margin-bottom: 4px;
	}
	.safe-table th:nth-child(4),
	.safe-table tbody td:nth-child(4),
	.safe-table th:nth-child(5),
	.safe-table tbody td:nth-child(5) {
		display: none;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
.prime-table:not(.revBon) thead > tr > th:nth-child(1),
.prime-table:not(.revBon) tbody > tr > td:nth-child(1), .prime-table:not(.revBon) thead > tr > th:nth-child(3),
.prime-table:not(.revBon) tbody > tr > td:nth-child(3) {display: none;}
}
.baseball-table thead > tr > th:nth-child(1),
.baseball-table tbody > tr > td:nth-child(1), .baseball-table thead > tr > th:nth-child(3),
.baseball-table tbody > tr > td:nth-child(3) {display: table-cell !important;}

@media only screen and (min-width: 640px) and (max-width: 785px) {
	.gam-op>.terms-br::after {
		bottom: -33px;
	}
}
#prime-nav span {display: none;}
@media only screen and (max-width: 850px) {
	.prime-table.more-rev td:nth-of-type(2), .prime-table tbody td.log {background-color: #383434; border-bottom: solid #049b59;}
	.prime-table.more-rev td:nth-of-type(3), .prime-table.more-rev td:nth-of-type(5), .prime-table td.ftr,.prime-table tbody td:nth-of-type(5) {border-bottom: solid #049b59;}
	body {background-image: none; background-color: transparent;}
	.fof h1.not-f {color: #383434; font-size: 35px;}
		.breadcrumbs {margin:0 auto!important;border-radius: 0;}
		.sub-article {margin-top: 0px;box-shadow: none;}
	.ov-all-rat>div::before {content: "評価: "; font-size: 16px;}
	.mar::before {content: "マーケット: "; font-size: 16px;}
	.odds::before {content: "最小/最低赔率: "; font-size: 16px;}
	.leagues::before {content: "イベント: "; font-size: 16px;}
	.ov-all-rat>div {font-size: 16px;}
		.prime-table:not(.revBon) tbody > tr:not(.t-align-c) > td:nth-child(1) {display: none;}
	.prime-table.revBon th, .prime-table.revBon td {width: calc(100% - 125px); float: left;}
	.prime-table.revBon td {font-weight: bold; font-family: 'Viga', sans-serif; line-height: 2}
	.prime-table.revBon > thead > tr > th:nth-child(4), .prime-table.revBon > tbody > tr > td:nth-child(4) {width: 120px; float: left;}
	.jump-at {display: none;}
	.mov-nav-content-wrap .jump-at {display: block;}
	.mov-nav-content-wrap .jump-at ul li {font-size: 14px;}
	.foot-top-cas .group-a .group-2 .ov-all-rat {
		color: #1b354c;
	}
	table.prime-table.v-rev>thead>tr>th:nth-child(5),
	table.prime-table.v-rev>tbody>tr>td:nth-child(5) {
		display: none;
	}
	.gam-op>.group:not(:last-of-type) .text-info {
		min-height: 88px;
	}
	.animated-banner {
		max-width: 320px;
	}
	div.full .logo {
		display: block;
		float: none;
		margin: 10px auto;
	}
	div.bn-holder div.desc {
		width: 100%;
		display: block;
		padding: 10px;
	}
	div.bn-holder div.desc .desc-top {
		font-size: 15px;
	}
	div.bn-holder .cta {
		display: block;
		margin: 0 auto 10px;
	}
	div.bn-holder .cta a {
		margin: 0 20px;
		padding: 11px 11px;
		font-size: 13px;
	}
	#prime-nav>p.bit-title.slope-tr.sep {
		display: none;
	}
	#prime-footer p.copyrights {
		margin-bottom: 4em;
	}
	#logo {
		display: block;
		margin-left: 10px;
	}
	#prime-header { min-height: 70px;}
	#logo img {
		display: block;
		margin: 0 auto;
		float: left;
	}
	#prime-article>div.sub-article.bg--ff>table>thead>tr>th:nth-child(8),
	#prime-article>div.sub-article.bg--top>table>thead>tr>th:nth-child(8),
	#prime-article>div>table:nth-child(8)>thead>tr>th:nth-child(8),
	#prime-article>div>table:nth-child(9)>thead>tr>th:nth-child(8) {
		display: none;
	}
	div.sub-article.bg--top>div.row>div.column {
		margin: 0 auto;
		display: block;
		float: none;
	}
	div.sub-article.bg--top>div.row>div.column>img {
		margin: 0 auto;
		display: block;
	}
	.half-col {
		width: 100%;
	}
	#mob-nav > ul, #prime-nav > ul {
		 display: none;
		 width: 100%;
    position: absolute;
    border: solid 1px #049153;
    background: #ebebeb;
		    top: 62px;
			z-index: 9999;
		left: 0px;	 }
	 #mob-nav > ul::before, #prime-nav > ul::before {
		 content: '菜单';
		     padding: 5px 0px;
		     background: #049b59;
		     color: #fff;
		     font-weight: bold;
		     font-size: 18px;
		     text-align: center;
		     margin: 0;
		     display: block;
	 }
	#prime-nav a {
		display: block;
padding: 7px 10px;
font-family: 'Viga', sans-serif;
text-decoration: none;
	}
	#mob-nav>ul li {line-height: 1.8; border-bottom: 1px solid #cccccc;}
	#mob-nav>ul li > ul {padding-left: 20px; display: none;}
	#mob-nav>ul li > ul > li {border-bottom: none;}
	#mob-nav {position: relative;}
	#mob-nav span, #prime-nav span {
		content: "";
		width: 30px;
		height: 30px;
		background: url(/images/menu.svg) no-repeat;
		background-size: 29px auto;
		display: inline-block;
		position: absolute;
		top: 14px;
		right: 10px;
		cursor: pointer;
		text-indent: -9999px;
		color: #fff;
		font-size: 32px;
		margin-right: 10px;
	}
#prime-nav span.opened {
	    background: url(/images/close.svg);
			    background-size: contain;
}
#mob-nav ul li.dropdown  {position: relative;}
#mob-nav ul li.dropdown > a {width: 85%;}
#mob-nav ul li.dropdown.opened::after {
	transform: rotate(180deg);
	top: 15px;
}
.nav-up {
    top: -40px;
}
#prime-header.fixed {
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
		-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#mob-nav ul li.dropdown::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #5575cd;
}
 .foot-top-cas {
		display: none;
	}
	.sub-article>p>img.to-left,
	.sub-article>p>img.to-right {
		float: none;
		display: block;
		margin: 18px auto;
	}
	.propsl-in.v-2>.bottom a.goout {
		padding: 4px;
		font-size: 13px;
	}
	.propsl--right .shortcut .before {
		width: 30px;
		left: -6px;
	}
	.propsl--right .shortcut .before::before {
		content: '\f35d';
		font-family: "Font Awesome 5 Free";
		font-display: swap;
		font-weight: bold;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.propsl--right .shortcut .before>span {
		display: none !important;
	}
	.quote:not(.v-full),
	.quote-2 {
		margin: 18px auto;
	}
	.embed-video {
		width: 96%;
		margin: 18px auto;
	}
	.topoftype {
		margin: 18px auto 24px;
	}
	.box-text.v-right,
	.box-text.v-right {
		margin: 18px auto;
	}
	.box-text-wrap.v-1-2>.group-a {
		margin-bottom: 20px;
	}
	.box-text.v-dep>div>.in {
		margin-bottom: 4px;
	}
	.box-text.v-dep>div>.in:not(:last-child) {
		margin-right: 2px;
	}
	.box-text.v-dep {
		padding-bottom: 20px;
	}
	.boxes-cas-bnk .boon>span {
		display: inline;
	}

	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a>span {
		font-size: 12px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span:not(.sprite) {
		padding-right: 46px;
		font-size: 14px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span .ov-all-rat {
		margin-right: 0;
	}
	.prime-table:not(.revBon),
	.prime-table:not(.revBon) caption,
	.prime-table:not(.revBon) thead,
	.prime-table:not(.revBon) tbody,
	.prime-table:not(.revBon) tr {
		display: block;
	}
	.prime-table caption,
	.prime-table thead,
	.prime-table tbody {
		width: 100%;
	}
	.prime-table thead th,
	.prime-table tbody td {
		display: block;
	}
	.prime-table.revBon thead th:nth-child(1), .prime-table.revBon tbody td:nth-child(1), .prime-table.revBon thead th:nth-child(3), .prime-table.revBon tbody td:nth-child(3), prime-table.revBon > thead > tr > th:nth-child(4) {display: none;}

	.prime-table thead th {
		font-size: 14px;
	}
	.prime-table tbody tr {
		position: relative;
	}
	.prime-table td:last-child {
		padding: 0;
	}
	.prime-table td.bon {margin: 0 auto;display: block;}
	.prime-table td.bon a{margin: 10px auto; top: 1px; left: 0; right: 0;}
	.prime-table a.goin:not(.prime-table.bottom-reviews a.goin) {
		margin-bottom: 60px;
	}
		.prime-table a.goout {position: unset;}
	.prime-table.revBon a.goout {position: unset; margin: 5px auto; font-size: 14px;}
	.prime-table a.goout.non-abs {
		position: initial;
	}
	.prime-table:not(.revBon) thead {display: none;}
	.prime-table tbody td.log {   
		 display: block;
    margin: 0px auto; }
	.prime-table:not(.revBon) tbody tr:not(.t-align-c) {
		border: solid;
width: 100%;
display: block;
border-radius: 5px;
border-color: #049b59;
    margin-bottom: 10px;
	}
	.prime-table.more-rev td:last-of-type {margin: 10px auto;}
	.prime-table.more-rev td ul.highl-list {margin: 10px auto 5px;;}
	.prime-table.more-rev td {display: block; margin: 0px auto; float: none;}
	.prime-table tbody tr td.nm {display: none;}

	.prime-table td span.bonbox {width: 160px; line-height: 23px; font-size: 16px;}
	.prime-table ul:not(.sep) li {padding-left: 10px}
	.scrolltop {
		bottom: 3.3em;
	}
	#prime-footer {
		position: relative;
		z-index: 999;
	}
	.foot-comm-sec-softw {
		text-align: center;
	}
	.mov-nav-content-wrap {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 190px;
		background: #eff1f9;
		z-index: 9990;
		overflow: auto;
	}
	.mov-nav-content-wrap.v-2 {
		height: 160px;
	}
	.mov-nav.active.v-2 {
		top: 160px;
	}
	.mov-nav-content-wrap>* {
		margin: 0 !important;
	}
	.mov-nav-content-wrap .slope-tr::before {
		display: none;
	}
	.mov-nav-content-wrap #prime-nav {
		display: block;
		height: 100%;
		background: #eff1f9;
	}
	.mov-nav-content-wrap #prime-nav .dropdown.active {
		background: #fff;
	}
	.mov-nav-content-wrap #prime-nav a {
		padding: 4px 4px 4px 10px;
		color: #383434;
		border-bottom: 1px solid #383434;
	}
	.mov-nav-content-wrap #prime-nav .dropdown a {
		padding-right: 70px;
	}
	.mov-nav-content-wrap #prime-nav .dropdown-ul {
		padding-left: 20px;
	}
	.mov-nav-content-wrap #prime-nav .bit-title,
	.mov-nav-content-wrap .jump-at .bit-title {
		text-align: left;
	}
	.mov-nav-content-wrap .dropdown>.toggle {
		position: absolute;
		right: 10px;
		top: 5px;
		width: 55px;
		height: 20px;
		background-size: 21px 19px;
		background-position: 18px 0;
		filter: invert(41%) sepia(63%) saturate(1359%) hue-rotate(328deg) brightness(104%) contrast(103%);
	}
	.mov-nav-content-wrap .dropdown>.toggle.active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.mov-nav-content-wrap .foot-top-cas {
		display: block;
		position: static;
		width: 100%;
		max-width: 650px;
		color: #383434;
		margin: 0 auto!important;
	}
	.mov-nav-content-wrap .foot-top-cas .bit-title {
		background: #049b59;
	}
	.mov-nav-content-wrap .foot-top-cas>.bit-title::after {
		display: none;
	}
	.mov-nav-content-wrap .foot-top-cas .group-a {
		height: fit-content;
	}
	.mov-nav-content-wrap .foot-top-cas a.goin,
	.mov-nav-content-wrap .foot-top-cas a.goout {
		padding: 2px 10px;
		font-size: 15px;
	}
	.mov-nav-content-wrap .foot-top-cas a.goout {
		position: relative;
		top: 0px;
		font-size: 15px;
	}
	.mov-nav-content-wrap .jump-at {
		width: 100%;
	}
	.mov-nav-content-wrap .jump-at ul,
	.mov-nav-content-wrap .jump-at a {
		background: #eff1f9;
	}
	.mov-nav-content-wrap .jump-at ul {
		padding: 0 0 0 32px;
	}
	.mov-nav-content-wrap .jump-at ul li {
		margin: 0;
		border-left: 0;
		border-bottom: 1px solid #383434;
		position: relative;
	}
	.mov-nav-content-wrap .jump-at ul li::before {
		content: '\f064';
		font-family: "Font Awesome 5 Free";
		font-display: swap;
		font-weight: bold;
		position: absolute;
		left: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.mov-nav-content-wrap .jump-at .shortcut .middle {
		padding-left: 2px;
	}
	.mov-nav-content-wrap .jump-at .shortcut .before,
	.mov-nav-content-wrap .jump-at .shortcut .after {
		display: none !important;
	}
}

@media only screen and (max-width: 658px) {
	.gam-op>.group:not(:last-of-type) .text-info {
		min-height: 110px;
	}
}
.prime-table td ul.highl-list {margin: 10px auto;}
@media only screen and (max-width: 600px) {
.prime-table td.ftr, .prime-table:not(.revBon) tr > td:nth-child(4) {width: 100%;}
.prime-table td ul.highl-list {margin: 10px auto;}
.prime-table td.bon a {margin: 10px auto;}
}

@media only screen and (max-width: 639px) {
	.boxes-eval .group-wrap {display: flex; justify-content: center; flex-wrap: wrap;}
	.prime-table.revBon > thead > tr > th:nth-child(4) {display: none;}
	#bonus-program > ul > li:nth-child(3) {width: 100%;}
	.hero, .hero__text {max-width: 100%;}
	.hero__img {display: none;}
	div.detld-rvw div.group-3 > div:nth-child(2) > div:nth-child(2) > span {font-size: 19px;}
	h1 {font-size: 18px;}
	h2 {font-size: 17px; text-align: center;}
	h3,h4,h5,h6 {font-size: 16px; text-align: left;}
	p {font-size: 15px; line-height: 1.5}
	.gam-op>.group:not(:last-of-type) .text-info {
		min-height: auto;
	}
	div.faq span.far {display: none;}
	.gam-op>.group {
		margin: 0 auto 2em;
	}
	.safe-table th:nth-child(3),
	.safe-table tbody td:nth-child(3),
	.safe-table.v2 tbody td:nth-child(2) {
		display: none;
	}
	.safe-table.v2 tbody td:nth-child(3) {
		display: block;
	}
	.saf-rec>div>.group>div.payments {
		margin: 16px auto;
	}
	[data-tooltip]:hover:before,
	[data-tooltip]:hover:after,
	[data-tooltip]:before,
	.span[data-tooltip*="Min. Deposit: 0.001 BCH"] {
		display: none;
		visibility: hidden;
	}
	div.boxes-cas-bnk.float-clear>div:nth-child(2)>div:nth-child(3)>span:nth-child(6),
	#prime-article>div.sub-article.bg--ff>div.boxes-cas-bnk.float-clear>div:nth-child(4)>div:nth-child(3)>span:nth-child(6),
	#prime-article>div.sub-article.bg--ff>div.boxes-cas-bnk.float-clear>div:nth-child(4)>div:nth-child(3)>span:nth-child(6) {
		display: none;
	}
	div.bon-prog>ul.group>li>div.group-b {
		margin: 1em auto;
	}
	div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo[class*="bg-"] {
		margin: 0 auto 1em;
	}
	table.rsim-table>thead>tr>th.slope-tr {
		font-size: 13px;
	}
	.page-title>.sep {
		font-size: 14px;
	}
	div.bon-prog.v-2.terms-br.mgn-28>ul>li:nth-child(1)>div.group-b>a.goin {
		width: 70%;
		margin: 5px auto 0;
	}
	.countries-rp>tbody>tr>td,
	.countries-table8>tbody>tr>td {
		display: -webkit-box;
		min-width: 197px;
	}
	.safe-table thead th:nth-child(2),
	.safe-table.v-rev tbody td:nth-child(2),
	.safe-table thead th:nth-child(3),
	.safe-table tbody td:nth-child(3),
	.safe-table thead th:nth-child(7),
	.safe-table.v-rev tbody td:nth-child(7) {
		display: none;
	}
	.safe-table>tbody>tr>td.boon {
		top: 55px;
		left: 6px
	}
	#prime-article>div>table>tbody>tr:nth-child(6)>td.boon {
		left: 44px;
	}
	.safe-table a.goout,
	.safe-table tbody td:nth-last-child(2),
	.safe-table a.goin {
		width: 100px;
	}
	.prime-table.v-rev>tbody>tr>td:nth-child(6),
	{
		display: none;
	}
	table.prime-table>tbody>td>span.sprite.comm-sec-softw {
		display: none;
	}
	.regulations-td {
		display: none!important;
	}
	li.ml {
		margin-left: 118px;
	}
	img.w-mb {
		margin-top: 2em;
	}
	.sub-article,
	#prime-footer>.prime-col {
		padding: 10px;
		margin-bottom: 35px;
	}
	.mgn-28 {
		margin: 28px auto;
	}
	.boxes-text-2.v-2>div img.to-left,
	.boxes-text-2.v-2>div img.to-right {
		float: none;
		display: block;
		margin: 10px auto;
	}

	h1.line-behind::before {
		display: none;
	}
	h1.line-behind>span {
		margin-bottom: 10px;
		padding: 0;
	}
	.propsl {
		margin: 18px auto;
	}
	.propsl-in.v-2 {
		padding: 0 10px 0;
	}
	.link-more>.bit-title {
		font-size: 16px;
	}
	.link-more>.bit-title>span {
		display: none;
	}
	.bon-prog.v-1 .group>li {
		width: 49%;
		display: inline-block;
		margin: 1em 0;
	}
	.bon-prog.v-1 .group>li:last-of-type {float: none; margin: 1em auto;}
	.bon-prog .bit-title-in {
		font-size: 16px;
	}
	.bon-prog.v-1 .group>li:first-child::before {
		width: 70px;
		height: 70px;
		font-size: 42px;
	}
	.bon-prog.v-2 .group>li:not(:first-child) {
		display: inline-block;
		vertical-align: top;
		width: 46%;
		margin-bottom: 10px;
	}
	.bon-prog.v-2 .group>li:nth-child(2n+2) {
		margin-right: 4%;
	}
	.bon-prog.v-2 .group>li:first-child>.group-a,
	.bon-prog.v-2 .group>li:first-child>.group-c {
		text-align: center;
	}
	.bon-prog.v-2 .group>li:first-child>.group-c {
		margin-bottom: 10px;
	}
	.bon-prog.v-2 a.goout {
		display: block;
		width: 70%;
		margin: 6px auto;
	}
	.gam-op>.group .group-ul:last-child>li:nth-child(2) {
		display: block;
		margin-left: 84px;
	}
	.gam-op>.group .group-ul>li:last-child,
	.gam-op>.group a.goout {
		width: 96%;
		margin-top: 10px;
	}
	.gam-op.v-2>.group>.middle>div>div {
		margin-bottom: 4px;
	}
	.embed-video {
		height: 170px;
	}
	.saf-rec>div>.group {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.saf-rec a.goin {
		margin-top: -4px;
	}
	.boxes-text.count--4>div {
		text-align: center;
	}
	.boxes-text.count--4>div:not(:last-child) {
		margin-right: 0;
	}
	.boxes-text.v-2>.group-a>.group-1 {
		text-align: center;
	}
	.boxes-text-2.v-1>div:not(.box-text) {
		padding: 60px 20px 20px 20px;
	}
	.boxes-text-2.v-1.faq>div:not(.box-text) {
		padding: 10px 20px 5px 20px;
	}
	.fa-comments:before,
	.fa-question-circle:before {
		content: none;
	}
	.boxes-text-2.v-1>div p>span[class*=ico] {
		left: 50%;
		top: 10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.boxes-text-2 span.inlist-title {text-align: center;}
	.boxes-text-3:not(.v-2) .slope-tr {
		width: 100%;
	}
	.boxes-text-3.count--2 .group {
		margin-bottom: 10px;
	}
	.boxes-text-3>div:last-child p:last-child {
		margin-bottom: 0;
	}
	.boxes-text.v-3>div img {
		display: block;
		margin: 0 auto 10px;
	}
	.boxes-cas-bnk>.group:first-child {
		width: 100%;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div,
	.boxes-cas-bnk>.group:first-child>div.top>p {
		display: inline-block;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div {
		margin: 0 auto 10px;
		display: block;
	}
	.boxes-cas-bnk>.group:not(:first-child) {
		width: 100%;
	}
	.boxes-cas-bnk>.group:not(:first-child)>div.top {
		text-align: center;
	}
	.boxes-cas-bnk .bit-title {
		position: relative;
		height: 38px;
		line-height: 1;
	}
	.boxes-cas-bnk .bit-title>span {
		vertical-align: middle;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 75%;
	}
	.boxes-cas-bnk>.group:not(:first-child) .boon {
		font-size: 14px;
	}
	.boxes-cas-bnk>.group:not(:first-child) .boon br {
		display: none;
	}
	.box-text-wrap.count--4>.group {
		margin-bottom: 16px;
	}
	.boxes-eval .group {
		width: 100%;
	}
	.boxes-eval .group>p.in span.bonbox {font-size: 14px;}
	.detld-rvw>.group>.group-a>.group-2 ul {
		position: static;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		border-width: 0 3px 3px;
	}
	.detld-rvw .color-br::after {
		right: 14px;
	}
	.detld-rvw>.group>.group-a>.group-1 {
		padding: 0 14px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text {
		width: 100%;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text {
		padding: 12px 8px 1px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a {
		padding-left: 44px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a::before {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		left: -6px;
	}
	.detld-rvw>.group>.group-a>.group-3 {
		padding: 0 4px;
	}
	.detld-rvw>.group>.group-a>.group-3>div {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.detld-rvw>.group>.group-a>.group-3>div:first-of-type {margin-bottom: 10px;}
	.detld-rvw>.group>.group-a>.group-3>div:last-child {
		width: 100%;
	}
	.detld-rvw>.group>.group-a div:not(:last-child)>.bit-title-in {
		font-size: 15px;
	}
	.detld-rvw>.group>.group-a>.group-3 .ic-bitc {
		margin-left: 4px;
	}
	.detld-rvw>.group>.group-b {
		padding: 0 10px;
		margin-top: 20px;
	}
	.detld-rvw>.group>.group-b>div {
		font-size: 14px;
	}
	.detld-rvw>.group>.group-b>div {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.detld-rvw>.group>.group-b>div img {
		width: 100%;
		height: auto;
		max-width: 388px;
	}
	.detld-rvw>.group>.group-b>div img {
		display: block;
		float: none;
		margin: 10px auto;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom):not(:last-of-type) ul {
		margin-bottom: 20px;
		padding-right: 2px;
	}
	.detld-rvw>.group>.group-b>.bottom .accent {
		margin: 10px auto 10px;
	}
	.detld-rvw>.group>.group-b .bit-title-in {
		margin-top: 10px;
		font-size: 16px;
		text-align: center;
	}
	.detld-rvw .ic-realm::before,
	.detld-rvw .ic-bitc::before {
		margin-right: 2px;
	}
	.detld-rvw .terms-br-in {
		margin-bottom: 10px;
	}
	.detld-rvw .shortcut {
		font-size: 13px;
	}
	.video-rvw iframe {
		height: 140px;
		margin-bottom: 20px;
	}
	.video-rvw>.group-b,
	.video-rvw>.group-b>div>div {
		text-align: center;
	}
	.topoftype-text .boxes-text-3 .group {
		float: none;
		width: 100%;
	}
	.topoftype-text .boxes-text-3.v-2.count--3 .group:not(:last-child) {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.topoftype>div {
		padding: 14px;
	}
	.rsim-table--right {
		width: 100%;
		max-width: 364px;
	}
	.rsim-table--right tbody td:first-child {
		width: 50%;
	}
	.rsim-table *[class*=ico]:not(:last-child) {
		margin-bottom: 2px;
	}
	.rsim-table *[class*=ico]:last-child {
		margin-right: 6px;
	}
	.safe-table,
	.safe-table caption,
	.safe-table thead,
	.safe-table tbody,
	.safe-table tr {
		display: block;
	}
	.safe-table caption,
	.safe-table thead,
	.safe-table tbody {
		width: 100%;
	}
	.safe-table thead th,
	.safe-table tbody td {
		display: inline-block;
	}
	.safe-table thead th {
		width: 49%;
	}
	.safe-table tbody tr {
		min-height: 120px;
		position: relative;
	}
	.prime-table tbody tr:not(:nth-child(-n+3)) td:first-child,
	.safe-table tbody td:first-child {
		left: 6px;
		top: 6px;
	}
	.prime-table.v-rev tbody tr:first-child td:first-child {
		left: 2px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.prime-table.v-rev tbody tr:not(:first-child) td:first-child {
		left: 14px;
		top: 16px;
	}
		.prime-table tbody td.boon {
		font-size: 14px;
	}
	.prime-table tbody td:nth-child(4)>div:first-child {
		margin-bottom: 14px;
	}
	.prime-table:not(.revBon) th:first-child,
	.prime-table.v-rev:not(.revBon) th:nth-child(3),
	.prime-table:not(.revBon) th:nth-child(4),
	.prime-table:not(.revBon) th:nth-child(5),
	.prime-table:not(.revBon) th:nth-child(6),
	.prime-table.v-rev:not(.revBon) th:nth-child(7),
	table.prime-table:not(.revBon)>thead>tr>th:nth-child(3) {
		display: none;
	}
	.prime-table.revBon th, .prime-table.revBon td {width: 100%;}
	.prime-table.revBon > tbody > tr > td:nth-child(4) {display: block; float: none; margin: 10px auto;}
	.prime-table:not(.revBon) th:nth-child(2),
	.prime-table:not(.revBon) th:nth-child(7),
	.prime-table.v-rev th:last-child {
		width: 49%;
	}
	.prime-table.v-rev tbody td:nth-child(7) {
		right: 14px;
		top: 4px;
		width: 110px;
	}
	.prime-table.v-rev tbody td:nth-child(7) {
		top: 38px;
	}
	.prime-table tbody td:nth-child(7) {
		right: 14px;
		top: 4px;
	}
	.prime-table tbody td:nth-child(8) {
		right: 118px;
		top: 68px;
	}
	.prime-table.v-rev tbody td:nth-child(8) {
		right: 16px;
		top: 84px;
	}
	.safe-table tbody td:nth-last-child(2) {
		right: 25px;
		top: 10px;
	}
	.safe-table tbody td:last-child {
		right: 0;
		top: 50px;
		width: 136px;
	}
	.safe-table tbody td:nth-last-child(2)>div,
	.safe-table tbody td:last-child>div {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.prime-table .ov-all-rat {
		font-size: 12px;
	}
	.prime-table .ov-all-rat>div {
		font-size: 16px;
	}
	.prime-table .slope-tr::before {
		right: -9px;
	}
	#prime-footer .foot-links {
		width: 50%;
		margin-bottom: 10px;
		padding-left: 8%;
	}
	#prime-footer .foot-links.foot-links-d {width: 100%;text-align: center;padding-left: 0;}
	#prime-footer .foot-links.foot-links-d>ul {text-align: center;}
	#prime-footer>div>.bottom {
		margin-top: 10px;
		padding-top: 10px;
	}
	.mov-nav-content-wrap .foot-top-cas {
		max-width: 100%;
	}
	.mov-nav-content-wrap .foot-top-cas a.goin {
		margin-top: 6px;
	}
}

@media only screen and (max-width: 540px) {
	div.bn-holder .bn-box .operator {
		display: inline-block;
		width: 100%;
		margin: 15px auto;
		padding: 0 0 15px;
		float: none;
		border-bottom: 1px solid #e9e9e9;
	}
	.olcount.v-1>li>p {
		padding: 25px 20px 10px 20px;
	}
	div.bn-holder p.bonus {
		display: block;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #e9e9e9;
		padding: 0 0 10px;
	}
}

@media only screen and (max-width: 430px) {
	.bon-prog.v-1 .group>li {width: 100%; margin: 0;}
	ul.currencies li {
		width: 100%;
	}
	ul:not(.sep) li,
	ol:not(.sep) li {
		padding-left: 0;
	}
	ul.currencies li {
		width: 46.5%;
	}
}

@media only screen and (max-width: 379px) {
	.middle.ul--stand li {
		text-align: left;
		padding-left: 20px;
		text-indent: -20px;
	}
	.propsl-in>.bottom>.group-a {
		text-align: left;
	}
	.olcount.v-1>li>span {
		margin-left: 67px;
		font-size: 20px;
	}
	.topoftype {
		width: 100%;
	}
	.topoftype--left>div {
		padding: 14px 4px;
	}
	.propsl--left {
		width: 300px;
	}
	.propsl-in.v-2>.top>.group-b>span:not(.rating) {
		margin-left: -30px;
		font-size: 14px;
		line-height: 1.2;
	}
	.detld-rvw {width: 95%;}
}

@media only screen and (max-width: 369px) {
ul.sports li:nth-of-type(even) {margin-right: 0;}
}
.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b {padding: 0;}
.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span:not(.sprite) {padding-right: 0;}
.center {
	display: block;
	width: auto;
	margin: 5px auto 15px;
}

.column {
	float: left;
	width: auto;
	padding: 5px;
}

.half-col {
	width: 49%;
}

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

@media only screen and (max-width: 840px) {
	.half-col {
		width: 100%;
	}
	div.boxes-eval.mgn-28 > div.group-wrap > div.group > div.logo {
		width: 85px;
	}
	div.boxes-eval.mgn-28 > div.group-wrap > div.group > div.logo [class*="logo-"] {
		background-size: 85px 30px;
	}
}

#main {
	display: table;
	width: 100%;
	height: 70vh;
	text-align: center;
}

.fof {
	display: table-cell;
	vertical-align: middle;
}

.fof h1 {
	font-size: 50px;
	display: inline-block;
	padding-right: 12px;
	animation: type .5s alternate infinite;
	color: #fff;
}

@keyframes type {
	from {
		box-shadow: inset -3px 0px 0px #fff;
	}
	to {
		box-shadow: inset -3px 0px 0px transparent;
	}
}

.contact-form {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea,
#contactform button[type="submit"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
	color: #757575
}

#contactform {
	background: #383434;
	padding: 25px;
	margin: 50px 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contactform h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	color: white;
}

#contactform h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	padding: 10px;
	color: #757575
}

#contactform input[type="text"]:hover,
#contactform input[type="email"]:hover,
#contactform input[type="tel"]:hover,
#contactform input[type="url"]:hover,
#contactform textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
	color: #3c9e8d
}

#contactform textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
	color: #757575
}

#contactform button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #049b59;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contactform button[type="submit"]:hover {
	background: #3c9e8d;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contactform button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
	text-align: center;
}

#contactform input:focus,
#contactform textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}
.form-group{
	flex-direction: column;
	display: flex;
}
.bookmakers-live-table{
	margin-bottom: 20px;
	border-collapse: unset;
	box-shadow: 3px 3px 10px #000;
	max-width: fit-content;
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.bookmakers-live-table th, .bookmakers-live-table td{
	padding: 4px 6px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.jc-se{
	justify-content: space-evenly;
}
.jc-sa{
	justify-content: space-around;
}
.jc-sb{
	justify-content: space-between;
}
p.foot-comm-sec-softw{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
h3{
	font-weight: bold;
}
.ov-all-rat-ja{
	float: right;
}
.mt-0{
	margin-top: 0;
}
.flex-col{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bonus-bold{
 font-weight: bold;
 color: #049b59;
 font-size: 30px;
 display: block;
}
.main-td-width{
	width: 19%;
}
@media only screen and (max-width: 799px){
	.main-td-width{
		width: 100%;
	}
}
thead.fix-border tr:nth-child(1){
	border-right: none;
	position: relative;
}
thead.fix-border tr:nth-child(1):after{
	content: '';
	height: 100%;
	width: 5px;
	position: absolute;
	right: -2px;
	top: 20px;
	background-color: #049b59;
}
@media only screen and (max-width: 859px){
	div.flex > ul{
		display: block;
	}
}
.d-none{
	display: none;
}
table.prime-table tbody tr:nth-child(4){
	background: white;
}
table.prime-table tbody tr:nth-child(5){
	background: #eff1f9;
}
@media only screen and (max-width: 446px){
	.foot-comm-sec-softw .sprite{
		width: 100% !important;
	}
	.display-sm{
		display: block
	}
}
@media only screen and (max-width: 1199px) {
	/* .prime-table.more-rev tbody {border-left: solid 5px #049b59;} */
	ul.team li{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 799px) {
	.prime-table.more-rev tbody {border-left: none;}
}
form .g-recaptcha{
	margin: 10px auto;
}
ol.breadcrumbs{
	overflow: auto;
	white-space: nowrap;
}
.lang-switcher {
	position: absolute;
   left: 20px;
   bottom: -110px;
   display: flex;
   gap: 10px;
   align-items: center;
}
.flag, .flags {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-indent: 9999px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
ul.lang-dropdown li{
	list-style: none;
	margin-right: 10px;
	padding: 0;
}
footer .flag {text-indent: -9999px;}
footer .flag.current {
	filter: drop-shadow(0px 0px 5px #fff);
	margin-right: 10px;
}
footer .flag a {display: block;width: 100%; height: 100%;}
.flag--japan{
	background-image: url(/images/japan.svg);
}
.flag--austria, .flags.de-at{
	background-image: url(/images/austria.svg);
}
.flag--mexico, .flags.es-mx{
	background-image: url(/images/mexico.svg);
}
.flag--chile, .flags.es-cl{
	background-image: url(/images/chile.svg);
}
.flag--malaysia, .flags.id{
	background-image: url(/images/malaysia.svg);
}
.flag--malaysia, .flags.ms{
	background-image: url(/images/malaysia.svg);
}
.flag--malaysia-china, .flags.zh{
	background-image: url(/images/china.svg);
}
footer .flag {
    text-indent: -9999px;
    margin-right: 10px;
}
.bookmakers-recommendations div{
	padding: 15px;
}
.bookmakers-recommendations > div:nth-child(odd){
	background-image: linear-gradient(
		-9deg, #909090 -1%, #049b59 100%);
}
.grey{
	background: #eff1f9;
}
.no-hov:hover{
	color: #ff7e06 !important;
}
.no-bx{
	box-shadow: none;
}
@media screen and (max-width: 970px){
	.responsive-table .logo{
		width: 90px;
	}
	.md-none{
		display: none;
	}
	.responsive-table tbody	tr td:last-child{
		width: 20%;
	}
}
@media screen and (max-width: 670px){
	.responsive-table .logo{
		width: 90px;
	}
	.sm-none{
		display: none;
	}
	.responsive-table .bonus-bold{
		font-size: 20px;
	}
	.responsive-table tbody	tr td:last-child{
		width: 25%;
	}
}
@media  screen and (max-width: 799px) {
.baseball-table thead > tr > th:nth-child(1),
.baseball-table tbody > tr > td:nth-child(1), .baseball-table thead > tr > th:nth-child(3),
.baseball-table tbody > tr > td:nth-child(3) {display: block !important;}
}

.dropdown{
	color: #049b59;
	padding: 0 30px;
	border-right: 1px solid #049b59;
}
@media screen and (min-width: 851px) {
	.baseball-table .ftr{
		width: 7%;
	}
	.baseball-table .main-td-width{
		width: 10%;
	}
	.dropdown{
		color: white;
	}
	nav#prime-nav ul{
		display: block !important;
	}
}
.leagues{
	width: 20%;
}
.e-games{
	width: 12%;
}
@media screen and (max-width: 850px){
	#prime-nav>ul>li.dropdown::after {
		content: '';
		position: absolute;
		left: 96px;
		top: 13px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #049b59;
	}
	#prime-nav>ul>li.dropdown.opened::after {
		content: '';
		position: absolute;
		left: 96px;
		top: 13px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #049b59;
	}
	.e-games{
		width: 100%;
	}
	.leagues{
		width: 100%;
	}
	.baseball-table thead > tr > th:nth-child(1), .baseball-table tbody > tr > td:nth-child(1), .baseball-table thead > tr > th:nth-child(3), .baseball-table tbody > tr > td:nth-child(3) {
		display: block !important;
	}
	td.main-td-width.nm{
		margin: 0 auto;
	}
	td.bon a.goout{
		width: auto;
	}
}
.baseball-table:not(.v-rev) tbody tr:nth-child(even) {
    background: #eff1f9;
}
.baseball-table:not(.v-rev) tbody tr:nth-child(5){
	background: white;
}
a.aff-center{
	display: block;
    width: fit-content;
    margin: 10px auto;
}
ul.lang-dropdown{
	display: flex;
	margin: 0;
	flex-wrap: wrap;
    max-width: 250px;
}
.lang-dropdown span:nth-child(2){
	display: none;
}
@media screen and (max-width: 900px){
	.mobile-scroll{
		max-width: fit-content;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	img.to-left,
	img.to-right {
		margin: 10px auto;
		display: block;
		float: none;
	}
}
@media screen and (max-width: 1230px) {
	.lang-switcher{
		left: 20px;
		bottom: -20px;
	}
	ul.lang-dropdown{
		max-width: unset;
	}
}
@media screen and (max-width: 850px){
	#prime-footer>div>.top.float-clear{
		padding: 20px 0 0 0;
	}
	.float-clear{
		margin: 0 auto;
	}
	#prime-footer>div>.bottom {
		margin-bottom: 20px;
	}
	.foot-comm-sec-softw .sprite{
		width: 100% !important;
	}
	.foot-top-cas .terms-br::after {
		bottom: -40px;
	}
	.float-clear.mobile-fix{
		width: fit-content;
	}
	.float-clear.mobile-fix > div{
		margin-right: 10px;
	}
}

@media screen and (max-width: 639px){
	.float-clear.sm-center{
		width: 80%;
	}
	.terms-br.bet365-t-2::after {
		bottom: -40px !important;
		font-size: 11px;
	}
	.foot-top-cas .terms-br::after {
		bottom: -30px;
	}
	.foot-top-cas .ic-realm{
		margin: 0px auto 10px;
	}
	.float-clear.mobile-fix > div{
		margin-right: 0px;
	}
	.float-clear.mobile-fix{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#prime-footer .foot-links{
		text-align: center;
	}
	#prime-footer .foot-links{
		padding: 0;
		width: 30%;
	}
	#prime-footer .foot-links>ul li{
		text-align: center;
	}
}
@media screen and (max-width: 561px){
	.lang-switcher {
		bottom: -25px;
	}
}
.prime-table ul li{
	margin-bottom: 0px;
}
.grey-bg{
	background-color: #eff1f9;
}
.goout.aff-link{
	display: block;
	margin: 10px auto 30px;
	width: fit-content;
}
.no:not(.flags.no){
	width: 30px;
    height: 30px;
    background: url(/images/no.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.borders td, .borders th{
	border: 1px solid #049b59;
}
.detld-rvw .group-1 a{
	width: fit-content;
	display: block;
}
@media only screen and (max-width: 1169px) {
	.foot-comm-sec-softw .sprite{
		width: 50% !important;
	}
}
@media screen and (max-width: 380px){
	.responsive-table{
		display: block;
		overflow: scroll;
	}
	.foot-comm-sec-softw .sprite{
		width: 100% !important;
	}
}
.terms.small-tr{
	color: #a5a5a5;
    font-style: italic;
    font-size: 11px !important;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-top: 10px;
}
.prime-table tbody tr:hover{
	background: none;
}
.terms-br.bet365-t::after {
	content: '18+; 我们将送出与您有效存款相匹配的投注抵用金（最高可达$60）。返还不包括本金中的投注抵用金部分。条款与规则、时限及使用限制适用。';
	position: absolute;
	right: 0;
	bottom: -80px !important;
	color: #a5a5a5;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.terms-br.bet365-t-2::after {
	content: '18+; 我们将送出与您有效存款相匹配的投注抵用金（最高可达$60）。返还不包括本金中的投注抵用金部分。条款与规则、时限及使用限制适用。';
	position: absolute;
	right: 0;
	bottom: -65px !important;
	color: #a5a5a5;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
@media screen and (max-width: 850px){
	.float-clear.mobile-fix{
		display: flex;
		width: 100%;
	}
	.foot-links-a ul.sep li, .foot-links-c ul.sep li{
		text-align: center;
	}
	#prime-footer .foot-links-a, #prime-footer .foot-links-b, #prime-footer .foot-links-c{
		width: 50%;
		text-align: center;
	}
	.foot-top-cas  .float-clear.sm-center{
		display: flex;
		justify-content: center;
	}
	.foot-top-cas  .float-clear.sm-center .group-a, .foot-top-cas  .float-clear.sm-center .group-b{
		width: 50%;
	}
	.float-clear.sm-center .group-a > .float-clear{
		display: flex;
		flex-wrap: wrap;
	}
	.foot-top-cas .float-clear.sm-center .group-b{
		display: flex;
    	justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
	}
	.foot-top-cas .float-clear.sm-center .group-b.float-clear:after{
		content: unset;
	}
}
@media screen and (min-width: 640px) and (max-width: 800px) {
	.float-clear .float-clear{
		width: 100%;
		margin: 0 auto;
	}
	.float-clear.sm-center .group-a > .float-clear{
		width: 90%;
		margin: unset;
	}
	.group-b.float-clear{
		width: fit-content;
		margin: 0;
	}
	#prime-footer .foot-links-a, #prime-footer .foot-links-b, #prime-footer .foot-links-c{
		width: 100%;
		text-align: center;
	}
}
.ms{
	background-image: url(/images/malaysia.svg);
}
.it{
	background-image: url(/images/italy.svg);
}
.pt-br{
	background-image: url(/images/brazil.svg);
}
.hu-hu{
	background-image: url(/images/hungary.svg);
}
.ja{
	background-image: url(/images/japan.svg);
}
.vi-vn{
	background-image: url(/images/vietnam.svg);
}
ul.two-collums li{
	width: 50%;
}
ul.three-collums li{
	width: 30%;
}
@media screen and (max-width: 1230px) {
	ul.lang-dropdown{
		max-width: unset;
	}
	.lang-switcher{
		left: 20px;
		bottom: -50px;
	}
}
@media screen and (max-width: 1200px) {
	.prime-table:not(.revBon) thead > tr > th:nth-child(1), .prime-table:not(.revBon) tbody > tr > td:nth-child(1), .prime-table:not(.revBon) thead > tr > th:nth-child(3), .prime-table:not(.revBon) tbody > tr > td:nth-child(3) {
		display: none;
	}
	.boxes-cas-bnk>.group{
		width: 40%;
		margin-bottom: 50px;
	}
	.boxes-cas-bnk .terms-br.v-2-row::after {
		bottom: -30px;
	}
	.terms-br.bet365-t-2::after{
		bottom: -35px !important;
	}
}
@media screen and (max-width: 1023px) {
	.bon-prog .text-info>.sep{
		min-height: unset;
	}
	.terms-br.bet365-t-2::after {
		bottom: -40px !important;
		font-size: 10px;
	}
}
@media screen and (max-width: 850px) {
	.lang-switcher{
		bottom: 0px;
	}
	ul.two-collums li, ul.three-collums li{
		width: 100%;
	}
	.prime-table.bottom-reviews a.goout, .prime-table.bottom-reviews a.goin{
		width: fit-content;
	}
}
@media screen and (max-width: 549px) {
	.lang-switcher{
		bottom: -20px;
	}
}
@media screen and (max-width: 500px) {
	.float-clear.sm-center{
		width: 100%;
	}
}
@media screen and (max-width: 441px) {
	.lang-switcher{
		bottom: -30px;
	}
}
.flag--norway, .flags.no{
    background-image: url(/images/norway.svg);
}
.flags.bg{
    background-image: url(/images/bulgaria.svg);
}
.table-terms{
	text-align: right;
	color: #a5a5a5;
    font-style: italic;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.mb-0{
	margin-bottom: 0px !important; 
}
.mb-1{
	margin-bottom: 10px;
}
.fit-content{
	width: fit-content;
}
.remove-terms.terms-br::after {
	content: none;
}
table.prime-table ul{
	margin: 10px auto;
}
.ver-center{
	vertical-align: sub;
}
.en-gb{
	background-image: url(/images/uk.svg);
}
.pl-pl{
	background-image: url(/images/pl-pl.svg);
}
.de{
	background-image: url(/images/de.svg);
}