

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 17px;
	line-height: 24px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	color: #333;
}


.balsamiq{
    font-family: 'Balsamiq Sans', cursive;
}


html {
	background-color: #ffffff;
}

head {
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #3f3f3f;
	opacity: 0;
	min-width: 250px;


	-webkit-animation-name: usvit;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;

	-moz-animation-name: usvit;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: forwards;

	-ms-animation-name: usvit;
	-ms-animation-duration: 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: forwards;

	-o-animation-name: usvit;
	-o-animation-duration: 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: forwards;

	animation-name: usvit;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
	display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
	border: 1px solid #a9a9a9;
	padding: 5px;
	margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
	
}

input[type=text]:focus,
input[type=password]:focus{
 	
}

*::-webkit-input-placeholder {
	color: silver;
}
*:-moz-placeholder {
	color: silver;
}
*::-moz-placeholder {
	color: silver;
}
*:-ms-input-placeholder {
	color: silver;
}

h1,h2,h3,h4{
	font-weight: bold;
	padding-bottom: 10px;
}
h1{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Balsamiq Sans', cursive;
}
h2{
    font-size: 22px;
    line-height: 30px;
}
h3{
    font-size: 18px;
    line-height: 24px;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 20px;
}

p{
	padding-bottom: 10px;
}
.text.editor p:after{
    content: " ";
    display: block;
    clear: both;
    font-size: 0px;
}
a, a *{
	cursor: pointer;
    text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

img{
    height: auto !important;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(img/icons8-doc-40.png) scroll no-repeat left center/24px auto;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}

hr{
    margin: 30px 0 40px 0;
    background-image: linear-gradient(to right, #FD7400, #FCC100);
    height: 3px;
}
ul, ol{
	list-style-position: inside;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #52B7FD;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
}

.katalog{
    padding: 0 10px;
}
.text.editor img{
    height: auto !important;
}

.vnitrek:after,
ul:after,
.panelObsah:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.panelObsah .text:after
{
	content: ' ';
	display: block;
	clear: both;
	font-size: 0px;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b, .strong{
	font-weight: bold;
}

script{
	display: none !important;
}

.stylCervene{
    color: #fd1b18 !important;
}


.formularFiltry,
.komponentaZobrazeni{
    display: none;
}

td{
    vertical-align: top;
}

.vnitrek{
	display: block;
	width: 1100px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
    /*outline: 1px solid black;*/
}
.vnitrek .vnitrek{
    width: 1200px;
}

main > *:first-child {
    margin: 0 auto 50px auto;
    padding: 0 0 50px 0;
    
}


.sloupcovaSazba{
    width: 100%;
}
.katalog:not(.slozka823):not(.slozka93) .sloupcovaSazba td:nth-child(1):nth-last-child(2),
.katalog:not(.slozka823):not(.slozka93) .sloupcovaSazba td:nth-child(2):nth-last-child(1){
    width: 50%;
}

/*****************************************************************************/



/* header */
header .logo{
    display: block;
    padding-top: 28%;
    background: url(img/header.png) scroll no-repeat center center/contain;
}
/* header */




/* content */
.content{
    position: relative;
}
.content .vnitrek > .vnitrek > *{
    margin-bottom: 50px;
}
@media only screen and (min-width:901px){
    .content .vnitrek > .vnitrek > *:not(.pronav){
        float: right;
        width: 64%;
    }
}
main iframe[src*='mapy.cz'],
main iframe[src*=maps]{
    border: 2px solid #228AE3;
    width: 100%;
    height: 600px;
    margin: 50px auto;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.48);
}
main .text.editor a{
    transition: background-color 0.2s;
}
main .text.editor a:hover{
    background-color: rgba(253, 122, 0, 0.15);
}
/* content */



.prepinacStranek .polozka{
    display: inline-block;
    min-width: 30px;
    text-align: center;
    background-image: linear-gradient(to right, #FD7400, #FCC100);
    text-decoration: none;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
    font-size: 11px;
}
.prepinacStranek .vybrana{
    font-weight: bold;
    background-image: linear-gradient(to right, #fe140f, #fd7601);
}


/* dlazdicealbum */
.dlazdicealbum{
    padding: 50px 0;
    background-image: linear-gradient(#FFD733, #FFF933);
}
.dlazdicealbum h2{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.dlazdicealbum .slozky{
    padding: 30px 0 30px 0;
    text-align: center;
}
.dlazdicealbum .slozky:after{
    content: ' ';
    display: block;
    clear: both;
}
.dlazdicealbum .slozky a{
    display: inline-block;
    width: 33.33%;
    max-width: 320px;
    padding: 10px;
    text-decoration: none;
    position: relative;
}
.dlazdicealbum .slozky .nahled{
    display: block;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    transition: box-shadow 0.2s;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.35);
}
.dlazdicealbum .slozka27 .nahled{border: 5px solid #FFD915;}
.dlazdicealbum .slozka28 .nahled{border: 5px solid #EC1719;}
.dlazdicealbum .slozka29 .nahled{border: 5px solid #26A9DF;}
.dlazdicealbum .slozka30 .nahled{border: 5px solid #8FC043;}
.dlazdicealbum .slozky a:hover .nahled{
    box-shadow: 0 0 0px 10px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s;
}
.dlazdicealbum .slozky h2{
    display: none;
}
@media only screen and (max-width:800px){
    .dlazdicealbum .slozky a{
        width: 300px;
        max-width: 100%;
        margin: auto;
    }
}
/* dlazdicealbum */






/* pomocnaNavigace */
.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
}
.pomocnaNavigace .drobeckova .polozka{
    text-decoration: none;
    padding: 10px 5px;
    transition: background-color 0.2s;
}
.pomocnaNavigace .drobeckova .polozka:hover{
    background-color: rgba(253, 122, 0, 0.15);
}
.pomocnaNavigace .podslozky ul{
    list-style-type: none;
    margin: 20px auto;
}
.homepage .pomocnaNavigace,
.pomocnaNavigace .podslozky img{
    display: none;
}
.pomocnaNavigace .podslozky .polozka{
    padding: 5px;
    text-decoration: none;
    background: rgba(0,0,0,0.05);
    margin-bottom: 1px;
    display: block;
}
.pomocnaNavigace .podslozky .polozka:hover{
    background: rgba(0,0,0,0.1);
}
.pomocnaNavigace .podslozky li:nth-child(n + 20){
    /*display: none;*/
}
/* pomocnaNavigace */







/* footer */
footer *:empty{
    display: none;
}
footer .spodni{
    padding: 20px 30px;
    background-color: #52B7FD;
    box-shadow: inset 0px 10px 10px -8px rgba(0, 0, 0, 0.15);
}
footer .spodni:after{
    content: ' ';
    display: block;
    clear: both;
}
footer .scrolltop{
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: url(img/scrolltop.png) scroll no-repeat center center/90% auto;
    transition: box-shadow 0.3s;
}
footer .blindfriendly{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(img/blindfriendly.png) scroll no-repeat center center/90% auto;
    transition: box-shadow 0.3s;
}
footer .jmpost{
    display: block;
    line-height: 50px;
    margin: auto;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: box-shadow 0.3s;
}
footer .scrolltop:hover,
footer .blindfriendly:hover,
footer .jmpost:hover{
    box-shadow: 0 0 0px 10px rgba(0,0,0,0.15);
}
/* footer */




/* print */
@media print{
    header,
    footer,
    nav,
    .pronav,
    .pronadpis,
    .slideshow
    .dlazdicealbum
    .partneri
    .pronadpis,
    .cookies,
    .pomocnaNavigace,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    iframe
	{
		display: none !important;
	}
	body,
	main,
	.vnitrek,
	.panelObsah,
	.katalog,
	.detail
	{
		opacity: 1 !important;
		width: auto !important;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    max-width: unset !important;
	}
	main{
        padding: 30px !important;
    }
}
/* !print */




/* nav */
.pronav{
    width: 32%;
    float: left;
}
.pronav #menu,
.pronav label[for=menu]{
    display: none;
}
nav{
    background: url(img/nav.png) scroll no-repeat center center;
    background-size: 100% 100%;
}
nav > ul{
    padding: 50px 50px 80px 50px;
}
nav ul{
    list-style-type: none;
}
nav li{
    display: block;
    text-align: center;
}
nav .polozka{
    display: block;
    padding: 13px 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0,0,0,0.75);
    font-family: 'Balsamiq Sans', cursive;
    font-size: 20px;
    line-height: 24px;
}
nav .polozka:hover{
    background-color: rgba(255,255,255,0.1);
}
nav .hloubka1 > li > .polozka:after{
    content: ' ';
    border-bottom: 2px solid #FFCB2D;
    display: block;
    width: 120px;
    bottom: 0px;
    left: 50%;
    position: absolute;
    margin-left: -60px;
}
nav .hloubka1 > li.vybrana:not(.bezPotomku) > .polozka:not([onclick*='s82CZ']):after,
nav .hloubka1 > li:first-child .hloubka2 > li:nth-last-child(n+10),
nav .hloubka3,
nav .polozka[onclick*='s82CZ'] + .hloubka2{
    display: none;
}
nav .hloubka2 .polozka{
    padding: 2px 0;
    color: #0e3e0e;
    text-shadow: none;
    font-family: 'Balsamiq Sans', cursive;
    font-size: inherit;
    line-height: inherit;
}
nav #uzivatelneprihlasen + ul li:nth-last-child(1),
nav #uzivatelneprihlasen + ul li:nth-last-child(2),
nav #uzivatelneprihlasen + ul li:nth-last-child(3),
nav #uzivatelneprihlasen + ul li:nth-last-child(4),
nav #uzivatelneprihlasen + ul li:nth-last-child(5){
    opacity: 0.65;
}
nav #uzivatelneprihlasen + .komponentaNavigace {
    opacity: 0.25;
}
@media only screen and (max-width:900px){
    .pronav{
        width: 420px;
        margin: auto;
        float: none;
    }
    body:not(.homepage) .pronav label[for=menu]{
        display: block;
        width: 185px;
        margin: 10px auto;
        background: #52B7FD url(img/menu.png) scroll no-repeat 10px center;
        font-size: 40px;
        color: white;
        line-height: 50px;
        padding: 0 10px 0 60px;
        cursor: pointer;
    }
    nav{
        background: url(img/nav.png) scroll no-repeat center center;
        background-size: 100% 100%;
    }
    body:not(.homepage) nav{
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.5s, opacity 0.5s;
    }
    nav > ul{
        padding: 50px 20px 80px 20px;
    }
    .pronav #menu:checked ~ nav{
        max-height: 1000px;
        opacity: 1;
    }
}
/* nav */



/* pronadpis */
.pronadpis{
    padding: 0 50px;
    background-image: linear-gradient(to right, #FD7400, #FCC100);
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}
.pronadpis a{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
}
.pronadpis a:hover{
    background-color: rgba(255,255,255,0.1);
}
.pronadpis:before{
    display: block;
    content: ' ';
    width: 50px;
    position: absolute;
    top: 0px;
    left: -25px;
    background: #fff;
    transform: skewX(10deg);
    bottom: 0px;
}
.pronadpis:after{
    display: block;
    content: ' ';
    width: 50px;
    position: absolute;
    top: 0px;
    right: -25px;
    background: #fff;
    transform: skewX(-10deg);
    bottom: 0px;
}
@media only screen and (max-width:900px){
    .pronadpis,
    .pronadpis *{
        text-align: center;
    }
    .pronadpis{
        padding: 10px 40px;
        margin: 20px auto;
    }
    .pronadpis a{
        padding: 5px 0;
    }
}
/* pronadpis */





/* 2019 slideshow */
.slideshow{
    padding-top: 40%;
	position: relative;
    margin: auto;
}
body:not(.homepage) .slideshow{
	display: none;
}
.slideshow .slozky {
    display: block;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 1s;
}
.slideshow .slozka div{
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .nahled{
	opacity: 1;
}
.slideshow .nazev{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px black, 0px 0px 30px black, 0px 0px 50px black, 0px 0px 30px black;
    font-size: 30px;
}
.slideshow .buttons{
	height: 100%;
	margin: 0px auto;
	opacity: 0;
	transition: opacity 0.5s;
}
.slideshow:hover .buttons{
	opacity: 1;
	transition: opacity 0.3s;
}
.slideshow .buttons #prevSlide,
.slideshow .buttons #nextSlide{
	position: absolute;
	font-size: 20px;
	line-height: 48px;
	color: rgba(255,255,255,0.75);
    top: 100px;
	top: calc(50% - 25px);
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.15);
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.75);
}
.slideshow .buttons #prevSlide {
	left: 50px;
	min-width: 0px;
}
.slideshow .buttons #nextSlide {
	right: 50px;
	min-width: 0px;
}
.slideshow .odkaz{
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 80%;
    width: calc(100% - 200px);
    left: 10%;
    left: calc(0% + 100px);
}
.slideshow .odkaz:hover{
    background-color: rgba(0,0,0,0) !important;
}
.slideshow .ramecek{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(img/slideshow.png) scroll no-repeat center center;
    background-size: 100% 100%;

}
@media only screen and (max-width:900px){
    .slideshow{
        
    }
}
/* 2019 slideshow */




/* komponentaFotogalerie */
.komponentaFotogalerie.album .polozka a .nazev {
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
}
/* komponentaFotogalerie */




/* partneri */
.partneri{
    padding: 30px 10px;
    text-align: center;
}
.partneri span{
    display: inline-block;
    margin: 10px;
    width: 200px;
    padding-top: 150px;
}
.partneri span:nth-child(1){
    background: url(img/partneri-praha5.png) scroll no-repeat center center/contain;
}
.partneri span:nth-child(2){
    background: url(img/partneri-ceskocte.png) scroll no-repeat center center/contain;
}
@media only screen and (max-width:900px){
    .partneri{
        padding: 0 10px;
        display: none;
    }
    .partneri span{
        display: inline-block;
        margin: 10px;
        width: 100px;
        padding-top: 80px;
    }
}
/* partneri */







.slozka9 .text table:nth-of-type(2){
    padding-bottom: 200px;
    background: url(img/budova.gif) scroll no-repeat center bottom/300px;
    margin-bottom: 40px;
}
.slozka9 .text table:nth-of-type(2) p{
    display: none;
}



/* aktuality */
.slozka82 .seznamStranek .slozka{
    display: block;
    margin: 20px auto;
    padding: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color 0.3s;
}
.slozka82 .seznamStranek .slozka:hover > h2,
.slozka82 .seznamStranek .slozka:hover > h3{
    padding-left: 20px;
}
.slozka82 .seznamStranek .slozka:after{
    content: ' ';
    display: block;
    background-image: linear-gradient(to right, #FD7400, #FCC100);
    height: 3px;
    margin: 30px 0;
}
.slozka82 .seznamStranek .slozka .nahled{
    width: 72px;
    height: 72px;
    background-image: url(img/novinky-default-img.jpg);
    background-size: cover;
    float: left;
    margin: 0 10px 2px 0;
}
.slozka82 .seznamStranek .slozka h2{
    margin: 0;
    padding: 0;
    text-transform: none;
    text-decoration: none !important;
    transition: padding-left 0.3s;
}
.slozka82 .seznamStranek .slozka h3{
    margin: 0;
    padding: 0;
    text-transform: none;
    text-decoration: none !important;
    line-height: inherit;
    /*opacity: 0.5;*/
    /*font-size: 12px;*/
    font-weight: bold;
    transition: padding-left 0.3s;
}
.slozka82 .seznamStranek .slozka .vlozeno{
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    padding: 5px 20px 0px 20px;
}
.slozka82 .seznamStranek .slozka .text{
    padding: 0px 20px 0px 20px;
    max-height: 72px;
    overflow: hidden;
    text-decoration: none !important;
}
.slozka82 .seznamStranek .slozka,
.slozka82 .seznamStranek .slozka *{
    text-decoration: none !important;
}
/* aktuality */

