

/* Globalni styly */

* {
	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%;
}

html {
	background-color: #ffffff;
}

head {
	display: none;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #3f3f3f;
	opacity: 0;
	min-width: 260px;


	-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, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *{
	font-weight: bold;
	padding-bottom: 10px;
	color: #00A0FF;
}
h1{
    margin: 0 auto 20px auto;
}
h1,
h1 *{
    font-size: 2rem;
    line-height: 2.5rem;
}
h2{
    margin: 20px auto 0 auto;
}
h2,
h2 *{
    font-size: 1.5rem;
    line-height: 2rem;
}
h3{
    margin: 20px auto 0px auto;
}
h3,
h3 *{
    font-size: inherit;
    line-height: inherit;
}

p{
	padding-bottom: 10px;
	font-size: 16px!important;
}
p strong{
	font-size: 16px!important;
}
p.stylPoznamka{
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}
a,
a *{
	cursor: pointer;
	text-decoration: underline;
	color: #00A0FF;
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}
.seznamStranek .slozka,
.seznamStranek .slozka *{

}


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;
}

.panelObsah {
    list-style-position: inside;
    padding-left: 20px;
}

.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: #00A0FF;
	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;
}


.text.editor img{
    height: auto !important;
}

.text.editor td{
    vertical-align: top;
    padding-left: 10px;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}


nav:after,
header:after,
.vnitrek:after,
.obsahovyPanel:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.obsahovyPanel .text:after,
.seznamStranek:after,
.seznamStranek .slozka: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;
}

h1 strong {
	font-size: 24px!important;
}

hr{
    border-bottom: 3px solid #00A0FF;
    margin: 10px auto 20px auto;
}

.text.editor .priloha .text,
script,
.formularFiltry,
.komponentaZobrazeni{
    display: none !important;
}


.vnitrek{
    position: relative;
    width: 1000px;
    padding: 0 10px;
    margin: auto;
}

