:root {
	--svetlezelena: #549e82;
	--zelena: #005938;
}
@keyframes shake {
	0% { transform: rotate(5deg); }
	50% { transform: rotate(-5deg); }
	100% { transform: rotate(5deg); }
}
img,svg {
	max-width: 100%;
}
body, html {
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	height: 100%;
	background-color: #252422;
}
strong {
	font-weight: bold;
}
a {
	color: black;
	-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(--zelena);
}
.container {
	width: 1170px;
	margin: auto;
	position: relative;
	-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%;
	padding-top: 20px;
	padding-bottom: 15px;
}
header .logo {
	float: left;
    display: flex;
  	align-items: center;   
}
header .logo span {
	color: white;
	margin-left: 18px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1px;
}
header nav .hamburger {
	display: none;
}
header nav {
	float: right;
}
header nav > ul {
	margin: 23px 0px 0px 0px; 
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li > a {
	display: block;
	padding: 20px 20px;
	margin: 0px;
	color: white;
	font-weight: 300;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
}
header nav > ul > li > a:hover {
	color: var(--svetlezelena); 
	text-decoration: none;
}
header nav > ul > li > #aktiv  {
	color: var(--svetlezelena);
	text-decoration: none;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px 0px;
    width: 290px;
	z-index: 9;
	background-color: rgba(0,0,0,0.85);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
header nav > ul > li:hover > ul {
	display: block;
}
header nav > ul > li > ul li a {
	display: block;
    color: #FFF;
    padding: 7px 30px 7px 30px;
    font-size: 17px;
	font-weight: 400;
    text-decoration: none;
	text-transform: uppercase;
	line-height: 140%;
}
header nav > ul > li > ul li a:hover,
header nav > ul > li > ul li #akt {
	color: #FFF;
	text-decoration: underline;
}
.foto_hlavicka_uvod {
	float: left;
	width: 100%;
	height: 655px;
	background-image: url('../images/bg_hlavicka.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.foto_hlavicka_uvod .slogan {
	position: absolute;
	top: 160px;
	left: 0px;
	z-index: 1;
}
.foto_hlavicka_uvod .slogan h1 {
	color: white;
	font-size: 46px;
	font-weight: 700;
	line-height: 120%;
	padding: 25px 0px;
	text-transform: uppercase;
}
.foto_hlavicka_uvod .slogan p {
	color: white;
	font-size: 34px;
	font-weight: 200;
	line-height: 120%;
}
.foto_hlavicka {
	float: left;
	width: 100%;
	height: 230px;
	line-height: 230px;
	text-align: center;
	background-image: url('../images/bg_hlavicka.jpg');
	background-repeat: no-repeat;
	background-position: center 20%;
}
.foto_hlavicka h1 {
	color: white;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 1px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 3px 30px rgba(0,0,0,0.9);
}
	
/*************** 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%;
	background-color: white;
}
.obsah h1 {
	clear: both;
	color: var(--zelena);
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 130%;
}
.obsah h2 {
	clear: both;
	color: var(--zelena);
	font-size: 30px;
	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(--zelena);
	border-bottom: 1px solid var(--zelena);
	text-decoration: none;
}
.obsah strong {
	color: #333;
	font-weight: 600;
}
.obsah big {
	clear: both;
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
}
.obsah big a {
	color: var(--zelena);
	border-color: var(--zelena);
}
.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(--zelena);
	font-weight: 400;
	font-size: 24px;
	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;
}
.obsah.uvod {
	padding-top: 55px;
	font-size: 20px;
}
.obsah.uvod .leva {
	width: 45%;
	background-image: url('../images/stin.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.obsah.uvod .leva table {
	width: 100%;
}
.obsah.uvod .leva table td {
	vertical-align: middle;
	padding: 22px 0px;
}
.obsah.uvod .leva table td img {
	margin-right: 20px;
}
.obsah.uvod .leva p {
	color: #38383D;
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
}
.obsah.uvod .leva p strong {
	color: var(--zelena);
	font-size: 24px;
	font-weight: 600;
}
.obsah.uvod .leva a {
	color: var(--zelena);
	text-decoration: none;
	border-color: var(--zelena);
}
.obsah.uvod .prava {
	width: 55%;
	padding-left: 90px;
}
.rozcestnik li {
	padding: 2px 0px;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0px;	
}
.rozcestnik li > a {
	color: var(--ruzova);
}
.rozcestnik li > a:hover {
	color: #000;
}
.leva {
	float: left;
	width: 50%;
	padding-right: 26px;
}
.prava {
	float: left;
	width: 50%;
	padding-left: 30px;
}
footer {
	float: left;
	width: 100%;
	background-color: #29292b;
	color: #FFF;
	padding: 45px 0px;
	font-size: 20px;
	font-weight: 300;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 25%;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: white;
	text-decoration: underline;
}
footer strong {
	font-weight: 600;
}
footer p {
	margin: 12px 0px;
	line-height: 140%;
}
footer p.nadpis {
	color: var(--svetlezelena);
	font-weight: 600;
	font-size: 24px;
}
footer .sloupec.logo {
	width: 20%;
	padding-top: 8px;
}
footer .sloupec.adresa {
	width: 27%;
}
footer .sloupec.adresa img {
	height: 40px;
	margin-top: 7px;
	margin-right: 10px;
	animation-timing-function: ease-in-out;
}
footer .sloupec.adresa img:hover {
	animation: shake 250ms;
}
footer .sloupec.kontakt {
	width: 28%;
	padding-left: 5px;
}
footer .sloupec.oteviracka {
	width: 25%;
	padding-left: 5px;
}
footer .sloupec p span {
	display: inline-block;
	background-position: left center;
	background-size: 21px auto;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 40px;
}
footer .ikona_tel {
	background-image: url('../images/ikona_tel.png');
}
footer .ikona_mail {
	background-image: url('../images/ikona_mail.png');
}
footer img.realizace {
	float: right;
	width: 90px;
	margin-top: -30px;
	margin-right: 50px;
}

/*************** benefity *****************/

.benefity {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background-color: var(--zelena);
}
.benefity .container {
	margin-top: -100px;
}
.benefit {
	float: left;
	width: 20%;
	text-align: center;
}
.benefit p {
	color: white;
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
}
.benefit img {
	animation-timing-function: ease-in-out;
}
.benefit:hover img {
	animation: shake 250ms;
}

/*************** aktuality *****************/

.aktuality {
	float: left;
	width: 100%;
	min-height: 310px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: var(--zelena);
	background-image: url('../images/bg_aktuality.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.aktuality h2 {
	color: white;
	margin-top: 40px;
	margin-bottom: 30px;
}
.aktuality .aktualita {
	float: left;
	width: 100%;
}
.aktuality .aktualita p {
	background-color: white;
	line-height: 120%;
	padding: 22px 30px;
	font-size: 22px;
	font-weight: 300;
}

/*************** slider *****************/

.slider_foto {
	float: left;
	width: 100%;
}
.slider_foto a {
	display: block;
	transition: 0.3s;
	filter: brightness(100%);
}
.slider_foto a:hover {
	filter: brightness(120%);
}
.slider_foto a img {
	display: block;
	width: 100%;
}
.owl-theme .owl-nav {
	margin: 0px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #EDE8DE;
	opacity: 0.5;
	width: 15px;
	height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FFF;
	opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #CCC;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #03A8AD;
}
.owl-theme .owl-nav [class*=owl-] i {
	font-size: 60px;
	line-height: 40px;
	font-weight: 400;
}
.owl-theme .owl-nav .owl-prev {
	left: -44px;
}
.owl-theme .owl-nav .owl-next {
	right: -44px;
}

/*************** 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-top: 15px;
	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: 35px;
}
.tabulka50 td:last-child {
	padding-left: 35px;
}

/*************** formular *****************/

.formular {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.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: #F8F8F8;
	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: #F8F8F8;
	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(--cerna);
	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: var(--modra);
	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;
}