.container {
	max-width:1200px;
}

.sr-only {
	display: none;
}
.font-helper {
	font-family: 'Oswald', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
}
BODY {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
BODY P,
.user-content UL LI, 
.user-content OL LI,
BODY:not(.body-1) .cms-signpost UL LI,
BODY:not(.body-1) .cms-signpost OL LI {
	font-family: var(--font-3);
	font-size: 15px;
	/* letter-spacing: 0.08em; */
	line-height: 31px;
	color: #0f0f0f;
}
BODY.body-1 {
	font-size: 16px;
}
BODY P A {
	color: #0f0f0f;
	font-weight:700;
}
.graybg  #content {
	background: no-repeat bottom 100px right #EFEFEF;
}
.max-width {
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}

.cms-item-buttons {
	display:none;
}
.aktualita-detail .back-list {
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	text-transform: uppercase;
}

#headerHolder {
	background-color: #fff;
	position: fixed;
	width: 100%;
    z-index: 3;
	transition: var(--transition-header-1);
	letter-spacing:0.8px;
}
#headerHolder.hide-on-scroll {
	margin-top:-140px;
	transition: var(--transition-header-2);
	/*border-bottom: solid 1px #ececec;*/
	-webkit-box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.67);
}
#headerHolder:not(.hide-on-scroll) {
	
}
#headerHolder:hover,
#headerHolder:active,
#headerHolder:focus {
	margin-top:0px;
}
@media(max-width:1350px) {
	#headerHolder {
		box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
		padding-left:45px;
		padding-right:45px;
	}
}
@media(max-width:1199px) {
	#headerHolder {
		padding-left:15px;
		padding-right:15px;
	}
}
@media(max-width:991px) {
	#headerHolder {
		padding-left:15px;
		padding-right:15px;
		width: calc(100vw + 10px);
	}
}

#header {
	position: relative;
	height: var(--vyska-havicky);
	display: flex;
	justify-content: space-between;
	align-items:center;
}
@media(max-width:991px) {
	#header {
		height: var(--vyska-havicky-od-920-dolu);
	}
} 
@media(max-width:700px) {
	#header {
		height: var(--vyska-havicky-od-700-dolu);
	}
} 
#content {
	padding-top:var(--vyska-havicky);
	overflow-x:hidden;
	overflow-y:hidden;
}
BODY:not(.body-1) #content {
	padding-bottom:150px;
}
@media(max-width:991px) {
	#content {
		padding-top:var(--vyska-havicky-od-920-dolu);
	}
}
@media(max-width:700px) {
	#content {
		padding-top:var(--vyska-havicky-od-700-dolu);
	}
}
#mainMenuToggle {
	display:none;
}
@media(max-width:991px) {
	#mainMenuToggle {
		display: flex;
		padding: 10px 12px;
		margin-left: 40px;
		font-weight:700;
		color:var(--color-2);
		cursor: pointer;
	}
}
@media(max-width:630px) {
	#mainMenuToggle {
		position: relative;
		top:4px;
	}
}
@media(max-width:400px) {
	#mainMenuToggle {
		padding: 5px;
		margin-right: 5px;
	}
}
#mainMenuToggle DIV:last-of-type {
	margin-left:15px;
	font-size:20px;
	font-weight: 600;
	color: var(--tmave-modra-1);
}
@media (max-width:500px) {
	#mainMenuToggle DIV:last-of-type {
		display: none;
	}
}
#mainMenuToggle .icon-bar {
	background-color: var(--color-2);
	height: 3px;
	width: 35px;
	transition: all var(--transition-header-2) ease;
	display: block
}
@media (max-width:630px) {
	#mainMenuToggle .icon-bar {
		height: 2px;
		width: 25px;
	}
}
#mainMenuToggle .bar-2,
#mainMenuToggle .bar-3 {
	margin-top: 11px
}
@media (max-width:630px) {
	#mainMenuToggle .bar-2, 
	#mainMenuToggle .bar-3 {
		margin-top: 8px;
	}
	#mainMenuToggle DIV:last-of-type {
		/*font-size:16px;*/
		position: relative;
		top:-4px;
		/*font-weight: 500;*/
	}
}

#mainMenuToggle.opened .bar-1 {
	background-color: rgb(255,255,255);
	transform: rotate(45deg) translate(7px,7.5px);
	-webkit-transform: rotate(45deg) translate(7px,7.5px)
}
#mainMenuToggle.opened .bar-2 {
	opacity: 0
}
#mainMenuToggle.opened .bar-3 {
	background-color: rgb(255,255,255);
	transform: rotate(-45deg) translate(7px,-7.5px);
	-webkit-transform: rotate(-45deg) translate(7px,-7.5px)
}


