html, body {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	background: #f7f9fb;
	color: #ffffff;
	font-family: 'Montserrat';
	overflow-x: hidden;
}

.no-overflow {
    overflow: hidden;
}

.dmca-badge img {
    margin-top: 35px;
}

.af-dis-link {
    margin-top: 38px;
    margin-bottom: 38px;
    font-size: 13px;
    display: inline-block;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ffa025;
}

a:focus {
	color: #ffffff;
	text-decoration: none;
}

#to-top-btn {
    position: fixed;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    color: #ffb200;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    font-size: 28px;
    line-height: 36px;
    background: #272835;
}

#to-top-btn i {
    transition: transform 0.2s ease-in-out;
}

#to-top-btn:hover i {
    transform: scale(1.2) translateY(-1px);
}

.text-gold {
    color: #b5893d;
}

.no-display {
	display: none;
}

.display-block {
	display: block;
}

#main-wrapper {
	width: 100%;
	background: url('cryptobest_hero-bg.png') no-repeat;
	background-position: top center;
}

#top-menu {
	width: 100%;
}

#logo-wrapper {
	display: inline-block;
	margin: 25px 0;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 200;
	font-family: 'Exo 2';
}

#logo-wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
}

#logo-wrapper img {
	margin-right: 10px;
}

.update-date {
    color: #909098;
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

/* ------------- BRIEF REVIEWS ----------------- */

.about-bitcoin-games {
    margin-bottom: 20px;
}

.mid-review-tab {
    padding: 0 10px 10px 10px;
    background: #ffffff;
    margin-bottom: 40px;
    margin-top: 30px;
	color: #000000;
    border-radius: 8px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.mid-review-lower {
    margin-top: 30px;
    padding-bottom: 20px;
}

.mid-out-btn .fa {
    margin-left: 10px;
}

.mid-review-tab .row {
    margin-left: 0;
    margin-right: 0;
}

.cont-flex {
    display: flex;
    align-items: center;
}

.brief-text {
    padding: 40px 30px 0 30px;
}

.image-wrp {
    padding: 0;
}

.rev-text-in {
    max-width: 40%;
}

.img-in {
    max-width: 60%;
}

.rev-text-in, .img-in {
    margin: 0 10px;
}

.img-in img {
    width: 100%;
    border-radius: 6px;
}

.mid-review-tab .image-wrp img {
    max-width: 100%;
    border-radius: 6px;
}

.pros-list ul, .cons-list ul {
    list-style: none;
    margin: 15px 0;
}

.pros-list ul li, .cons-list ul li {
    margin-top: 7px;
}

.pros-list span, .cons-list span {
    color: #80818e;
    margin-left: 20px;
}

.pros-list ul li:before {
    content: '';
    background: #29c090;
    width: 5.5px;
    height: 5.5px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    margin-top: 6px;
    margin-left: -18px;
}

.cons-list ul li:before {
    content: '';
    background: #e66836;
    width: 5.5px;
    height: 5.5px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    margin-top: 6px;
    margin-left: -18px;
}


/* -------------- MAIN NAV MENU ---------------- */

#main-nav {
	list-style: none;
	display: inline;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
	font-weight: 300;
}

#main-nav > li {
	float: left;
	margin-left: 20px;
}

#main-nav > li > a {
	padding: 29px 10px;
	display: inline-block;
	color: #acb1b9;
	transition: color 0.1s ease-in-out;
}

#main-nav > li > a i {
    font-size: 12px;
}

#main-nav li a:hover {
	color: #d8a855;
	text-decoration: none;
}

#main-nav li a i.fa {
	font-size: 16px;
	margin-top: -3px;
    margin-left: 2px;
}


/* --------- MOB MENU ------------------- */

#mob-menu-btn {
    float: right;
    display: block;
    font-size: 25px;
    margin-top: 15px;
    margin-right: 15px;
    padding: 5px;
    display: none;
}

#main-nav .exit-menu {
    display: none;
    font-size: 42px;
}

#main-nav .exit-menu a {
    padding-right: 50px;
    padding-left: 50px;
}

