body {
  background-color: #000000;
  color: #ffffff;
}

.navbar-top {
  height: 80px;
  padding: 18px 18px;
  background: url("/img/navbar-top-bg.png") #1f1f1f;
}

.footer {
  background-color: #383737;
  margin-top: 0;
}

.copyright {
  border-top: none;
  margin-top: 0;
  padding: 0;
}

a {
  color: #a4291c;
}

.to-top a {
  color: #a4291c;
  bottom: 40px;
  z-index: 1;
  display: none;
}

.featured-slider {
  margin-bottom: 1rem;
}

.side-nav-panel {
  background-color: #1f1f1f;
}

.side-nav-panel li {
  border-bottom-color: #aaaaaa;
}

.side-nav-search {
  background-color: #1f1f1f;
}

.search input,
.search button {
  border-color: #aaaaaa;
}

.section {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.card-topgametop {
  background-color: #1f1f1f;
  border-radius: 10px;
  border: 1px solid #5c5c5c;
}

.card-topgametop .card-body {
  padding: 16px;
}

.card-topgametop .card-footer {
  padding: 16px;
  background-color: #a4291c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

h3 {
  color: #a4291c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #a4291c;
}

.title-label {
  background: none;
  border-bottom: none;
}

.title-label h2 {
  color: #a4291c;
  background: none;
}

hr {
  width: 60%;
}

.btn-flat {
  color: #ffffff;
  width: 100%;
  font-weight: bolder;
}

.btn-default {
  border-radius: 18px;
  color: #ffffff;
  background: #a4291c;
  font-weight: bolder;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.btn-default:focus,
.btn-default:visited,
.btn-default:active {
  color: #ffffff;
  background: #a4291c;
}

.btn-default:hover {
  color: #a4291c;
  background: #ffffff;
}

.btn-secondary {
  border-radius: 18px;
  color: #ffffff;
  background: #a4291c;
  font-weight: bolder;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.btn-secondary:focus,
.btn-secondary:visited,
.btn-secondary:active {
  color: #ffffff;
  background: #a4291c;
}

.btn-secondary:hover {
  color: #a4291c;
  background: #ffffff;
}

nav {
  background: #a4291c;
}

nav .nav-wrapper {
  overflow: hidden;
}

.pages {
  margin-top: 0 !important;
}

.grid-post img {
  width: 100%;
  height: 100%;
}

.navbar-top {
  position: relative;
}

.scrollmenu {
  background-color: #000000;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  width: 100%;
  text-align: center;
  margin-right: -14px !important;
  /* overflow: -moz-scrollbars-none; */
}

.scrollmenu::-webkit-scrollbar {
  display: none;
}

.scrollmenu a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 14px;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}

.scrollmenu a:hover {
  border-bottom: 2px solid #a4291c;
}

.scrollmenu a.active {
  border-bottom: 2px solid #a4291c;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 1px 1px #5c5c5c;
          box-shadow: 1px 1px #5c5c5c;
}

.owl-theme .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -42px;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  position: absolute;
  opacity: 0;
}

.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
  opacity: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 0.5;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.home-full-width-post img {
  border-radius: 50%;
  padding: 6px;
  background-color: #1f1f1f;
  border: 4px solid #000000;
  -webkit-box-shadow: 0 0 0 2px #1f1f1f;
          box-shadow: 0 0 0 2px #1f1f1f;
}

.tabs {
  background-color: #1f1f1f;
}

.tabs .tab a {
  color: #ffffff;
}

.tabs .tab a:hover {
  color: #a4291c;
}

.tabs .indicator {
  background-color: #a4291c;
}