#header A {
	text-decoration: none;
	color:#fff;
}
#header A SPAN {
	border-bottom: double 4px #fff0;
	transition: border var(--transition-header-3);
}
#header .active>A>SPAN,
#header A:not(.logo):hover SPAN,
#header A:not(.logo):active SPAN,
#header A:not(.logo):focus SPAN {
	transition: var(--transition-header-1);
}
#header .level-1>LI.active>A>SPAN,
#header .level-1>LI>A:not(.logo):hover SPAN,
#header .level-1>LI>A:not(.logo):active SPAN,
#header .level-1>LI>A:not(.logo):focus SPAN {
	border-bottom: solid 2px var(--color-2);
}
.logo {
	display: block;
	position: relative;
	z-index: 0;
	/*top:30px;*/
	text-decoration: none;
}
.logo:hover,
.logo:focus,
.logo:active {
	text-decoration: none;
}
@media (max-width:991px) {
	#mainLogoRowWrap {
		display: flex;
		align-items: center; 
	}
	.logo {
		/*top:0;*/
		padding:10px;
	}
}
@media (max-width:450px) {
	.logo {
		padding-left: 0;
		padding-right: 0;
	}
	.logo-inner {
		min-width: 65px;
		margin-right:15px;
	}
}
.main-logo {
	display: flex;
}
.logo-inner {
	background-image: url(../img/logo-1.png);
    background-position: center;
    min-width: 130px;
    background-color: #fff;
    min-height: 131px;
    border-radius: 300px;
    box-shadow: 0px 0px 31px 13px rgb(255 255 255 / 40%), 0px 0px 31px 13px rgb(255 255 255);
	margin-right:28px;
}
@media(max-width:991px) {
	.logo-inner {
		background-size: contain;
		min-width: 75px;
		min-height: 75px;
		box-shadow: none;
		border-radius: 0px;
		background-repeat: no-repeat;
		margin-right:20px;
		background-color:transparent;
	}
}
@media(max-width:360px) {
	.logo-inner {
		margin-right:15px;
		min-width: 65px;
	}
}
.main-logo .texty {
	white-space: nowrap;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	padding-top: 27px;
}
@media(max-width:991px) {
	.main-logo .texty {
		padding-top: 10px;
	}
}
@media(max-width:630px) {
	.main-logo .texty {
		padding-top: 20px;
	}
}
@media (max-width:500px) {
	.main-logo .texty {
		white-space: normal;
	}
}
@media(max-width:450px) {
	.main-logo .texty {
		padding-top: 10px;
	}
}
.main-logo .texty BR {
	display: none;
}
@media(max-width:450px) {
	.main-logo .texty BR {
		display: block;
	}
}


.main-logo .texty SPAN:first-of-type {
	color: var(--tmave-modra-1);
	font-weight: 600;
	font-size: 23px;
	line-height: 27px;
}
@media(max-width:630px) {
	.main-logo .texty SPAN:first-of-type {
		font-size: 16px;
		line-height: 20px;
	}
}
@media(max-width:360px) {
	.main-logo .texty SPAN:first-of-type {
		font-size: 15px;
		line-height: 20px;
	}
}
.main-logo .texty SPAN:last-of-type {
	color: var(--tmave-modra-2);
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
@media(max-width:630px) {
	.main-logo .texty SPAN:last-of-type {
		font-size: 13px;
	}
}
@media(max-width:360px) {
	.main-logo .texty SPAN:last-of-type {
		font-size: 12px;
	}
}
@media(max-width:350px) {
	.main-logo .texty SPAN:last-of-type {
		line-height: 17px;
	}
}
.main-logo .divider {
	height:43px;
	border-left:solid 1px #4E668F;
	width:0px;
	margin-left:30px;
	margin-right:30px;
	margin-top: 30px;
}
@media (max-width:991px) {
	.main-logo .divider {
		display: none;
	}
}
#headerRight {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	height:100%;
}
@media (max-width:991px) {
	#headerRight {
		display: none;
	}
}

#topLinks {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#topLinksMobile {
	display: none;
	max-width: 280px;
	max-width: 280px;
	padding:10px 15px;
	background:#f9f9f9;
	border-top: solid 1px #e9e9e9;
}
@media(max-width:700px) {
	#topLinks .top-links-button {
		display: none!important;
	}
	#topLinksMobile {
		display: flex;
	}
}
@media(max-width:991px) {
	#headerLinksWrap {
		flex-grow: 1;
	}
}
#topLinks A,
#topLinksMobile A {
	font-family: var(--font-1);
	display: block;
	text-align: center;
	font-size:16px;
	font-weight: 300;
	text-transform: uppercase;
}
#topLinks A:not(.top-links-button):not(:last-of-type) {
	margin-right:10px;
}
.header-share {
	display: flex;
}
@media(max-width:1199px) {
	.header-share IMG {
		max-width: 30px;
		max-height: 30px;
	}
}
@media(max-width:991px) {
	.header-share {
		display: none!important;
	}
	#topMenuMobile .header-share {
		display: flex!important;
		justify-content: center;
		gap:30px;
	}
	.header-share IMG {
		max-width: inherit;
		max-height: inherit;
	}
	.top-links-button {
		margin-right:0!important;
	}
}

.btn {
	height:50px;
	font-family: var(--font-1);
	font-size:18px;
	border-radius: 100px;
    min-width: 174px;
    padding-top: 10px!important;
    background: #fff;
	border-color:#707070;
    color: var(--color-4);
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
	padding-top:0!important;
	padding-bottom:0!important;
	border-width: 1px;
}
.btn SPAN {
    display: inline-block;
    position: relative;
    border-bottom: none!important;
	text-transform: uppercase;
}

