.contact {
	display: flex;
    flex-direction: column;
    justify-content: end;
}

.contact a {
	overflow-wrap: break-word;
}

.contact > div {
	margin-top: auto;
}

.articleList__sort a svg.arrow-up {
	transform: rotate(180deg);
}

.breadcrumbs {
	font-size: 0.75em;
}

.file-alt {
	width: 18px;
    height: 24px;
    position: relative;
	top: 12px !important;
}

.authors {
	font-size: 0.875em !important;
	line-height: 1.35em !important;
}

ul.authors {
	margin: 0 0 0 3em;
}

ul.authors li {
	padding: 0 0 0.5em 1em;
	list-style: square;
}

.capitalize {
	text-transform: capitalize;
}

b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

/*.sliderHp article.article--kniha .article__img {
    max-width: 285px;
    max-height: 410px;
}*/

.sliderHp article.article--kniha .article__bg {
	border: none;
}

.sliderHp {
	overflow: visible;
}

.alphabetList > ul > li > ul {
    padding-top: .5em;
}

.alphabetList > ul > li > ul > li {
	margin-bottom: 0.4em;
}

.clear {
	width: 100%;
	clear: both;
	margin-bottom: 0 !important;
}

.kontakt > div {
    margin-bottom: 2em;
}

.detail__nav ul {
	justify-content: flex-start;
}

.detail__nav ul li {
	margin-right: 1em;
}

.sliderHp__main h2 {
	margin-bottom: .5em;
    font-weight: 800;
    font-size: 2.25em !important;
    line-height: 1.2em;
    color: #000000;
    font-family: 'Lora', serif;
	text-rendering: geometricPrecision;
}

.sliderHp__main h2 a {
	text-decoration: none;
}

.header__logo h1 span {
	display: none;
}

.blogDetail hr {
	border: none;
	height: 1px;
	background: none;
	clear: both;
}

.slider .articleList__top h4 {
    font-size: .93em;
    line-height: 1.35em;
    margin-bottom: .2em;
    font-family: 'Lora', serif;
    text-rendering: geometricPrecision;
    font-weight: bold;
}

.detail__content {
	min-height: 150px;
}

.jtoggle__content {
	margin-bottom: 1.5em;
}

.articleList__perex em {
	font-style: italic;
}

/*--FLASHES------------------------------------*/

#snippet--flashes {
	width: auto;
	height: 1px;
	margin: 0 auto;
	position: fixed;
	top: 4em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
	text-align: center;
}

#snippet--flashes .alert {
	padding: 1em;
	font-size: 1.2rem;
}

#snippet--flashes .alert.bg-success {
	background-color: #89f9c5;
}

#snippet--flashes .close {
	position: absolute;
	right: 0;
	top: 0;
}

