body {
  background: url('../images/body_bg.jpg') #2e0511;
  color: rgb(153,153,153);
  font-size: 14px;
}

main {
  margin-top: 0 !important;
}

.siteheader {
  min-width: 100%;
}

#mod-custom110 {
  color: #696969;
  font-size: 1.1rem;
}

#mod-custom111 {
  color: #696969;
  margin: 0 auto;
  /*border: 1px solid #898088;*/
  padding: 3px;
  min-width: 100%;
  /*filter: grayscale(100%);*/
}

#mod-custom111 > p {
  margin-bottom: 0 !important;
}

#mod-custom111:hover {
  filter: none;
}

video {
  float: left;
  padding-right: 20px;
}

a, a:visited, a:active, a:not([class]), .mod-menu__heading {
  color: #696969;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.page-header > h1 {
  display: none;
}

h1 {
  color: #696969;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}

h2 {
  color: #696969;
  font-size: 18px;
  background-color: #3B2027;
  /* border: 1px solid #898088; */
  padding: 3px;
}

.item-content, .container-component {
  border: 1px solid #898088;
  padding: 5px;
}

.container-header {
  background: none;
  margin-bottom: 0;
}

.navbar-brand, .container-header .grid-child {
  padding: 0;
}

.container-sidebar-left .sidebar-left:first-child {
  margin-top: 0;
}

.sidebar-left {
 /* background-color: #2e0511; */
}

.card {
  border-color: #898088;
  background-color: #2e0511;
}

.card-header {
  display: none;
  visibibility: hidden;
}

.mod-menu {
  padding: 7px;
  width: 100%;
}

.metismenu.mod-menu .mm-toggler {
  color: #ffdf90;
  padding-left: 12px;
}

.mod-list li, .mod-list li > a {
  padding: 10px 12px 10px 12px;
}

.mod-list li > a, .mod-list li.active > a {
  text-decoration: underline;
}

.mod-list li.current {
  background-color: rgba(0, 0, 0, 0.13);
}

.mod-list li.current > a {
  color: #fff;
  text-decoration: none;
}

ul .mod-menu__sub {
  margin-top: 10px;
}

.mod-languages__list {
  text-align: center;
}

.site-grid {
  margin-bottom: 0px;
}

.grid-child.container-component {
  background-color: #2e0511;
}

.container-bottom-b {
  margin-top: 20px;
}

.footer .grid-child {
  padding: 0 0.5rem;
}

.footer {
  text-align: center;
  line-height: 14px;
  font-size: 10px;
  color: #d0cecf;
  background-color: transparent;
  background-image: none;
}

.footer-text {
	padding: 10px;
	margin: 0 auto;
}

.pagination {
  --pagination-bg: none;
  --pagination-border-width: 0;
}

.page-link, .page-link:hover, .active > .page-link, disabled > .page-link {
  text-decoration: underline;
  color: #696969 !important;
  background-color: transparent !important;
  border: 0;
}

.active > .page-link {
  color: #ffffff;
  text-decoration: none;
}

.page-link:hover {
  text-decoration: none;
  background-color: transparent;
}

.com-content-category-blog__counter {
  display:none;
}

.header.container-header.full-width {
  display: flex;
  justify-content: center;
}

.header .navbar-brand {
  display: block;
  text-align: center;
  width: 100%;
}

.header .navbar-brand img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
