

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: 'Open Sans', sans-serif;
	font-style: inherit;
	font-size: 17px;
	line-height: 27px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	color: #000;
}

html {
	background-color: #ffffff;
}

head {
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #3f3f3f;
	opacity: 0;
	min-width: 290px;


	-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,
h1 *{
    font-size: 24px!important;
	font-weight: 900!important;
    line-height: 34px;
    font-weight: bold;
    color: #183883;
}
h2,
h2 *{
    font-size: 24px!important;
    line-height: 34px;
    font-weight: bold;
    color: #183883;
}
h3,
h3 *{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #183883;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    /*padding-top: 20px;*/
}

p{
	padding-bottom: 10px;
	font-size: 18px!important;
}
p strong{
	font-size: 18px!important;
}
p.stylPoznamka{
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}
a,
a *{
	cursor: pointer;
	text-decoration: underline;
	color: rgb(57, 98, 186);
	color: rgb(57, 98, 186);
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}
.seznamStranek .slozka,
.seznamStranek .slozka *{
    text-decoration: none;
    color: black;
}


main{
    min-height: 35vw;
}
main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
}

main a[href*='.png'],
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-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;
}


ul, ol{
	list-style-position: inside;
	list-style-type: none;
}

.obsahovyPanel .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.obsahovyPanel .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.obsahovyPanel .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: rgb(57, 98, 186);
	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;
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
}
.stylBunkaVpravo{
	text-align: right;
}


.vnitrek:after,
.obsahovyPanel:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.obsahovyPanel .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{
	font-weight: bold;
}

hr{
    border-bottom: 3px solid rgba(24, 56, 131, 0.35);
    margin: 10px auto 20px auto;
}

script{
	display: none !important;
}

.stylCervene,
.stylCervene *{
    color: #f84644 !important;
}
.stylModre,
.stylModre *{
    color: rgb(57, 98, 186) !important;
}
.stylZelene,
.stylZelene *{
    color: green !important;
}
em, em *{
    font-style: italic;
}


.formularFiltry,
.komponentaZobrazeni{
    display: none;
}

.homepage .vnitrek{
	width: 1100px;
}
.vnitrek{
	display: block;
	/*width: 1100px;*/
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
    position: relative;
}

