span.d-block.font-weight-black.mb-2.text-center {
    display: none !important;
}
.main .col-lg-12.text-center {
    margin-top: -20px;
    display:none;
}
td,th {
	padding: 2px 10px;
	border: 1px dashed #ffffff;
}
h1,h2,h3,h4 {
    color: #7cf237;
}
h2.font-weight-normal.text-6.pb-2.mb-4 {
    margin: 0 !important;
}
.header-body {
	background: #000 !important;
}
a.btn {
    min-height: 36px;
}
a, a:focus, a:hover {
    color: #edda20;
}
p {
    color: #c3c3c3;
}
@media (min-width: 991px){
	a.btn {
		min-height: 36px;
	}
	a.dropdown-item {
		line-height: 12px !important;
		color: #fff !important;
	}
	.game_window {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	.game_window.full_opened {
		width: 100vw;
		height: 100%;
		position: fixed;
		left: calc(50vw - 270px);
		top: 0;
		margin: 0;
		overflow: visible;
	}
	.full_opened {
		transform: translateX(calc(-50vw + 270px));
		height: calc(100vh - 100px) !important;
	}
	header#header {
		left: auto !important;
		height: 580px !important;
		max-width: 230px !important;
		transform: translateX(-230px) !important;
		background: none !important;
	}
	.image-gallery .col-6.col-md-3.col-xl-2.p-1 {
		width: 150px !important;
		max-width: 100% !important;
		flex: auto !important;
	}
	.header-body {
	    max-height: 700px;
    	background: #171717 !important;
    	border-radius: 0 0 20px 20px;
	}
    .body {
		max-width: 985px;
		margin-left: calc(100vw) !important;
		padding-left: 235px;
		left: calc(-50vw - 503px);
		position: absolute;
    }
	.header-row.flex-row.justify-content-start.justify-content-lg-center.pt-lg-5 {
		padding-top: 1rem !important;
	}
	.header-row.header-row-side-header.flex-row.h-100.pb-lg-5 {
		padding-bottom: 0 !important;
		margin-top: 20px;
	}
}

.loading-overlay, body {
	background: url(noise.png) repeat,#191919;
}
body:after {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-size: 100%;
}
.body {
    background: none;
    overflow: visible !important;
}
#header {
box-shadow: 5px 0 0px #00000038;
}
#footer, #footer .footer-copyright {
    background: transparent !important;
}

span.d-block.font-weight-black.mb-2.text-center {
    color: #fff;
    text-shadow: 2px 0 10px #070029;
}
.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
}

.breadcrumbs a {
    position: relative;
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    background: #171717;
    transition: all 0.5s;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #171717;
    box-shadow: none;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.5s;
}

.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after{
    background: #7cfb00;
    color: #000000 !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    position: absolute;
    color: #000;
    text-align: center;
    top: 8px;
    left: 30px;
    line-height: 20px;
    box-shadow: 0 0 2px #ccc;
    width: 20px;
    background-color: white;
    border-radius: 50%;
}

.breadcrumbs a:first-child {
    padding-left: 46px;
}

.breadcrumbs a:first-child::before {
    left: 14px;
}

.tp-mask-wrap {
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.25 !important;
    color: #7ff800;
    margin-top: 100px !important;
    text-shadow: none;
    font-weight: normal;
}

.btn i.fas.fa-bars {
    z-index: 3;
    position: relative;
}

