

/* 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;
}


html {
	background-color: #ffffff;
}

head {
	display: none;
}

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


	-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: rgba(204, 102, 0, 0.5);
}
*:-moz-placeholder {
	color: rgba(204, 102, 0, 0.5);
}
*::-moz-placeholder {
	color: rgba(204, 102, 0, 0.5);
}
*:-ms-input-placeholder {
	color: rgba(204, 102, 0, 0.5);
}

h1,h2,h3,h4{
	font-weight: bold;
	padding-bottom: 10px;
}
h1{
    font-size: 30px;
    line-height: 40px;
}
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;
}
a, a *{
	cursor: pointer;
    color: #CC6600;
    text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

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;
}
table .priloha{
    width: auto !important;
}

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: #CC6600;
	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;
	border-radius: 5px;
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
    display: block;
}

.katalog{
    padding: 0 10px;
    min-height: 25vw;
}
.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{
	font-weight: bold;
}

script{
	display: none !important;
}

.stylCervene,
.stylCervene *{
    color: red !important;
}
.stylZelene,
.stylZelene *{
    color: green !important;
}
.stylModre,
.stylModre *{
    color: blue !important;
}



.formularFiltry,
.komponentaZobrazeni{
    display: none;
}


.vnitrek{
	display: block;
	width: 1400px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	position: relative;
}


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


.unfixed{
    background-color: #F4E69B;
    z-index: 1;
    position: relative;
}
/*****************************************************************************/





/* materskaskola */
.materskaskola{
    display: none;
    background: rgba(204, 102, 0, 0.5);
    position: absolute;
    right: 10%;
    top: 330px;
    border-radius: 4px;
    padding: 30px 20px;
    z-index: 1;
    text-decoration: none !important;
}
.materskaskola *{
    color: #f4e69b;
    font-size: 24px;
    line-height: 40px;
    text-shadow: 1px 1px #333;
}
.logomotto{
    display: block;
    position: absolute;
    right: 10%;
    top: 370px;
    z-index: 1;
    padding-top: 26%;
    width: 20%;
    max-width: 280px;
    background-image: url(img/slunecnice.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: contain;
    background-color: #f4e69be0;
    border-radius: 10px;
    border: 10px solid transparent;
}
#menu:checked ~ .logomotto,
#menu:checked ~ .materskaskola{
    display: none;
}
@media only screen and (max-width:1024px){
    .logomotto{
        right: 50%;
        top: 260px;
        padding-top: 360px;
        width: 260px;
        margin-right: -130px;
    }
}
@media only screen and (max-width:600px){
    .materskaskola{
        right: 10%;
        left: 10%;
        width: 80%;
    }
    .materskaskola *{
        font-size: inherit;
        line-height: inherit;
        text-align: center;
    }
}
/* materskaskola */




/* vlnovka */
.vlnovka{
    display: block;
    height: 100px;
    background: url(img/vlnovka1.png) scroll no-repeat center bottom/contain;
    position: relative;
    top: -100px;
    overflow: hidden;
}
.vlnovka:before{
    display: block;
    content: ' ';
    height: 100px;
    background: url(img/vlnovka2.png) scroll no-repeat center bottom/contain;
    position: absolute;
    bottom: -50%;
    left: 0px;
    width: 100%;
    transform: rotate(2deg);
    opacity: 0.5;
    z-index: -1;
}
.vlnovka:after{
    display: block;
    content: ' ';
    height: 100px;
    background: url(img/vlnovka2.png) scroll no-repeat center bottom/contain;
    position: absolute;
    bottom: -50%;
    left: 0px;
    width: 100%;
    transform: rotate(-1.5deg);
    opacity: 0.5;
    z-index: -1;
}
/* vlnovka */