header .vnitrek{
    width: 1220px;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/


/* header */
header {
    background: url(img/tabulePozadi.jpg);
    position: relative;
    background-size: cover;
    background-position: center 30%;
}
.homepage header{
    min-height: 600px;
}
@media only screen and (max-width:500px){
    header{
        background: none;
    }
}
/* header */






/* pomocny */
.pomocny{
    padding: 3px 0;
}
.pomocny:after{
    display: block;
    content: ' ';
    clear: both;
}
.pomocny .vypln{
    padding-top: 100px;
    background: white;
    width: calc((100% - 1200px) / 2);
    border: 3px solid transparent;
    background-clip: padding-box;
    float: left;
}
.pomocny .logo{
    display: block;
    width: 300px;
    padding-top: 100px;
    background: white url(img/logo.png) scroll no-repeat center center/90% auto;
    float: left;
    border: 3px solid transparent;
    background-clip: padding-box;
}
.pomocny .logo ~ a{
    display: block;
    width: calc(900px / 7);
    height: 106px;
    padding-top: 70px;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: auto 60%;
    float: left;
    border: 3px solid transparent;
    background-clip: padding-box;
    text-align: center;
    transition: all 0.2s;
}
.pomocny a.instagram{
    background-image: url(img/instagram.svg);
    color: #01a2e2;
}
.pomocny a[href*=zakovska]{
    background-image: url(img/bakalari.png);
    color: #01a2e2;
}
.pomocny a[href*=microsoft]{
    background-image: url(img/office365.png);
    color: #f33b01;
}
.pomocny a[href*='s159CZ']{
    background-image: url(img/kontakty.png);
    color: #71ca01;
}
.pomocny a[href*='s144CZ']{
    background-image: url(img/druzina.png);
    color: #017bc4;
}
.pomocny a[href*='s145CZ']{
    background-image: url(img/jidelna.png);
    color: #686868;
}
.pomocny a.blindfriendly{
    background-image: url(img/blindfriendly.png);
    color: #000;
}
.pomocny a:hover{
    color: white;
    background-color: #00A0FF;

}
@media only screen and (max-width:1250px){
    .pomocny .vypln{
        display: none;
    }
    .pomocny .logo ~ a{
        width: calc((100% - 300px) / 7);
    }
}
@media only screen and (max-width:1024px){
    .pomocny{
        padding: 0;
    }
    .pomocny .logo{
        width: auto;
            padding-top: 80px;
        float: none;
        background-size: contain;
        border: 10px solid white;
    }
    .pomocny .logo ~ a{
        width: calc(100% / 3);
    }
    .pomocny a[href*='zakovska'],
    .pomocny a[href*='microsoft'],
    .pomocny a[href*='s159CZ']{
        border-bottom: 0px;
    }
    .pomocny a.nic{
        display: none;
    }
}
/* pomocny */





/* nav */
nav .vypln{
    padding-top: 50px;
    background: #00A0FF;
    width: calc((100% - 1200px) / 2);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    background-clip: padding-box;
    float: left;
}
nav > ul{
    width: 1200px;
    float: left;
    display: flex;
    margin-bottom: 5px;
}
nav > ul > li {
    width: calc(100% / 9);
    margin: 0 3px;
}
nav > ul > li > .polozka{
    display: block;
    background-color: #00A0FF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: white;
    line-height: 50px;
    transition: all 0.2s;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
}
nav .hloubka2,
nav .hloubka3,
nav img{
    display: none;
}
nav > ul > li > .polozka[onclick*='s13CZ'] ~ .roleta,
nav > ul > li > .polozka[href*='s13CZ'] ~ .roleta{
    display: none !important;
}
nav .hloubka2 .polozka{
    color: #00A0FF;
    background: white;
    text-decoration: none;
}
@media only screen and (max-width:1250px){
    nav .vypln{
        display: none;
    }
    nav > ul{
        width: auto;
        float: none;
    }
}
@media only screen and (max-width:1024px){
    nav .roleta{
        display: none !important;
    }
    nav > ul{
        width: 400px;
        display: block;
        margin: auto;
    }
    nav > ul > li {
        width: auto;
        display: block;
        border-bottom: 1px solid white;
    }
    nav > ul > li > .polozka{
        line-height: inherit;
        height: auto;
        padding: 5px 10px;
    }
    nav .polozka.vybrana{
        text-decoration: underline !important;
    }
    nav .hloubka2{
        display: unset;
    }
    nav .hloubka2 .polozka{
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #00A0FF;
        color: #00A0FF;
        text-align: center;
        text-decoration: none;
    }
}
@media only screen and (max-width:500px){
    nav > ul{
        width: auto;
    }

}
/* nav */





/* roleta */
.roleta{
    position: absolute;
    z-index: 2;
    width: auto;
    max-width: unset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 23px 0px;
    padding: 5px 0px;
}
.roleta .polozka {
    background-color: #fff;
    display: block;
    color: black;
    text-transform: none;
    line-height: normal;
    padding: 10px;
    text-decoration: none;
}
.roleta .polozka:hover {
    color: #00A0FF;
    text-decoration: none;
}
.roleta .hloubka1 li:nth-child(n + 30){
    display: none;
}
/* roleta */





/* Kalendar */
main .prokalendar {
    float: right;
    width: 300px;
    padding: 5px;
    padding-bottom: 50px;
}
.motto{
    padding-top: 70px;
    background: url(img/motto.png) scroll no-repeat center center/contain;
}
.komponentaSvatek{
    display: block;
    text-align: right;
    padding: 8px 15px 8px 10px;
    font-style: italic;
}
.komponentaSvatek span{
    color: black;
    font-size: 14px;
}
.komponentaSvatek .hodnota {
    font-weight: bold;
}
.komponentaKalendar .obsah{
    min-height: 200px;
}
.komponentaKalendar .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;
}
.komponentaKalendar .kalendarAkciNadpis {
    display: none;
}
.komponentaKalendar .kalendarAkciNadpis a{
    display: block;
    line-height: 45px;
    color: white;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
    text-align: center;
    background: #00A0FF;
}
.komponentaKalendar table thead td {
    padding: 0px;
    text-align: center;
    color: white;
    cursor: default;
    background: #686868;
    font-weight: bold;
    vertical-align: middle;
}
.komponentaKalendar table thead tr:first-child td{
    background-color: #00A0FF;
    color: white;
}
.komponentaKalendar table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.komponentaKalendar td {
    padding: 8px;
    text-align: center;
    color: black;
    background: rgba(0, 0, 0, 0.05);
    cursor: default;
    font-weight: bold;
}
.komponentaKalendar tbody tr td:last-child {
    background: rgba(205, 23, 25, 0.1);
    /*color: #CD1719;*/
    color: black;
}
.komponentaKalendar tbody td {
    border: 2px solid white;
}
.komponentaKalendar tbody tr td:last-child.maAkci {
    color: #cf0704;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.komponentaKalendar tbody tr td:last-child.maAkci.dnes {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #CD1719;
}
.komponentaKalendar tbody tr td:last-child.maAkci:hover {
    text-decoration: underline;
}
.komponentaKalendar tbody tr td:last-child.jinyMesic {
    background: rgba(205, 23, 25, 0.1);
    font-weight: normal;
    color: #8c8c8c;
}
.komponentaKalendar .dnes.maAkci {
    color: white;
}
.komponentaKalendar td.nazevMesice span {
    color: black;
    cursor: pointer;
}
.komponentaKalendar .jinyMesic {
    color: rgba(0, 0, 0, 0.25);
}
.komponentaKalendar .maAkci {
    color: white;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #FF1F00 !important;
}
.KaledarAkceDetailMesice .komponentaKalendarPolozka {
    padding-bottom: 25px;
}
.komponentaKalendar .maAkci:hover {
    text-decoration: underline;
}
.komponentaKalendar .dnes {
    border: 3px solid #00A0FF;
    background-color: white;
}
.komponentaKalendar .komponentaKalendarTlacitko {
    color: #ffffff;
    cursor: pointer;
    border-radius: 15px;
    line-height: 35px;
    font-size: 24px;
    padding: 5px 15px 5px 15px;
}
.komponentaKalendar .komponentaKalendarTlacitko.zpet {
    color: #ffffff;
    cursor: pointer;
    background: white;
    border-radius: 15px;
    line-height: 30px;
    font-size: 24px;
    padding: 0px 15px 0px 15px;
    margin-bottom: 10px;
}
.komponentaKalendar .komponentaKalendarTlacitko:hover {
    text-decoration: none;
}
.komponentaKalendar .komponentaKalendarPolozka {
    margin-bottom: 10px;
    padding: 5px;
}
.komponentaKalendar .komponentaKalendarPolozka h3 {
    font-weight: bold;
    text-align: left;
}
.komponentaKalendar .komponentaKalendarPolozka p {
    margin-bottom: 0px;
    text-align: left;
}
.komponentaKalendar .komponentaKalendarPolozka p a {
    display: block;
}
.komponentaKalendar .komponentaKalendarPolozka .komponentaKalendarCas {
    font-size: 16px !important;
    font-weight: bold;
}
@media only screen and (max-width:1024px){
    main .prokalendar {
        float: none;
        width: 300px;
        margin: auto;
    }
}
/* Kalendar */