#main-nav .exit-menu a i.fa {
    font-size: 52px;
}

/* ------ SUBMENU ------- */

.main-nav-sub {
    position: absolute;
    padding: 0;
    list-style: none;
    display: none;
    background: #272835;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);
    max-width: 270px;
}

.main-nav-sub li {
    display: block;
    border-top: 1px solid #343442;
}

.main-nav-sub li:first-child {
    border-top: none;
}

.main-nav-sub li a {
    display: inline-block;
    padding: 18px 20px;
}

.main-nav-sub:hover {
    display: block;
}

.main-nav-sub:before {
    display: block;
    content: '';
    position: absolute;
    margin: -8px 0 0 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #272835;
}

#main-nav > li:hover .main-nav-sub,
#main-nav .main-nav-sub:hover {
    display: block;
}


/* -------------- LANGUAGE MENU ---------------- */

#lang-change {
	list-style: none;
	float: right;
	padding: 0;
	margin-top: 16px;
	font-size: 13px;
	font-family: 'Rubik';
	border-radius: 6px 6px 0 0;
}

.lang-active:hover {
	text-decoration: none;
	color: #fff;
}

.lang-active {
	display: block;
	padding: 12px;
	width: 42px;
}

#lang-change li:hover .lang-sub, #lang-change:hover {
	display: block;
	background: rgba(95, 98, 107, 0.25);
}

/* #lang-change ul:hover {
	display: block;
	background: rgba(0,0,0,0.5);
}

#lang-change a:hover + .lang-sub {
	display: block;
	background: rgba(0,0,0,0.5);
}

.lang-sub:hover {
	display: block;
	background: rgba(0,0,0,0.5);
} */

.lang-sub li:hover a {
	text-decoration: none;
	color: #e2b059;
}

.lang-sub {
	display: none;
	position: absolute;
	padding: 0;
	z-index: 9999;
	border-radius: 0 0 6px 6px;
	width: 42px;
}

.lang-sub li {
	display: inline-block;
	float: left;
	border-top: 1px solid #393d48;
}

.lang-sub li a {
	display: block;
	width: 100%;
	padding: 12px;
	width: 42px;
}


/* -------------- LANGUAGE MENU END ----------- */

#hero-header {
	text-align: center;
}

#header {
	background: #1f1f2b;
	/* background-image: url('bg-pat_1.png'), url('bg-pat_2.png'); */
	padding: 0;
}

/* #header-overlay {
	background: radial-gradient(ellipse farthest-side at 50% -40%, rgba(117, 124, 142, 0.5), rgba(0, 0, 0, 0));
	padding: 0;
} */

.hero-text {
	margin-top: 70px;
	margin-bottom: 20px;
}

.hero-text-de {
    margin-bottom: 200px;
}

#hero-header h1 {
	font-size: 36px;
	font-weight: 300;
}

#hero-header h3 {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

#hero-header p.welcome-text {
    font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

p.useful {
    margin-top: 30px;
    display: inline-block;
    background: #2e2f3a;
    border-radius: 6px;
    padding: 15px 30px;
}

.useful .pre {
    font-style: italic;
    color: #b5893d;
}

.useful .fa {
    margin-right: 7px;
    color: #b5893d;
}

.useful a {
    margin-left: 10px;
}

.sep-line {
	width: 130px;
	height: 1px;
	background: #b5893d;
	margin: 6px 21px 0 26px;
	display: inline-block;
	float: left;
	opacity: 0.7;
}

.sep-romb {
	width: 14px;
	height: 14px;
	border: 1px solid #b5893d;
	transform: rotate(45deg);
	display: inline-block;
	float: left;
	margin-right: -5px;
}

.text-separator {
	width: 390px;
	height: 5px;
	position: relative;
	margin: 30px auto;
	margin-top: 25px;
}

.extra-links {
    margin-bottom: 200px;
}

.extra-links a {
    display: block;
    background: #272835;
    border-radius: 6px;
    position: relative;
    border-bottom: 2px solid rgba(0,0,0,0.23);
    transition: color 0.25s ease-in-out;
}