/* header nav */
header{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    background: rgba(244, 230, 155, 0.85);
    z-index: 2;
}
header .promenu{
    margin-top: 20px;
    background-color: #CC6600;
    border-top: 3px solid #4A2501;
    border-bottom: 3px solid #4A2501;
    padding: 10px 0;
    position: relative;
}
header .promenu .vnitrek{
    width: auto;
}
header .naomluvenku,
header .blindfriendly,
header .tel{
    position: fixed;
    display: block;
    width: 180px;
    top: 0px;
    text-align: center;
    line-height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #F4E69B;
    text-decoration: none!important;
    padding-left: 30px;
    z-index: 3;
    border: 1px solid rgba(244, 230, 155, 0.5);
    border-top: none;
}
header .naomluvenku {
    display: none;
    left: 10px;
    background: #CC6600 url(img/icons8-envelope-dots-50.png) scroll no-repeat 5px center/auto 30px;
}
header .blindfriendly{
    right: 200px;
    background: #CC6600 url(img/blindfriendly.png) scroll no-repeat 5px center/ auto 90%;
}
header .tel{
    right: 10px;
    background: #CC6600 url(img/icons8-phone-30.png) scroll no-repeat 5px center/auto 30px;
}
header .proicons{
    height: 16vw;
    max-height: 200px;
    min-height: 80px;
    margin-top: 60px;
    background: url(img/nadpis2.png) scroll no-repeat center center/contain;
    border-right: 10px solid rgba(0,0,0,0);
    border-left: 10px solid rgba(0,0,0,0);
}
nav{
    position: relative;
    background: url(img/logo-hover.png) scroll no-repeat center center/0px 0px;
}
nav .logo{
    position: absolute;
    width: 180px;
    padding-top: 180px;
    background: url(img/logo.png) scroll no-repeat center center/contain;
    display: inline-block;
    margin-top: -70px;
    margin-left: 10px;
    z-index: 1;
}
nav .logo:hover{
    background: url(img/logo-hover.png) scroll no-repeat center center/contain;
}
nav .logo span{
    position: absolute;
    width: 100%;
    background: rgba(244, 230, 155, 0.75);
    border-radius: 5px;
    padding: 10px;
    margin-top: -10px;
    z-index: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
nav ul{
    padding: 0 0 0 200px;
    margin: 0;
    display: table;
    width: 100%;
}
nav li{
    display: table-cell;
}
nav .polozka{
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #F4E69B;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
    border-radius: 4px;
}
nav .hloubka2,
nav .roleta{
    display: none !important;
}
nav .polozka:hover{
    background-color: #F4E69B;
    color: #CC6600;
}
header label[for=menu]{
    display: none;
}
@media only screen and (max-width:1024px){
    header label[for=menu]{
        display: block;
        width: 80px;
        background-color: #F4E69B;
        border-radius: 4px;
        color: #CC6600;
        float: right;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }
    nav .logo {
        width: 130px;
        padding-top: 130px;
        margin-top: -40px;
        margin-left: 0px;
        z-index: 1;
    }
    nav ul{
        max-height: 0px;
        overflow: hidden;
        width: 100%;
        display: block;
        padding: 0;
        transition: max-height 0.5s, padding 0.5s;
    }
    nav li {
        display: block;
    }
    #menu:checked + header ul{
        max-height: 300px;
        padding: 30px 0;
    }
    nav .logo span{
        display: none;
    }
}
@media only screen and (max-width:600px){
    header .naomluvenku {
        width: 60px;
        font-size: 0px;
        background-position: center center;
        right: 150px;
        left: auto;
    }
    header .tel{
        width: 60px;
        font-size: 0px;
        background-position: center center;
        right: 10px;
    }
    header .blindfriendly{
        width: 60px;
        right: 80px;
        font-size: 0px;
        background-position: center center;
    }
}
/* header nav */




/* dlazdicetridy */
.dlazdicetridy .slozky{
    padding: 40px 0 100px 0;
}
.dlazdicetridy .slozky:after{
    content: ' ';
    display: block;
    clear: both;
}
.dlazdicetridy h2{
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 0 0;
}
.dlazdicetridy > h2{
    display: none;
}
.dlazdicetridy .slozky a{
    display: block;
    float: left;
    width: 20%;
    max-width: 300px;
    padding: 10px;
    text-decoration: none;
    position: relative;
}
.dlazdicetridy .slozky a:nth-child(3){
    margin-left: 20%;
}
.dlazdicetridy .slozky a .nahled{
    display: block;
    border: 2px solid #CC6600;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: 60% auto;
    border-radius: 100%;
    background-color: #fff;
    transition: box-shadow 0.2s;
    box-shadow: 0 0 10px 1px rgba(204, 102, 0, 0.45);
}
.dlazdicetridy .slozky a:hover .nahled{
    box-shadow: 0 0 10px 1px rgba(204, 102, 0, 0.75);
}
.dlazdicetridy .slozky a h2{
    text-align: center;
    color: #CC6600;
    padding-bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 17%;
    font-size: 15px;
}
@media only screen and (max-width:1024px){
    .dlazdicetridy .slozky a{
        float: none;
        width: 300px;
        max-width: 100%;
        padding: 5px 0;
        margin: auto;
    }
    .dlazdicetridy .slozky a:nth-child(3){
        margin-left: auto;
    }
}
/* dlazdicetridy */




