.content {
    min-height: 300px;
}
a {
	color: #9c3028;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.btn-primary {
	background: #9c3028;
	border: #a76337;
}
.btn-primary:hover {
	background: #000000;
}
.btn-default {
	background: #6abdfd;
	border: #aad9fd;
}
.btn-default:hover {
	background: #aad9fd;
}
h2.title, h3.title {
	background: #990000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.featured {
	text-align: center
}
.featured h2 a {
	color: #faa818;
}
.featured h2 a:hover {
	color: #fff;
}
.featured p {
	margin-left: 20px;
	margin-right: 20px;
}
ul.mod-articleslatest {
	list-style-type: none;
	text-align: left;
}
ul.mod-articleslatest li::before {
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	font-weight:var(--fa-style,900);
	content: "\f101";
	margin-left: -1.3em;
	margin-right: 5px;
}
blockquote.abstract {
	font-style: italic;
	font-size: large;
	font-weight: bold;
	padding: 5px 25px;
}
.large-icon {
    font-size: 13em !important;
}
header {
	background: #efefef;
	margin-bottom: 25px;
	border-bottom: 1px solid #9c3028;
}
.bannergroup {
	margin-top: -25px;
	border-bottom: 1px solid #9c3028;
	margin-bottom: 25px;
}
footer {
	background: #9c3028;
	color: #fff;
	margin-top: 25px;
	border-top: #000;
}
footer p {
	color: #fff;
}
footer ul li a {
	color: #faa818;
}
footer ul li a:hover {
	color: #fff;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.fancy{text-align:center;overflow:hidden;margin:30px;}
.fancy span{display:inline-block;position:relative;}
.fancy span:before,
.fancy span:after{content:"";position:absolute;height:10px;border-bottom:1px solid #9c3028;border-top:1px solid #9c3028;top:14px;width:600px;}
.fancy span:before{right:100%;margin-right:15px;}
.fancy span:after{left:100%;margin-left:15px;}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #9c3028;
	}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #000000;
}	
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags-title {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
[role=tooltip]:not(.show) {
 right:5em;
 z-index:1070;
 display:none;
 max-width:100%;
 padding:.5em;
 margin:.5em;
 color:#000;
 text-align:start;
 background:#fff;
 border:1px solid #6d757e;
 border-radius:.25rem;
 box-shadow:0 0 .5rem rgba(0,0,0,.8)
}
[role=tooltip]:not(.show)[id^=editarticle-],
[role=tooltip]:not(.show)[id^=editcontact-] {
 right:auto;
 -webkit-margin-start:-10em;
 margin-inline-start:-10em
}
[role=tooltip]:not(.show)[id^=id-skip-] {
 right:auto
}
:focus+[role=tooltip],
:hover+[role=tooltip] {
 position:absolute;
 display:block
}
.jmodedit {
	display: none;
	}
.brand-icons {
	font-size: 22px;
	padding: .3rem;
	margin-bottom: 0;
}
.brand-icons-footer {
	font-size: 22px;
	padding: .3rem;
	margin-bottom: 0;
	text-align: right;
}
.brand-icons .fa-patreon, .brand-icons-footer .fa-patreon {
	color: #ff424d;
	padding-left: 5px;
	padding-right: 5px;
}
.brand-icons .fa-youtube, .brand-icons-footer .fa-youtube {
	color: #ff0000;
	padding-left: 5px;
	padding-right: 5px;
}
.fa-calendar, .fa-tags, .fa-folder-open {
	color: #990000;
}
.icon-angle-double-left::before {
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	font-weight:var(--fa-style,900);
	content:"\f100";
	color: #9c3028;
}
.icon-angle-double-right::before {
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	font-weight:var(--fa-style,900);
	content:"\f101";
	color: #9c3028;
}
.icon-angle-left::before {
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	font-weight:var(--fa-style,900);
	content:"\f104";
	color: #9c3028;
}
.icon-angle-right::before {
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	font-weight:var(--fa-style,900);
	content:"\f105";
	color: #9c3028;
}
.page-link {
	color: #9c3028;
}
.page-item.active .page-link {
  background-color: #9c3028;
  border-color: #9c3028;
}
	/*HD resolution */
//carousel

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

#custCarousel .carousel-indicators>li {
    width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {
    width: 90%;
}
.carousel-control-next-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239c3028' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239c3028' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-prev {
  left: -25px;
}
.carousel-control-next {
  right: -25px;
}
.img-gal, .tt-vid {
	border: 1px solid #9c3028;
	border-radius: 5px;
}
.vid-introspace {
	margin-top: 45px;
}
.top-back {
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-back a {
	color: #000;
}
@media (min-width: 1650px) {

	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {

		max-width: 1600px;

	}

}