.extra-links a:hover {
    text-decoration: none;
    color: #ffb200;
}

.extra-links a:hover .link-tab-icon img {
    transform: scale(1.5) rotate(-18deg);
}

.extra-links a:hover .icn-slots img {
    transform: scale(1.6) rotate(-21deg);
}

.link-tab {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.link-tab-icon {
    display: flex;
    min-height: 60px;
    min-width: 160px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.link-tab-icon img {
    max-height: 50px;
    padding: 0 20px;
    display: block;
    max-width: 80%;
    transform: scale(1.4) rotate(-15deg);
    transition: transform 0.15s ease-in-out;
}

.icn-slots img {
    transform: scale(1.5) rotate(-18deg);
}

.link-tab-text {
    display: flex;
    min-height: 60px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    padding-right: 20px;
    text-align: left;
    line-height: 17px;
    padding-bottom: 5px;
}

/* CASINO LIST ------------------------------------- */

.coin-icn {
    background: url(img/coin_icons_24.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.btc-icn {
    background-position: 0 0;
}

.eth-icn {
    background-position: -48px 0;
}

.bch-icn {
    background-position: -24px 0;
}

.ltc-icn {
    background-position: -72px 0;
}

.doge-icn {
    background-position: -96px 0;
}

.trx-icn {
    background-position: -120px 0;
}

.usdt-icn {
    background-position: -144px 0;
}

.xmr-icn {
    background-position: -168px 0;
}

.zec-icn {
    background-position: -192px 0;
}

.dash-icn {
    background-position: -216px 0;
}

.review-wrp {
	text-align: center;
}

.full-review-btn {
	color: #373744;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e8ebef;
    font-weight: bold;
    border-radius: 0 0 3px 3px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.full-review-btn:hover {
	background: #f7f7f7;
	color: #ffb200;
   	text-decoration: none;
   	border-bottom-left-radius: 8px;
   	border-bottom-right-radius: 8px;
}

.full-review-btn:focus {
	color: #a57e3c;
}
	

#list-wrapper {
	/* margin-top: -65px; */
}

.inner-list-wrapper {
	margin-left: 0px;
	margin-right: 0px;
}

.block-title {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.list-select {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.list-select a:hover {
	text-decoration: none;
	color: #b5893d;
}

.list-select ul {
	list-style: none;
	padding: 0;
	padding-left: 5px;
	float: left;
	margin-bottom: 0;
}

.list-select > ul > li {
	float: left;
	display: inline-block;
	padding-bottom: 10px;
}

/* .currency-select > ul:before {
	content: 'CURRENCY:';
	opacity: 0.4;
	font-size: 12px;
	display: inline-block;
	float: left;
	padding-right: 5px;
} */

.list-select span {
	color: #fff;
	opacity: 0.4;
	float: left;
}

.list-select > ul li a.select-active:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 16px;
	margin-top: -13px;
	position: absolute;
	padding: 10px 4px;
}

.list-select ul.select-sublist {
	display: none;
	position: absolute;
	z-index: 9999;
	max-height: 200px;
	overflow-y: scroll;
	padding: 0;
	margin-top: 10px;
	border-radius: 3px;
}

.list-select ul.select-sublist li {
	background: rgba(95, 98, 107, 0.95);
	display: block;
	border-bottom: 1px solid #787c87;
}

.list-select ul.select-sublist li:hover {
	background: rgba(95, 98, 107, 1);
}

.list-select ul.select-sublist li:hover a {
	color: #efb551;
}

.list-select ul.select-sublist li:last-child {
	border-bottom: 1px solid #787c87;
}	

.list-select ul.select-sublist li a {
	padding: 10px 15px;
	color: #fff;
	display: block;
    line-height: 24px;
    min-width: 200px;
    display: flex;
}

.list-select ul.select-sublist li a img {
    max-height: 24px;
    margin-right: 5px;
}

.list-select > ul li:hover ul.select-sublist {
	display: block;
}

.list-item {
	margin-bottom: 25px;
	color: #000;
}

.list-item .image-col img {
	margin-top: 50px;
	max-width: 200px;
}

.list-row {
	/* border: 1px solid #eef1f4; */
	padding: 0 10px;
	margin: 0px;
	min-height: 210px;
	/* background: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05); */
	position: relative;
}

.casino-new:before {
    content: "New!";
    display: block;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 7px;
    top: 15px;
    left: -20px;
    position: absolute;
    background: #89ce82;
}

.list-row-wrap {
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.no-match {
	text-align: center;
}

.no-match p {
	margin: 90px 0 100px 0;
	opacity: 0.5;
}

.image-col {
	text-align: center;
}

.features-col {
	color: #000;
}

.features-col h3 {
	font-size: 12px;
	letter-spacing: 2px;
	color: #9395aa;
	margin: 40px 0 15px 0;
}

.features-col ul.features-list {
	list-style: none;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 40px;
	font-weight: 500;
}

.features-col ul.features-list li {
	margin-bottom: 5px;
}

.features-col ul.features-list li:before {
	content: '';
	background: #29c090;
	width: 5.5px;
	height: 5.5px;
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	margin-top: 6px;
	margin-left: -18px;
}

.marked-features-col {
	text-align: center;
}

.marked-features-col ul.marked-features-list {
	color: #6a6a6a;
	list-style: none;
	padding: 0;
	margin: 45px 0 45px 0;
	font-size: 11px;
}

.marked-features-col ul.marked-features-list li {
	margin-bottom: 14px;
	text-align: left;
}

.marked-features-col li:before {
	font-family: 'FontAwesome';
	font-size: 17px;
	padding-right: 8px;
	display: inline-block;
	margin-top: -4px;
	float: left;
}

.marked-features-col li.f-live-dealers:before {
	content: '\f03d';
}

.marked-features-col li.f-provably-fair:before {
	content: '\f06e';
}

.marked-features-col li.f-support:before {
	content: '\f1cd';
}

.marked-features-col li.f-mobile:before {
	content: '\f10b';
	font-size: 24px;
	margin-top: -9px;
	margin-left: 2px;
}

.marked-features-col li.f-usa-allowed:before {
	content: '\f0ac';
	margin-left: 1px;
}

.score-col {
	color: #fff;
	text-align: center;
	padding-left: 0;
}

.score-col span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	margin-bottom: 35px;
	display: inline-block;
	margin-top: 5px;
	background: #c3c3ca;
	padding: 3px 10px;
	border-radius: 50px;
}

.score-col p.score-value {
	margin-top: 45px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 24px;
	/* font-family: 'Rubik'; */
	font-weight: 600;
	color: #262631;
}

.button-col {
	padding-top: 48px;
}

.button-col a.play-now-btn {
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	background: #ffb200;
	border-radius: 4px;
	display: inline-block;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 20px;
	/* margin-top: 68px; */
	transition: background 0.15s ease-in-out;
}

.button-col a.play-now-btn:hover {
	color: #f2bd4b;
	background: #1c1c2b;
	text-decoration: none;
}

.button-col a.play-now-btn i {
	font-size: 14px;
	padding-left: 3px;
	vertical-align: middle;
}

.watch-review {
	width: 100%;
	height: 40px;
	color: #ce3139;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	line-height: 36px;
	font-size: 11px;
	border: 2px solid #ececef;
	margin-bottom: 10px;
	transition: background 0.15s ease-in-out;
}

.watch-review:focus {
	color: #ce3139;
	text-decoration: none;
	background: transparent;
}

.watch-review i {
	font-size: 9px;
	padding-right: 3px;
}

.watch-review:hover {
	color: #ce3139;
	text-decoration: none;
	background: #ececef;
}


/* ------ RECENT FROM BLOG ------------------ */

#recent-blog-section {
	margin-top: -40px;
}

.recent-blog-item {
	display: table;
	margin-bottom: 30px;
}

.recent-blog-item .blog-item-inner {	
	color: #fff;
	width: 100%;
	height: 250px;
	background: #272835;
	border-radius: 6px;
	display: table-cell;
	vertical-align: middle;
	padding: 30px 60px;
	box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
}

.blog-item-inner h3 {
	margin: 20px 0;
}

.blog-item-inner h3 a:hover {
	color: #fff;
}

.blog-item-inner span.entry-type {
	color: #b5893d;
}

.blog-item-inner span.entry-date {
	color: #73747d;
}

/* GERMAN */

#list-items-wrapper.de-list-wrp {
    margin-bottom: -60px;    
}

#footer-section.footer-sec-de {
    padding-top: 70px;
}

/* -------------- BONUSES SECTION ---------------- */


#bonuses-section {
    background: #1f1f2b;
}

#bonuses-section h2 {
    color: #fff;
    margin-top: 90px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
}

