@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);




/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
    font-family: 'Open sans', sans-serif;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
    max-width: 100%;
    box-sizing: border-box;
}

@media only screen {
	body {
		overflow-y: scroll;
		opacity: 0;

	-webkit-animation-name: usvit;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;

	-moz-animation-name: usvit;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: forwards;

	-ms-animation-name: usvit;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: forwards;

	-o-animation-name: usvit;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: forwards;

	animation-name: usvit;
	animation-duration: 1s;
	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;}
}

head {
	display: none;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 25px;
	overflow-y: scroll;
}

a {
	color: #e79a23;
    text-decoration: none;
}

table {
	width: 100%;
    border-collapse: collapse;
}
tr.nadpis td {
	font-weight: bold;
}
td.popis {
	width: 33%;
	padding: 0px 10px 0px 0px;
}
tr.odesli input,
tr.modesli input {
    margin: 0px 10px 10px 0px;
	padding: 10px 20px 10px 20px;
}

input, textarea, select {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #3ca9cf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

input, select, label {
	vertical-align: middle;
}

input[type=submit] {
    background: #e79a23;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

*::-webkit-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*:-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*::-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*:-ms-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

/* zjednodusit */
header.fixed .zjednodusTlacitko {
    /*background: #add7d6;*/
    background: #5dc0bd;
    display: table-cell;
    transition: all 0.5s;
    vertical-align: middle;
}

header.fixed .zjednodusTlacitko .tlacitkoZjednodusit {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(img/zjednodusit-white.png);
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: rgba(0,0,0,0) !important;
    text-decoration: none !important;
    z-index: 999;
}

header.static .zjednodusTlacitko {
    display: none;
}

/* Ytext */

.prilohaL {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.prilohaP {
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}
.priloha img{
    height: auto !important;
}

td p:only-child .prilohaL:only-child,
td p:only-child .prilohaP:only-child {
    margin: 0px;
}

.stylBunkaStred .priloha {
	float: none;
	margin: 0px auto 0px auto;
}

.priloha .text {
	display: block;
	text-align: center;
	font-size: 12px;
}

table {
	clear: both;
}

table.zakladniTabulka td {
	background: #f0f0eb;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) {
	width: 100%;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

hr {
	border-bottom: 1px solid #777777;
}

h1, h2, p, ul, ol, table, hr {
	margin: 0px 0px 10px 0px;
}

h1 {
    padding: 2% 0 1% 0;
    padding: 2vw 0 1vw 0;
    font-size: 30px;
    line-height: 40px;
    color: #e79a23;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.homepage h1{
    padding: 2% 0px;
    padding: 2vw 0px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
} 

h3 {
	font-weight: bold;
	font-size: 14px;
}

ul {
    padding-left: 20px;
    list-style-position: inside;
    text-shadow: 0px 0px 1px orange;
}

ol {
    padding-left: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.stylVerzalky {
	text-transform: uppercase;
}

.stylBunkaVpravo {
	text-align: right;
}

.stylBunkaStred {
	text-align: center;
}

.stylPoznamka,
table td.stylPoznamka {
	font-size: 11px;
}

.stylVelke {
	font-size: 20px;
	line-height: 30px;
}

.stylCervene {
	color: #cc0000;
}

.povinnePolicko,
.upozorneni,
.upozorneni a {
	color: #cc0000;
	font-weight: bold;
}


.panelObsah a[href*=".doc"] img,
.panelObsah a[href*=".pdf"] img,
.panelObsah a[href*=".xls"] img{
    width: 30px !important;

}
.panelObsah .editor table td:only-child{
    padding: 10px 10px 0px 10px !important;
}
.panelObsah .editor table td:only-child a{
    width: auto !important;
}
.panelObsah .editor table td:only-child .info{
    display: none;
}

/***********************************************************************************/

.copyright .pristupnost {
    background: transparent !important;
}

.vnitrek{
    width: 1260px;
    margin: 0px auto;
    padding: 0px 10px;
    min-height: 30%;
    min-height: 30vw;
}
.vnitrek:after{
    display: block;
    clear: both;
    content: ' ';
    font-size: 0px;
    line-height: 0px;
}


.pomocnaNavigace .drobeckova{
    margin-bottom: 2%;
    margin-bottom: 2vw;
}

.pomocnaNavigace .podslozky li,
.editor li{
    background: rgba(219, 238, 255,0.25);
    padding: 5px 10px;
}
.pomocnaNavigace .podslozky li:nth-child(2n),
.editor li:nth-child(2n){
    background: rgba(219, 238, 255,0.5);
}


.akce .editor table p{
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
}


@media only screen and (max-width:900px){
    .editor table,
    .editor thead,
    .editor tbody,
    .editor tfoot,
    .editor tr,
    .editor td{
        display: block;
        width: 100%;
    }
}





/* header */
header{
    display: table;
    visibility: hidden;
    width: 100%;
}
header .logo{
    display: table-cell;
    width: 33%;
    height: 100%;
    background-color: #e79a23;
    background-image: url(img/zus-chabarovice-white.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: contain;
    border: 10px solid #e79a23;
    transition: border 0.5s,background-color 0.5s, height 0.5s;
}
header .logo:hover{
    background-color: #e9a944;
    border: 10px solid #e9a944;
    transition: all 0.3s;
}
header .komponentaNavigace{
    /*background: #add7d6;*/
    background: #5dc0bd;
    width: 67%;
    display: table-cell;
    padding: 25px 20px;
    transition: all 0.5s;
}
.komponentaNavigace ul{
    padding: 0;
    margin: 0;
    font-size: 0px;
    display: block;
    line-height: 0px;
}
.komponentaNavigace li{
    display: inline-block;
}
.komponentaNavigace .polozka{
    font-size: 18px;
    display: block;
    white-space: nowrap;
    color: #ffffff;
    padding: 0 10px;
    cursor: pointer;
    transition: background 0.5s, height 0.5s;
    line-height: 24px;
}
.komponentaNavigace .polozka span{
    text-transform: uppercase;
    /*text-shadow: 1px 1px #000000ab;*/
    text-shadow: 1px 1px 6px #000000ab;
}
.komponentaNavigace .polozka:hover{
    background: rgba(0,0,0,0.15);
    transition: background 0.3s;
}
@media only screen and (max-width:1100px){
    .komponentaNavigace .polozka{
        font-size: 15px;
    }
}
@media only screen and (max-width:900px){
    header.static{
        visibility: visible;
        display: block;
    }
    header.fixed{
        display: none
    }
    header.static .logo{
        background-color: #e79a23;
        background-image: url(img/zus-chabarovice-white.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        height: 100px;
        width: auto;
        width: 90%;
        float: left;
        display: block;
    }
    header.static .komponentaNavigace{
        width: auto;
        display: block;
    }
    header.static .komponentaNavigace ul{
        display: block;
    }
    header.static .komponentaNavigace li{
        display: block;
        width: 100%;
        clear: both;
    }
    header.static .komponentaNavigace .polozka{
        font-size: 18px;
        display: block;
        max-width: 100%;
        height: auto;
        padding: 15px 10px;
        line-height: 24px;
        text-align: center;
    }
    header.static .komponentaNavigace .polozka span{
        display: block;
    }
    header.fixed .zjednodusTlacitko {
        display: none;
    }
    header.static .zjednodusTlacitko {
        background: #e79a23;
        height: 100px;
        width: 10%;
        float: left;
        transition: all 0.5s;
        vertical-align: middle;
    }
    header.static .zjednodusTlacitko .tlacitkoZjednodusit {
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(img/zjednodusit.png);
        background-size: contain;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        color: rgba(0,0,0,0) !important;
        text-decoration: none !important;
        z-index: 999;
    }
    header.static .zjednodusTlacitko {
        display: block;
    }
}
/* !header */







/* header.nizke */
@media only screen and (min-width:901px)
{
    header.fixed{
        position: fixed;
        visibility: visible;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 99;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0), 0 1px 10px 0 rgba(0,0,0,0), 0 2px 4px -1px rgba(0,0,0,0);
        transition: all 0.5s;
    }
    header.fixed.nizke{
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
        transition: box-shadow 0.5s;
    }
    header.fixed.nizke .komponentaNavigace  {
        height: 60px;
        padding: 15px 20px;
        transition: all 0.5s;
    }
}
@media only screen and (max-width:1700px){
    header.fixed.nizke .komponentaNavigace  {
        padding: 5px 20px;
    }

}
/* !header.nizke */

/* zjednodusitZapnuto */

.zjednodusitZapnuto header.fixed .zjednodusTlacitko .tlacitkoZjednodusit {
	background-image: url(img/zjednodusit.png);
}

.zjednodusitZapnuto .slideshow {
    display: none;
}

.zjednodusitZapnuto .novinky {
    background-image: none;
    border-top: 1px solid black;
}

.zjednodusitZapnuto .komponentaNavigace .polozka {
    font-size: 25px;
    line-height: 35px;
    padding: 5px 20px;
}

.zjednodusitZapnuto input::-webkit-input-placeholder,
.zjednodusitZapnuto textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 20px;
}
.zjednodusitZapnuto input::-moz-placeholder,
.zjednodusitZapnuto textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 20px;
}
.zjednodusitZapnuto input::-ms-input-placeholder,
.zjednodusitZapnuto textarea::-ms-input-placeholder { /* IE 10+ */
  font-size: 20px;
}
.zjednodusitZapnuto input::-moz-placeholder,
.zjednodusitZapnuto textarea::-moz-placeholder { /* Firefox 18- */
  font-size: 20px;
}

.zjednodusitZapnuto header .komponentaNavigace, .zjednodusitZapnuto header.fixed .zjednodusTlacitko {
    background: #dbeeff;
}

.zjednodusitZapnuto .novinky .priloha {
    display: none;
}

.zjednodusitZapnuto .novinky .nazev, .zjednodusitZapnuto .novinky .text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}

.zjednodusitZapnuto .novinky .vnitrek > h2 {
    color: black;
    font-size: 40px;
}

.zjednodusitZapnuto .novinky .dalsizde {
    font-size: 25px;
    line-height: 30px;
    width: auto;
}

.zjednodusitZapnuto header .logo {
    background-image: url(img/zus-chabarovice-black.png);
    background-color: #dbeeff;
    border-color: #dbeeff;
}

.zjednodusitZapnuto.homepage .vitejte h1 {
    color: black;
    font-size: 40px;
}

.zjednodusitZapnuto.homepage .vitejte .komponentaSlozka a[href*='-s10CZ'] {
	background-color: white;
	border-color: white;
    color: black;
    font-size: 25px !important;
    line-height: 30px;
    width: 100%;
    padding: 10px 0px;
}

.zjednodusitZapnuto.homepage .vitejte {
	border-top: 1px solid black;
}

.zjednodusitZapnuto.homepage .obory {
	background: none;
	border-top: 1px solid black;
}

.zjednodusitZapnuto.homepage .obory .komponentaSlozka p {
	color: black;
}

.zjednodusitZapnuto.homepage .obory .komponentaSlozka td a {
    color: black;
}

.zjednodusitZapnuto.homepage .obory h2 {
	color: black;
    font-size: 40px;
}

.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(1) a{
    background-image: url(img/obor-hudebni-black.png);
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(2) a{
    background-image: url(img/obor-tanecni-black.png);
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(3) a{
    background-image: url(img/obor-vytvarny-black.png);
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(4) a{
    background-image: url(img/obor-drama-black.png);
}

/*.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(1) a{
    background-image: none;
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(2) a{
    background-image: none;
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(3) a{
    background-image: none;
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td:nth-child(4) a{
    background-image: none;
}
.zjednodusitZapnuto.homepage .obory .komponentaSlozka td a {
	padding: 0px;
}*/

.zjednodusitZapnuto.homepage .strediska {
	border-top: 1px solid black;
}

.zjednodusitZapnuto.homepage .strediska .stredisko {
	font-size: 20px;
}

.zjednodusitZapnuto.homepage .strediska h2 {
	color: black;
    font-size: 40px;
}

.zjednodusitZapnuto.homepage .strediska .stredisko,
.zjednodusitZapnuto .kontakt .partneri {
	color: black;
	/*filter: grayscale(100%);*/
}

.zjednodusitZapnuto .kontakt {
	background-color: white;
	border-top: 1px solid black;
}

.zjednodusitZapnuto .kontakt h2 {
	color: black;
    font-size: 40px;
}

.zjednodusitZapnuto input, textarea, select {
	border-color: black;
}

.zjednodusitZapnuto .kontakt .logo {
	display: none;
}

.zjednodusitZapnuto input[type=submit] {
	background-color: black;
    color: white;
    margin: auto;
    width: 100%;
}

.zjednodusitZapnuto .kontakt table td:first-child strong {
	color: black;
}

.zjednodusitZapnuto a:not(.stredisko) {
    color: black;
	text-decoration: underline;
}

.zjednodusitZapnuto .copyright, .copyright * {
	background: grey !important;
}

.zjednodusitZapnuto .kontakt table td {
	width: 100%;
    display: block;
}

.zjednodusitZapnuto .kontakt table td:first-child {
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
}

.zjednodusitZapnuto header.static .zjednodusTlacitko .tlacitkoZjednodusit {
	background-color: rgb(211,211,211);
}	

.zjednodusitZapnuto .slideshow.mobil {
	display: none;
}

.zjednodusitZapnuto.homepage .vitejte {
	padding-bottom: 0px;
}

.zjednodusitZapnuto h1 {
	color: black;
    font-size: 40px;
}

.zjednodusitZapnuto p {
	font-size: 20px;
    line-height: 25px;
}

.zjednodusitZapnuto.homepage .vitejte .komponentaSlozka a[href*='-s10CZ'] {
	font-size: 14px;
}

.zjednodusitZapnuto .panelTelo {
	margin-top: +50px;
}

.zjednodusitZapnuto.akce .editor table tr:nth-child(2n+1) td {
    background: rgba(120, 120, 120, 0.25);
}

.zjednodusitZapnuto.uvod .editor table, .zjednodusitZapnuto.personal .editor table, .zjednodusitZapnuto.akce .editor table {
    background: rgba(120, 120, 120, 0.10);
}

.zjednodusitZapnuto.akce .editor table tr:nth-child(2n) td {
    background: rgba(120, 120, 120, 0.05);
}

.zjednodusitZapnuto .priloha img {
	/*filter: grayscale(100%);*/
}

body.zjednodusitZapnuto {
	font-size: 20px;
}

.zjednodusitZapnuto .pomocnaNavigace .podslozky li, .zjednodusitZapnuto .editor li {
	background: rgba(120, 120, 120, 0.10);
    padding: 10px 10px;
}

.zjednodusitZapnuto .pomocnaNavigace .podslozky li:nth-child(2n), .zjednodusitZapnuto .editor li:nth-child(2n) {
    background: rgba(120, 120, 120, 0.05);
}

.zjednodusitZapnuto form tr.text input, .zjednodusitZapnuto form tr.heslo input {
	width: 100%;
}

.zjednodusitZapnuto header.static .komponentaNavigace .polozka {
	font-weight: bold;
	font-size: 25px;
}

.zjednodusitZapnuto .komponentaNavigace li.vybrana .polozka {
    color: black;
}

body.zjednodusitZapnuto :focus {
    outline: 3px solid black;
    outline-style: dotted;
}

a.slozka:focus {
	outline: 3px solid white;
}

.zjednodusitZapnuto a.slozka:focus {
	outline: 3px solid black;
    outline-style: dotted;
}

.zjednodusitZapnuto .novinky .slozka {
	padding: 10px 10px 10px 10px;
}

.zjednodusitZapnuto .identifikaceSlozky61 .slozka:hover {
	background: rgba(120, 120, 120, 0.25);
}

/* zjednodusitZapnuto */

/* slideshow */

.slideshow{
    padding-top: 39.4%;
    position: relative;
    clear: both;
    transition: margin-top 0.5s;
}
.slide{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slide1{
    background-image: url(img/slide1-1920.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.slideshow.mobil{
    display: none;
}
@media only screen and (max-width:1500px){
    .slide1{
        background-image: url(img/slide1-1500.jpg);
        background-size: cover;
    }
}
@media only screen and (max-width:1200px){
    .slide1{
        background-image: url(img/slide1-1200.jpg);
    }
}
@media only screen and (max-width:900px){
    .slideshow.mobil{
        display: block;
    }
    .slideshow.desktop{
        display: none;
    }
    .slide1{
        background-image: url(img/slide1-0900.jpg);
    }
}
/* !slideshow */








/* novinky homepage */
.novinky{
    background-image: url(img/novinky-pozadi.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 4%;
    padding-bottom: 4vw;
}
.novinky .vnitrek{
    min-height: 0;
}
.novinky .vnitrek > h2{
    padding: 4vw 10px 1.6vw 10px;
    padding: 5% 10px 1.6% 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.novinky .dalsizde{
    color: #fb9f18;
    background: #ffffff;
    display: block;
    width: 80px;
    padding: 10px 0;
    border-radius: 50px;
    font-weight: bold;
    line-height: 20px;
    text-transform: lowercase;
    margin: 10px auto 0 auto;
    text-align: center;
    border: 10px solid #ffffff;
}
.novinky .prepinacStranek {
    display: none;
}
.novinky .slozka{
    width: 50%;
    float: left;
    padding: 50px 10px 0 10px;
    display: block;
    transition: background-color 0.5s;
}
.novinky .slozka:hover{
    background-color: rgba(255,255,255,0.15);
    transition: background-color 0.3s;
}
.novinky .seznamStranek:after,
.novinky .slozka:after{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}
.novinky .priloha{
    float: left;
    width: 30%;
    height: auto;
}
.novinky .nazev,
.novinky .text{
    width: 65%;
    float: right;
    text-align: left;
    color: #000000;
    max-height: 120px;
    overflow: hidden;
}
.novinky .text *{
    padding: 0;
    margin: 0;
}
@media only screen and (max-width:900px){
    .novinky .slozka{
        width: auto;
        float: none;
        padding: 3% 10px 3% 10px;
        padding: 3vw 10px 3vw 10px;
    }
}
/* !novinky homepage */









/* novinky identifikaceSlozky61 */
.identifikaceSlozky61 .slozka{
    margin-bottom: 30px !important;
    display: block;
    transition: background-color 0.3s;
}
.identifikaceSlozky61 .slozka:hover{
    background-color: rgba(255,255,255,0.15);
    transition: background-color 0.3s;
}
.identifikaceSlozky61 .seznamStranek:after,
.identifikaceSlozky61 .slozka:after{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}
.identifikaceSlozky61 .priloha{
    float: left;
    width: 20%;
    max-height: 200px;
    height: auto;
    overflow: hidden;
}
.identifikaceSlozky61 .slozka:hover{
    background-color: rgba(231, 154, 35, 0.15);
    transition: background-color 0.3s;
}
.identifikaceSlozky61 .slozky .nazev,
.identifikaceSlozky61 .slozky .text{
    width: 65%;
    float: right;
    text-align: left;
    color: #000000;
    max-height: 120px;
    overflow: hidden;
}
.identifikaceSlozky61 .text *:not(.priloha){
    padding: 0;
    margin: 0;
}
.klicSlozky61 .pomocnaNavigace{
    display: none;
}
@media only screen and (max-width:900px){
}
/* !novinky identifikaceSlozky61 */





/* vitejte */
.homepage .vitejte{
    padding-bottom: 4%;
    padding-bottom: 4vw;
}
.homepage .vitejte h1{
    padding: 5vw 10px;
    padding: 5% 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #e79a23;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.homepage .vitejte .komponentaSlozka {
    padding: 0 10px;
    text-align: center;
}
.homepage .vitejte .komponentaSlozka a[href*='-s10CZ']{
    color: #ffffff;
    background: #e79a23;
    display: inline-block;
    width: 78px;
    padding: 20px 0px;
    border-radius: 50px;
    border: 10px solid #e79a23;
    font-weight: bold;
    line-height: 18px;
    text-transform: lowercase;
    margin-top: 20px;
}
/* !vitejte */








/* obory */
.homepage .obory{
    background-image: url(img/obory-1920.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 0px 4vw 0px;
    padding: 0 0px 4% 0px;
}
@media only screen and (max-width:1500px){
    .homepage .obory{
        background-image: url(img/obory-1500.jpg);
    }
}
@media only screen and (max-width:1200px){
    .homepage .obory{
        background-image: url(img/obory-1200.jpg);
    }
}
@media only screen and (max-width:900px){
    .homepage .obory{
        background-image: url(img/obory-0900.jpg);
    }
}
.homepage .obory h2{
    padding: 5% 10px;
    padding: 5vw 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #e79a23;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.homepage .obory .komponentaSlozka {
    padding: 0 10px;
    text-align: center;
}
.homepage .obory .komponentaSlozka p{
    color: #ffffff;
}
.homepage .obory .komponentaSlozka table{
    margin: 0px auto 3% auto;
    margin: 0px auto 3vw auto;
    width: 900px;
}
.homepage .obory .komponentaSlozka td{
    background: transparent;
}
.homepage .obory .komponentaSlozka td a{
    display: block;
    padding: 200px 10px 10px 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    /*color: #add7d6;*/
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0);
    transition: background-color 0.5s;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 50% auto;
}
.homepage .obory .komponentaSlozka td:nth-child(1) a{
    background-image: url(img/obor-hudebni.png);
}
.homepage .obory .komponentaSlozka td:nth-child(2) a{
    background-image: url(img/obor-tanecni.png);
}
.homepage .obory .komponentaSlozka td:nth-child(3) a{
    background-image: url(img/obor-vytvarny.png);
}
.homepage .obory .komponentaSlozka td:nth-child(4) a{
    background-image: url(img/obor-drama.png);
}
.homepage .obory .komponentaSlozka td a:hover{
    background-color: rgba(255,255,255,0.15) !important;
    transition: background-color 0.3s;
}
@media only screen and (max-width:950px){
    .homepage .obory .komponentaSlozka table{
        width: 100%;
    }
}
@media only screen and (max-width:600px){
    .homepage .obory .komponentaSlozka table,
    .homepage .obory .komponentaSlozka thead,
    .homepage .obory .komponentaSlozka tbody,
    .homepage .obory .komponentaSlozka tr,
    .homepage .obory .komponentaSlozka td{
        display: block;
        width: 100%;
    }
    .homepage .obory .komponentaSlozka td:nth-child(1) a,
    .homepage .obory .komponentaSlozka td:nth-child(2) a,
    .homepage .obory .komponentaSlozka td:nth-child(3) a,
    .homepage .obory .komponentaSlozka td:nth-child(4) a{
        background-size: 150px auto;
    }
}
/* !obory */







/* strediska */
.homepage .strediska{
    font-size: 0px;
    padding-bottom: 4%;
    padding-bottom: 4vw;
}
.homepage .strediska h2 {
    padding: 5% 10px 2% 10px;
    padding: 5vw 10px 2vw 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #e79a23;
    font-weight: bold;
    text-transform: uppercase;
}
.homepage .strediska .stredisko{
    display: inline-block;
    width: 33.1%;
    width: calc(33%);
    font-size: 18px;
    /*color: #add7d6;*/
    color: #5dc0bd;
    text-transform: uppercase;
    text-align: center;
    padding: 300px 20px 10px 20px;
    vertical-align: top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 260px;
    text-shadow: 0px 0px black;
    position: relative;
}
/*
.homepage .strediska .stredisko.chabarovice{
    background-image: url(img/stredisko-chabarovice.png);
}
.homepage .strediska .stredisko.libouchec{
    background-image: url(img/stredisko-libouchec.png);
}
.homepage .strediska .stredisko.chlumec{
    background-image: url(img/stredisko-chlumec.png);
}
.homepage .strediska .stredisko.rehlovice{
    background-image: url(img/stredisko-rehlovice.png);
}
*/
.homepage .strediska .stredisko:after{
    content: " ";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 0px;
    bottom: 50px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) inset;
}
.homepage .strediska .stredisko.chabarovice:after{
    background-image: url(img/stredisko-chabarovice.jpg);
}
.homepage .strediska .stredisko.libouchec:after{
    background-image: url(img/stredisko-libouchec.png);
}
.homepage .strediska .stredisko.chlumec:after{
    background-image: url(img/stredisko-chlumec.png);
}
.homepage .strediska .stredisko.rehlovice:after{
    background-image: url(img/stredisko-rehlovice.png);
}
.homepage .strediska .stredisko.tisa:after{
    background-image: url(img/stredisko-tisa.jpg);
}

@media only screen and (max-width:900px){
    .homepage .strediska .stredisko{
        font-size: 15px;
        line-height: 20px;
        padding: 35% 20px 10px 20px;
    }
    .homepage .strediska .stredisko.chabarovice{
        background-size: 90% auto;
    }
    .homepage .strediska .stredisko.libouchec{
        background-size: 90% auto;
    }
    .homepage .strediska .stredisko.chlumec{
        background-size: 90% auto;
    }
    .homepage .strediska .stredisko.rehlovice{
        background-size: 90% auto;
    }
}
@media only screen and (max-width:1100px){
    .homepage .strediska .stredisko{
        font-size: 15px;
        line-height: 20px;
        padding: 280px 20px 10px 20px;
        display: block;
        width: 280px;
        margin: 0px auto;
    }
}
/* !strediska */





/* kontakt */
.kontakt{
    /*background: #add7d6;*/
    background: #5dc0bd;
    padding-bottom: 0px;
}
.kontakt, .kontakt a {
	color: white;
    text-shadow: 1px 1px 0px #000000ab;
}
.kontakt h2 {
	text-shadow: 1px 1px 0px #000000ab;
    padding: 4% 10px 2% 10px;
    padding: 4vw 10px 2vw 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    /*color: #e79a23;*/
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.kontakt table{
    width: 100%;
    border-collapse: collapse;
}
.kontakt table td:first-child{
    width: 300px;
    line-height: 18px;
    vertical-align: top;
}
.kontakt table td:first-child strong{
    /*color: #e79a23;*/
    color: white;
    text-shadow: 1px 1px 0px #000000ab;
}
.kontakt table table,
.kontakt table table thead,
.kontakt table table tbody,
.kontakt table table tr,
.kontakt table table td{
    display: block;
}
.kontakt table table td:nth-last-child(2) {
    display: none;
}
/*.kontakt table table tr:nth-child(4) {
    display: none;
}*/
.kontakt table table tr:nth-child(5) td {
    display: block; /* opiste kod */
}
.kontakt table table tr:nth-child(5) td .povinnePolicko {
    display: none;
}
.kontakt .povinnePolickoInfo
{
    display: none;
}
.kontakt table table tr:nth-child(1) .hodnota{
    width: 50%;
    float: left;
}
.kontakt table table tr:nth-child(2) .hodnota{
    width: 50%;
    float: right;
}
.kontakt table table tr:nth-child(1) .hodnota input{
    width: calc(100% - 10px);
}
.kontakt table table tr:nth-child(2) .hodnota input{
    width: 100%;
}
.kontakt table table tr:nth-child(3) .hodnota textarea{
    width: 100%;
    height: 150px;
}
.kontakt .logo{
    /*background-color: #add7d6;*/
    background-color: #5dc0bd;
    background-image: url(img/zus-chabarovice-white.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 150px;
    /*border-top: 20px solid #add7d6;*/
    /*border-bottom: 50px solid #add7d6;*/
    border-top: 20px solid #5dc0bd;
    border-bottom: 50px solid #5dc0bd;
}

.kontakt .partneri{
    text-align: center;
}
.kontakt .partneri .partner-mesto-chabarovice{
    display: inline-block;
    width: 200px;
    height: 150px;
    background-size: contain;
    background-image: url(img/partner-mesto-chabarovice.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .partner-dum-tisku{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-dum-tisku.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .partner-holl-restaurace{
    display: inline-block;
    width: 200px;
    height: 140px;
    background-size: contain;
    background-image: url(img/partner-holl-restaurace.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .evropska-unie{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-eu.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .evropska-unie2{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-eu2.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .partner-ur-zus{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-ur-zus.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .partner-azus{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-azus.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .partner-msmt{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-msmt.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
.kontakt .partneri .partner-zusopen{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-image: url(img/partner-zusopen.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px;
}
@media only screen and (max-width:900px){

    .kontakt table,
    .kontakt table thead,
    .kontakt table tbody,
    .kontakt table tr,
    .kontakt table td{
        display: block;
        width: 100%;
    }

    .kontakt table td:first-child{
        width: auto;
    }
    .kontakt table table tr:nth-child(1) .hodnota,
    .kontakt table table tr:nth-child(2) .hodnota{
        width: auto;
        float: none;
    }
    .kontakt table table tr:nth-child(1) .hodnota input{
        width: 100%;
    }
}
/* !kontakt */






/* copyright */
.copyright,
.copyright *{
    text-align: center;
    background: #222221;
    color: #ffffff;
    padding: 20px 10px;
	font-size: 10px;
	line-height: 15px;
}
/* !copyright */







/* cookies */
.komponentaCookieSouhlas{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
}
.komponentaCookieSouhlasVnitrek{
	background: rgba(0,0,0,0.9);
	width: 1300px;
	max-width: 100%;
	margin: 0px auto;
	padding: 10px;
}
.komponentaCookieSouhlasVnitrek *{
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
}
.komponentaCookieSouhlasVnitrek .tlacitkoSouhlasim{
	float: right;
    color: #e79a23;
    border: 1px solid #e79a23;
    border-radius: 5px;
    padding: 5px 20px;
}
.komponentaCookieSouhlasVnitrek:after{
	display: block;
	clear: both;
	content: ' ';
}
/* !cookies */












/* slozka uvod */
.uvod .editor table td{
    padding: 0px 0px 0px 0px !important;
}
.uvod .editor table:nth-child(1) tr:nth-child(3){
    background: gold;
}
.uvod .editor table:nth-child(1) tr:nth-child(2) td a{
    color: #ffffff;
}
.uvod .editor table:nth-child(1) tr:nth-child(2) td h2{
    font-size: 200%;
    text-align:center;
    border-top: 1px solid #ffffff;
    line-height: 300%;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}
.uvod .editor table:nth-child(1) td p{
    margin: 0px 0px 0px 0px;
}
.uvod .editor table:nth-child(1) tr:nth-child(2) td:nth-child(1){
    background: #01C1EE;
}
.uvod .editor table:nth-child(1) tr:nth-child(2) td:nth-child(2){
    background: #0DB34D;
}
.uvod .editor table:nth-child(1) tr:nth-child(2) td:nth-child(3){
    background: #EB2145;
}
.uvod .editor table:nth-child(1) tr:nth-child(3) td p{
    padding: 0px 20px 0px 20px;
    line-height: 16px;
    background: #F3F3F3;
}
.uvod .editor table:nth-child(1) tr:nth-child(3) td p:nth-child(1){
    background: #0B82FF;
    border-top: 2px solid #ffffff;
    color: #ffffff;
    line-height: 20px;
}
.uvod .editor table:nth-child(1) tr:nth-child(3) td p:nth-child(2){
    color: #0B82FF;
    padding: 3px 20px 0px 20px;
    font-weight: bold;
}
.uvod .editor table:nth-child(2)  tr td{
    border-top: 10px solid rgba(0,0,0,0);
}
.uvod .editor table:nth-child(2) tr td:nth-child(2){
    background: rgba(173, 215, 214, 0.15);
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka .text > *{
    display: none;
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka{
    margin: 0px 20px 0px 20px;
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka .text > table{
    display: table;
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka .text > table *{
    background: transparent;
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka .text > table tr:nth-child(2n+1) td{
    background: rgba(173, 215, 214, 0.25);
    border-top: 0px;
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka .text > table tr:nth-child(2n+2) td{
    background: none;
    border-top: 0px;
}
.uvod .editor table:nth-child(2)  tr td:nth-child(2) .komponentaSlozka .text > table tr td p{
    border: 0px;
    color: #000000;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}
/* !slozka uvod */







/* slozka VYUČUJÍCÍ A PERSONÁL */
.uvod     .editor table,
.personal .editor table,
.akce     .editor table{
    background: rgba(219, 238, 255,0.25);
}

.uvod     .editor table tr:nth-child(2n+1) td,
.personal .editor table tr:nth-child(2n+1) td,
.akce     .editor table tr:nth-child(2n+1) td{
    background: rgba(219, 238, 255,0.5);
}

.uvod     .editor table p,
.personal .editor table p,
.akce     .editor table p{
    margin: 5px 5px 5px 5px;
}
/* !slozka VYUČUJÍCÍ A PERSONÁL */








/* fotogalerie */
.identifikaceSlozky14 table{
    width: 100%;
}
.identifikaceSlozky14 td{
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
}
.identifikaceSlozky14 .priloha{
    display: block;
    float: left;
    margin: 0 1% 1% 0;
	padding: 10% 1% 1% 1%;
    width: 19.20% !important;
    position: relative;
    overflow: hidden;
}
.identifikaceSlozky14 .priloha:nth-child(5n){
    margin: 0 0 1% 0;
}
.identifikaceSlozky14 .priloha img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width:800px), only screen and (max-device-width:800px) {
    .identifikaceSlozky14 .priloha{
        width: 32.6% !important;
        padding: 20% 1% 1% 1%;
    }
    .identifikaceSlozky14 .priloha:nth-child(5n){
        margin: 0 1% 1% 0;
    }
    .identifikaceSlozky14 .priloha:nth-child(3n){
        margin: 0 0 1% 0;
    }
}
@media only screen and (max-width:500px), only screen and (max-device-width:500px) {

}
/* !fotogalerie */








@media print{
    header,
    .kontakt,
    .copyright,
    .homepage .slideshow,
    .homepage .obory,
    .homepage .strediska
    {
        display: none !important;
    }
    .priloha{
        max-width: 50%;
    }
    *{
        float: none !important;
        /*display: block !important;*/
        /*width: 100% !important;*/
    }
}

