body,
html {
  height: 100%;
}

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


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


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

.jumbotron {
  margin-bottom: 0 !important;
}

.form-control {
  background-color: transparent !important;
  color: #fff !important;
}

.list-group-item {
  background: transparent;
  border: 1px solid #ef800a;
  color: #fff
}

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

.bg-white {
  background: #fff;
}

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

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

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

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

.text-warning {
  color: #ef800a !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: #ef800a;
  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: #ef800a !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffd875;
  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: #ef800a !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: #fcb727;
  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: #ef800a;


}

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

}


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