#bonuses-section .sub-headline {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #909098;
    text-align: center;
    margin-bottom: 80px;
}

.bonus-tabs-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}

.bonuses-link_wrp {
    text-align: center;
    margin-bottom: 70px;
}

.bonuses-link_wrp a {
    text-transform: uppercase;
    font-size: 14px;
}

.bonuses-link_wrp a:hover {
    text-decoration: none;
}

.bonuses-link_wrp a i {
    margin-left: 5px;
    font-size: 18px;
    transition: all 0.15s ease-in-out;
}

.bonuses-link_wrp a:hover i {
    transform: translateX(5px);
}

.bonus-tab-wrp {
    width: 50%;
    padding: 15px;
}

.bonus-tab {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 200px;
    background: #272835;
    padding: 0 40px;
    border-radius: 8px;
}

.bonus-tab .tab-col-left, .bonus-tab .tab-col-right {
    width: 50%;
}

.bonus-tab .tab-col-left {
    text-align: center;
}

.bonus-tab .tab-col-left .casino-logo img {
    max-height: 60px;
    max-width: 100%;
}

.casino-go-btn a {
    height: 40px;
    min-width: 150px;
    color: #fff;
    text-align: center;
    background: #ffb200;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 25px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

.casino-go-btn a:hover {
    box-shadow: 0 15px 35px 0 rgba(255,178,0,0.3);
    color: #fff;
    text-decoration: none;
}

.casino-go-btn a i {
    font-size: 14px;
    padding-left: 3px;
}

.bonus-tab .tab-col-right {
    text-align: right;
}

.bonus-tab .tab-col-right h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffb200;
    margin-bottom: 25px;
    margin-top: 10px;
}

