ul:not([class]) {
	margin-left: 0;
	padding: 0;
	list-style-image: none;
}

ul:not([class]) li {
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 30px;
	display: block;
}

ul:not([class]) li:before {
	content: " ";
	background: var(--primColor);
	display: block;
	clear: both;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc(1.5em / 2 - 3px);
}

.content>h1:nth-of-type(1) {
	margin-top: 0;
}

.wysiwyg.fancybox, .fancybox {
	cursor: zoom-in;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAt1BMVEUAAAAEBAT9/f0EBATw8PDFxcWBgYEoKCgEBASxsbEEBAQEBATv7+/////////////x8fHPz8/FxcWenp7///9ra2sTExP///8EBAT////z8/N/f3////8EBAQnJycEBAT////5+fkEBAT///////8EBAT///////8EBATq6urn5+fu7u7Q0NDx8fF1dXVxcXHp6en///////+FhYWDg4P///////96enqlpaWrq6uXl5cEBAT///9NrU+AAAAAPHRSTlMAv/uI+uzax66HQBLy6coE9enl4d7Vw7Splm5oZ2VVUEslJRsYFhUMCvf38Ofc1tbAuq6tq11aLiYXFQSCfJAHAAAAyElEQVQY03XPVQ7DMBBF0RmHoUmZmZm5b//rqls7VRSp98fW0Xgk0//6jUhEjX6apkeo9tOfDXIIbYcde4H8XVscoVCt9yY06RZQDBReEVaNOUFeHyFOCmuw63MisLw3YflfzMHpkcYRTOOLAAdQUQzhJpMvYgbL5CQnO4PkeRuWmrxg2dU4K6OidsYbrJ/yZJodIHa+/lEeq+aYxu0yAOGR6laELq3B2TJhWpWt+GiLdL7hsmv4ntQSDzUmeaLEHcrWUpbp8/YN5TMZfPzoG3cAAAAASUVORK5CYII=), url("/img/zoomin.cur"), zoom-in;
}

.fancybox-button:focus {
	outline: #fff dotted 2px;
}

.UserFooter p {
	margin: 0;
	display: inline;
	padding: 0;
}

.num {
	border-radius: 11px;
	display: inline-block;
	vertical-align: middle;
	color: var(--textColor);
	background-color: white;
	line-height: 22px;
	width: 22px;
	text-align: center;
	font-size: 11px;
	margin-left: 5px;
	font-style: normal;
}


/* soubory ke stazeni */

.filesDwnlList {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: -10px;
}

.file {
	float: left;
	width: 50%;
	padding: 10px;
	padding-left: 26px;
}

.file span+span {
	align-self: center;
}

.file a {
	text-decoration: none;
	font-size: 1em;
	line-height: 1.4em;
	word-break: break-all;
	display: block;
	font-weight: var(--fwB);
}

.file a em {
	white-space: nowrap;
	word-break: normal;
	font-weight: var(--fwL);
	color: var(--textColor);
	font-size: .75rem;
	font-style: normal;
	opacity: .75;
}

.file i {
	font-size: 1em;
	vertical-align: middle;
	display: block;
	background: var(--primColor);
	color: white;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -30px;
	margin-right: 20px;
}

.file p {
	margin: 0;
	display: flex;
	border: 1px solid var(--bdrColor);
	padding: 15px;
}

@media (max-width: 479px) {
	.file {
		float: none;
		max-width: 100%;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}


/* vypis podstranek  */

.subpages {
	margin: 2em 0;
}

.subpages .subImg img {
	width: auto;
	width: 100%;
	height: auto;
}

.subpages .subImg {
	max-width: 105px;
	padding: .25em 15px 0 0;
}

.subpages ul, .subpages__ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subpages ul li {
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
}

.subText {
	align-self: center;
	flex-grow: 100;
}

.subpages ul li:before {
	display: none;
}

.subpages h4 {
	margin: 0 0 0 0;
	font-size: 1.5em;
	text-align: left;
}

.subpagesSimple h4 {
	font-size: 1.25em;
}

.subpages p {
	margin: 4px 0 0 0;
	opacity: var(--setOpacity);
}

.subpages ul li+li {
	margin-top: 1em;
}

.subpagesSimple ul li:before, ul li.subpagesSimpleLi:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: var(--primColor);
	content: "\f30b";
	background: transparent;
	display: block;
	clear: both;
	border-radius: 0%;
	width: auto;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .25em;
	font-size: 1.1em;
	line-height: 1em;
}

