body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #000;
}


.btn-outline-warning {
    color: #e8232d;
    border-color: #e8232d;
}


.modal-header {
    border: none !important;
}


.form-control {
    background-color:transparent !important;
    color: #fff !important;
}
.list-group-item {
    background: transparent;
    border: 1px solid #e8232d;
    color: #fff
}

.line {
    display: block;
    height: 4px;
    background: #e8232d;
}

.bg-white {
    background: #fff;
}

.bg-dark-grey {
    background: #1b1b1b;
}

.bg-dark {
    background: #000 !important;
}

.bg-warning {
    background: #e8232d !important;
}

.btn-warning {
    background: #e8232d !important;
    border-color: #e8232d !important;
    color: #FFF !important;
}

.text-warning {
    color: #e8232d !important;
}


.nav-item a {
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
}



.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}


/* Top & Bottom Borders Out */
.topBotomBordersOut a:before, .topBotomBordersOut a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #e8232d;
    content:"";
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.topBotomBordersOut a:before {
    top: 0px;
    transform: translateY(10px);
}
.topBotomBordersOut a:after {
    bottom: 0px;
    transform: translateY(-10px);
}
.topBotomBordersOut a:hover:before, .topBotomBordersOut a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

.bg-trans {
    background: rgba(255, 255, 255, 0.2);
}
.center-item {
    align-items: center;
    height: 60vh;
}

.bg-top {
    background: #e8232d !important;
}

.jumbotron {
    background: rgba(0, 0, 0, 0.4);
    min-height: 600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e8232d;
    font-weight: 700
}

.overlay {
    background: rgba(0, 0, 0, 0.8);
}

.overlay-2 {
    background: rgba(0, 0, 0, 0.42);
}
.py-120 {
    padding: 120px 0 !important;
}
.img-icon {
    width: 60px;
}


.bg-casino {
    background: url(../img/bg-casino.jpg)no-repeat center center fixed;
    background-size: 100%;
}

.img-jarallax {
    background: url(../img/bg-2.jpg)no-repeat center center fixed;
    background-size: cover;
}

.img-jarallax-2 {
    background: url(../img/city.jpg) center center/cover no-repeat fixed padding-box border-box #ccc;

}

.card {
    border: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #e8232d !important;
}

.nav-pills a {
    color: #fff;
}

table {
    border-spacing: 0;
    background: #FFF;
}
table td {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    
}
    
table thead {
    background: #363941;
    color: #e8232d;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
    
table thead th {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: 0 !important;
}

.accordion .card {
    border-bottom: 1px solid #fff !important;
}

.accordion .card:last-child {
    border-bottom: 0 !important;
}



.tab-content .card-header {
    background: #e8232d;
    
    
}

.tab-content .card-header h5 button {
    color: #FFF;
    
}


.live-casino {
    background: url(../img/bg-live.jpg)no-repeat center center fixed;
}