.bonus-tab .tab-col-right .bonus-desc {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}


/* ------ FOOTER INFO ---------------- */

#footer-info {
    background: #191923;
}

.disc-wrp {
    display: flex;
    align-items: center;
    min-height: 280px;
    color: #ffffff;
}

.disc-inner {
    width: 100%;
}

.disc-inner p {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

#warns {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
}

#warns li {
    display: inline-block;
    padding: 10px;
}

#warns img {
    max-width: 100%;
}


/* ------ TEXT PANEL ------------------ */

.bitcoin-intro h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-top: 80px;
}

.text-panel {
	/* background: #fff;
	border-top: 1px solid #dee1e2; */
	color: #000000;
	padding: 0;
}

.panel-inner {
	padding: 0 40px;
	margin: 20px auto 50px auto;
}

.panel-inner a {
    color: #ffb200;
}

.panel-inner a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #ffb200;
}

.panel-inner h3 {
	color: #262631;
	margin-top: 50px;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 24px;
}

.panel-inner p {
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 25px;
	font-weight: 400;
}

.p-separator {
	width: 100%;
	height: 5px;
	border: 1px solid #fff;
	opacity: 0.1;
	margin: 25px 0;
}

#list-items-wrapper {
	position: relative;
	z-index: 500;
	/* margin-bottom: 140px; */
}

.brief-text h3 {
    margin-top: 0px;
    color: #262631;
    font-weight: 400;
}

/* ---- BRIEF REVIEW LINK --------- */

