html {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  height: 100%;
  background: white;
  /* For browsers that do not support gradients */
  color: #191919;
}
html {
  background: url(/includes/templates/zus-new/images/page-bg.jpg);
  background-size: 100% auto;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body {
  margin: 0;
  padding: 0;
}
a {
  color: #3b85ce;
}
#main-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
  box-sizing: border-box;
}
#header-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
html.homepage header {
  margin-bottom: 35px;
}
#big-homepage-image {
  width: 100%;
  margin-bottom: 25px;
}
header {
  margin-bottom: 45px;
}
@media all and (max-width: 1150px) {
  header #faces {
    max-height: 80px;
  }
}
#slider {
  width: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 15.62%;
  margin-bottom: 40px;
}
#slider img {
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#slider #img1 {
  z-index: 80;
}
#slider #img2 {
  z-index: 60;
}
#slider div {
  position: absolute;
  top: 50%;
  left: 3%;
  background: rgba(0, 0, 0, 0.76);
  font-size: 2.5vw;
  padding: 15px 45px;
  color: #ffffff;
  text-align: left;
  z-index: 100;
}
header nav {
  float: right;
  font-size: 16px;
  display: flex;
  max-width: 800px;
  margin-top: 55px;
  padding-right: 25px;
}
header nav div {
  padding: 16px 16px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  width: 20%;
}
header nav div a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav div:nth-of-type(1) {
  background: #3b85ce;
}
header nav div:nth-of-type(2) {
  background: #37b33b;
}
header nav div:nth-of-type(3) {
  background: #f57200;
}
header nav div:nth-of-type(4) {
  background: #db2764;
}
header nav div:nth-of-type(5) {
  background: #9300db;
}
@media all and (max-width: 1150px) {
  header nav div {
    padding: 16px 12px;
    font-size: 14px;
  }
}
header nav a {
  color: #FFFFFF;
  text-decoration: none;
}
#name {
  float: left;
  max-width: 450px;
  padding-top: 25px;
  margin-left: 20px;
}
#name .inner {
  text-decoration: none;
  text-align: center;
  display: block;
  max-width: 80%;
}
#name .inner img {
  display: inline-block;
  margin: 0 auto;
}
#name .inner h1 {
  display: block;
  padding: 0;
  margin: 0;
  color: #e5700a;
  font-size: 25px;
  text-decoration: none;
}
#name .inner .h1 {
  text-decoration: none;
  color: #e5700a;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
}
@media screen and (max-width: 1000px) {
  #name .inner {
    width: 200%;
  }
  #name .inner h1,
  #name .inner .h1 {
    font-size: 22px;
  }
}
#content {
  width: 74%;
  padding: 10px;
  padding-top: 0;
  padding-right: 0;
  display: inline-block;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 1000px) {
  #content {
    width: 64%;
  }
}
#content img {
  max-width: 100%;
  max-height: 100%;
}
#portrait {
  float: left;
  margin: 0 20px 20px 0;
}
#infos {
  padding-left: 25px;
}
#info1 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#info1 h2 {
  color: #009036;
}
#info1 img {
  display: block;
  margin: auto;
}
#info1 p {
  float: right;
  color: #009036;
  margin-top: 0;
}
#info2 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding-left: 30px;
}
#info2 h2 {
  color: #009036;
}
#faces {
  display: block;
  margin: auto;
  max-height: 90px;
  padding-top: 40px;
}
#names {
  display: block;
  max-width: 100%;
}
#leftPanel {
  position: relative;
}
#leftPanel nav * {
  position: relative;
  z-index: 100;
}
#leftPanel #contact * {
  position: relative;
  z-index: 100;
}
#leftPanel #handicapped * {
  position: relative;
  z-index: 100;
}
#leftPanel #handicapped img {
  width: 50px;
  margin: 15px;
}
#leftPanel .backgrounder {
  position: absolute !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 1000px;
  z-index: 1 !important;
}
#leftPanel nav .backgrounder {
  background: #3b85ce;
}
#leftPanel #contact .backgrounder {
  background-image: url(/includes/templates/zus-new/images/kontakt.jpg);
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
#leftPanel #handicapped .backgrounder {
  background: #3b85ce;
}
#leftPanel #hours * {
  position: relative;
  z-index: 100;
}
#leftPanel #hours .backgrounder {
  background: #37b33b;
}
#leftPanel #olomouc * {
  position: relative;
  z-index: 100;
}
#leftPanel #olomouc {
  padding: 10px 0;
  text-align: center;
}
#leftPanel #olomouc a {
  display: block;
  height: 70px;
  margin: 5% auto;
}
#leftPanel #olomouc img {
  height: 100%;
}
#leftPanel #olomouc .backgrounder {
  background: #003a6b;
}
#leftPanel #handicapped {
  color: white;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