/* dlazdiceinfo */
.dlazdiceinfo{
    border-collapse: separate;
    width: 100%;
    margin: 20px auto;
    border-spacing: 20px;
}
.dlazdiceinfo .dlazdiceaktuality,
.dlazdiceinfo .dlazdicejidelnicek{
    width: 50%;
    background-color: rgba(250, 243, 205, 0.85);
    padding: 10px;
    background-clip: padding-box;
    border: 0px solid transparent;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}
.dlazdiceinfo .prepinacStranek,
.dlazdiceinfo .slozka p:empty{
     display: none;
}
.dlazdiceinfo .slozka{
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    display: block;
    transition: background-color 0.2s;
}
.dlazdiceinfo .slozka h2,
.dlazdiceinfo .slozka h3{
    padding-bottom: 0;
}
.dlazdiceinfo .slozka:hover{
    background-color: #F4E69B;
    transition: background-color 0.2s;
}
.dlazdiceinfo p{
    display: inline-block;
    padding-bottom: 0;
}
@media only screen and (max-width:1024px){
    .dlazdiceinfo {
        margin: 20px auto;
        border-spacing: 10px;
    }
    .dlazdiceinfo
    .dlazdiceinfo tbody,
    .dlazdiceinfo tr,
    .dlazdiceinfo td{
        display: block;
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
        margin: 20px auto;
    }
}
/* dlazdiceinfo */


/* prologo */
@media only screen and (min-width:901px){
    .prologo{
        position: absolute;
        padding-top: 30%;
        width: 20%;
        margin: auto;
        background-image: url(img/slunecnice.png);
        background-repeat: no-repeat;
        background-position: 50% center;
        background-size: contain;
        left: 50%;
        margin-left: -10%;
        margin-top: -15%;
    }
}
@media only screen and (max-width:1024px){
    .prologo{
        padding-top: 300px;
        margin: auto;
        background-image: url(img/slunecnice.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin-bottom: 50px;
    }
}


/* proalbum */
.proalbum{
    background-color: rgba(255,255,255,0.35);
    padding: 120px 0 90px 0;
    box-shadow: inset 0px -10px 10px -8px rgba(0, 0, 0, 0.15);
}
.proalbum .prepinacStranek{
    display: none;
}
.proalbum .seznamStranek{
    /*width: 50%;*/
    width: auto;
    /*loat: left;*/
}
.proalbum .slozka{
    display: none;
    float: left;
    text-decoration: none;
    width: 50%;
    position: relative;
    transition: border 0.3s;
}
.proalbum .slozka57,
.proalbum .slozka58,
.proalbum .slozka59,
.proalbum .slozka60{
    display: block;
}
.proalbum .vnitrek > .seznamStranek:first-child .slozka{
    width: 20%;
}
.proalbum .vnitrek > .seznamStranek:first-child .slozka[href*=s60CZ]{
    margin-left: 20%;
}
.proalbum .slozka .nahled{
    top: 0px;
    padding-top: 100%;
    background-color: #F4E69B;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.proalbum .slozka .nahled div{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 10px solid #f8efbe;
    transition: border 0.5s;
}
.proalbum .slozka .nazev{
    text-align: center;
    text-decoration: none;
    background-color: rgba(244, 230, 155, 0.65);
    color: #333 !important;
    padding: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 15px;
}
.proalbum .slozka:hover .nahled div{
    border: 10px solid #f4e69b;
    transition: transform 0.3s, border 0.3s;
}
@media only screen and (max-width:1024px){
    .proalbum{
        padding: 50px 0 50px 0;
    }
    .proalbum .seznamStranek{
        width: auto;
        float: none;
    }
    .proalbum .slozka{
        float: none;
        width: 300px !important;
        padding: 5px 0;
        margin: auto;
    }
    .proalbum .slozka .nazev {
        bottom: 15px;
    }
    .proalbum .vnitrek > .seznamStranek:first-child .slozka[href*=s60CZ]{
        margin-left: auto;
    }
}
/* proalbum */




/* pomocnaNavigace */
.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
}
.pomocnaNavigace .drobeckova .polozka{
    text-decoration: none;
}
.pomocnaNavigace .podslozky ul{
    list-style-type: none;
    margin: 20px auto;
}
.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 */