.btn-1 {
	color: #fff;
	border-color:var(--color-1);
	background-color:var(--color-1);
}
.btn-2 {
	color: #fff;
	border-color:var(--color-2);
	background-color:var(--color-2);
}
.btn-2:hover, 
.btn-2:focus, 
.btn-2:active {
	color: var(--color-2);
	border-color:#fff;
	background-color:#fff;
}
.btn-7 {
	color: #fff;
	border-color:var(--color-7);
	background-color:var(--color-7);
}
.btn-7:hover,
.btn-7:focus,
.btn-7:active {
	color: var(--color-7);
	border-color:var(--color-7);
	background-color:#fff;
}
.top-links-button {
	min-width: 174px;
	margin-right: 35px;
	font-size:16px;
	background: var(--color-2);
	color:#fff;
	border:none;
	padding: 0!important;
}
.top-links-button SPAN {
	top:-1px;
	left:5px;
}
.top-links-button SPAN::before {
	content:' ';
	display: block;
	position: absolute;
	left:-30px;
	background:url(../img/prihlaska.svg);
	width:18px;
	height:22px;
}
#topLinksMobile .top-links-button {
	min-width: 150px;
	text-align: left;
	margin-right:0px;
	padding-left:15px;
	font-weight: 600;
	transition: var(--transition-header-2);
}
.top-links-button:hover ,
.top-links-button:active ,
.top-links-button:focus  {
	background-color:var(--color-2-hover);
	transition: var(--transition-header-1);
}
.top-links-button IMG {
	margin-right:6px;
	margin-top:-2px;
}

.dropdown-menu {
	display: block;
	max-height: 0px;
	max-width: 999px;
	height:auto;
	width:auto;
	overflow: hidden;
	transition: opacity var(--transition-header-3);
	opacity:0.5;
	border-radius: 0;
	padding:0;
	background-color:#fff;
	margin-top: 4px;
	border:none;
	border-bottom: solid 3px #fff0;
}
.dropdown-menu.level-2 {
	margin-left: 15px;
	min-width: 220px;
}
.level-2>LI.has-dropdown>A>SPAN{
	margin-right:20px;
	position: relative;
}
.level-2>LI.has-dropdown>A>SPAN::after {
	content:' ';
	display: block;
	position: absolute;
	right:-20px;
	top:6px;
	background: url(../img/dropdown.png);
	width:6px;
	height:12px;
}
.dropdown-menu.level-3 {
	/* background:#F3F3F3; */
}
.has-dropdown:hover>.dropdown-menu,
.has-dropdown:active>.dropdown-menu,
.has-dropdown:focus>.dropdown-menu {
	max-height: 999px;
	overflow: visible;
	opacity:1;
	padding:10px 0 ;
	border-bottom: solid 3px var(--color-1);
	box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
}
.has-dropdown .dropdown-menu.level-3,
.drop-right .dropdown-menu.level-3 {
	top:0%;
	left:100%;
	min-width: 200px;
}
.has-dropdown .drop-left .dropdown-menu.level-3 {
	left:inherit;
	right:100%;
}
.dropdown-menu  li>A:focus, 
.dropdown-menu  li>A:hover,
.dropdown-menu  li>A:active,
.dropdown-menu  li.active>A,
.dropdown-menu  li.active>A:hover,
.dropdown-menu  li.active>A:hover,
.dropdown-menu  li.active>A:hover {
	background:#fee1f5;
}
.dropdown-menu  li>A:focus SPAN, 
.dropdown-menu  li>A:hover SPAN,
.dropdown-menu  li>A:active SPAN {
	border-bottom:solid 1px var(--color-1)!important;
}
#header .nav li>A:hover>SPAN,
#header .nav li>A:focus>SPAN,
#header .nav li>A:active>SPAN {
	border-bottom: solid 1px var(--tmave-modra-1);
}
#header .nav li.active>A>SPAN {
	border-bottom: solid 2px var(--oranzova-1);
	/*color: #fff;*/
}
.dropdown-menu LI {
	position: relative;
}
.dropdown-menu LI A {
	padding: 10px 20px 10px 20px!important;
    color: var(--color-1)!important;
	display: block;
}
.dropdown-menu LI:last-of-type {
}
.dropdown-menu LI:last-of-type A {
	padding-bottom:20px;
}
.dropdown-menu LI:first-of-type A {
	padding-top:15px;
}

#topMenuDesktop  {
	position: relative;
	height:100%;
}
#topMenuDesktop .cms-menu-top {
	display: flex;
	align-items:center;
	justify-content: flex-end;
	position: relative;
	height:100%;
	list-style: none;
	padding-left:0;
}
@media(max-width:991px) {
	#topMenuDesktop {
		display: none;
	}
}
#topMenuDesktop A {
	font-family: var(--font-1);
	font-size: 16px;
	color: var(--color-1);
	text-transform: uppercase;
	padding:15px;
}

#mainMenuWrap {
	position: relative;
	height:100%;
}
@media(max-width:991px) {
	#mainMenuWrap {
		position: absolute;
		right: 0;
		margin-top: -80px;
		z-index: -1;
		min-width:calc(100vw + -5px);
	}
}
@media(max-width:500px) {
	#mainMenuWrap {
		margin-top: -70px;
	}
}
@media(max-width:400px) {
	#mainMenuWrap {
		right: -15px;
	}
}
#mainMenuHolder {
	z-index:3;
	position: relative;
	height:100%;
}