ul li.subpagesSimpleLi:before {
	top: .45em;
}

.subpagesSimple ul li, ul li.subpagesSimpleLi {
	padding-left: 30px;
	line-height: 1.25em;
}


/* strankovani */

.navig, .abcd, .nav-links {
	margin: 0 0 0 0;
	text-align: center;
	padding: 0 0 var(--vSpace) 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.navig a, .navig strong, .abcd span, .abcd a, .nav-links a, .nav-links span {
	color: var(--textColor);
	height: 40px;
	min-width: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px;
	padding: 0 3px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: var(--fwB);
}

.navig strong, .nav-links span {
	background: var(--primColor);
	color: White;
	font-weight: normal;
}

.navig span {
	display: inline-block;
	content: "...";
	color: var(--primColor);
	line-height: 30px;
	margin: 0 3px;
}

.navig a:hover, .abcd a:hover, .abcd a.active, .nav-links a:hover {
	background: var(--secColor);
	color: White;
	text-decoration: none;
}

.navig i {
	font-size: 1.2em;
	min-width: 0;
}

.abcd span, .abcd a {
	min-width: 26px;
	line-height: 25px;
}

.abcd span {
	opacity: .3;
	color: var(--textColor);
}

@media (max-width: 374px) {
	.navig .navigNext, .navig .navigPrev {
		display: none;
	}
}


/* tagy */

.tagBox {
	margin: var(--hSpace) 0;
}

.tags {
	line-height: 1.25em;
	margin: .5em 0;
	font-size: .875em;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.tags__hdr {
	opacity: var(--setOpacity);
	display: inline-block;
	vertical-align: middle;
	font-weight: var(--fwN);
	color: var(--textColor);
	padding: 0 5px 0 0;
	margin: 0;
}

.tag:hover {
	background: var(--primColor);
	color: white;
	border-color: var(--primColor);
	text-decoration: none;
}

.tag {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 6px;
	background: #f8f8f8;
	border: 1px solid var(--bdrColor);
	;
	color: var(--textColor);
	text-decoration: none;
	border-radius: 2px;
	margin: 1px;
}


/* 404 */

.fa.superIco {
	font-size: 120px;
	vertical-align: middle;
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;
}


/* ikonky soc. siti */

.socIco {
	text-align: right;
	margin-top: 30px;
}

.socIco a:hover, .socIco span:hover {
	color: white;
	background: var(--primColor);
	border-color: var(--primColor);
}

.socIco a, .socIco span {
	color: var(--textColor);
	border: 1px solid #dadada;
	cursor: pointer;
	border-radius: 50%;
	line-height: 32px;
	min-width: 34px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	margin: 2px;
}

.socIco i {
	opacity: var(--setOpacity);
}


/* nakupni kosik */

.shopBox {
	background: var(--altColor);
	padding: 10px 15px 15px 15px;
	cursor: pointer;
}

.shopBox h3 {
	color: White;
	line-height: 28px;
	background: transparent url(../img/shop.png) no-repeat 0 0;
	padding-left: 48px;
	margin: 0;
}

.shopBox p {
	color: White;
	line-height: 1.3em;
}

.shopBox a {
	color: White;
	font-weight: var(--fwB);
}

.shopBox p {
	margin: 10px 0 0 0;
}

.shopBox p span {
	font-size: .9em;
	display: block;
	color: rgba(255, 255, 255, .7)
}


/* loga */

.support ol {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	width: 100%;
}

.support li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 90px;
	padding: 0 5px;
}

.support img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 760px) {
	.support ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.support li {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		height: auto;
		padding: 10px 5px;
	}
}


/* reklamy */

.ad img {
	height: auto;
	max-width: 100%;
}

.ad p {
	margin: 0;
}

.ad-right {
	margin: 0;
}


/* drobeckova navigace */

.breadCrumbs__ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
	padding: 0;
}

.breadCrumbs__item {
	display: flex;
	align-items: center;
}

.breadCrumbs a:hover {
	color: white;
	text-decoration: underline;
}

.breadCrumbs a {
	color: white;
	text-decoration: none;
}

.breadCrumbs__sep {
	margin: 0 12px;
	min-width: 0;
	font-size: 12px;
	display: inline-block;
}