/* omluvenka */
.omluvenka{
    margin: auto;
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px -10px 10px -8px rgba(0, 0, 0, 0.15);
}
.omluvenka h2{
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.omluvenka .popis,
.omluvenka .povinnePolickoInfo {
    display: none;
}
.omluvenka .komponentaFormular .upozorneni{
    background: red;
    color: white;
    padding: 5px;
    margin: 0 0 10px 0;
    border-radius: 5px;
}
.omluvenka .komponentaFormular form{
    position: relative;
    height: 260px;
}
.omluvenka .komponentaFormular form select[name=prvekFormulare8],
.omluvenka .komponentaFormular form input[name=prvekFormulare3],
.omluvenka .komponentaFormular form input[name=prvekFormulare4],
.omluvenka .komponentaFormular form input[name=prvekFormulare5],
.omluvenka .komponentaFormular form input[name=prvekFormulare6],
.omluvenka .komponentaFormular form textarea[name=prvekFormulare7],
.omluvenka .komponentaFormular form input[name=odeslanFormular]{
    position: absolute;
    border: 1px solid #CC6600;
    border-radius: 5px;
    line-height: 40px;
    background-color: rgba(244, 230, 155, 0.85);
    padding: 5px 20px;
    min-height: 52px;
}
.omluvenka .komponentaFormular form input[name=prvekFormulare1]{
    display: none;
}
.omluvenka .komponentaFormular form input[name=prvekFormulare3]{
    top: 0px;
    left: 0px;
    width: 38%;
}
.omluvenka .komponentaFormular form select[name=prvekFormulare8]{
    top: 70px;
    left: 0px;
    width: 38%;
    color: rgba(204, 102, 0, 0.5);
}
.omluvenka .komponentaFormular form input[name=prvekFormulare4]{
    top: 70px;
    left: 0px;
    width: 38%;
}
.omluvenka .komponentaFormular form input[name=prvekFormulare5]{
    top: 140px;
    left: 0px;
    width: 18%;
}
.omluvenka .komponentaFormular form input[name=prvekFormulare6]{
    top: 140px;
    left: 20%;
    width: 18%;
}
.omluvenka .komponentaFormular form textarea[name=prvekFormulare7]{
    top: 0px;
    right: 0%;
    width: 60%;
    height: 192px;
}
.omluvenka .komponentaFormular form input[name=odeslanFormular]{
    top: 210px;
    right: 0%;
    width: 18%;
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width:1024px){
    .omluvenka .komponentaFormular form{
        height: auto;
    }
    .omluvenka .komponentaFormular form input[name=prvekFormulare3],
    .omluvenka .komponentaFormular form input[name=prvekFormulare4],
    .omluvenka .komponentaFormular form input[name=prvekFormulare5],
    .omluvenka .komponentaFormular form input[name=prvekFormulare6],
    .omluvenka .komponentaFormular form textarea[name=prvekFormulare7],
    .omluvenka .komponentaFormular form select[name=prvekFormulare8],
    .omluvenka .komponentaFormular form input[name=odeslanFormular]{
        position: static;
        border: 1px solid #CC6600;
        border-radius: 5px;
        line-height: 40px;
        width: 100%;
    }
    .omluvenka .komponentaFormular form table{
        width: 100%;
    }
}
/* omluvenka */




/* kontakty */
.kontakty .editor iframe{
    width: 100%;
    height: 600px;
    margin: 50px auto;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.48);
}
/* kontakty */




/* footer */
footer nav ul {
    padding: 0;
    margin: 50px auto;
    display: table;
    width: 100%;
}
footer nav .polozka {
    color: #CC6600;
}
footer .spodni{
    padding: 20px 30px;
    background-color: #CC6600;
}
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;
}
footer .blindfriendly{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(img/blindfriendly.png) scroll no-repeat center center;
}
footer .jmpost{
    display: block;
    line-height: 50px;
    margin: auto;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #F4E69B;
    text-decoration: none;
    font-size: 13px;
}
@media only screen and (max-width:1024px){
    footer nav ul{
        display: none;
    }
}
/* footer */