*:focus{
    outline: 1px dotted black;
    box-shadow: 0 0 0px 1px white;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/




/* 2019 slideshow */
.slideshow{
    padding-top: 630px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
    margin: auto;
    z-index: -1;
    background-color: rgba(24, 56, 131, 0.15);
}
body:not(.homepage) .slideshow{
	padding-top: 270px;
}
.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: top center;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .nahled{
	opacity: 1;
}
.slideshow .nazev{
    display: none;
}
.slideshow .buttons{
    display: none;
}
@media only screen and (max-width:1000px){
    body:not(.homepage) .slideshow{
    	padding-top: 490px;
    }
}
@media only screen and (max-width:850px){
    body:not(.homepage) .slideshow{
    	padding-top: 550px;
    }
}
/* 2019 slideshow */




/* pomocny */
.pomocny{
    background-color: #183883;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.35);
    text-align: right;
    outline: 1px solid #183883;
}
.pomocny .vnitrek{
    font-size: 0px;
    line-height: 0px;
    padding: 0 30px;
    width: auto;
}
.pomocny a{
    line-height: 70px;
    height: 70px;
    padding: 0 10px 0 60px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 2;
}
.pomocny .blindfriendly{
    float: left;
    background: url(img/blindfriendly.png) scroll no-repeat center center/80% auto;
}
.pomocny .rajce{
    background: url(img/rajce.png) scroll no-repeat 10px center;
    padding-left: 50px;
}
.pomocny .facebook{
    background: url(img/facebook.png) scroll no-repeat 10px center;
    padding-left: 50px;
}
.pomocny a:hover{
    background-color: rgba(255,255,255,0.1);
}
@media only screen and (max-width:850px){
    .pomocny .blindfriendly{
        display: none;
    }
    .pomocny{
        text-align: center;
    }
    .pomocny .vnitrek{
        padding: 0;
    }
}
/* pomocny */





/* header */
header{
    min-height: 200px;
    padding-bottom: 40px;
}
.homepage header {
    min-height: 560px;
}
.homepage header .promenu{
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.35);
    background: rgba(24, 56, 131, 0.5);
}
header .vnitrek{
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}
header .logo{
    display: inline-block;
    width: 240px;
    height: 140px;
    background: url(img/arkadie.png) scroll no-repeat center center/contain;
    transform: scale(1.5);
    z-index: 0;
    position: relative;
    transition: transform 0.3s;
}
header .logo:hover{
    transform: scale(1.6);
}
.hlavickaMotto {
    display: none;
}
.homepage .hlavickaMotto {
    display: block;
    position: absolute;
    left: 32px;
    top: 540px;
    font-size: 28px;
    line-height: 110%;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0,0,0,0.66);
    font-style: italic;
}
@media only screen and (max-width:1000px){
    .homepage .hlavickaMotto {
        position: static;
        left: auto;
        font-size: 18px;
        padding-top: 22px;
        text-align: center;
    }
}
header .seznamStranek{
    display: inline-block;
    width: 720px;
    position: relative;
    z-index: 1;
}
header .seznamStranek .slozky{
    display: table;
    width: 100%;
}
header .seznamStranek .slozka{
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 90px 5px 10px 5px;
    width: 20%;
    line-height: 20px;
    transition: background-color 0.3s;
}
header .seznamStranek .slozka:nth-child(1){
    background: #E43D3D url(img/menu-aktuality.png) scroll no-repeat center 10px;
}
header .seznamStranek .slozka:nth-child(2){
    background: #FC8416 url(img/menu-skola.png) scroll no-repeat center 10px;
}
header .seznamStranek .slozka:nth-child(3){
    background: #FFC700 url(img/menu-klub.png) scroll no-repeat center 10px;
}
header .seznamStranek .slozka:nth-child(4){
    background: #5AB300 url(img/menu-dokumenty.png) scroll no-repeat center 10px;
}
header .seznamStranek .slozka:nth-child(5){
    background: #0058BF url(img/menu-kontakty.png) scroll no-repeat center 10px;
}
header .seznamStranek .slozka:nth-child(1):hover{background-color: rgb(228 61 61 / 85%);}
header .seznamStranek .slozka:nth-child(2):hover{background-color: rgb(252 132 22 / 85%);}
header .seznamStranek .slozka:nth-child(3):hover{background-color: rgb(255 199 0 / 85%);}
header .seznamStranek .slozka:nth-child(4):hover{background-color: rgb(90 179 0 / 85%);}
header .seznamStranek .slozka:nth-child(5):hover{background-color: rgb(0 88 191 / 85%);}
@media only screen and (max-width:1000px){
    header .seznamStranek{
        display: block;
        margin: auto;
    }
    header .promenu{
        box-shadow: none !important;
        background: none !important;
    }
    header .logo{
        margin: 50px auto;
    }
}
@media only screen and (max-width:850px){
    header .logo,
    header .logo:hover{
        transform: scale(1);
    }
    header .seznamStranek .slozky {
        display: block;
        width: 300px;
        margin: auto;
    }
    header .seznamStranek .slozka {
        display: block;
        text-align: center;
        padding: 10px 5px 10px 10px;
        width: auto;
        background-position: 10px center !important;
        background-size: auto 50% !important;
    }
}
/* header */