.breadCrumbs {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%) 0 100% no-repeat;
	padding-bottom: 40px;
	padding-top: 120px;
	z-index: 2;
	font-size: .9375rem;
}


/* infohlasky */

.message {
	z-index: 10000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	font-weight: var(--fwB);
	padding: 0 60px;
	display: none;
	background: #116a11;
	background-size: 24px 24px;
	cursor: pointer;
	color: white;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.message-in {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
	line-height: 1.4em;
	text-align: center;
}

.dialog__hdr {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3.125rem;
}

.message p {
	padding: 0;
	margin: 0;
}

.message a {
	color: currentColor;
	text-decoration: underline;
}

.message a:hover {
	color: currentColor;
	text-decoration: none;
}

.message button {
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
	position: absolute;
	display: block;
	width: 50px;
	height: 100%;
	max-height: 100%;
	right: 0;
	top: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6IiAvPgoJPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIgLz4KPC9zdmc+Cg==);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.message button:hover, .message button:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.message h4 {
	margin: 0;
}

.message--error {
	background-color: #d50000;
}

.dialog__ico {
	font-size: 20px;
	vertical-align: middle;
	padding-right: 12px;
}


/* zalozky */

.bookmarks {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

.bookmarksBox {
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	max-width: 1910px;
}

.bookmarks--right {
	justify-content: flex-end;
}

.bookmarks__tab {
	cursor: pointer;
	text-decoration: none;
	color: var(--textColor);
	text-align: center;
	padding: 0 25px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--fwB);
	font-size: .9375rem;
}

.bookmarks__tab--active, .bookmarks__tab:hover, .bookmarks__tab:focus {
	background: var(--bdrColor);
	text-decoration: none;
}

.bookmarks__tab .num {
	background: var(--bdrColor);
}


/* loading */

.loading {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.4);
}

.loading .loader {
	position: fixed;
	margin: -40px 0 0 -40px;
	left: 50%;
	top: 50%;
	z-index: 20001;
}

.loader {
	width: 80px;
	height: 80px;
	display: block;
	animation: animLoader 1.25s infinite linear;
	border-width: 8px;
	border-style: solid;
	border-color: var(--primColor) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

@keyframes animLoader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* coookies */

.cookies {
	background: #E3E3E3;
	border-top: 1px solid var(--bdrColor);
	padding: 10px 5px;
	display: flex;
	font-size: .85em;
	line-height: 1.25em;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	justify-content: center;
	align-items: center;
}

.cookies p {
	margin: 0;
}

.cookiesBtn {
	padding: 0 10px;
}

.cookiesIn {
	max-width: 800px;
	padding: 0 10px;
}

.cookies .btn {
	padding: 5px 10px;
}


/* window popup */

.windowPopup {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.35);
	display: none;
}

.windowPopupIn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.window__hdr {
	margin-top: 0;
	font-size: 1.5rem;
}

.window__contScroll {
	overflow: auto;
	position: relative;
	margin-right: -20px;
	padding-right: 20px;
	max-height: calc(100vh - 30px - 80px);
}

.window {
	background-color: white;
	padding: 40px;
	max-width: 760px;
	width: 100%;
	z-index: 5;
	border-radius: 6px;
	position: relative;
}

@media (max-width: 479px) {
	.window {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}

.window--smaller {
	max-width: 480px;
	text-align: center;
}

.window--bigger {
	max-width: 1120px;
}

.window__contScroll:after {
	clear: both;
	height: 1px;
	content: ' ';
	display: block;
}

.window .close {
	position: absolute;
	z-index: 10;
}

.close {
	cursor: pointer;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	padding-top: 0;
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	padding-top: 13px;
}

.close:after, .close:before {
	content: ' ';
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 23px;
	background: var(--textColor);
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}

.close:before {
	transform: rotate(-45deg);
	margin-bottom: -1px;
}

.close:hover {
	transform-origin: 50% 50%;
	transform: scale(1.25);
}

.loading {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.6);
}

.loading .loader {
	position: fixed;
	margin: -40px 0 0 -40px;
	left: 50%;
	top: 50%;
	z-index: 20001;
}

.loader {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	animation: animLoader 1.25s infinite linear;
	border-width: 8px;
	border-style: solid;
	border-color: var(--primColor) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

@keyframes animLoader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(359deg);
	}
}