a.mid-out-btn {
    height: 40px;
    color: #fff;
    text-align: center;
    background: #ffb200;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    float: right;
    padding: 0 20px;
    margin-right: 20px;
    transition: all 0.25s ease-in-out;
}

.mid-out-btn:hover {
    box-shadow: 0 15px 35px 0 rgba(255,178,0,0.3);
    color: #fff;
    text-decoration: none;
}


/* ------ TEXT PANEL END --------------- */

/* ------ FOOTER ------------------ */

#footer-section {
	background: #f7f9fb;
	z-index: 100;
	position: relative;
}

.footer-inner {
	border-top: 1px solid rgba(255,255,255,0.1);
	background: #191923;
}

#copyright {
	margin-top: 42px;
	font-weight: 200;
	font-size: 11px;
	color: #b5893d;
}

.copyright-col {
	text-align: center;
}

#footer-email {
	margin: 40px 0;
	font-weight: 200;
	font-size: 12px;
	float: right;
}

.footer-socials {
    list-style: none;
    text-align: right;
    padding: 0;
    margin-top: 15px;
}

.footer-socials li {
    display: inline-block;
    font-size: 26px;
}

.footer-socials a {
    display: inline-block;
    padding: 10px;
}

/* .footer-gradient {	
	background: radial-gradient(ellipse farthest-side at 50% 140%, rgba(117, 124, 142, 0.5), rgba(0, 0, 0, 0));
} 

.top-top-btn {

} */

.index-info p {
    line-height: 25px;
    color: #000000;
}

.index-info h4 {
    color: #000000;
}

#go-top {
	float: right;
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
	border-radius: 100px;
	transition: all 0.1s ease-in-out;
	display: inline-block;
	margin: 28px 0 30px 0;
	background: rgba(0,0,0,0.7);
	border: 1px solid transparent;
}

#go-top:hover {
	opacity: 1;
	color: #ce3139;
	border: 1px solid #6d2024;
	text-decoration: none;
	background: transparent;
}

p.btctip {
	font-size: 12px;
	margin-top: 30px;
	opacity: 0.5;
}

/* ------ FOOTER END --------------- */

/* .score-col p, .score-col span {
	display: none;
} */

@media (max-width: 380px) {

	#hero-header .hero-text h1 {
		font-size: 32px;
	}

}

@media (max-width: 470px) {
    
    .text-separator {
		width: 290px;
	}
	
	.sep-line {
		width: 80px;
	}
	
	.top-menu-inner,
	.top-bar,
	#header-overlay {
	    padding: 0;
	}
	
	.link-tab-text {
        padding: 20px 20px 20px 0;
        font-size: 16px;
    }
    
    .link-tab-icon {
        min-width: 150px;
    }
    
    .link-tab-icon img {
        max-height: 40px;
        max-width: 110px;
    }
	
}

@media (max-width: 520px) {
    
    .bonus-tab .tab-col-left, .bonus-tab .tab-col-right {
        width: 100%;
        text-align: center;
    }
    
    .bonus-tab {
        padding: 40px;
    }
    
    .bonus-tab .tab-col-right h3 {
        margin-bottom: 10px;
        margin-top: 60px;
    }
    
    .bonus-tab .tab-col-right {
        margin-bottom: 80px;
    }
    
    .casino-go-btn {
        position: absolute;
        bottom: 30px;
        width: 100%;
        left: 0;
    }
    
}

@media (max-width: 991px) {

	.marked-features-col ul.marked-features-list li {
		text-align: center;
	}

	.marked-features-col li:before {
		padding-right: 8px;
		display: inline-block;
		margin-top: -3px;
		float: none;
	}

	.score-col {
		padding-right: 15px;
	}

	.button-col a.play-now-btn {
	}
	
	.button-col {
		padding-top: 10px;
	}

	.features-col h3 {
		margin-left: 10px;
	}

	.features-col ul.features-list {
		margin-left: 10px;
	}
	
	.bonus-tab-wrp {
	    width: 100%;
	}
	
	.footer-inner {
        text-align: center;
    }
	
	#copyright {
    	margin-bottom: 30px;
    	margin-top: 0;
    }
    
    .footer-socials {
        text-align: unset;
    }

}