/*  obsahovyPanel */
main {
    width: 1200px;
    margin: 40px auto 60px auto;
    min-height: 40vw;
}
main .podslozky img{
    display: none;
}
.homepage main .katalog{
    float: left;
    width: calc(100% - 320px);
}
main iframe {
	width: 100%;
    height: 900px;
}
main .sloupcovaSazba {
    width: 100%;
    border-collapse: collapse;
}
main .sloupcovaSazba tr:nth-child(n) td{
    background-color: rgb(0 160 255 / 5%);
    padding: 10px 10px 0 10px;
}
main .sloupcovaSazba tr:nth-child(2n) td{
    background-color: rgb(0 160 255 / 10%);
    padding: 10px 10px 0 10px;
}
.homepage .katalog p{
    text-align: justify;
}
.homepage .katalog .priloha,
.homepage .katalog img {
    width: 100% !important;
}
main a {
	color: #00A0FF !important;
}
.katalog ul {
    list-style-position: inside;
    list-style-type: square;
}
main .prepinacStranek a{
    display: inline-block;
    min-width: 24px;
    text-decoration: none;
    text-align: center;
}
main .prepinacStranek a.vybrana{
    background-color: rgb(0 160 255 / 20%);
}
@media only screen and (max-width:1024px){
    main {
        min-height: 500px;
    }
    .homepage main .katalog{
        float: none;
        width: auto;
    }
    main .sloupcovaSazba,
    main .sloupcovaSazba thead,
    main .sloupcovaSazba tbody,
    main .sloupcovaSazba tfoot,
    main .sloupcovaSazba tr,
    main .sloupcovaSazba td{
        display: block;
        width: 100%;
    }
    main .sloupcovaSazba td{
        padding: 0 !important;
    }
    main .sloupcovaSazba tr:nth-child(n) td,
    main .sloupcovaSazba tr:nth-child(2n) td  {
        padding: 0 10px !important;
    }
    main .sloupcovaSazba td,
    main .sloupcovaSazba td *{
        text-align: left  !important;
    }
}
/*  obsahovyPanel */






