

/* Globalni styly */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	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: 'Roboto', sans-serif;
	color: #3f3f3f;
	opacity: 0;
	min-width: 250px;
	background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 445px) scroll no-repeat center top,
        url(img/banner.jpg) scroll no-repeat center top;

	-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{

}

p em{
	font-style: italic;
}
*::-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{
    margin-bottom: 10px;
    border-bottom: 2px solid #3AAA35;
}
h1,
h1 *{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    font-weight: 900 !important;
	color: #3AAA35;
}
h2,
h2 *{
    font-size: 24px!important;
    line-height: 30px;
    font-weight: bold;
	color: #3AAA35;
}
h3,
h3 *{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
		color: #3AAA35;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 20px;
}

.text a{
	text-decoration: underline;
}
footer .text a{
	text-decoration: underline;
	color: #cd1719;
}
p,
p *{
	padding-bottom: 10px;
}
a,
a *{
	cursor: pointer;
	text-decoration: underline;
	
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}
.seznamStranek .slozka,
.seznamStranek .slozka *{
    text-decoration: none;
    color: black;
}


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;
}


ul, ol{
	list-style-position: inside;
	list-style-type: none;
}

.obsahovyPanel .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.obsahovyPanel .text.editor p,
.obsahovyPanel .text.editor p *{
	color: black;
}
.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: #3AAA35;
	color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
	border: none;
	text-align: center;
	min-width: 100px;
	font-weight: bold;
	cursor: pointer;
    filter: brightness(100%);
    border-radius: 15px;
	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;
}

.katalog{
    width: 100%;
}
.text.editor{
    /*min-width: 800px;*/
}


.text.editor img{
    height: auto !important;
}

.text.editor td{
    vertical-align: top;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}

.text.editor .priloha .text{
    display: none;
}

.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 orange;
    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;
}


.formularFiltry,
.komponentaZobrazeni{
    display: none;
}


.vnitrek{
	display: block;
	width: 1100px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
    position: relative;
}



/*############################################################################*/
/*############################################################################*/
/*############################################################################*/




/* kontaktyDlazdice */
.kontaktyDlazdice .komponentaSlozka{
    position: absolute;
    left: 1%;
    top: 110px;
    background-color: rgba(58, 170, 53, 0.75);
    border-radius: 15px;
    padding: 10px;
}
.kontaktyDlazdice .komponentaSlozka *{
    display: block;
    font-size: 1.2rem !important;
    color: white !important;
    padding-bottom: 0;
    margin: 5px auto;
    border-radius: 7px;
    text-decoration: none !important;
}
.kontaktyDlazdice .komponentaSlozka p:nth-child(1) a{
    padding: 5px 5px 5px 45px;
    background: url(img/telefon.png) scroll no-repeat left center/contain;
}
.kontaktyDlazdice .komponentaSlozka p:nth-child(2) a{
    padding: 5px 5px 5px 45px;
    background: url(img/obalka.png) scroll no-repeat left center/contain;
}
.kontaktyDlazdice .komponentaSlozka a:hover{
    background-color: rgba(58, 170, 53, 1) !important;
}
@media only screen and (max-width:900px){
	.kontaktyDlazdice .komponentaSlozka{
		display: none;
	}
}
/* kontaktyDlazdice */







/* header */
header{
    box-shadow: 0px 3px 23px 0px rgba(0,0,0,0.33);
    background-color: #3AAA35;
    min-height: 60px;
}
header .blindfriendly{
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    background: url(img/blindfriendly.png) scroll no-repeat center center/80% auto;
    transition: background-color 0.3s;
    position: relative;
    z-index: 1;
}
header .blindfriendly:hover{
    background-color: gold;
}
header #menu{
    display: none;
}
header label[for=menu]{
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    background: url(img/menu.png) scroll no-repeat center center/80% auto;
    transition: background-color 0.3s;
    font-size: 0px;
    visibility: hidden;
    cursor: pointer;
}
header .blindfriendly:hover{
    background-color: gold;
}
header nav{
    padding: 10px 0;
    text-align: center;
}
header nav .hloubka2{
	display: none;
}
header nav > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
header nav > ul > li{
    display: inline-block;
}
header nav > ul > li > .polozka{
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
	border-radius: 15px;
}
header nav > ul > li > .polozka:hover{
    background-color: rgba(255,255,255,0.1);
}
header nav > ul > li > .polozka.vybrana{
    background-color: gold;
}
header nav > ul > li > .hloubka2{
    display: none;
}
@media only screen and (max-width:900px){
    header label[for=menu]{
        visibility: visible;
    }
    header nav{
        clear: both;
        max-height: 0px;
        overflow: hidden;
        width: 300px;
        margin: auto;
        padding: 0 0;
        transition: padding 0.3s, max-height 0.3s;
    }
    header #menu:checked ~ nav{
        max-height: 500px;
        padding: 0 0 10px 0;
    }
    header nav > ul > li{
        display: block;
    }
}
/* header */