.menu-scrollable {
	max-height: calc( 100vh - var(--vyska-havicky-od-920-dolu) );
	overflow-y:auto;
	padding-bottom:20px;
}
.menu-scrollable .vyhledavani-v-menu {
	display: none;
}
#topMenuMobile {
	display: none;
}
@media(max-width:991px) {
	.menu-opened #topMenuMobile {
		position:fixed;
/*		width: calc(100vw + 15px);*/
		width: calc(100vw);
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		background: #f3f3f3;
		margin-left:auto;
		margin-right:auto;
		margin-top:180px;
	}
}
@media(max-width:700px) {
	.menu-opened #topMenuMobile {
		margin-top:140px;
	}
}
@media(max-width:500px) {
	.menu-opened #topMenuMobile {
		margin-top:135px;
	}
}
@media(max-width:400px) {
	.menu-opened #topMenuMobile {
		width: calc(100vw - 15px);
	}
}
.menu-content {
	/*box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);*/
	width: 100vw;
}
#topMenuMobile UL {
	padding-left:0;
	list-style: none;
}
#topMenuMobile UL.level-1 {
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	background-color: #f3f3f3;
	width: 100%;
	min-width: 280px;
    padding-top: 20px;
    padding-bottom: 10px;
}
#topMenuMobile LI {
	width: 100%;
	margin-left: 0;
	border-bottom: solid 1px var(--svetle-modra-1);
	text-align: center;
	padding:15px;
}
#prihlaskaMobile {
	display:none;
}
@media(max-width:991px) {
	#prihlaskaMobile {
		display:block;
	}
}
#topMenuMobile UL LI.tag-rozcestnik-kontakty,
#topMenuMobile UL LI:last-of-type {
	border-bottom: none;
}
#topMenuMobile LI A {
	padding:10px 15px 10px 30px;
	font-size:20px;
	color:white;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	font-weight:600;
	line-height: 25px;
	color: var(--svetle-modra-1);
}
@media(max-width:991px) {
	#topMenuMobile LI A {
		color: var(--tmave-modra-1);
	}
}


#topMenuDesktop .share {
	margin-left: 30px;
	border-left:solid 1px white;
	padding-left: 30px;
	display:flex;
	align-items: center;
	height:20px;
}
@media (max-width:1300px) {
	#topMenuDesktop .share {
		display: none;
	}
}
#topMenuDesktop .share A {
	display:block;
	line-height: 0;
	padding:8px;
	margin-right:15px;
}
#topMenuDesktop .share A:last-of-type {
	margin-right:0px;
}

@media (max-width:991px) {
	.nav.level-1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}
}
.nav.level-1>LI>A {
	padding-left:22px;
	padding-right:22px;
}
@media (max-width:1300px) and (min-width:992px) {
	.nav.level-1>LI>A {
		padding-left:18px;
		padding-right:18px;
	}
	.nav.level-1>LI:last-of-type>A {
		padding-right:5px;
	}
}
@media (max-width:991px) {
	.nav.level-1>LI>A {
		padding:5px 15px;
	}
}

@media (max-width:991px) {
	/* zruseni veskereho otevirani */
	.has-dropdown:hover .dropdown-menu,
	.has-dropdown:active .dropdown-menu,
	.has-dropdown:focus .dropdown-menu {
		display:none;
	}
}




.footer {
	background:#00325A;
	color: #fff;
	padding-top:130px;
	padding-bottom:90px;
	margin-top: -50px;
	background: url(../img/bg-footer.png) no-repeat top center;
	background-size:cover;
}
.footer-holder {
	display: flex;
}
@media(max-width:991px) {
	.footer-holder {
		flex-direction: column-reverse;
	}
}
@media(max-width:767px) {
	.footer-holder {
		flex-direction: column;
		padding-top:0;
	}
}
@media(max-width:991px) {
	.footer .adresa {
		margin:20px auto 30px auto;
		text-align: center;
	}
}

.logo-footer {
	position: relative;
	top:12px;
}
.footer-holder .adresa {
	min-width: 200px;
}
.footer P {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-top:25px;
}
.footer A {
	color: #fff;
	text-decoration: none;
}
.footer-share {
	margin-top:40px;
}
.footer-share A {
	margin-right:5px;
}
.footer-holder>.row {
	width:100%;
	justify-content:space-between;
}
.footer .footer-menu {
	display: flex;
	justify-content: flex-start;
	/*flex-wrap: wrap;*/
	/*width: 100%;*/
}
@media(max-width:991px) {
	.footer .footer-menu {
		justify-content: space-around;
	}
}
@media(max-width:767px) {
	.footer .footer-menu {
		text-align: center;
		flex-direction: column;
	}
}
.footer .footer-menu UL {
	margin-left:100px;
}
@media(max-width:991px) {
	.footer .footer-menu UL {
		margin-left:30px;
	}
}
@media(max-width:767px) {
	.footer .footer-menu UL {
		margin-left:0px;
	}
}
@media(max-width:1199px) {
/*	.footer .m {
		min-width: 50%;
		max-width: 50%;
		margin-bottom:50px;
	}*/
}
@media(max-width:991px) {
/*	.footer .m {
		min-width: 50%;
		max-width: 50%;
	}*/
}
@media(max-width:650px) {
/*	.footer .m {
		min-width: 35%;
		max-width: 40%;
		margin-bottom:40px;
	}*/
}
@media(max-width:520px) {
/*	.footer .m {
		min-width: 100%;
		max-width: 100%;
		text-align: center
	}*/
}
/*.footer .m:not(:last-of-type) {
	padding-right:25px;
}*/
.footer .footer-menu UL {
	list-style: none;
	margin-top:40px;
	padding-left:0;
/*	padding-right: 25px;*/
}
@media(max-width:767px) {
	.footer .footer-menu UL {
		margin-top:40px;
	}
}
.footer .footer-menu UL LI {
	font-size: 16px;
    line-height: 20px;
	margin-bottom:10px;
	text-transform: uppercase;
	position: relative;
}
.footer .footer-menu UL LI::before {
	display: block;
	content:'>>';
	position: absolute;
	left:-25px;
	top:-2px;
	
	width:16px;
	height:20px;
	font-size:12px;
}
@media(max-width:767px) {
	.footer .footer-menu UL LI::before {
		display:none;
	}
}
.footer .footer-menu UL A {
	color:#fff;
	/*text-transform: lowercase;*/
}