@media (min-width: 768px) {
    #main-wrp {
        position: relative;
        top: -65px;
    }
}

@media (max-width: 767px) {
	
	#logo-wrapper {
		margin-left: 10px;
	}

	.marked-features-col ul.marked-features-list {
		margin: 0px 0 10px 0;
	}

	#list-wrapper {
		margin-top: -120px;
	}

	.list-select ul.select-sublist {
		width: 100%;
		left: 0;
	}

	.score-col p.score-value {
		margin-top: 28px;
		margin-bottom: 5px;
	}
	
	.recent-blog-item .blog-item-inner {	
		height: 180px;
	}
	
	.cont-flex {
	    display: block;
	}
	
	.rev-text-in, .img-in {
	    width: 100%;
	    max-width: none;
	}
	
	.rev-text-in, .img-in {
	    margin-left: 0;
	}
	
	.brief-text {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	
	
	/*------ MOB MENU ---------- */
	
	#mob-menu-btn {
	    display: block;   
	}
	
	#main-nav {
        background: #fff;
        width: 100%;
        z-index: 9999;
        position: fixed;
        top: 0;
        margin: 0;
        left: 0;
        height: 100%;
        padding: 0;
        font-size: 24px;
    }
    
    #main-nav > li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    
    #main-nav li a {
        color: #000;
    }
    
    #main-nav .exit-menu {
        display: block;
        position: absolute;
        bottom: 0;
    }
    
    #main-nav.mob-menu-hide {
        display: none;
    }
    
    /* --- DROPDOWN --- */
    
    .main-nav-sub {
        position: relative;
        background: #f7f7f7;
        z-index: 9999;
        box-shadow: none;
        width: 100%;
    }
    
    .main-nav-sub:before {
        display: block;
        content: '';
        position: absolute;
        margin: 0 0 0 -4px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 10px solid #fff;
        border-bottom: none;
        left: 50%;
    }
    
    .main-nav-sub li {
        width: 100%;
        border-bottom: none;
    }
    
    .main-nav-sub li a {
        width: 100%;
        padding: 18px 20px;
    }
}

@media (max-width: 1199px) {

	.recent-blog-item .blog-item-inner {	
		padding: 30px 40px;
	}
	
	.recent-blog-item .blog-item-inner h3 {	
		font-size: 21px;
	}

}


@media (min-width: 991px) {

 #fortunejack .image-col img {
 	margin-top: 55px;
 }
 
 #justbit .image-col img {
 	margin-top: 85px;
 }
 
 #onehash .image-col img {
 	margin-top: 95px;
 }
 
 #betchain .image-col img {
 	margin-top: 75px;
 }
 
 #cloudbet .image-col img {
 	margin-top: 85px;
 }

 #bitcasino .image-col img {
 	margin-top: 80px;
 }

 #betcoin .image-col img {
 	margin-top: 75px;
 }

 #mbit .image-col img {
 	margin-top: 60px;
 }
 
 #bit7 .image-col img {
 	margin-top: 65px;
 }

 #bitstarz .image-col img {
 	margin-top: 80px;
 }

 #stake .image-col img {
 	margin-top: 110px;
 }

 #crypto-games .image-col img {
 	margin-top: 50px;
 }

 #bitcoingames .image-col img {
 	margin-top: 70px;
 }
 
 #nitrogen .image-col img {
 	margin-top: 90px;
 }
 
 #bitsler .image-col img {
 	margin-top: 80px;
 }
 
 #edgeless .image-col img {
 	margin-top: 80px;
 }
 
 #sportsbet .image-col img {
 	margin-top: 85px;
 }
 
 #trueflip .image-col img {
 	margin-top: 105px;
 }
 
 #cyberdice .image-col img {
    margin-top: 65px;
 }
 
 #bspin .image-col img {
    margin-top: 65px;
 }

}