/* partneri */
body:not(.homepage) .partneri{
    display: none;
}
.partneri {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%), inset 0px 50px 50px rgb(0 0 0 / 5%);
    text-align: center;
}
.partneri h2{
    background: #00A0FF;
    height: 45px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 45px;
    width: 100%;
    border-bottom: 1px solid white;
}
.partneri .slozka{
    display: inline-block;
}
.partneri .slozka *{
    width: 100px;
    height: 100px;
    margin: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    transition: all 0.2s;
}
.partneri .slozka *:hover{
    transform: scale(1.03);
}
/* partneri */






/* footer */
footer{
    background: #00A0FF;
}
footer iframe {
    height: 500px !important;
    width: 100% !important;
}
footer .odkazy{
    background: #000000;
    text-align: center;
    margin-top: -8px;
}
footer .odkazy a{
    display: inline-block;
    padding: 0 10px;
}
footer .odkazy .jmpost{
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 13px;
    text-decoration: none;
}
footer .logo{
    display: block;
    width: 300px;
    padding-top: 100px;
    background: url(img/patickaLogo.png) scroll no-repeat center center/90% auto;
    margin: auto;
    border: 10px solid transparent;
    background-clip: padding-box;
}
footer table{
    width: 100%;
}
footer .komponentaSlozka *{
    text-align: center;
    color: #fff;
}
@media only screen and (max-width:1024px){
    footer table,
    footer table thead,
    footer table tbody,
    footer table tfoot,
    footer table tr,
    footer table td{
        display: block;
    }
    
}
/* footer */






/* print */
@media print{
    header,
    footer,
    .partneri,
    .cookies,
    .prokalendar,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    iframe
	{
		display: none;
	}
	body,
	main,
	.vnitrek,
	.content,
	.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;
	}
	.text.editor{
		min-width: unset!important;
	}
}
/* !print */




/* aktuality */
.aktuality .slozka{
    display: block;
    margin: 20px auto;
}
.aktuality .slozka .nadpis{
    background-color: #00A0FF;
    color: white;
    padding: 3px 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.aktuality .slozka .nadpis.zvyrazneni{
    background-color: #f33b01;
}
.aktuality .slozka .nadpis span:last-child{
    float: right;
}
.aktuality .slozka .nahled{
    display: none;
    float: left;
    width: 100px;
    height: 100px;
    background-color: rgb(0 160 255 / 20%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 10px 0 5px;
}
.aktuality .slozka img.vlevo{
    margin: 0 10px 10px 0;
}
header .aktuality{
    float: right;
    width: 600px;
    margin: 50px 100px 50px auto;
    position: relative;
}
header .aktuality .prepinacStranek{
    display: none;
}
header .aktuality .slozka{
    background-color: rgb(255 255 255 / 90%);
    text-decoration: none;
}
.aktuality .slozka .nadpis *{
    color: white;
}
header .aktuality .slozka *{
    text-decoration: none;
}
header .aktuality .slozka .text{
    padding: 0 10px 10px 10px;
    color: black;
}
@media only screen and (max-width:1024px){
    header .aktuality{
        display: none;
    }
}
/* aktuality */



/* fotoalbum */
.fotoalbum{
    display: block;
    position: absolute;
    width: 160px;
    background: rgb(255 255 255 / 85%) url(img/photos.svg) scroll no-repeat center 10px/80% auto;
    left: 10px;
    margin: 70px 0 0 0;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    padding: 120px 10px 10px 10px;
    text-decoration: none;
}
@media only screen and (max-width:1024px){
    .fotoalbum{
        display: none;
    }
}
/* fotoalbum */



/* virtualniprohlidka */
.virtualniprohlidka{
    display: block;
    position: absolute;
    width: 160px;
    background: rgb(255 255 255 / 85%) url(img/virtualniprohlidka.svg) scroll no-repeat 7px -7px/auto 89%;
    left: 177px;
    margin: 70px 0 0 0;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    padding: 120px 10px 10px 10px;
    text-decoration: none;
    color: #0e0708;
}
@media only screen and (max-width:1061px){
    .virtualniprohlidka{
        left: 10px;
        top: 163px;
    }
}

@media only screen and (max-width:1024px){
    .virtualniprohlidka{
        display: none;
    }
}
/* virtualniprohlidka */



nav .i315,
nav .i499{
    display: none;
}
@media only screen and (max-width:1024px){
    nav .i315,
    nav .i499{
        display: block;
    }
}
.slozka315 .podslozky{
    display: none;
}


.kalendar22 .akce a{
    color: white !important;
}