.header-btn-collapse-nav:before,.header-btn-collapse-nav:after{
	background:none;
}
@media (max-width: 991px){
	#header .header-btn-collapse-nav {
        outline: 0;
		margin-left: 4px;
		margin-top: -2px;
		border-color: #fff !important;
		color: #fff !important;
		background: transparent !important;
		width: 38px;
		padding: 8px !important;
		display: block;
		position: relative;
		z-index: 1;
	}
	#header .header-nav-main nav>ul>li>a.active {
		background: #fce503;
    	color: #000 !important;
	}
	#header .header-nav-main:before {
		background: black;
	}
}
.image-gallery-item.mb-0 {
    overflow: hidden;
    border-radius: 5px;
}
.image-gallery-item.mb-0:hover {
    border: 1px solid #6edf00;
    box-shadow: 0 2px 8px 0px #6edf00;
}
.thumb-info .thumb-info-type {
    background-color: #7dfc00;
}
.main .container .row.pb-3,.row.pt-5.mb-5 .col-12 {
	color: #fff;
}
.row.pt-5.mb-5 .col-12{
	padding-top: 20px;
	margin-left: 20px;
    max-width: calc(100% - 40px);
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px;
}
.swiper-div .btn {
    padding: 7px 10px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 20px !important;
    height: 32px;
    min-height: 32px;
    margin-left: -30px;
    margin-top: 5px;
    background: #fce503;
    font-size: 14px !important;
    border-color: transparent;
    color: #1c2900 !important;
    font-weight: bold !important;
}
.btn {
	position: relative;
    overflow: hidden;
    margin-bottom: 10px !important;
    border: 1px solid #7cfb00;
    border-radius: 50px !important;
    color: #7cfb00 !important;
    text-transform: capitalize;
    background-color: transparent;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff !important;
    width: 160px;
    border: 1px solid #fff !important;
    background-color: transparent;
}
a.btn.btn-warning.ml-sm-0.ml-3.font-weight-semibold.btn-rounded.text-white.w-100:hover,a.btn.btn-rounded.btn-warning.m-auto.text-3:hover {
    background: #7dfc00;
    border-color: #7dfc00;
    color: #000 !important;
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 25px !important;
}
a.btn.btn-warning.ml-sm-0.ml-3.font-weight-semibold.btn-rounded.text-white.w-100 {
    border-radius: 5px;
}
h2 strong.font-weight-extra-bold {
    color: #ffffff;
    text-transform: uppercase;
    background: #2192e4;
    border: 5px solid #4a5bb3c7;
    padding: 0 10px;
    text-shadow: 0 0 30px #0082dd;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, #7cfb0000, #4b9008a3);
    z-index: 1;
}
.social-icons li a {
    color: #6d6d6d!important;
}
input.input-group-text.mb-3.name_find.text-left.w-100 {
    font-size: 12px;
}
label.check_container {
    font-size: 12px;
}
.swiper-div {
    position: absolute;
    display: block;
    width: 418px;
    background: #171717cf;
    border-left: 4px solid #7dfc00;
    left: 15px;
    bottom: 36px;
    height: 100px;
}
h3.line-height-3.text-lg-10.font-weight-extra-bold {
    font-weight: 400 !important;
    font-size: 22px !important;
	color: #7cf237;
    text-align: left;
}
.swiper-div h4.text-lg-6 {
    font-size: 14px !important;
    font-weight: 200;
    line-height: 18px;
    text-align: left;
}
.swiper-text-block {
    position: relative;
    left: 10px;
}
.swiper-text-block h3, .swiper-text-block h4 {
    font-size: 2em !important;
}
@media (max-width: 991px){
	.container.index-title {
		display: none;
	}
	.swiper-div {
		position: absolute;
		display: block;
		width: calc(100% - 20px);
		background: #171717cf;
		border-left: 4px solid #7dfc00;
		left: 15px;
		bottom: 36px;
		height: 36px;
	}
	.swiper-div h3.line-height-3.text-lg-10.font-weight-extra-bold {
		font-size: 15px !important;
		top: 0 !important;
		line-height: 20px !important;
	}
	.swiper-div h4.text-lg-6 {
		display: none;
	}
	.swiper-div .btn {
		top: -9px;
		font-size: 12px !important;
		height: 32px !important;
		padding: 8px 20px !important;
		min-height: 24px !important;
	}
}
a.active.dropdown-item {
    color: #f8e521 !important;
}
.container.index-title {
    display: none !important;
}
@media (max-width: 991px){
	#header .header-nav-main nav > ul > li > a {
		color: #d6d6d6 !important;
	}
}