span.d-block.font-weight-black.mb-2.text-center {
    display: none !important;
}
.main .col-lg-12.text-center {
    margin-top: -20px;
    display:none;
}
h2.font-weight-normal.text-6.pb-2.mb-4 {
    margin: 0 !important;
}
a, a:focus, a:hover {
    color: #ff5b00;
}
.header-body {
    background: #2b2726 !important;
}
.social-icons li a {
    color: #7b7a7a !important;
}
@media (min-width: 991px){
	#header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before{
		display:none !important;
	}
    a.dropdown-item {
        line-height: 19px !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 {
		height: 545px !important;
		box-shadow: none !important;
		left: auto !important;
		top: 25px !important;
		padding-top: 20px;
		transform: translateX(-255px) !important;
		background: #000000a6 !important;
		border-radius: 0 0 0 20px;
	}
    .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: transparent !important;
    }
    .body {
        max-width: 1000px;
        margin-left: calc(100vw) !important;
        padding-left: 0;
        left: calc(-50vw - 500px);
        position: absolute;
    }
	.header-row.flex-row.justify-content-start.justify-content-lg-center.pt-lg-5 {
		padding-top: 0 !important;
	}
	.header-logo {
		margin: 6px 0 30px 0 !important;
	}
}

@media (max-width: 1250px){
	.body {
		max-width: 750px;
		left: calc(-50vw - 255px);
	}
}
.loading-overlay, body {
	font-family: Georgia, Times, "Times New Roman", serif;
    background: rgba(32, 28, 25, 0.77) url(body-main-bg.png);
}
#footer img {
    filter: grayscale(1) contrast(0.5);
}
body:before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
    background: #0a0a0a;
    background-image: url(main-header-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
body:after {
	content: '';
	z-index: -1;
	width: 100%;
	height: 420px;
	bottom:0;
	left:0;
    background: #0a0a0a;
    background-image: url(footer.jpg?v=2);
    background-position: center top;
    background-repeat: no-repeat;
}
.body {
    color: #ceb5a0;
    margin-top: 25px !important;
    text-shadow: 1px 1px rgba(2, 3, 3, 0.5);
    font-weight: normal;
    min-width: 320px;
    background: url(body-bg.jpg) 0 0 repeat #343230;
    overflow: visible !important;
}
#header {
    box-shadow: 5px 0 0px #00000038;
}
#footer, #footer .footer-copyright {
	background: url(footer-decor.jpg) 0 0 no-repeat, url(footer-bg.jpg) 12px 0 repeat-x;
    background-color: #242322;
}

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: #00a348;
    color: #ffffff !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;
}

.container.index-title {
    background: url(jackpot.png?v=3) center top no-repeat;
    height: 210px;
    background-size: contain;
    margin-bottom: -40px;
}
@media (max-width: 991px){
    #header .header-btn-collapse-nav {
        outline: 0;
        margin-left: 4px;
        margin-top: -2px;
        background: #866328 !important;
        width: 30px;
        padding: 6px !important;
        display: block;
        position: relative;
        z-index: 1;
    }
    #header .header-nav-main nav>ul>li>a.active {
        background: #0000007a;
    }
    #header .header-nav-main:before {
        background: black;
    }
	.swiper-div {
		min-height: 50px !important;
	}
	.swiper-div .btn {
		width: calc(100% - 20px);
	}
	.container.index-title {
		height: 150px;
		background-size: cover;
	}
}
.col-md-12 h1 {
    color: #fff;
}
p {
    color: #988b81;
font-family: Georgia, Times, "Times New Roman", serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #f7d092;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}
.image-gallery-item.mb-0 {
    overflow: hidden;
    box-shadow: 0 1px 2px #000, inset 0 1px hsla(0,0%,100%,.15);
    border-radius: 5px;
}
.thumb-info-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.6), inset 0 1px 2px 0 hsla(0,0%,100%,.29), inset 0 0 6px rgba(193,161,126,.39);
}
.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: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    bottom: 10px;
}
.btn{
    min-height: 36px;
    position:relative;
	z-index: 1;
    overflow: hidden;
    margin-bottom: 10px !important;
}
.btn-warning.hover, .btn-warning:hover {
    background-color: #00a94b;
    color: #fff;
}
.btn:after,.btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 51%;
}
.btn-warning:before {
    background: url(orange-md-l.png) 0;
    background-size: cover;
    left: 0;
}
.btn-warning:after {
    background: url(orange-md-r.png) 100%;
    background-size: cover;
    right: 0;
}
.btn:after,.btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 51%;
}

.btn:before {
    background: url(green-md-l.png) 0;
    background-size: cover;
    left: 0;
}
.btn:after {
    background: url(green-md-r.png) 100%;
    background-size: cover;
    right: 0;
}
.btn-warning {
    background-color: transparent;
    border: none;
}
.btn-warning:before {
    background: url(orange-md-l.png) 0;
    background-size: cover;
    left: 0;
}
.btn-warning:after {
    background: url(orange-md-r.png) 100%;
    background-size: cover;
    right: 0;
}
.btn:after,.btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 51%;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    background: url(orange-md-r.png) 100%;
    border: none;
}

a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
    width: 160px;
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px;
    border-radius: 5px;
    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;
}
.header-row.header-row-side-header.flex-row.h-100.pb-lg-5 {
    padding-bottom: 0 !important;
}
a.dropdown-item {
    color: #f7d092 !important;
}
a.dropdown-item.active {
    color: #fff !important;
}
.swiper-container {
    box-shadow: 0 0 15px #0b0b0b;
    overflow: hidden;
}
.swiper-div {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1px;
    min-height: 75px;
}
.swiper-text-block {
    position: relative;
    left: 0;
}
.swiper-text-block h3, .swiper-text-block h4 {
    font-size: 2em !important;
}