/* bg / background */
.alert-red-dark {
  background: #171717;
  color: #d4d4d4;
}
.badge-danger{
background: #9d0005;
}
h1.h4 {
  font-weight: bold;
}
.text-yellow-100 {
  color: #f8da02;
}
.bg-yo {
  background-color: #570003!important;
}
.bg-dark-yo {
  background-color: #1a1a1a;
}
.bg-gradient-dark {
  background-color: #0e0e0f;
}
.bg-gradient-white {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #f4f4f4 10%, #f4f4f4 100%);
  background-size: cover;
}

.bg-gradient-red {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #952531 10%, #952531 100%);
  background-size: cover;
}

.bg-black {
  background: black;
}

/* img box */
.img-box {
  background: black;
  border: 1px solid #6c562a;
}

/* pagination */
ul.page-numbers {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
}
ul.page-numbers li > a,
ul.page-numbers li > span {
  background-color: #0e0e0f;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  margin: 0;
  outline: 0 none;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -webkit-transition: color 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 46px;
  font-size: 15px;
  font-weight: 400;
}

ul.page-numbers li > a:hover,
ul.page-numbers li span.current {
  background-color: #212121;
  color: #fff;
}
h5 {
  font-weight: 700;
}