div.flash {
	display: inline-block;
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.not-allowed {
	background-color: #af1323;
	padding: 1em 1.5em;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}

.pagination {
	text-align: center;
}

/*--EDITABLE--------------------------------------------------------*/

.editable a.ajax {
	display: none;
}

.editable:hover {
	background: #ffff9e;
	color: #000;
	position: relative;
	display: block;
}

.editable:hover a.ajax {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: 1em;
	background-color: #fff; 
}

/*--FORM------------------------------------------------*/

.modal form th, .modal form td {
	vertical-align: top;
	text-align: left;
}

.modal form table {
	width: 100%;
}

.modal form table textarea, .modal form table input[type=text] {
	width: 100%;
}

.meta {
	position: fixed;
	right: 0;
	text-decoration: none;
	border: none;
	top: 0;
	padding: 0.25em 0.5em;
	line-height: 1;
	display: inline-block;
    background-color: #d22d40;
    color: rgba(255,255,255,0.9) !important;
    text-align: center;
}

.meta:hover {
    color: rgba(255,255,255,1) !important;
}

.prez {
	position: fixed;
	right: 54px;
	text-decoration: none;
	border: none;
	top: 0;
	padding: 0.25em 0.5em;
	line-height: 1;
	display: inline-block;
    background-color: #d22d40;
    color: rgba(255,255,255,0.9) !important;
    text-align: center;
}

.prez:hover {
    color: rgba(255,255,255,1) !important;
}

.edit {
	text-decoration: none;
	border: none;
	padding: 0.25em 0.5em;
	line-height: 1;
	display: inline-block;
    background-color: #d22d40;
    color: rgba(255,255,255,0.9) !important;
}

.edit:hover {
    color: rgba(255,255,255,1) !important;
}

/*--LIGHTBOX--------------------------------------------*/

.lightbox-km {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	overflow: auto;
	background: url("../frontend/images/lightbox_bg.png");
}

.lightbox-km .modal {
	width: 100%;
	max-width: 480px;
	margin: 3em auto;
	padding: 2em;
	background-color: #fff;
	position: relative;
}

.lightbox-km .modal .close {
	position: absolute;
	right: 0.5em;
	text-decoration: none;
	font-weight: bold;
	padding: 0.25em;
	border-radius: 50%;
	display: inline-block;
	top: 0.5em;
	line-height: 1;
	display: inline-block;
    background-color: #d22d40;
    width: 29px;
    height: 29px;
    color: rgba(255,255,255,0.9) !important;
    line-height: 29px;
    text-align: center;
    padding: 0 6px;
}

.lightbox-km .modal .close:hover {
    color: rgba(255,255,255,1) !important;
}

.lightbox-km .modal input[type=text], .lightbox-km .modal textarea {
	background-color: #fff;
	border: 1px rgba(0, 0, 0, 0.2) solid;
	padding: 0.25em 0.5em;
	border-radius: 3px;
	widows: 100%;
}

.lightbox-km .modal input[type=submit] {
	background-color: #d22d40;
	color: rgba(255,255,255,0.9);
	padding: 0.5em 1em;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	font-weight: bold;
}

.lightbox-km .modal input[type=submit]:hover, .lightbox-km .modal input[type=submit]:focus, .lightbox-km .modal input[type=submit]:active {
	color: rgba(255,255,255,1);
	cursor: pointer;
}

form table th, form table td {
	padding: 0.5em;
}

.header__search--act .search__content ul {
	margin: 0;
}

.sliderHp {
	z-index: 1 !important;
}

.slider__main .bx-viewport {
	height: 370px !important;
}

.list__download img {
	display: block;
}

.detail__img, .articleList__img {
	position: relative;
}

.detail__img img {
	border: 1px solid #ebebeb;
}

.label {
	position: absolute;
	right: 0;
	font-size: 0.7em;
	top: 1em;
	display: inline-block;
	padding: 0.5em 0.75em;
	line-height: 1.2;
	background: #d22d40;
	color: #fff;
}

/*--TEXT----------------------------------------------------*/

.article h2 {
	font-size: 1.5em;
}

.article h3 {
	font-size: 1.25em;
}

.article h4 {
	font-size: 1.15em;
}

.article h5 {
	font-size: 1.15em;
	font-weight: bold;
}

.article h6 {
	font-size: 0.8em;
	line-height: 1.2em;
}

.detail h3 {
	padding-top: 0.5em;
	font-size: 1.05em;
    line-height: 1.3em;
    margin-bottom: .6em;
	font-weight: bold;
}

.detail h4 {
	padding-top: 0.5em;
	font-size: 1em;
    line-height: 1.3em;
    margin-bottom: .6em;
	font-weight: bold;
}

.lang {
	 display: none !important;
}

@media (max-width: 740px)
{
	.container--main .aside--blog {
	    margin-top: 2em;
	}

	.lang {
		 display: block !important;
	}

}

@media (max-width: 740px) {
  .slider--casopisy {
    display: block;
  }
}

@media (max-width: 910px) {
	.hpTweeter {
	    display: block;
	}
}

.video-wrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 1.5em;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	max-height: 700px;
}

.fb-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.fb-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.search__content h3 {
	display: flex;
	border-bottom: 1px #e5e9ec solid;
	padding: 0 0 0.5em 0;
}

.search__content h3 span {
	font-weight: 700;
	font-size: 1.35em;
}

.search__content h3 a {
	text-decoration: underline;
	margin-left: auto;
}

.search__content .delimiter {
	font-size: 0.25em;
	height: 0.5em;
	overflow: hidden;
	display: block;
}

.detail__right span.title--h1 {
	display: inline-block;
	margin-bottom: .3em;
    font-weight: 800;
    font-family: 'Lora', serif;
    text-rendering: geometricPrecision;
}

.casopis__clanek h1 {
	font-size: 1.375em;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: .8em;
}

.x {
	height: 18px;
	position: relative;
	top: 3px;
	filter: invert(72%) sepia(0%) saturate(7415%) hue-rotate(71deg) brightness(74%) contrast(86%);
}

.footer__social .x {
	filter: invert(72%) sepia(0%) saturate(7415%) hue-rotate(71deg) brightness(0%) contrast(100%);
	top: -1px;
}

.x:hover {
    filter: invert(36%) sepia(44%) saturate(1721%) hue-rotate(317deg) brightness(81%) contrast(113%) !important;
}