.footer-issa {
	background:#001B4B;
	padding:10px 15px 30px 15px;
	font-weight: normal;
	font-size: 12px;
	color: #9a9a9a;
}
@media(max-width:767px) {
	.footer-issa {
		text-align: center;
	}
}
.footer-issa A {
	color:#9a9a9a;
}

.page-header-bg {
	background: url(/doc/cms_library/zahlavi-293.png) no-repeat left center;
	background-size:cover;
	height:143px;
	z-index: 1;
    position: relative;
	box-shadow:var(--shadow-1);
}
/*@media(max-width:767px) {
	.page-header-holder {
		 na mobilu je prohozeno poradi nadpisu a breadcrumbu 
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}*/
.page-header {
	margin-top:0;
	margin-bottom:0;
	border-bottom: 0;
	/*padding:0px 15px;*/
}
@media(max-width:991px) {
	.page-header {
		background-position: top left;
	}
}
@media(max-width:767px) {
	.page-header {
		flex-direction: column;
		align-items: flex-start;
		background:none;
		text-align: left;
	}
}
.page-header H1,
.custom-page-header H1,
.h1-like {
	font-family: var(--font-3)!important;
	font-size: 28px!important;
	font-weight: bold!important;
	line-height: 35px!important;
	color: var(--color-6)!important;
	/* text-transform: uppercase!important; */
	margin-top:0!important;
	margin-bottom:0!important;
}
@media(max-width:900px) {
	.text-900-center {
		display: flex;
		text-align: center;
		justify-content: center;
	}
}

@media(max-width:767px) {
	.page-header H1 {
		margin-bottom: 30px;
		font-size: 23px;
		font-weight: 700;
	}
	.breadcrumb-holder {
		margin-left:0;
		margin-right:0;
	}
}
.breadcrumb {
	background:none;
	/*text-transform: uppercase;*/
	font-size: 13px;
	margin-top:65px;
	margin-bottom:50px;
	padding:0;
}
@media(max-width:767px) {
	.breadcrumb {
		font-size: 12px;
		line-height: 20px;
		margin-top:40px;
		margin-bottom:25px;
	}
}
.breadcrumb A,
.breadcrumb LI:last-of-type SPAN {
	color:var(--color-6);
	display: inline-block;
	padding-top:5px;
	padding-bottom:2px;
	border-bottom:solid 1px transparent;
	text-decoration: none;
}
.breadcrumb>li+li:before {
    padding: 0 17px 0 15px;
    color: var(--tmave-modra-3);
    content: ">";
}
.breadcrumb LI:last-of-type SPAN,
.breadcrumb A:hover,
.breadcrumb A:focus,
.breadcrumb A:active {
	border-bottom:solid 1px #b4b4b4;
	text-decoration: none;
	color:var(--tmave-modra-3);
}
@media(max-width:767px) {
	.breadcrumb>li+li:before {
		padding: 0 10px 0 12px;
	}
}

.aktuality-stranka-holder .custom-page-header .breadcrumb {
	margin-top:0px;
}
/*@media(max-width:767px) {*/
	.aktuality-stranka-holder .custom-page-header .breadcrumb,
	.aktuality-stranka-holder .custom-page-header H1,
	.tag-prihlaska H1 {
		text-align: left;
		justify-content: flex-start;
	}
/*}*/

.main-childpanels {
	max-width: 600px;
	margin:15px auto 30px auto;
}
.main-childpanels .nadpis {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom:10px;
}
.child-panels UL {
	list-style: none;
	padding:0;
}
.child-panels LI {
	display:inline-block;
}
.child-panels LI A {
	min-width: 90px;
	background-color:#fff;
	border-color:#3C414C;
	color:#3C414C;
	margin-top:3px;
}
.child-panels LI A:active,
.child-panels LI A:hover,
.child-panels LI A:focus {
	background-color:#CF0000;
	border-color:#3C414C;
	color:#fff;
}

.user-obsah {
	padding-top:80px;
	padding-bottom: 120px;
}
.user-obsah P,
.user-obsah OL, 
.user-obsah UL {
	font-size: 18px;
	line-height: 40px;
	color: #3c414c;
}
.user-obsah P {
	margin-bottom:20px;
}
.user-obsah OL LI,
.user-obsah UL LI {
	margin-bottom:15px;
}
.user-obsah OL LI:first-of-type,
.user-obsah UL LI:first-of-type {
	margin-top:15px;
}
.user-obsah OL LI:last-of-type,
.user-obsah UL LI:last-of-type {
	margin-bottom:30px;
}

