/* GENERAL STYLES */
html {
	overflow-x: hidden;
	position: relative;
	min-height: 100%;
	min-width: 320px;
	scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header-container {
    padding: 0.5em;
}
.header {
	background: url(/static/xivlo/img/background_blur_lecie.png) center no-repeat;
	background-size: cover;
}
@media (min-device-width: 576px) {
    .header {
	    background: url(/static/xivlo/img/background_blur_lecie.png) center no-repeat;
	    background-size: cover;
    }
}
.godlo {
	width: 2.25em;
	padding: 0.5em 0;
}
.al-center {
	text-align: center;
}
a {
	transition: color .3s, background .3s;
}
/* HEADER STYLES */
.info-row {
	overflow: hidden;
	padding-bottom: 1.75em;
}
.separator:before {
	left: 0;
}
.separator:after {
	right: 0;
}
.site-title {
	padding-bottom: 1.75em;
}
/* MAIN CONTENT*/
.page-body {
	padding: 0 20px;
}
.page-content {
	padding-bottom: 20px;
}
/* ARTICLE */
article {
	margin-bottom: 20px;
	border-bottom: 1px solid;
}
.article-footer {
	text-transform: uppercase;
}
.article-date {
	position: relative;
}
.article-header > h3 {
	padding: 0;
	margin: 0;
}
.article-header {
	margin: 5px 0 10px 0;
}
/* FOOTER */
.footer {
	padding: 5px;
	margin-top: auto;
}
.footer>p {
	margin-bottom: 0;
}
/* OTHER */
.page-pad {
	padding-top: 55px;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}
.sala {
	padding: .75rem 0.15rem !important;
	font-size: .75em;
	color:#9b9b9b;
}
td.f {
	font-size: .7em;
}
img {
	max-width: 100%;
}
.gallery:before {
	content: none;
}
.gallery .thumbnail img {
	margin-bottom: 1.2rem;
}
.nav>li>a {
	text-transform: uppercase;
	font-size: 14px;
}
.category-nav {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px){
	.nav>li>a {
		padding: 15px 10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 990px){
	.nav>li>a {
		padding: 15px 5px;
		font-size: 11px;
	}
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }
}

/* PW PARTNERSHIP */

.partners {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ccc;
	color: white;
}
.partners > span {
	padding: 1rem 0;
	font-size: min(calc(0.8rem + 1vw), 1.3rem);
	white-space: nowrap;
}
.partner-logos {
	display: flex;
	align-items: center;
}
.partner-logos > a > img {
	max-height: 3rem;
	margin: 0 0.5rem;
}
