
.btn-warning {
    text-transform: uppercase;
    font-weight: bold;
    color: #fde4a5 !important;
    border-color: #fde4a5;
    background-color: #171717;
}
.btn-warning:hover{
    color: #171717 !important;
    background-color: #fde4a5;
}
a.active.dropdown-item {
    color: #fde4a5 !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.loading-overlay{
    background:#171717;
}
.body{
    background: #060509 url(bg.png) repeat !important;
}
.main {
    font-family: Roboto,Open Sans,sans-serif !important;
    font-size: 16px !important;
    background-size: 100% auto !important;
}
.header-body {
    background: #dcd9ba -webkit-linear-gradient(135deg,rgba(255,255,255,.25) 40%,rgba(255,255,255,0) 40%,rgba(183,183,183,.18) 55%,rgba(255,255,255,.25) 50%) !important;
    background: #dcd9ba linear-gradient(-45deg,rgba(255,255,255,.25) 40%,rgba(255,255,255,0) 40%,rgba(183,183,183,.18) 55%,rgba(255,255,255,.25) 50%) !important;
    background: linear-gradient(to right,#322a21,#524434,#322a21) !important;
    box-shadow: inset 30px 30px 80px rgba(0,0,0,.1) !important;
    background-color: #171717 !important;
}
/*  KZ  */
.header-body:after,.header-body:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/custom/casino-grand.kz/css/kz-bg.png) top left repeat-y;
    width: 20px;
}
.header-body:after{
    left: 0;
}
.header-body:before {
    right: 0;
}
@media (max-width: 991px){
    #header .header-nav-main nav {
        padding: 0 25px;
    }
    #header .header-logo img {
        z-index: 1;
        margin-left: 10px;
    }
    .header-btn-collapse-nav {
        margin-right: 10px !important;
    }
}
/*  KZ  */
.header i {
    color: #fff;
}
a.dropdown-item {
    color: #fff !important;
}
@media (max-width: 991px){
    #header .header-nav-main:before {
        background: none!important;
    }
    #header .header-nav-main nav>ul>li>a.active {
        color: #000000!important;
        background: #fde4a5;
    }
    #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 {
    opacity: 0.6 !important;
}

.body a{
    color: #fde4a5 !important;
}
.body a:hover{
    color: #fff !important;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: #fde4a5 !important;
}
#footer .footer-copyright {
    background: #262119;
}
h1{
    color: #fde4a5;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 40px;
    font-weight: 400 !important;
}
.text-6 strong {
    color: #fde4a5;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    font-size: 1.6em !important;
    font-weight: 400 !important;
}
.rev_slider li.slide-overlay .slotholder:after {
    opacity: 0;
}
.slider-container {
    background: none !important;
}
.slider_text_2 {
    color: #FFFFFF;
    line-height: 44px;
    font-size: 38px;
}
li.dropdown {
    line-height: 10px !important;
}
h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.header-body .social-icons li a {
    color: #fff !important;
}
.btn-slider .btn {
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-primary {
    background: linear-gradient(0deg,#088c4f,#0bb366,#088c4f) !important;
    color: #fff !important;
}
.btn-primary:hover {
    color: #fff !important;
    opacity: .7;
    background: linear-gradient(0deg,#088c4f,#0bb366,#088c4f) !important;
}
.tp-bannertimer {
    background-color: #fde4a5 !important;
}
.thumb-info .thumb-info-type {
    background-color: #fde4a5;
    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: #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: #fde4a5;
    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 {
    text-transform: uppercase;
    text-align: right;
    line-height: 1.25em !important;
    color: #fde4a5;
    text-shadow: none;
    font-weight: normal;
}
.slider_text_2 {
    margin-top: 25px !important;
    color: #FFFFFF;
    line-height: 32px !important;
    font-size: 30px !important;
}
a.tp-caption {
    background: none !important;
    margin-top: 20px !important;
    text-transform: none;
}
.tp-bgimg.defaultimg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000bf;
    z-index: 1;
}