.quicklinks {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height:auto;
	transition: var(--transition-header-1);
	list-style: none;
	margin-left:-7px;
	padding-left:0;
	text-transform: uppercase;
	margin-bottom: 40px;
} 

.quicklinks LI {
	border: solid 1px var(--tmave-modra-1);
	border-radius: 100px;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 7px 7px;
	min-width: 140px;
	background-color:var(--svetle-modra-1);
	transition: var(--transition-header-2);
}
.quicklinks LI A {
	color:var(--tmave-modra-1);
	display: block;
	padding: 4px 20px 3px 20px;
	font-size: 11px;
}
.quicklinks LI:hover,
.quicklinks LI:focus,
.quicklinks LI:active {
	background-color:var(--tmave-modra-1);
	transition: .1s;
}
.quicklinks LI:hover A,
.quicklinks LI:focus A,
.quicklinks LI:active A {
	color:#fff;
	text-decoration: none;
}

.cleaner {
	clear:both;
}

#carousel {
	box-shadow: var(--shadow-1);
}
@media(min-width:1920px) {
	#carousel .cms-module .cms-module-list .carousel-inner .carousel-item .wrapper .container .banner-text {
		height:535px;
	}
}
#carousel .cms-module .cms-module-list .carousel-inner .carousel-item .wrapper .container .banner-text
{
	min-height:450px;
	max-height:535px;
	text-align:center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	color:#fff;
}
@media(max-width:991px) {
	#carousel .cms-module .cms-module-list .carousel-inner .carousel-item .wrapper .container .banner-text
	{
		max-height: inherit;
		padding-top:50px;
		padding-bottom:50px;
	}
}
#carousel .banner-text * {
	text-shadow: 0px 0px 50px #000;
	font-family: var(--font-2);
}
#carousel H1,
#carousel H1>P {
	color:#fff;
	font-size: 43px!important;
	line-height: 55px!important;
	letter-spacing: 0;
	font-weight: 700;
	max-width: 950px;
}
#carousel H1>P {
	margin-bottom:0;
}
#carousel .banner-text-text {
	margin-top:25px;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 31px;
	max-width: 975px;
}
.carousel-item {
	background-size: cover;
    background-position: center top;
}


.rychle-odkazy-homepage {
	padding-top: 80px;
}
H2 {
	margin-bottom: 40px;
	display: flex;
	align-items: flex-end;
	position: relative;
}
H2:not(.stredovy-nadpis) SPAN:first-of-type {
	font-family: var(--font-1);
	font-size: 18px;
	line-height: 21px;
	color: var(--color-3);
	text-transform: uppercase;
	white-space: nowrap;
	margin-right:20px;
	font-weight:normal;
}
H2:not(.stredovy-nadpis) SPAN:last-of-type {
	background:url(../img/heading-line.png) repeat-x;
	flex-grow:1;
	height:1px;
	position: relative;
	top:-3px;
}
H2.znak::before {
	content:' ';
	position: relative;
	width:8px;
	height:12px;
	margin-right:12px;
	top:-4px;
}
.znak.cerveny-znak::before {
	background:url(../img/znak-cerveny.svg);
}
.znak.bily-znak::before {
	background:url(../img/znak-bily.svg);
}

.rychle-odkazy {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
@media(max-width:1199px) {
	.rychle-odkazy {
		justify-content: space-around;
	}
}
.rychle-odkazy A {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:250px;
	height:250px;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	overflow:hidden;
	box-shadow: var(--shadow-1);
	background-size:cover!important;
}
.rychle-odkazy .flex-wrapper {
	display:none;
}
@media(max-width:1199px) {
	.rychle-odkazy A {
		width:200px;
		height:200px;
	}
}
@media(max-width:991px) {
	.rychle-odkazy A {
		width:160px;
		height:160px;
	}
}
@media(max-width:767px) {
	.rychle-odkazy {
		flex-wrap: wrap;
	}
	.rychle-odkazy A {
		width:calc(50% - 2*10px);
		height:250px;
		margin:10px;
	}
	.rychle-odkazy .flex-wrapper {
		display:block;
		flex-basis: 100%;
	}
}
@media(max-width:575px) {
	.rychle-odkazy A {
		height:160px;
	}
}
@media(max-width:400px) {
	.rychle-odkazy A {
		margin:5px;
		width:calc(50% - 2*5px);
	}
}
.rychle-odkazy A .overlay {
	position: absolute;
	width:100%;
	height:100%;
	opacity:0;
	background: var(--color-2-hover)!important;
	transition: var(--transition-header-1);
}
.rychle-odkazy A:hover .overlay,
.rychle-odkazy A:active .overlay,
.rychle-odkazy A:focus .overlay {
	transition: var(--transition-header-1);
	opacity:1;
}
.rychle-odkazy SPAN {
	font-family: var(--font-1);
	color:#fff;
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom:30px;
	text-transform: uppercase
}
.rychle-odkazy SPAN,
.rychle-odkazy IMG {
	position: relative;
	z-index:1;
}



.kdo-jsme-homepage {
	padding-top: 100px;
	padding-bottom: 100px;
}

.aktuality-homepage {
	padding-top:108px;
	/* background:url(../img/bg-aktuality.jpg) no-repeat center top #f3f3f3; */
	background: #eeeeee;
	/* background-size:100%; */
}
.aktuality-homepage .btn {
	margin: 0 auto 70px auto;
}
@media(max-width:767px) {
	.aktuality-homepage #itemId4,
	.aktuality-homepage #itemId5,
	.aktuality-homepage #itemId6 {
		display: none;
	}
}

