@media(min-width:991px){
.header-logo:before {
    content: '';
    position: absolute;
    width: 255px;
    height: 101px;
    left: -53px;
    top: -92px;
    z-index: 0;
    background: url(logo-animation.gif) top center no-repeat;
    background-size: cover;
}
.header-body:before {
    content: '';
    position: absolute;
    width: 255px;
    height: 81px;
    left: 0px;
    top: 89px;
    z-index: 0;
    background: url(bg-logo.png) top center no-repeat;
    background-size: cover;
}
}
.header-body {
    background: url(header-bg-pattern.jpg) !important;
}
@font-face{
    font-family:'888-Ultra';
    src:url("888-Ultra.eot");
    src:url("888-Ultra.eot?#iefix") format("embedded-opentype"),
    url("888-Ultra.woff2") format("woff2"),
    url("888-Ultra.woff") format("woff"),
    url("888-Ultra.ttf") format("truetype"),
    url("888-Ultra.otf") format("opentype"),
    url("888-Ultra.svg") format("svg");
    font-weight:800}

.btn-warning {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.25em;
    border: 1px solid #e39701!important;
	color: #000 !important;
    background-image: linear-gradient(to bottom,#ffe100 15%,#e39701 100%) !important;
    background-repeat: repeat-x;
    box-shadow: 0 3px 3px rgba(0,0,0,.4), inset 1px 1px 2px 0 rgba(255,255,0,.25);
}
.btn {
    font-family: "888-Ultra",verdana,sans-serif;
}
.btn-warning:hover{
	color: #000 !important;
    opacity: 1;
    border: 1px solid #efc101!important;
	background-image: linear-gradient(to bottom,#ffec00 50%,#efc101 100%) !important;
    background-repeat: repeat-x;
    box-shadow: 0 3px 3px rgba(0,0,0,.15), 0 0 25px rgba(255,255,255,.15), inset 0 0 8px 0 #ff0;
}
a.active.dropdown-item {
    color: #ff5823 !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.loading-overlay,.body {
    background:url(main-bg.jpg);
}
a.dropdown-item {
    color: #fff !important;
}
@media (max-width: 991px){
    #header .header-nav-main:before {
        background: #610200 !important;
    }
    #header .header-nav-main nav>ul>li>a.active {
        color: yellow!important;
        background: none;
    }
    #header .header-nav-main nav>ul li {
        border: none;
    }
    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before {
        opacity: 0 !important;
    }
}
#header .header-btn-collapse-nav {
    background: #202021;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
    border-bottom: 1px dotted;
    padding: 0;
    margin-top: 10px;
}
a:hover {
    color: yellow !important;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: yellow !important;
}
.font-weight-extra-bold {
    font-family: "888-Ultra",verdana,sans-serif;
}
h1{
    color: yellow;
    font-family: "888-Ultra",verdana,sans-serif;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 40px;
    font-weight: 200 !important;
}
.text-6 strong {
    color: yellow;
    position: relative;
    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: none !important;
}
.slider_text_2 {
    color: #444444;
    font-size: 38px;
}
h1, h2, h3, h4, h5, h6 {
    color: #ffe400;
    text-shadow: 0 2px 0 #000;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.btn-slider .btn {
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-primary {
    color: #000000 !important;
    border-color: #fce403 !important;
    background-color: #fce403 !important;
}
.btn-primary:hover {
    color: #fce403 !important;
    background-color: #171717 !important;;
}
.tp-bannertimer {
    background-color: #F8E521 !important;
}
.thumb-info .thumb-info-type {
    background-color: yellow;
    border-radius: 25px;
    width: 50px;
    color: #000;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 3px 0 0 3px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.btn-bgx {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: -20px;
    z-index: 1;
}
.foot_text {
    font-size: 2.5em !important;
}

.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: yellow !important;
    background: #000000;
    transition: all 0.5s;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #000000;
    box-shadow: none;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.5s;
}
a.dropdown-item {
    padding: 0 !important;
}
.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after{
    background: #fce403;
    color: #000000 !important;
}

.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: yellow;
    margin-top: 100px !important;
    text-shadow: none;
    font-weight: normal;
}
@media (min-width: 992px){
    #header .header-nav.header-nav-links-side-header nav>ul>li>a {
        padding: 5px 15px!important;
        min-height: 0!important;
        border-bottom: 1px solid rgba(0,0,0,.05);
        border-radius: 0;
    }
}
.body {
    background-color: #131313 !important;
}
.social-icons li a {
    color: #fff!important;
}

.swiper-container:before {
    content: '';
    position: absolute;
	right: 0;
    bottom: 0;
    left: 0;
    height: 14px;
    z-index: 2;
    background: url(lamp-2.png);
    -webkit-animation: lampsBlinkingRevers 1s infinite;
    animation: lampsBlinkingRevers 1s infinite;
}
.swiper-container:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 14px;
    z-index: 2;
    background: url(lamp-1.png);
    -webkit-animation: lampsBlinking 1s infinite;
    animation: lampsBlinking 1s infinite;
}
@-webkit-keyframes lampsBlinking{0%,to{opacity:1}50%{opacity:0}}
@-webkit-keyframes lampsBlinkingRevers{0%,to{opacity:0}50%{opacity:1}}
@keyframes lampsBlinking{0%,to{opacity:1}50%{opacity:0}}
@keyframes lampsBlinkingRevers{0%,to{opacity:0}50%{opacity:1}}

p {
    color: #fff;
}
body {
	color: #e2e2e2;
}

#footer .footer-copyright {
    background: url(f_bg-pattern.jpg);
}