/* AkceAktualityOznameni */
.AkceAktualityOznameni{
    position: absolute;
    left: 0px;
    right: 20px;
    top: 245px;
    display: none;
}
.AkceAktualityOznameni .vnitrek{
    width: auto;
}
.AkceAktualityOznameni .komponentaSlozkyStrankovani {
    margin-bottom: 10px;
    width: 480px;
    margin: 0 0 10px auto;
}
.AkceAktualityOznameni .slozka{
    height: 107px;
    overflow: hidden;
    display: block;
    border-bottom: 10px solid white;
    background-color: white;
}
.AkceAktualityOznameni * {
    text-decoration: none;
    color: black;
}
.AkceAktualityOznameni .nazev{
    font-size: 18px !important;
    font-weight: 800;
}
.AkceAktualityOznameni .p213 {
    background-color: #183883;
    height: 38px;
}
.AkceAktualityOznameni .p34 {
    background-color: #5AB300;
    height: 38px;
}
.AkceAktualityOznameni .p35 {
    background-color: #D40B00;
    height: 38px;
}
.AkceAktualityOznameni .pruh {
    width: 70%;
    float: left;
    height: 38px;
    padding: 8px;
    padding-left: 15px;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.AkceAktualityOznameni .cas {
    width: 30%;
    float: right;
    height: 38px;
    text-align: right;
    padding: 8px;
    padding-right: 15px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.AkceAktualityOznameni .nazev {
    background-color: #fff;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 800;
}
.AkceAktualityOznameni .text {
    background-color: #fff;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: inherit !important;
    line-height: inherit !important;
}
@media only screen and (min-width:1001px){
    .homepage .AkceAktualityOznameni{
        display: block;
    }
}
/* AkceAktualityOznameni */




/* .katalog */
.katalog{
    display: table;
    width: 100%;
    min-height: 40vw;
    margin: 20px auto;
}
.katalog nav{
    display: table-cell;
    width: 360px;
    vertical-align: top;
    border-right: 20px solid rgba(24, 56, 131, 0.35);
    /*position: relative;*/
    /*top: -20px;*/
    /*background-color: rgba(24, 56, 131, 0.05);*/
}
.katalog nav .polozka{
    /*background: rgb(243 245 249);*/
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #183883;
    min-height: 35px;
    padding: 5px 10px;
    border-bottom: 3px solid rgba(24, 56, 131, 0.35);
}
.katalog nav .polozka.vybrana{
    font-weight: bold;
}
.katalog nav .polozka:hover{
    background-color: rgb(216 225 242);
}
.katalog .obsahovyPanel{
    display: table-cell;
    vertical-align: top;
    padding: 0 0 20px 0;
}
.katalog nav + .obsahovyPanel{
    padding: 0 0 20px 20px;
}
.katalog .obsahovyPanel .text.editor img{
    height: auto !important;
}
.katalog .obsahovyPanel .text.editor td{
    vertical-align: top;
}
.katalog .obsahovyPanel .text.editor .sloupcovaSazba{
    width: 100%;
    max-width: 1200px;
}
.katalog .obsahovyPanel .text.editor .sloupcovaSazba td:not(:last-child){
    padding-right: 10px;
}
.katalog .obsahovyPanel .text.editor .priloha .text{
    display: none;
}
@media only screen and (max-width:850px){
    .katalog{
        display: block;
        width: auto;
        min-height: 400px;
    }
    .katalog nav{
        display: block;
        border-right: 0px;
        position: static;
        margin: 10px auto;
    }
    .katalog .obsahovyPanel{
        display: block;
        padding: 20px 0 20px 0;
    }
    .katalog .obsahovyPanel .sloupcovaSazba,
    .katalog .obsahovyPanel .sloupcovaSazba thead,
    .katalog .obsahovyPanel .sloupcovaSazba tbody,
    .katalog .obsahovyPanel .sloupcovaSazba tfoot,
    .katalog .obsahovyPanel .sloupcovaSazba tr,
    .katalog .obsahovyPanel .sloupcovaSazba td{
        display: block;
        padding: 0px !important;
    }
    .katalog nav + .obsahovyPanel{
        padding: 0 0 20px 0;
    }
}
/* .katalog */




/* .drobeckova */
.drobeckova{
    background: rgb(243 245 249);
    padding: 5px 10px;
    margin: 0 auto 10px auto;
}
/* .drobeckova */



/* podslozky */
.podslozky li{
    display: inline-block;
    float: left;
    margin: 0 0.33% 10px 0;
    min-width: 33%;
}
.podslozky li:nth-child(n+3){
    margin: 0 0 10px 0;
    min-width: 33.33%;
}
.podslozky .polozka{
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: rgba(24, 56, 131, 0.85);
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}
.podslozky .vybrana{
    text-decoration: underline;
}
.podslozky:after{
    display: block;
    clear: both;
    content: ' ';
}
/* podslozky */




/* spolupracujeme carousel */
.spolupracujeme .nadpis{
    color: white;
    background-color: #183883;
    text-align: center;
    padding: 10px;
}
.carousel{
    margin: 20px auto !important;
    opacity: 0;
    background: white;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}
.carousel .slozka{
    display: inline-block;
    border: 20px solid white;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0px;
    text-align: center;
    transition: margin-left 1s;
}
.carousel .slozka .nahled{
    transition: box-shadow 0.5s;
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel .slozka:hover .nahled{
    box-shadow: inset 0 0 2px 2px #183883;
}
.carousel .slozka img{
    display: none;
}
/* spolupracujeme carousel */




/* stranka prihlaseni a pod. */
main > .vnitrek > div:not(.katalog){
    padding: 20px 0;
    width: 850px;
    margin: auto;
    min-height: 35vw;
}
/* stranka prihlaseni a pod. */



/* zapati */
.zapati{
    display: table;
    min-height: 300px;
    width: 100%;
    background: silver;
}
.zapati > *{
    display: table-cell;
    width: 25%;
    border: 5px solid #fff;
    min-height: 300px;
}
.zapati .info{
    width: 40%;
    background-color: #183883;
    padding: 20px;
}
.zapati .info *{
	color: #fff;
	vertical-align: top;
	height: auto !important;
    line-height: 22px;
}
.zapati td{
	padding-left: 10px;
}
.zapati .mapa1{
    width: 30%;
    background: url(img/mapa-u-novych-lazni.jpg) scroll no-repeat center center;
}
.zapati .mapa2{
    width: 33.33%;
    background: url(img/mapa-purkynova.jpg) scroll no-repeat center center;
}
.zapati .mapa1:before,
.zapati .mapa2:before{
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
    margin: 10px;
    position: absolute;
}
.zapati .mapa1:before{
    content: 'U Nových lázní';
}
.zapati .mapa2:before{
    content: 'Purkyňova';
}
@media only screen and (max-width:1200px){
    .zapati,
    .zapati > *{
        display: block;
        width: auto !important;
    }
    .zapati > *{
        border: 0px;
    }
    .zapati .info{
        padding: 20px;
    }
    .zapati .mapa1{
        border-bottom: 10px solid #183883;
    }
    .zapati table,
    .zapati tbody,
    .zapati tr,
    .zapati td{
        display: block;
        padding: 0;
    }
    .zapati .priloha{
        float: none;
    }
    .zapati img{
        margin: 0 auto 20px auto;
        display: block;
    }
}
/* zapati */




/* aktuality */
.aktuality{
    margin: 40px auto 40px auto;
}
.aktuality + .obsahovyPanel{
    display: none;
}
.aktuality h1{
    padding-left: 5px;
}
.aktuality .slozky:after{
    content: ' ';
    display: block;
    clear: both;
}
.aktuality .slozka{
    display: block;
    width: 30%;
    width: calc((100% / 3) - 10px);
    float: left;
    margin: 0 5px 10px 5px;
    height: 160px;
    overflow: hidden;
    transition: background-color 0.3s;
}
.aktuality .slozka:hover{
    background-color: rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.05);
}
.aktuality .klicPredka{
    background-color: silver;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
}
.aktuality .klicPredka213{background-color: #183883;}
.aktuality .klicPredka34{background-color: #5AB300;}
.aktuality .klicPredka35{background-color: #D40B00;}
.aktuality .nazevAktuality{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
	padding-left: 15px;
	text-transform: uppercase;
	color: #fff;
}
.aktuality .dttm{
    position: absolute;
    right: 15px;
    top: 6px;
    color: #fff;
}
.aktuality .nazev {
    padding: 5px 10px;
    font-size: inherit !important;
    line-height: inherit !important;
}
.aktuality .text{
    padding: 0 10px;
    font-size: inherit !important;
    line-height: inherit !important;
}
.aktuality .vice{
    text-align: right;
}
.aktuality .vice a{
    display: inline-block;
    padding: 5px 20px;
    color: black;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.07);
    transition: all 0.3s;
    margin-right: 5px;
}
.aktuality .vice a:hover{
    background-color: rgba(0,0,0,0.05);
    box-shadow: none;
}
.aktuality .drobeckova + .seznamStranek{
    
}
@media only screen and (max-width:850px){
    .aktuality {
        margin: 20px auto;
    }
    .aktuality h1 {
        padding-left: 0;
    }
    .aktuality .slozka {
        width: auto;
        float: none;
        margin: 10px 0;
        height: auto;
        max-height: 160px;
    }
    .aktuality .nazev {
        padding: 5px 0;
    }
    .aktuality .text {
        padding: 0 ;
    }
}
/* aktuality */




/* footer */
footer{
    background-color: #183883;
    text-align: center;
}
footer *{
    color: white;
    font-size: 12px;
    text-decoration: none;
    line-height: 40px;
}
/* footer */





/* print */
@media print{
    header,
    .pomocny,
    .slideshow,
    .AkceAktualityOznameni,
    .spolupracujeme,
    .zapati,
    footer,
    nav,
    .cookies,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    iframe	{
		display: none !important;
	}
	body,
	main,
	.vnitrek,
	.content,
	.obsahovyPanel,
	.katalog,
	.detail
	{
    display: block !important;
		opacity: 1 !important;
		width: auto !important;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    max-width: unset !important;
		height: auto !important;
	}
	.text.editor{
		min-width: unset!important;
	}
}
/* !print */



.slozka70 td{
    text-align: center;
    padding: 30px;
}


/* cookie */
.komponentaCookieSouhlas {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.komponentaCookieSouhlas *{
	font-size: 13px;
	color: #ffffff !important;
	line-height: 17px;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}
.komponentaCookieSouhlas .tlacitkoSouhlasim{
	border: 1px solid #ffffff;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor: pointer;
	margin: 5px 15px;
}
.komponentaCookieSouhlas .tlacitkoSouhlasim:hover{
	box-shadow: 0 0 3px 1px rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.15);
}
/* !cookie*/



/* zamestnanci */
.slozka13 .sloupcovaSazba .priloha{
    width: 100% !important;
}
.slozka3 .sloupcovaSazba,
.slozka99 .sloupcovaSazba{
    border-collapse:collapse;
}
.slozka3 .sloupcovaSazba td,
.slozka99 .sloupcovaSazba td{
    padding: 20px;
}
.slozka3 .sloupcovaSazba .priloha,
.slozka99 .sloupcovaSazba .priloha{
    width: 100% !important;
}
.katalog.slozka3 .obsahovyPanel .text.editor img,
.katalog.slozka99 .obsahovyPanel .text.editor img{
    display: block;
    margin: auto;
    width: 170px !important;;
    height: 225px !important;
    border: 2px solid rgba(24, 56, 131, 0.35);
    object-fit: cover;
}
.slozka3 .sloupcovaSazba p:first-child:not(:last-child),
.slozka99 .sloupcovaSazba p:first-child:not(:last-child){
    color: #183883;
    font-weight: bold;
}
.slozka3 .sloupcovaSazba .priloha .text,
.slozka99 .sloupcovaSazba .priloha .text{
    display: block !important;
    text-align: center;
}
.slozka3 .sloupcovaSazba .priloha img + .text,
.slozka99 .sloupcovaSazba .priloha img + .text{
    padding-top: 10px;
}
/* zamestnanci */