.aktuality-holder {
	display: flex;
	flex-wrap: wrap;
	margin-left:-18px;
	margin-right:-45px;
}

.aktuality-stranka-holder {
	padding-top:80px;
	padding-bottom: 130px;
	background: #EEEEEE;
	background: linear-gradient(180deg,rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tag-prihlaska {
	background:url(../img/bg-prihlaska.jpg) no-repeat center top 250px #f3f3f3;
	background-size:100%;
	padding-bottom: 130px;
}
@media(max-width:767px) {
	.aktuality-stranka-holder {
		padding-top:40px;
	}
}
.aktuality-stranka-holder .aktuality-holder {
	margin-left:auto;
	margin-right:auto;
	gap:36px
}

@media(max-width:470px) {
	.aktuality-holder {
		margin-left:0px;
		margin-right:0px;
	}
}
.aktuality-stranka-holder .aktuality-holder .item {
	margin-left:0;
	margin-right:0;
}
.aktuality-holder .item {
	margin-left:18px;
	margin-right:18px;
	margin-bottom:60px;
	max-width: calc(31% - 18px);
	min-width: calc(31% - 18px);
	border-radius: 10px;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color:#fff;
	box-shadow: var(--shadow-1);
}
@media(max-width:1199px) {
	.aktuality-holder .item {
	    max-width: calc(31% - 24px);
		min-width: calc(31% - 24px);
	}
}
@media(max-width:991px) {
	.aktuality-holder .item {
	    max-width: calc(47% - 24px);
		min-width: calc(47% - 24px);
	}
}
@media(max-width:767px) {
	.aktuality-holder .item {
	    max-width: 372px;
		min-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(max-width:470px) {
	.aktuality-holder .item {
	    max-width: 100%;
	    min-width: 100%;
	}
}
.aktuality-holder .item .img {
	/*overflow:hidden;*/
	position: relative;
	width:100%;
	min-height:221px;
	background-size:cover;
	background-position: center center;
}
@media(max-width:1199px) {
	.aktuality-holder .item .img {
		min-height:170px;
	}
}
@media(max-width:991px) {
	.aktuality-holder .item .img {
		min-height:221px;
	}
}
.aktuality-holder .item .img .kategorie {
	position: absolute;
	padding:10px 15px;
	font-family: var(--font-3);
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background:var(--color-2);
	right:-7px;
	bottom:-2px;
	text-transform: uppercase;
}
.aktuality-holder .item .text {
	padding:30px;
	position: relative;
	height:100%;
	/*max-height: 320px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.aktuality-holder .item .text .nadpis {
	font-family: var(--font-1);
	font-weight: bold;
	font-size: 16px;
	color: var(--color-5);
	margin-bottom:20px;
	text-transform: uppercase;
}
.aktuality-holder .item .text P {
	font-family: var(--font-3);
	font-size: 16px;
	line-height: 19px;
	color: var(--color-5);
}
.aktuality-holder .item .text A {
	font-family: var(--font-1);
	text-decoration: underline;
	font-size: 16px;
	color: var(--color-6);
	text-transform: uppercase;
}
@media(max-width:767px) {
	.aktuality-holder .item .text A {
		margin-top:40px;
	}
}


.hlavni-aktualita-homepage {
	background:url(../img/bg-hlavni-aktualita-homepage.jpg) no-repeat top center;
	background-size:cover;
	padding-top:100px;
	padding-bottom:110px;
}
.hlavni-aktualita-homepage H2 SPAN:first-of-type,
.partneri-homepage H2 SPAN:first-of-type {
	color:#fff;
}
.hlavni-aktualita-homepage H2 SPAN:last-of-type {
	background-image:url(../img/heading-line-white.png);
	max-width: 260px;
}
@media(max-width:1199px) {
	.hlavni-aktualita-homepage H2 SPAN:last-of-type {
		max-width: 160px;
	}
}
@media(max-width:767px) {
	.hlavni-aktualita-homepage H2 SPAN:last-of-type {
		max-width: 100%;
	}
}
.hlavni-aktualita-homepage .item {
	display: flex;
}
@media(max-width:767px) {
	.hlavni-aktualita-homepage .item {
		flex-direction: column;
		max-width: 372px;
		min-width: 285px;
		margin-left: auto;
		margin-right: auto;
	}
}
.hlavni-aktualita-homepage .item .img {
	min-width:372px;
	max-width:372px;
	max-height:250px;
	background-size:cover;
	background-position:top center;
	border-radius:10px;
	margin-right:120px;
}
@media(max-width:1199px) {
	.hlavni-aktualita-homepage .item .img {
		min-width:285px;
		max-width:285px;
		margin-right:50px;
	}
}
@media(max-width:767px) {
	.hlavni-aktualita-homepage .item .img {
		min-height: 211px;
		max-width:372px;
		margin-right:0;
		border-radius:0;
	}
}
.hlavni-aktualita-homepage .text {
	color:#fff;
	font-family:var(--font-3)
}
.hlavni-aktualita-homepage .nadpis {
	font-size:28px;
	line-height: 37px;
	display: flex;
	position: relative;
	text-transform:uppercase
}
@media(max-width:1399px) {
	.hlavni-aktualita-homepage .nadpis {
		display: block;
	}
}
.hlavni-aktualita-homepage .kategorie {
	background:var(--color-2);
	text-transform: uppercase;
	padding:8px 25px;
	font-size: 16px;
	margin-right:25px;
	position: relative;
	top:-5px;
	font-weight: 700;
	white-space: nowrap;
	align-self: start;
}
@media(max-width:1399px) {
	.hlavni-aktualita-homepage .kategorie {
		display: inline-block;
		margin-bottom: 10px;
		padding-top:5px;
		padding-bottom:5px;
	}
}
@media(max-width:767px) {
	.hlavni-aktualita-homepage .kategorie {
		position: absolute;
		right: -33px;
		top: -73px;
	}
	.hlavni-aktualita-homepage .nadpis>DIV {
		margin-top:30px;
	}
}

.hlavni-aktualita-homepage P {
	margin-top:25px;
	color:#fff;
	font-family: Roboto;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 31px;
}
.hlavni-aktualita-homepage .btn {
	margin-top:30px;
	color:var(--color-3);
	text-transform: uppercase;
}

.cms-signpost IMG {
	display: block;
	max-width: 100%;
	height:auto!important;
}

.aktualita-detail IMG {
	display: block;
	max-width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.aktualita-detail>DIV>DIV {
	background:#fff;
	box-shadow: var(--shadow-1);
	padding:45px;
	border-radius: 10px;
}
@media(max-width:575px) {
	.aktualita-detail>DIV>DIV {
		padding:25px;
	}
}

H2.stredovy-nadpis {
	display: block;
	text-align: center;
	font-family: var(--font-3);
	font-size: 28px;
	color: var(--color-1);
	text-transform: uppercase;
	margin-bottom:0;
}
.divider-2 {
	border-bottom: solid 1px #505050;
	width:40px;
	margin: 10px auto 50px auto;
}


.partneri-homepage {
	background:url(../img/bg-partneri.jpg) no-repeat center top;
	background-size: cover;
	padding-top:150px;
	padding-bottom:190px;
	margin-bottom:-50px;
}
.partneri-homepage H2 {
	margin-bottom:50px;
}
.partneri-homepage H2 SPAN:last-of-type,
.footer H2 SPAN:last-of-type {
    background-image: url(../img/heading-line-white.png);
}
.partneri-homepage-wrap {
	margin-top:30px;
	margin-left:-25px;
	margin-right:-25px;
	justify-content: center;
}
.partneri-homepage-wrap .partneri-homepage-item-holder {
	padding-left:23px;
	padding-right:23px;
	padding-bottom:24px;
	position: relative;
}
.partneri-homepage-wrap .item {
	position: relative;
	height:150px;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	text-align:center;
	padding:10px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: var(--transition-header-2);
}
.partneri-homepage-wrap .item:hover,
.partneri-homepage-wrap .item:active,
.partneri-homepage-wrap .item:focus {
	background:#fff;
	transition: var(--transition-header-2);
}
@media(max-width:767px) {
	.partneri-homepage-wrap {
		justify-content: center;
	}
}
.partneri-homepage-wrap .item IMG {
	max-width: 100%;
	max-height: 60px;
	height:auto;
	/* margin-bottom:20px; */
}
.partneri-homepage-wrap .item SPAN {
	display: none;
	/* font-weight: var(--font-3);
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 16px;
	color: var(--color-5); */
}

.cms-menu-childstructures {
	max-width: 1200px;
	width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
	list-style: none; 
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	left:15px;
	background:url(../img/cms-menu-childstructures.png) top left repeat-x;
	padding-top:45px;
	margin-top:50px;
	padding-left:0px;
}
.links-cluster .cms-menu-childstructures {
	background:none;
	margin:0 0 20px 0!important;
	padding-top:0;
	padding-left:0;
	left:0;
}
@media(max-width:1250px) {
	.cms-menu-childstructures {
		margin-left:0;
	}
}
.links-cluster {
	list-style: none; 
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	padding-left:0!important;
}
.cms-menu-childstructures A,
.links-cluster A {
	display:inline-block;
	border-radius:100px;
	min-width: 112px;
	text-transform: uppercase;
	background:#EFEFEF;
	font-family: var(--font-1);
	font-weight: 300;
	text-decoration: none!important;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 31px;
	color: #002443;
	padding:5px 15px;
	margin-right:15px;
	margin-bottom:15px;
	transition: var(--transition-header-1);
}

.cms-menu-childstructures A:hover,
.cms-menu-childstructures A:focus,
.cms-menu-childstructures A:active,
.links-cluster A:hover,
.links-cluster A:focus,
.links-cluster A:active {
	background:#002443;
	color: #fff!important;
	transition: var(--transition-header-1);
}

.obsah-s-obrazky-na-strane {
	display: flex;
	justify-content: space-between;
	gap:60px;
}
@media(max-width:767px) {
	.obsah-s-obrazky-na-strane {
		flex-direction: column;
		gap:60px;
	}
}
.obsah-s-obrazky-na-strane .text {
	max-width: 770px;
}
.obsah-s-obrazky-na-strane .obrazky {
	max-width: 300px;
}
.obsah-s-obrazky-na-strane .obrazky IMG {
	max-width: 100%;
	width:100%;
	height:auto;
	margin-bottom: 40px;
}