/* print */
@media print{
    .omluvenka,
    footer,
    nav,
    .cookies,
    .pomocnaNavigace,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana
	{
		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 */








/* slideshow */
.slideshow{
    padding-top: 58%;
    min-height: 750px;
    position: relative;
    overflow: hidden;
}
.slideshow .seznamStranek,
.slideshow .slozky,
.slideshow .slozka,
.slideshow .nahled{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    padding-top: inherit;
    display: block;
    min-height: inherit;
}
.slideshow .prepinacStranek{
    display: none !important;
}
.slideshow .slozka{
    animation-iteration-count: infinite;
    opacity: 0;
}
.slideshow .nahled{
    background-size: cover;
    background-position: center center;
}
/* 1 */
.slideshow .zobrazenychSlozek1 .slozka{
    opacity: 1;
}
/* 2 */
.slideshow .zobrazenychSlozek2 .slozka{
    animation-name: zobrazenychSlozek2;
    animation-duration: 8s;
}
.slideshow .zobrazenychSlozek2 .slozka:nth-child(1){animation-delay: -8s;}
.slideshow .zobrazenychSlozek2 .slozka:nth-child(2){animation-delay: -4s;}

@keyframes zobrazenychSlozek2{
	 0% {opacity: 1;}
    45% {opacity: 1;}
	55% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
/* 3 */
.slideshow .zobrazenychSlozek3 .slozka{
    animation-name: zobrazenychSlozek3;
    animation-duration: 12s;
}
.slideshow .zobrazenychSlozek3 .slozka:nth-child(1){animation-delay: -12s;}
.slideshow .zobrazenychSlozek3 .slozka:nth-child(2){animation-delay: -8s;}
.slideshow .zobrazenychSlozek3 .slozka:nth-child(3){animation-delay: -4s;}

@keyframes zobrazenychSlozek3{
	 0% {opacity: 1;}
    30% {opacity: 1;}
	35% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
/* 4 */
.slideshow .zobrazenychSlozek4 .slozka{
    animation-name: zobrazenychSlozek4;
    animation-duration: 16s;
}
.slideshow .zobrazenychSlozek4 .slozka:nth-child(1){animation-delay: -16s;}
.slideshow .zobrazenychSlozek4 .slozka:nth-child(2){animation-delay: -12s;}
.slideshow .zobrazenychSlozek4 .slozka:nth-child(3){animation-delay: -8s;}
.slideshow .zobrazenychSlozek4 .slozka:nth-child(4){animation-delay: -4s;}

@keyframes zobrazenychSlozek4{
	 0% {opacity: 1;}
    22% {opacity: 1;}
	27% {opacity: 0;}
	96% {opacity: 0;}
	100% {opacity: 1;}
}
/* 5 */
.slideshow .zobrazenychSlozek5 .slozka{
    animation-name: zobrazenychSlozek5;
    animation-duration: 20s;
}
.slideshow .zobrazenychSlozek5 .slozka:nth-child(1){animation-delay: -20s;}
.slideshow .zobrazenychSlozek5 .slozka:nth-child(2){animation-delay: -16s;}
.slideshow .zobrazenychSlozek5 .slozka:nth-child(3){animation-delay: -12s;}
.slideshow .zobrazenychSlozek5 .slozka:nth-child(4){animation-delay: -8s;}
.slideshow .zobrazenychSlozek5 .slozka:nth-child(5){animation-delay: -4s;}
@keyframes zobrazenychSlozek5{
	 0% {opacity: 1;}
    18% {opacity: 1;}
	22% {opacity: 0;}
	96% {opacity: 0;}
	100% {opacity: 1;}
}
/* 6 */
.slideshow .zobrazenychSlozek6 .slozka{
    animation-name: zobrazenychSlozek6;
    animation-duration: 24s;
}
.slideshow .zobrazenychSlozek6 .slozka:nth-child(1){animation-delay: -24s;}
.slideshow .zobrazenychSlozek6 .slozka:nth-child(2){animation-delay: -20s;}
.slideshow .zobrazenychSlozek6 .slozka:nth-child(3){animation-delay: -16s;}
.slideshow .zobrazenychSlozek6 .slozka:nth-child(4){animation-delay: -12s;}
.slideshow .zobrazenychSlozek6 .slozka:nth-child(5){animation-delay: -8s;}
.slideshow .zobrazenychSlozek6 .slozka:nth-child(6){animation-delay: -4s;}
@keyframes zobrazenychSlozek6{
	 0% {opacity: 1;}
    15% {opacity: 1;}
	19% {opacity: 0;}
	96% {opacity: 0;}
	100% {opacity: 1;}
}
@media only screen and (max-width:1024px){
    .slideshow{
        min-height: 700px;
    }
}
/* slideshow */