/* logo */
.logo{
    display: block;
    width: 300px;
    margin: 20px auto;
    padding-top: 250px;
    background: url(img/kyticka.png) scroll no-repeat center center/contain;
}
body:not(.homepage) .logo{
    padding-top: 150px;
}
/* logo */





/* aktuality */
.slozka17{
    margin: 20px auto;
}
.slozka17 > h2{
	padding: 20px 5px;
	text-transform: uppercase;
	color: black;
}
.slozka17 .slozka{
    display: block;
	float: left;
	width: calc((100% / 3) - 20px);
	margin: 10px;
	transition: background-color 0.1s;
	text-decoration: none;
	border-radius: 15px;
	overflow: hidden;
	transition: opacity 0.3s;
	text-decoration: none;
}
.slozka17 .slozka:hover{
	opacity: 0.75;
}
.slozka17 .pruh{
    text-align: center;
    color: white;
    width: 110px;
    height: 26px;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 15px 15px 0px 0px;
}
.slozka17 a:nth-child(4n+1) .pruh{	background: #935D93;}
.slozka17 a:nth-child(4n+2) .pruh{	background: #3AAA35;}
.slozka17 a:nth-child(4n+3) .pruh{	background: #CD1719;}
.slozka17 a:nth-child(4n+4) .pruh{	background: #334ed0;}

.slozka17 .slozka h2{
	display: none;
}
.slozka17 .slozka .text{
    line-height: 24px;
    text-decoration: none;
    height: 116px;
    border: 10px solid transparent;
	border-radius: 15px;
	overflow: hidden;
    color: #fff;
    font-weight: normal;
}
.slozka17 .slozka .text,
.slozka17 .slozka .text *{
    text-decoration: none !important;
}
.slozka17 a:nth-child(4n+1) .text{	border: 10px solid #935D93; background-color: #935D93; }
.slozka17 a:nth-child(4n+2) .text{	border: 10px solid #3AAA35; background-color: #3AAA35; }
.slozka17 a:nth-child(4n+3) .text{	border: 10px solid #CD1719; background-color: #CD1719; }
.slozka17 a:nth-child(4n+4) .text{	border: 10px solid #334ed0; background-color: #334ed0; }

@media only screen and (max-width:900px){
    .slozka17 .slozka{
    	float: none;
    	width: 400px;
    	margin: 10px auto;
    }

}
/* aktuality */





/* citaat */
.citat{
	font-family: 'Sacramento', cursive;
	font-size: 48px!important;
	line-height: 60px;
	text-align: center;
	margin: 10px auto;
}
/* citaat */






/* kyticky */
.kyticky{
    margin: 20px auto;
}
.kyticky .slozka{
    float: left;
    width: 25%;
    transition: background-color 0.2s;
    padding-top: 20%;
    display: block;
	transition: opacity 0.2s;
	border: 10px solid transparent;
}
.kyticky .slozka *{
    display: none;
}
.kyticky .slozka[href*='38']{background: url(img/kyticka-fialova.png) scroll no-repeat center center/contain;}
.kyticky .slozka[href*='39']{background: url(img/kyticka-cervena.png) scroll no-repeat center center/contain;}
.kyticky .slozka[href*='40']{background: url(img/kyticka-oranzova.png) scroll no-repeat center center/contain;}
.kyticky .slozka[href*='41']{background: url(img/kyticka-zlatu.png) scroll no-repeat center center/contain;}
.kyticky .slozka:hover{
	opacity: 75%;
}
@media only screen and (max-width:900px){
    .kyticky .slozka{
        width: 50%;
        padding-top: 35%;
    }
}
/* kyticky */






/* homepage */
.homepage .aboutHome h2{
	color: #3aaa35!important;
	font-size: 24px;
}
.homepage .obsahovyPanel{
    display: none;
}
/* homepage */






/* Kalendar */
.kalendarAkci{
	border: 1px solid #3AAA35;
	border-radius: 15px;
	background: #ffffff;
	margin: 50px auto 100px auto;
}
.kalendarAkci .obsah{
    min-height: 200px;
}
.kalendarAkci .obsah > .komponentaKalendarTlacitko:first-child{
    cursor: pointer;
    background: rgba(0, 76, 183, 0.25);
    display: inline-block;
    margin: 5px 0 0 5px;
    padding: 0 10px;
    color: #000000 !important;
    text-decoration: none !important;
}
.kalendarAkci .kalendarAkciNadpis a{
    display: block;
    line-height: 45px;
    color: white;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    background: rgba(58, 170, 53, 0.75);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.kalendarAkci .kalendarAkciObsah {
	padding: 10px;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar table thead td {
    padding: 0px;
    text-align: center;
    color: black;
    cursor: default;
    background: white;
    font-weight: bold;
    vertical-align: middle;
    width: auto;
}
.kalendarAkci .kalendarAkciObsah .kalendar .dnesN{
	background: rgba(58, 170, 53, 0.75);
    border-radius: 15px;
    color: white;
	height: 40px;
}
.kalendarAkci .kalendarAkciObsah .kalendar .nazevMesice{
	background: rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	color: white;
}
.kalendarAkci .kalendarAkciObsah .kalendar .dnesN,
.kalendarAkci .kalendarAkciObsah .kalendar .vlevo span,
.kalendarAkci .kalendarAkciObsah .kalendar .nazevMesice{
	height: 49px;
}
.kalendarAkci .kalendarAkciObsah .kalendar .vlevo span{
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 3px;
	display: inline-block;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar table thead td.vpravo {
	text-align: left;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar table thead td.vlevo {
	/*text-align: right;*/
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar td {
    padding: 10px 0;
    text-align: center;
    color: black;
    background: rgba(58, 170, 53, 0.1);
    cursor: default;
    border-radius: 8px;
    font-weight: bold;
	width: calc(100% / 7);
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar tbody tr td:last-child {
	background: rgba(205, 23, 25, 0.1);
    border-radius: 8px;
    /*color: #CD1719;*/
    color: black;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar tbody tr td:last-child.maAkci {
	color: white;
    font-weight: bold;
	text-decoration: none;
    cursor: pointer;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar tbody tr td:last-child.maAkci.dnes {
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #CD1719;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar tbody tr td:last-child.maAkci:hover {
	text-decoration: underline;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar tbody tr td:last-child.jinyMesic {
	background: rgba(205, 23, 25, 0.1);
	font-weight: normal;
	color: #8c8c8c;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .dnes.maAkci {
	color: #CD1719;
	text-shadow: 0 0 3px white;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar td.nazevMesice span {
	color: black;
    cursor: pointer;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .jinyMesic {
    color: #8c8c8c;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .maAkci {
    color: white;
    font-weight: bold;
	text-decoration: none;
    cursor: pointer;
    background-color: #d95153 !important;
}
.KaledarAkceDetailMesice .komponentaKalendarPolozka {
	padding-bottom: 25px;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .maAkci:hover {
    text-decoration: underline;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .dnes {
	border: 3px solid #12880d;
	background-color: white;
	color: #12880d;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarTlacitko {
    color: #ffffff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 0px 15px 0px 15px;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarTlacitko.zpet {
	color: #ffffff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    line-height: 30px;
    font-size: 24px;
    padding: 0px 15px 0px 15px;
    margin-bottom: 10px;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarTlacitko:hover {
    text-decoration: none;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarPolozka {
    margin-bottom: 10px;
    padding: 5px;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarPolozka h3 {
    font-weight: bold;
    text-align: left;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarPolozka p {
    margin-bottom: 0px;
    text-align: left;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarPolozka p a {
    display: block;
}
.kalendarAkci .kalendarAkciObsah .komponentaKalendar .komponentaKalendarPolozka .komponentaKalendarCas {
	font-size: 16px !important;
    font-weight: bold;
}
.kalendarAkci .komponentaSvatek{
	display: block;
  	text-align: right;
    padding: 8px 15px 8px 10px;
    font-style: italic;
}
.kalendarAkci .komponentaSvatek span{
	color: black;
	font-size: 14px;
}
.kalendarAkci .komponentaSvatek .hodnota {
	font-weight: bold;
}
@media only screen and (max-width:900px){
    .kalendarAkci .kalendarAkciObsah .kalendar .vlevo span {
        display: block;
        width: 100%;
    }
    .kalendarAkci .kalendarAkciObsah .kalendar .vlevo span:first-child {
        margin-bottom: 1px;
    }
}
/* Kalendar */







/* footer */
footer{
	margin: 50px auto 0 auto;
}
footer .vnitrek{
	width: 1400px;
}
footer .tabulka{
    width: 100%;
    display: table;
    margin-top: 20px;
}
footer .footerlogo{
    display: table-cell;
    width: 25%;
    background: url(img/footerKyticka.png) scroll no-repeat center top/contain;
}
footer .footerinfo{
    display: table-cell;
    width: 75%;
}
footer .footerinfo .slozka{
    width: calc(100% / 3);
    float: left;
    padding: 20px;
}
footer .footerinfo .slozka *{
    text-decoration: none;
    color: inherit;
    text-align: left;
    font-size: 15px!important;
    line-height: 18px;
    padding-bottom: 2px;
}
footer .footerinfo .slozka h1,
footer .footerinfo .slozka h2,
footer .footerinfo .slozka h3{
    display: none;
}
footer iframe{
    height: 500px;
	border-radius: 15px;
    width: 1400px;
}
footer .odkazy{
    background-color: #3AAA35;
    text-align: center;
    padding: 5px;
	color: white;
}
footer .odkazy *{
    color: white;
    font-size: 13px;
    text-decoration: none;
}
@media only screen and (max-width:900px){
    footer{
    	margin: 10px auto 0 auto;
    }
    footer .tabulka{
        display: block;
    }
    footer .footerlogo{
        display: block;
        width: auto;
        padding-top: 250px;
    }
    footer .footerinfo{
        display: block;
        width: auto;
    }
    footer .footerinfo .slozka{
        width: auto;
        float: none;
        padding: 0px;
        margin: 20px auto;
    }
    footer .footerinfo .slozka *{
        text-align: center;
    }
}
/* footer */



/* roleta */
header .roleta{
    position: absolute;
    background-color: #3AAA35;
    z-index: 1;
    padding: 10px;
    max-width: unset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 23px 0px;
}
header .roleta img{
	display: none;
}
header .roleta,
header .roleta *{
    max-width: none !important;
    max-width: unset !important;
}
header .roleta ul{
    list-style-type: none;
}
header .roleta .polozka{
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    width: 200px;
	border-radius: 15px;
	font-size: 13px;
	line-height: 18px;
	text-align: left!important;
}
header .roleta .polozka:hover{
    background-color: rgba(255,255,255,0.1);
}
@media only screen and (max-width:900px){
    header .roleta{
        display: none !important;
    }
}
/* roleta */




/*  obsahovyPanel */
.obsahovyPanel{
	padding: 10px 0;
	min-height: 35vw;
}
.obsahovyPanel a{
	text-decoration: underline;
}
.obsahovyPanel .sloupcovaSazba{
    width: 100%;
}
@media only screen and (max-width:900px){
    .obsahovyPanel .sloupcovaSazba,
    .obsahovyPanel .sloupcovaSazba thead,
    .obsahovyPanel .sloupcovaSazba tfoot,
    .obsahovyPanel .sloupcovaSazba tbody,
    .obsahovyPanel .sloupcovaSazba tr,
    .obsahovyPanel .sloupcovaSazba td{
        display: block;
        padding: 0;
    }
}
/*  obsahovyPanel */






.prepinacStranek {
    margin: 10px auto;
    clear: both;
}
.prepinacStranek a {
    display: inline-block;
    background-color: rgba(58, 170, 53, 0.65);
    min-width: 35px;
    border-radius: 5px;
    color: white;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 2px 2px 0;
    float: left;
}
.prepinacStranek .vybrana {
    background-color: rgba(58, 170, 53, 1);
}
.seznamStranek .slozky:after{
    content: ' ';
    clear: both;
    display: block;
}




/* pomocnaNavigace */
.pomocnaNavigace,
.pomocnaNavigace *{
    text-decoration: none;
    font-size: 13px;
    color: black;
}
.pomocnaNavigace a{
    text-decoration: underline;
}
.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
    padding: 5px;
    background: rgba(0,0,0,0.05);
    display: block;
}
.pomocnaNavigace .podslozky ul{
    list-style-type: none;
    margin: 0 auto 20px auto;
}
.pomocnaNavigace .podslozky img{
    display: none;
}
.pomocnaNavigace .podslozky li {
    display: inline-block;
    margin: 1px 1px;
}
.pomocnaNavigace .podslozky li .polozka{
    padding: 5px 10px;
    color: #3AAA35;
    text-decoration: none;
    font-size: 1rem;
}
.pomocnaNavigace a.polozka:hover{
    text-decoration: underline;
}
.pomocnaNavigace ul li .polozka{
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}
/* pomocnaNavigace */





/* print */
@media print{
    body > *:not(main),
    .cookies,
    .pomocnaNavigace,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    .bocniDlazdice,
    iframe
	{
		display: none !important;
	}
	body,
	main,
	.vnitrek,
	.obsahovyPanel,
	.katalog,
	.detail
	{
		opacity: 1 !important;
		width: auto !important;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    max-width: unset !important;
		height: auto !important;
		background: none  !important;
	}
	.text.editor{
		min-width: unset!important;
	}
}
/* !print */





/* cookie */
.komponentaCookieSouhlas {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.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*/





