:root {
	--modra: #13b0e5;
	--svetlemodra: #edf8fe;
	--tmavemodra: #3c5075;
	--zelena: #63c089;
}
@keyframes shake {
	0% { transform: rotate(6deg); }
	50% { transform: rotate(-6deg); }
	100% { transform: rotate(6deg); }
}
img,svg {
	max-width: 100%;
}
body, html {
	color: black;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	height: 100%;
}
strong {
	font-weight: bold;
}
a {
	color: var(--cerna);
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
a:hover {
	text-decoration: underline;
	color: var(--modra);
}
.container {
	width: 1170px;
	margin: auto;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.center {
	text-align: center;
}
header {
	float: left;
	width: 100%;
	height: 200px;
	padding-top: 70px;
}
header .logo {
    float: left;
	width: 280px;
}
header .titulek {
    float: right;
	width: 360px;
	text-align: center;
	margin-top: 3px;
}
header .titulek p {
    color: var(--modra);
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
	margin: 0px;
}
header .titulek p strong {
    color: var(--tmavemodra);
	font-size: 40px;
	font-weight: 700;
}
.foto_hlavicka_uvod {
	float: left;
	width: 100%;
	height: 333px;
	background-image: url('../images/bg_hlavicka.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.foto_hlavicka_uvod img {
	width: 245px;
	border-radius: 50%;
	margin-top: -165px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 18px 23px -5px rgba(0,0,0,0.25); 
	box-shadow: 0px 18px 23px -5px rgba(0,0,0,0.25);
	filter: brightness(110%);
}
.foto_hlavicka_uvod h1 {
	color: white;
	font-size: 29px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 6px;
}
.foto_hlavicka_uvod p {
	color: white;
	font-size: 26px;
	font-weight: 300;
	line-height: 120%;
}
.foto_hlavicka_uvod p a {
	text-decoration: none;
}
.foto_hlavicka_uvod p a:hover {
	color: #c6e8ff;
	text-decoration: none;
}
.foto_hlavicka {
	float: left;
	width: 100%;
	height: 230px;
	line-height: 230px;
	text-align: center;
	background-image: url('../images/bg_foto.jpg');
	background-repeat: no-repeat;
	background-position: center 50%;
}
.foto_hlavicka h1 {
	color: white;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 7px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
}
.foto_uvod {
	float: left;
	width: 100%;
	height: 446px;
	line-height: 446px;
	background-image: url('../images/bg_foto.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.foto_uvod h2 {
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0px 0px 16px rgba(255,255,255,0.8);
	letter-spacing: 5px;
	line-height: 120%;
	margin: 0px;
	padding-top: 10px;
}
	
/*************** obsah *****************/

p {
	margin-bottom: 20px;
}
.obsah {
	float: left;
	width: 100%;
	min-height: 250px;
	padding-top: 30px;
	padding-bottom: 70px;
	font-weight: 400;
	font-size: 19px;
	line-height: 160%;
}
.obsah h1 {
	clear: both;
	color: black;
	font-size: 34px;
	font-weight: 700;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 130%;
}
.obsah h2 {
	clear: both;
	color: black;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 0px;
	line-height: 130%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.obsah h3 {
	clear: both;
	color: var(--modra);
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 0px;
	line-height: 130%;
	text-transform: uppercase;
}
.obsah p {
	margin: 20px 0px;
}
.obsah p a {
	text-decoration: none;
	border-bottom: 1px solid #1A1A1A;
	padding-bottom: 1px;
}
.obsah p a:hover {
	color: var(--ruzova);
	border-bottom: 1px solid var(--ruzova);
	text-decoration: none;
}
.obsah strong {
	font-weight: 600;
}
.obsah big {
	clear: both;
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
}
.obsah big a {
	color: var(--ruzova);
	border-color: var(--ruzova);
}
.obsah small {
	font-size: 14px;
	line-height: 100%;
}
.obsah hr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	margin: 30px 0px 35px -20px;
}
.obsah .marker, .obsah .marker a:link, .obsah .marker a:visited {
	color: var(--cervena);
	font-weight: 300;
	font-size: 22px;
	line-height: 140%;
}
.obsah ul {
	list-style: disc outside none;
	margin: 25px 0px 35px 50px;
}
.obsah ol {
	list-style: decimal outside none;
	margin: 0px 0px 20px 35px;
}
.obsah ul li {
	list-style-image: url('../images/kosticka.png');
	padding-left: 5px;
	margin-bottom: 7px;
}
.obsah ol li {
	margin-bottom: 7px;
	padding-left: 3px;
}
.uvod_nadpis,
.obsah.uvod h1 {
	color: black;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 120%;
	margin-bottom: 40px;
}
.obsah.uvod {
	padding-top: 60px;
}
.obsah.uvod p {
	font-size: 21px;
	font-weight: 300;
	line-height: 160%;
}
.obsah.uvod img {
	margin: 20px 20px;
}
.rozcestnik li {
	padding: 2px 0px;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0px;	
}
.rozcestnik li > a {
	color: var(--modra);
}
.rozcestnik li > a:hover {
	color: #000;
	text-decoration: underline;
}
.leva {
	float: left;
	width: 50%;
	padding-right: 26px;
}
.prava {
	float: left;
	width: 50%;
	padding-left: 30px;
}
footer {
	float: left;
	width: 100%;
	background-color: var(--modra);
	color: #FFF;
	padding: 55px 0px 50px;
	font-size: 21px;
	font-weight: 400;
}
footer .sloupec {
	float: left;
	position: relative;
}
footer a {
	color: white;
	text-decoration: none;
	transition: opacity 0.2s;
}
footer a:hover {
	color: white;
	text-decoration: none;
	opacity: 0.7;
}
footer strong {
	font-weight: 600;
}
footer p {
	margin: 0;
	line-height: 150%;
}
footer p.nadpis_role {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 14px;
	margin-top: 28px;
}
footer .sloupec.kontakt p.nadpis_role:first-child,
footer .sloupec.personel p.nadpis_role:first-child {
	margin-top: 0;
}
footer .sloupec.logo {
	width: 36%;
	padding-top: 10px;
}
footer .sloupec.logo img {
	width: 240px;
	margin-bottom: 15px;
}
footer p.logo_perex {
	margin-top: 10px;
	color: rgba(255,255,255,0.75);
	font-size: 17px;
	line-height: 150%;
	font-weight: 400;
	max-width: 280px;
}
footer .sloupec.kontakt {
	width: 32%;
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.22);
}
footer .sloupec.personel {
	width: 32%;
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.22);
}
footer .kontakt_polozky {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
footer .kontakt_item {
	display: flex;
	align-items: center;
	gap: 12px;
}
footer .kontakt_ikona {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	opacity: 0.8;
	display: flex;
	align-items: center;
}
footer .kontakt_ikona svg {
	width: 18px;
	height: 18px;
	display: block;
}
footer img.realizace {
	float: right;
	width: 100px;
	margin-top: -25px;
	margin-right: 50px;
}

/*************** aktuality *****************/

.aktuality {
	float: left;
	width: 100%;
	background-color: var(--svetlemodra);
	background-image: url('../images/bg_symbol_prava.png');
	background-repeat: no-repeat;
	background-position: right 100px;
	padding-bottom: 120px;
}
.aktualita {
	text-align: center;
	letter-spacing: normal;
}
.aktualita h2 {
	display: inline-block;
	color: white;
	background-color: var(--zelena);
	font-size: 24px;
	font-weight: 500;
	border-radius: 7px;
	padding: 10px 20px;
	margin-bottom: 25px;
	line-height: 130%;
}
.aktualita p {
	color: var(--tmavemodra);
	font-size: 22px;
	font-weight: 400;
	line-height: 140%
}

/*************** dlazdice *****************/

.dlazdice_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 45px;
	margin-top: -135px;
	margin-bottom: 70px;
}
.dlazdice_box .dlazdice {
	flex: 1;
	height: 300px;
	background-color: white;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.06);
	text-align: center;
	transition: all .3s ease-in-out;
}
.dlazdice_box .dlazdice:hover {
	transform: translate(0px, -5px);
}
.dlazdice_box .dlazdice .hlavicka {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: linear-gradient(0deg, rgba(78, 106, 158, 1) 0%, rgba(60, 80, 117, 1) 100%);
	color: white;
	font-size: 23px;
	font-weight: 700;
	line-height: 120%;
}
.dlazdice_box .dlazdice .telo {
	display: block;
	padding: 22px 30px 0px 30px;
}
.dlazdice_box .dlazdice:nth-of-type(1) .telo img {
	height: 104px;
	margin: 5px 0px;
}
.dlazdice_box .dlazdice:nth-of-type(1) .telo a {
	color: var(--tmavemodra);
	text-decoration: none;
}
.dlazdice_box .dlazdice:nth-of-type(1):hover .telo img {
	animation: shake 250ms;
}
.dlazdice_box .dlazdice:nth-of-type(1) .telo a p {
	font-size: 36px;
	font-weight: 700;
	margin-top: 10px;
	transition: all .3s ease-in-out;
}
.dlazdice_box .dlazdice:nth-of-type(1) .telo a:hover p {
	color: var(--zelena);
	text-decoration: none;
}
.dlazdice_box .dlazdice table {
	width: 100%;
	border-collapse: collapse;
	color: var(--tmavemodra);
	font-size: 18px;
	font-weight: 400;
}
.dlazdice_box .dlazdice table td {
	padding: 4px 20px 4px 0;
	white-space: nowrap;
}
.dlazdice_box .dlazdice table .den {
	font-weight: 700;
	padding-right: 25px;
}
.dlazdice_box .dlazdice .telo p {
	color: var(--tmavemodra);
	font-size: 18px;
	font-weight: 400;
}
.dlazdice_box .dlazdice:nth-of-type(3) .telo p:first-of-type {
	color: var(--zelena);
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
	margin-top: 7px;
}

/*************** sluzby *****************/

.sluzby {
	float: left;
	width: 100%;
	padding: 0px 0px 70px 0px;
	color: var(--tmavemodra);
	background-image: url('../images/bg_symbol_leva.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.nadpis_obal {
	text-align: center;
	margin-top: -25px;
	margin-bottom: 60px;
}
.sluzby_nadpis {
	display: inline-block;
	background: linear-gradient(0deg, rgba(78, 106, 158, 1) 0%, rgba(60, 80, 117, 1) 100%);
	color: white;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 10px;
}
.sluzby_sloupce {
	width: 100%;
}
.sluzby_sloupec {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.sluzby_sloupec:first-child {
	padding-right: 60px;
}
.sluzby_sloupec:last-child {
	padding-left: 20px;
}
.sluzba {
	margin-bottom: 30px;
}
.sluzba h3 {
	color: var(--tmavemodra);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-left: 28px;
	position: relative;
	letter-spacing: 0.01px;
}
.sluzba h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 22px;
	background-image: url('../images/sipka.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.sluzba p {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 28px;
	margin-bottom: 6px;
}
.nadpis_obal {
	clear: both;
}
.pojistovny_nadpis {
	display: inline-block;
	color: var(--tmavemodra);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.6;
}
.pojistovny {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.pojistovna {
	transition: transform .3s ease-in-out;
}
.pojistovna:hover {
	transform: translateY(-5px);
}
.pojistovna img {
	max-height: 40px;
	max-width: 190px;
	width: auto;
	height: auto;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter .3s ease-in-out, opacity .3s ease-in-out;
}
.pojistovna:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

/*************** slider *****************/

.slider {
	float: left;
	width: 100%;
	/* margin: 8px 0px; */
}
.slider a {
	transition: 0.3s;
	filter: brightness(1);
}
.slider a:hover {
	filter: brightness(115%);
}

/*************** doplnky *****************/

.mapa {
	float: left;
	width: 100%;
	height: 300px;
	border: none;
	margin: 0px;
}
#statistiky {
	display: none;
	margin-top: 15px;
}
#statistiky img {
	width: 88px;
	height: 60px;
}
.sloupec-3 {
	float: left;
	width: 33.33%;
}
.galerie {
	float: left;
	width: 100%;
	margin-left: -7px;
	margin-bottom: 20px;
	clear: both;
}
.galerie img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.galerie img:hover {
	transform: scale(0px, -6px);
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
}	
.album {
	float: left;
	padding: 7px 10px 8px 7px;
	width: 25%;
	text-align: center;
}
.album h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
	text-transform: none;
}
.album h3 a {
	text-decoration: none;
	color: #333;
}
.album h3 a:hover {
	text-decoration: none;
	color: #00A0E3;
}
.album img {
	width: auto;
	height: auto;
}
.foto_box {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: -9px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	}
.foto_box_inner {
	float: left;
	padding: 7px;
	}
.pdf_box {
	width: 25%;
	display: table-cell;
	float: left;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	box-sizing: border-box;
	text-align: center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pdf_box_nazev {
	margin: 10px 0px;
	line-height: 130%;
}
.pdf_box img {
	width: 100%;
	border: 1px solid #DDD;
	box-sizing: border-box;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.pdf_box img:hover {
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
	transform: translate(0px, -6px);
}
.tabulka {
	text-align: left;
	table-layout: fixed;
	margin-left: -10px;
	margin-top: 0px;
}
.tabulka td, .tabulka th {
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 30px 10px 10px;
}
.tabulka td strong, .tabulka th strong {
	font-size: 18px;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #00A0E3;
}
.tabulka tr:nth-child(odd) {
}
.tabulka50 {
	width: 100%;
	text-align: left;
	table-layout: fixed;
	margin-top: 40px;
	margin-bottom: 20px;
}
.tabulka50 td {
	vertical-align: top;
	padding: 10px 0px;
}
.tabulka50 td:first-child {
	padding-right: 20px;
}
.tabulka50 td:last-child {
	padding-left: 20px;
}

/*************** formular *****************/

.formular {
	float: left;
	width: 100%;
	padding: 30px 0px 70px 0px;
	background-color: #F8F8F8;
}
.formular input[type=text],
.formular input[type=number],
.formular select {
	margin: 0px 5px 10px 0px;
	width: calc(50% - 12px);
	padding: 15px;
	border: 1px solid #E4E8E9;
	background-color: white;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.formular option,
.formular option[value=""][disabled],
.formular option[value=""][selected] {
	color: #222;
}
.formular select:required:invalid {
	color: #222;
}
.formular input::placeholder {
    opacity: 1;
    color: #222;
}
.formular textarea {
	width: calc(100% - 12px);
	height: 130px;
	padding: 10px;
	border: 1px solid #E4E8E9;
	background-color: white;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.formular input[type=submit] {
	width: calc(33.33% - 12px);
	margin-top: 10px;
	padding: 15px;
	border: none;
	background-color: var(--modra);
	color: white;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.formular input[type=submit]:hover {
	background-color: black;
	color: #FFF;
}
p.form_info {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 0px 13px;
}
.hlaska {
	text-align: center;
	background-color: #b3000f;
	padding: 8px 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}