span.d-block.font-weight-black.mb-2.text-center {
    display: none !important;
}
#header .header-logo img {
	width: 150px;
}
.main .col-lg-12.text-center {
    margin-top: -20px;
    display:none;
}
h2.font-weight-normal.text-6.pb-2.mb-4 { 
    margin: 0 !important;
}

.header-body {
    background: #202021 !important;
}
@media (min-width: 991px){
	a.dropdown-item {
		line-height: 15px !important;
	}
	.game_window {
		width: 700px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 10px;
	}
	.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: 40px !important;
		left: 0 !important;
		max-width: 100% !important;
		margin-top: 0;
		background: none !important;
	}
.image-gallery .col-6.col-md-3.col-xl-2.p-1 {
    width: 150px !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex: auto !important;
    padding: 0 !important;
}
	.header-body {
		max-height: 700px;
	}
	.flex-lg-column.flex-row.h-100.header-column.justify-content-center {
		flex-wrap: wrap;
	}
	.flex-row.header-row.justify-content-lg-center.justify-content-start.pt-lg-5 {
		padding: 0 !important;
	}
	.header-logo {
		margin: 0 !important;
		height: 40px;
		padding: 4px;
	}
    .body {
		max-width: 1000px;
		margin-left: calc(100vw) !important;
		padding-left: 255px;
		left: calc(-50vw - 500px);
		position: absolute;
    }
	.header-row.header-row-side-header.flex-row.h-100.pb-lg-5 {
		position: fixed;
		background: linear-gradient(to bottom, #202021, #000000);
		left: auto;
		padding-top: 14px;
		padding-bottom: 0 !important;
		top: 40px;
		width: 225px;
		margin-left: 55px;
		min-height: 300px;
		border-bottom: 5px solid #ff7801;
	}
	header a.btn {
		min-height: 24px !important;
		line-height: 10px;
		margin-top: 8px;
		width: 132px !important;
		padding: 7px 5px !important;
	}
.header-row.justify-content-end.pb-lg-3 {
    margin-top: 25px;
}
.social-icons li a {
    font-size: 24px;
}
	.body {
		padding-left: 215px;
		margin-top: 40px !important;
	}
}
.loading-overlay, body {
    background: #fff;
}
.body {
    background: none;
    overflow: visible !important;
}
#header {
box-shadow: 5px 0 0px #00000038;
}
#footer, #footer .footer-copyright {
    background: transparent;
    outline: none;
    box-shadow: none !important;
}
#footer img {
    filter: invert(1) grayscale(1);
    opacity: .3;
}

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;
}
#footer img:hover {
    opacity: 1;
}
.image-gallery .col-6.col-md-3.col-xl-2.p-1 {
    width: 150px !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex: auto !important;
    padding: 0 !important;
}
hr {
    background: #efefef !important;
}
.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: #2192e4;
    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;
}
@media (max-width: 991px){
	#header .header-btn-collapse-nav {
    outline: 0;
    margin-left: 4px;
    margin-top: -2px;
    background: #03a528 !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;
	}
}
.image-gallery-item.mb-0 {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

.main .container .row.pb-3, .row.pt-5.mb-5 .col-12 {
    background: #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;
}

.btn.btn-warning {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    margin-bottom: 10px !important;
    background: #ff7801;
    color: #fff !important;
    min-height: 36px;
}
.btn{
	position:relative;
	overflow: hidden;
	margin-bottom: 10px !important;
	background: #da0203;
	text-transform: uppercase;
	
}
i.fab {
    color: #fff;
}
a.dropdown-item.active {
    color: #ff8103 !important;
}
a.dropdown-item {
    color: #fff !important;
}
.swiper-div .btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    top: 10px;
    width: auto;
    border-radius: 50px;
    border: none;
    height: 100% !important;
}
.swiper-div .btn:after {
    display:none;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
    width: 160px;
    background: #03a528;
    min-height: 36px;
    border-radius: 17px;
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px;
   	border-radius: 17px;
    margin-bottom: 25px !important;
}
a.btn.btn-warning.ml-sm-0.ml-3.font-weight-semibold.btn-rounded.text-white.w-100 {
    border-radius: 17px;
    box-shadow: 2px 0 10px -5px #000;
    border-color: #ff8e22;
}
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;
}


.swiper-div {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    height: 100%;
}
.swiper-text-block {
    position: relative;
    left: 0;
	
    width: 100%;
    height: 100%;
}
.swiper-text-block h3, .swiper-text-block h4 {
    font-size: 3.5em !important;
    font-weight: 500 !important;
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
}
@font-face {
    font-family: "PFKidsPro_GradeFive";
    src: url("/css/fonts/PFKidsPro_GradeFive.eot");
    /* IE9 Compat Modes */
    src: url("/css/fonts/PFKidsPro_GradeFive.woff") format("woff"), url("/css/fonts/PFKidsPro_GradeFive.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    color: #0083c3;
    position: relative;
    background: #fff;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 50px;
    font-weight: 200 !important;
}
.text-6 strong {
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    color: #0083c3;
    position: relative;
    background: #fff;
    padding: 0 20px;
    z-index: 2;
    font-size: 1.6em !important;
    font-weight: 200 !important;
}
.rev_slider li.slide-overlay .slotholder:after {
     opacity: 0;
 }
.slider-container {
    background: #ffffff;
}
.tp-mask-wrap {
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: right;
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    font-size: 60px !important;
    line-height: 1.25 !important;
    color: #202021;
    margin-top: 120px !important;
    text-shadow: none;
    font-weight: normal;
}
.slider_text_2 {
    color: #202021;
    font-size: 38px;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.btn-slider .btn {
    font-family: "Open Sans", Arial, sans-serif;
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-slider:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(/img/main-slider-btn-decor-left.gif) left center no-repeat, url(/img/main-slider-btn-decor-right.gif) right center no-repeat;
}
.tp-bgimg{
    height: 50% !important;
}
.rs-background-video-layer{
    height: 50% !important;
}
.thumb-info .thumb-info-type {
    background-color: #0066dc;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 3px 0 0 3px;
    margin-top: -10px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.ffbg {
    border-color: #ff6613;
    color: #fff;
    background: #ff6613;
}
.ffbg:hover,.ffbg:active {
    border-color: #ff6613;
    color: #ff6613 !important;
    background: #fff;
}
.btn-bgx {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: -20px;
    z-index: 1;
}
.foot_text {
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    font-size: 2.5em !important;
}
.loading-overlay {
    background: #202021 !important;
}
section.section.section-dark.section-height-1.border-0.m-0.bg-sx {
    background: none;
}