#leftPanel {
  width: 25%;
  float: left;
}
@media screen and (max-width: 1000px) {
  #leftPanel {
    width: 33%;
  }
}
#leftPanel nav {
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
#leftPanel nav a {
  color: white;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
}
#leftPanel #contact {
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  color: white;
  z-index: 100;
}
#leftPanel #contact p {
  margin: 0 0;
  color: #FFFFFF;
  padding-left: 7px;
}
#leftPanel #contact a {
  color: #FFFFFF;
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}
#leftPanel #hours {
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
#leftPanel #hours table {
  margin: 0 0;
  padding-left: 2px;
  font-size: 15px;
  color: #ffffff;
}
#leftPanel span.title {
  font-size: 17px;
  color: white;
  padding-left: 7px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
#leftPanel span.title.white {
  color: white;
}
#profile {
  padding: 20px;
}
#profile h2 {
  color: #009036;
}
#profile h3 {
  color: #e5700a;
}
#profile img {
  float: left;
  margin: 0 20px 20px 0;
}
#profile p {
  text-align: justify;
}
#buttons {
  padding: 15px;
}
.clear {
  clear: both;
}
html.section-o-skole #content h1 {
  background: #3b85ce;
}
html.kontakty #content h1 {
  background: #9300db;
}
html.hudebni-obor #content h1 {
  background: #37b33b;
}
html.tanecni-obor #content h1 {
  background: #f57200;
}
html.literarne-dramaticky-obor #content h1 {
  background: #db2764;
}
html.homepage h2 {
  color: white;
  font-weight: 900;
  font-size: 25px;
  padding: 15px 15px;
  text-align: center;
  background: #3b85ce;
  margin-top: 0;
}
#content h1 {
  color: white;
  font-weight: 900;
  font-size: 25px;
  padding: 15px 15px;
  text-align: center;
  background: #3b85ce;
  margin-top: 0;
}
#content #text-content {
  padding: 0 25px;
  padding-bottom: 50px;
}
.contact-form fieldset {
  border: 1px solid #e5700a;
  padding: 10px 30px 20px 30px;
  border-radius: 5px;
}
.contact-form fieldset legend {
  color: #e5700a;
  font-size: 20px;
}
.contact-form fieldset .form-group {
  width: 47%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 1%;
}
.contact-form fieldset .form-group.full {
  width: 98%;
}
.contact-form fieldset .form-group label {
  display: block;
  font-size: 14px;
  margin: 5px 0 2px 5px;
}
.contact-form fieldset .form-group input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #888888;
  padding: 5px 6px;
  margin-top: 3px;
  display: inline-block;
  box-sizing: border-box;
}
.contact-form fieldset .form-group textarea {
  width: 98%;
  border-radius: 3px;
  border: 1px solid #888888;
  padding: 5px 6px;
  margin-top: 3px;
  display: inline-block;
  box-sizing: border-box;
  min-height: 150px;
}
.contact-form fieldset input[type=submit] {
  background: #e5700a;
  border-radius: 3px;
  width: 150px;
  color: #ffffff;
  border: 1px solid #ab560a;
  padding: 6px 8px;
  text-align: center;
  margin: 5px 1%;
  display: inline-block;
}
article {
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
article:last-of-type {
  border-bottom: none;
}
article .name {
  display: inline-block;
}
article .name a {
  color: black;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
article .date {
  display: none;
  float: right;
  color: gray;
  font-size: 15px;
}
article p {
  padding-left: 10px;
  margin-bottom: 3px;
}
article a.more {
  float: right;
  text-decoration: none;
  color: white;
  font-size: 16px;
  background: #37b33b;
  padding: 8px 25px;
}
html.homepage article .date {
  display: block;
}
html.elektronicka-omluvenka input,
html.elektronicka-omluvenka select,
html.elektronicka-omluvenka textarea {
  padding: 6px 8px;
  border: 1px solid #d28800;
  border-radius: 3px;
  background: white;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 3px;
}
html.elektronicka-omluvenka input[type=submit],
html.elektronicka-omluvenka select[type=submit],
html.elektronicka-omluvenka textarea[type=submit] {
  background: #d28800;
  color: white;
}
html.elektronicka-omluvenka form {
  max-width: 500px;
  margin: 0 auto;
}
#hamburger {
  display: none;
  height: 100%;
  position: absolute;
  width: 90%;
  max-width: 400px;
  top: 0;
  right: 0;
  background: #e6f2ff;
  border-left: 3px solid #3b85ce;
}
#hamburger ul {
  list-style-type: none;
  padding: 0;
  max-height: 90%;
  overflow-y: auto;
  margin: 5% 0;
}
#hamburger ul li {
  padding: 10px;
  margin: 0 5%;
  border-bottom: 1px solid #274f7f;
}
#hamburger ul li:last-of-type {
  border-bottom: 0;
}
#hamburger ul li a {
  text-decoration: none;
  color: #3b85ce;
}
#mobile-nav {
  display: none;
  width: 100%;
  background: white;
}
#mobile-nav div {
  display: none;
  font-size: 25px;
  font-size: 7vw;
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 5px 0;
}
#mobile-nav br.clear {
  display: block;
}
#mobile-nav .logo {
  max-height: 90px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  float: left;
}
#mobile-nav #hamburger-toggle {
  float: right;
  max-height: 90px;
  padding: 25px;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  #leftPanel,
  #name,
  header nav,
  header br.clear {
    display: none;
  }
  #slider {
    display: none;
  }
  #main-wrapper {
    padding: 0;
  }
  body {
    background: none;
  }
  #mobile-nav {
    display: block;
  }
  #footer-wrapper {
    display: none;
  }
  #content {
    width: 100%;
    margin-top: 0;
    padding: 10px;
  }
  #content > img,
  #content > br {
    display: none;
  }
  #content #text-content {
    padding: 0;
  }
  header,
  html.homepage header {
    margin-bottom: 5px;
  }
}
html.pevecka-soutez-prihlaska table input,
html.mozart-opet-v-olomouci-prihlaska table input {
  width: 98%;
  box-sizing: border-box;
  margin: 0 1%;
}
html.pevecka-soutez-prihlaska input[type=text],
html.mozart-opet-v-olomouci-prihlaska input[type=text],
html.pevecka-soutez-prihlaska input[type=submit],
html.mozart-opet-v-olomouci-prihlaska input[type=submit],
html.pevecka-soutez-prihlaska select,
html.mozart-opet-v-olomouci-prihlaska select,
html.pevecka-soutez-prihlaska textarea,
html.mozart-opet-v-olomouci-prihlaska textarea,
html.pevecka-soutez-prihlaska input[type=date],
html.mozart-opet-v-olomouci-prihlaska input[type=date] {
  padding: 2px 8px;
  border: 1px solid #d28800;
  border-radius: 3px;
  background: white;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 3px;
}
html.pevecka-soutez-prihlaska input[type=text][type=submit],
html.mozart-opet-v-olomouci-prihlaska input[type=text][type=submit],
html.pevecka-soutez-prihlaska input[type=submit][type=submit],
html.mozart-opet-v-olomouci-prihlaska input[type=submit][type=submit],
html.pevecka-soutez-prihlaska select[type=submit],
html.mozart-opet-v-olomouci-prihlaska select[type=submit],
html.pevecka-soutez-prihlaska textarea[type=submit],
html.mozart-opet-v-olomouci-prihlaska textarea[type=submit],
html.pevecka-soutez-prihlaska input[type=date][type=submit],
html.mozart-opet-v-olomouci-prihlaska input[type=date][type=submit] {
  background: #d28800;
  color: white;
  padding: 6px 8px;
  font-weight: 600;
}
html.pevecka-soutez-prihlaska label.radio,
html.mozart-opet-v-olomouci-prihlaska label.radio {
  display: inline-block;
}
html.pevecka-soutez-prihlaska fieldset,
html.mozart-opet-v-olomouci-prihlaska fieldset {
  border: 1px solid #d28800;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
}
html.pevecka-soutez-prihlaska fieldset legend,
html.mozart-opet-v-olomouci-prihlaska fieldset legend {
  font-size: 18px;
  font-weight: bold;
}
html.pevecka-soutez-prihlaska label.checkbox,
html.mozart-opet-v-olomouci-prihlaska label.checkbox {
  display: inline-block;
  width: 70%;
  margin-right: 5%;
  margin-left: 5%;
  padding: 5px 0;
}
.tiles {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  flex-flow: wrap;
}
.tiles .tile {
  margin: 10px;
  min-height: 250px;
  min-width: 265px;
  box-sizing: border-box;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
}
.tiles .tile:nth-of-type(1) {
  background: #37b33b;
}
.tiles .tile:nth-of-type(2) {
  background: #efb400;
}
.tiles .tile:nth-of-type(3) {
  background: #f57200;
}
.tiles .tile:nth-of-type(4) {
  background: #db2764;
}
.tiles .tile:nth-of-type(5) {
  background: #9300db;
}
.tiles .tile:nth-of-type(6) {
  background: #00a3be;
}
.tiles .tile:nth-of-type(7) {
  background: #91b700;
}
.tiles .tile:nth-of-type(8) {
  background: #479383;
}
.tiles .tile:nth-of-type(9) {
  background: #8f6abe;
}
.tiles .tile a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 19px;
  text-decoration: none;
}
footer {
  position: relative;
}
footer .bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/includes/templates/zus-new/images/paticka.png);
  display: block;
  padding-bottom: 19.16%;
  width: 100%;
}
footer div.footer {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  padding: 55px;
  padding-top: 110px;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
}
footer span {
  display: block;
  color: white;
  font-size: 25px;
  text-decoration: none;
  line-height: 45px;
  padding: 10px;
}
article.external-gallery {
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 10px;
  margin-bottom: 0;
}
article.external-gallery a {
  display: block;
  border: 1px solid #37b33b;
  text-decoration: none;
}
article.external-gallery a span {
  height: 35px;
  line-height: 35px;
  display: block;
  width: 100%;
  text-align: center;
  background: #37b33b;
  color: #ffffff;
  font-size: 14px;
}
article.external-gallery a div {
  padding-bottom: 50%;
  width: 100%;
  background-size: cover;
}
article.external-gallery a img {
  width: 100%;
  display: block;
}
html.nasi-ucitele h2 {
  font-weight: 900;
  font-size: 22px;
  padding: 5px 15px;
  text-align: left;
  margin: 0;
  margin-top: 10px;
}
html.nasi-ucitele h2:first-of-type {
  margin-top: 0;
}
html.nasi-ucitele #content img.photo {
  float: left;
  max-width: 30%;
  margin-right: 3%;
}
html.nasi-ucitele #text-content > .main {
  width: 66%;
  float: right;
}
html.nasi-ucitele #text-content {
  width: 100%;
  padding: 0 !important;
}
html.nasi-ucitele #text-content .teachers-block {
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  flex-flow: wrap;
}
html.nasi-ucitele #text-content article {
  margin: 10px;
  min-width: 400px;
  box-sizing: border-box;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  background: white;
  padding: 10px;
}
html.nasi-ucitele #text-content article.hud {
  border: 2px solid #37b33b;
}
html.nasi-ucitele #text-content article.lit {
  border: 2px solid #db2764;
}
html.nasi-ucitele #text-content article.tan {
  border: 2px solid #f57200;
}
html.nasi-ucitele #text-content article .rb {
  float: right;
  text-align: left;
  width: calc(100% - 135px);
  padding-right: 10px;
  box-sizing: border-box;
}
html.nasi-ucitele #text-content article .name {
  margin-top: 5px;
}
html.nasi-ucitele #text-content article .main {
  text-align: left;
}
html.nasi-ucitele #text-content article .img {
  float: left;
  max-width: 100px;
  margin: 10px;
  margin-right: 20px;
  border: 1px solid dimgray;
}
html.nasi-ucitele #text-content article .img img {
  display: block;
}
.input-value-ok {
  background-image: url(/includes/templates/public/images/input-ok.png) !important;
  background-size: auto 70% !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
  padding-right: 40px !important;
}
.input-value-error {
  background-image: url(/includes/templates/public/images/input-error.png) !important;
  background-size: auto 70% !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
  padding-right: 40px !important;
}
/*# sourceMappingURL=style.css.map */