@import '../../vendor/bootstrap/bootstrap.min.css';
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
.card {
  background-color: transparent;
}
* {
  z-index: 1000;
  font-family: "Roboto", sans-serif;
  box-shadow: none !important;
  outline: none !important;
}
body#website {
  padding-top: 75.5px;
  background-image: url('../images/background.png');
  background-color: #f8f8f8;
  background-position: 0 100px;
  background-size: contain;
}
@media (max-width: 901px) {
  body#website {
    padding-top: 65.5px;
  }
}
[class^="odstavec_"] {
  padding: 50px 0;
}
[class^="odstavec_"].hudebni_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].hudebni_obor .ucitel_proklik {
  background-color: #ffcb05;
}
[class^="odstavec_"].literarne_dramaticky_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].literarne_dramaticky_obor .ucitel_proklik {
  background-color: #d6cc70;
}
[class^="odstavec_"].vytvarny_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].vytvarny_obor .ucitel_proklik {
  background-color: #faa74a;
}
[class^="odstavec_"].tanecni_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].tanecni_obor .ucitel_proklik {
  background-color: #f9aa8f;
}
.videogalerie .loader,
.video_archiv .loader {
  left: 900px;
  position: fixed;
  text-align: center;
  top: 100px;
  z-index: 99999;
}
.videogalerie .ytVideoContainer,
.video_archiv .ytVideoContainer {
  background: #fff;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.7) !important;
  padding: 10px;
  height: 100%;
}
.videogalerie .ytVideoContainer button,
.video_archiv .ytVideoContainer button {
  width: 100%;
  display: block;
}
@media (max-width: 901px) {
  .videogalerie .ytVideoContainer .col-4,
  .video_archiv .ytVideoContainer .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.videogalerie .ytVideoContainer .col-4 img,
.video_archiv .ytVideoContainer .col-4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 901px) {
  .videogalerie .ytVideoContainer .col-8,
  .video_archiv .ytVideoContainer .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 901px) {
  .videogalerie .ytVideoContainer .col-8,
  .video_archiv .ytVideoContainer .col-8 {
    padding-left: 0;
  }
}
.videogalerie .ytThumbnail,
.video_archiv .ytThumbnail {
  max-width: 100%;
  height: 115px;
  transition: 0.5s;
  opacity: 1;
}
.videogalerie .ytThumbnail.opacity-0,
.video_archiv .ytThumbnail.opacity-0 {
  transition: 0.5s;
  opacity: 0;
}
.videogalerie .default,
.video_archiv .default {
  margin: 15px 0;
}
html {
  display: block;
}
.sidenav {
  display: none;
}
@media (max-width: 901px) {
  .sidenav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    min-height: 100vh;
    background-color: #fff;
    padding-top: 65.5px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: top 13px left 16px;
  }
  .sidenav li {
    list-style-type: none;
  }
  .sidenav li a {
    color: #333;
  }
  .sidenav a.btn.btn-secondary {
    margin-left: 15px;
  }
}
.sidenav .active {
  background-color: #FAA74A;
  color: #fff;
}
.open-sidenav {
  display: none;
}
@media (max-width: 901px) {
  .open-sidenav {
    display: block;
    color: #FAA74A;
    border: 0;
    background: transparent;
    font-size: 25px;
  }
}
.closebtn {
  display: none;
}
@media (max-width: 901px) {
  .closebtn {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    background: transparent;
    font-size: 22px;
    border: none;
    color: #FAA74A;
  }
}
.navbar {
  background-color: #fff;
}
.navbar .container {
  max-width: 1400px;
}
.navbar .nav-link {
  text-transform: uppercase;
  color: #000 !important;
}
.navbar .nav-link.active {
  font-weight: bold;
}
.navbar .navbar-brand img {
  max-height: 50px;
}
#slider {
  position: relative;
  width: 100%;
  height: 550px;
}
#slider h1 {
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
#slider img {
  object-fit: cover;
  width: 100%;
  height: 550px;
}
#slider .banner-text {
  position: absolute;
  width: 1100px;
  max-width: 100%;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slider .btn {
  color: #fff;
  border-radius: 0 !important;
  background-color: transparent;
  border: 2px #fff solid;
  text-transform: uppercase;
}
.banner-links {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 50px;
  position: relative;
}
.banner-links .col-12 {
  flex: auto;
}
.banner-links .row {
  justify-content: space-between;
}
.banner-links .col-md-3 {
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
  padding-left: 0;
  padding-right: 0;
}
.banner-links .col-md-3:hover {
  transition: 0.3s;
  transform: scale(1.05);
}
.banner-links .col-md-3 p {
  padding: 30px;
}
@media (min-width: 901px) {
  .banner-links .col-md-3 {
    flex: 0 0 22%;
    max-width: 23%;
  }
}
@media (max-width: 901px) {
  .banner-links .col-md-3 {
    margin: 30px 0;
  }
}
.banner-links .col-md-3:nth-child(3) {
  background-color: #FAA64A50;
  box-shadow: inset 0 0 2px #FAA74A;
}
.banner-links .col-md-3:nth-child(3) h2 {
  background-image: url("../images/vytvarnyobor.png");
  background-position: left 32px center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-color: #FAA74A;
  color: #fff;
}
@media (max-width: 1300px) {
  .banner-links .col-md-3:nth-child(3) h2 {
    background-position: bottom 10px right 10px;
  }
}
.banner-links .col-md-3:nth-child(3) .btn {
  background-color: #FAA74A;
  color: #fff;
}
.banner-links .col-md-3:first-child {
  background-color: #FFCB0550;
  box-shadow: inset 0 0 2px #FFCB05;
}
.banner-links .col-md-3:first-child h2 {
  background-image: url("../images/hudebniobor.png");
  background-position: left 32px center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-color: #FFCB05;
  color: #fff;
}
@media (max-width: 1300px) {
  .banner-links .col-md-3:first-child h2 {
    background-position: bottom 10px right 10px;
  }
}
.banner-links .col-md-3:first-child .btn {
  background-color: #FFCB05;
  color: #fff;
}
.banner-links .col-md-3:nth-child(2) {
  background-color: #F9AA8F50;
  box-shadow: inset 0 0 2px #F9AA8F;
}
.banner-links .col-md-3:nth-child(2) h2 {
  background-image: url("../images/tanecniobor.png");
  background-position: left 32px center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-color: #F9AA8F;
  color: #fff;
}
@media (max-width: 1300px) {
  .banner-links .col-md-3:nth-child(2) h2 {
    background-position: bottom 10px right 10px;
  }
}
.banner-links .col-md-3:nth-child(2) .btn {
  background-color: #F9AA8F;
  color: #fff;
}
.banner-links .col-md-3:last-child {
  background-color: #D6CC7050;
  box-shadow: inset 0 0 2px #D6CC70;
}
.banner-links .col-md-3:last-child h2 {
  background-image: url("../images/litdramobor.png");
  background-position: left 10px center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-color: #D6CC70;
  color: #fff;
}
@media (max-width: 1300px) {
  .banner-links .col-md-3:last-child h2 {
    background-size: auto 35%;
    background-position: bottom 10px right 10px;
  }
}
.banner-links .col-md-3:last-child .btn {
  background-color: #D6CC70;
  text-transform: uppercase;
  color: #fff;
}
.banner-links .col-md-3 h2 {
  width: 100%;
  text-align: center;
  background-color: #0b58a2;
  padding: 30px 55px;
  font-size: 27px;
  font-weight: bold;
}
@media only screen and (min-width: 901px) {
  .banner-links .col-md-3 h2 {
    position: absolute;
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 950px) {
  .banner-links .col-md-3 h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1450px) {
  .banner-links .col-md-3 h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1710px) {
  .banner-links .col-md-3 h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1850px) {
  .banner-links .col-md-3 h2 {
    font-size: 26px;
  }
}
.banner-links .col-md-3 a.btn {
  text-transform: uppercase;
  border-radius: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}
.bg-color-red {
  color: #fff;
  background: #F9AA8F;
}
.bg-color-yellow {
  color: #fff;
  background: #ffcb05;
}
.bg-color-orange {
  color: #fff;
  font-size: 18px;
  background: #faa74a;
}
.bg-color-orange-with-img {
  color: #fff;
  font-size: 18px;
  background: #faa74a;
  background-image: url('../images/vytvarnyobor.png');
  background-repeat: no-repeat;
  background-position: top 10px left 30px;
  padding: 32px 0;
}
.bg-color-orange-with-img h2 {
  padding: 32px 0 !important;
}
.bg-color-red-with-img {
  padding: 32px 0;
  color: #fff;
  font-size: 18px;
  background: #F9AA8F;
  background-image: url('../images/tanecniobor.png ');
  background-repeat: no-repeat;
  background-position: top 10px left 30px;
}
.bg-color-red-with-img h2 {
  padding: 32px 0 !important;
}
.bg-color-yellow-with-img {
  padding: 32px 0;
  color: #fff;
  font-size: 18px;
  background: #ffcb05;
  background-image: url('../images/hudebniobor.png');
  background-repeat: no-repeat;
  background-position: top 10px left 30px;
}
.bg-color-yellow-with-img h2 {
  padding: 32px 0 !important;
}
.years {
  margin-bottom: 15px;
}
.months_buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 901px) {
  .months_buttons {
    display: block;
  }
}
.bg-color-green-with-img {
  padding: 32px 0;
  color: #fff;
  font-size: 18px;
  background: #d6cc70;
  background-image: url('../images/litdramobor.png');
  background-repeat: no-repeat;
  background-position: top 10px left 30px;
}
.bg-color-green-with-img h2 {
  padding: 32px 0 !important;
}
.bg-color-green {
  background: #d6cc70;
}
.bg-color-gray {
  background: #d2d9db;
  color: #000;
}
.btn-secondary {
  color: #000;
  background-color: #ffffff;
  border: 2px #000 solid;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
}
#oblibene-container .oblibene {
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
}
#oblibene-container .oblibene .desc {
  display: none;
}
#oblibene-container .oblibene:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
#oblibene-container .oblibene:hover .title {
}
#oblibene-container .oblibene:hover .desc {
  display: block;
}
/*
#oblibene-container .oblibene:hover:before {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  background: -moz-linear-gradient(301deg, #f9aa8f 0%, rgba(255, 203, 5, 0.72) 30%, rgba(250, 167, 74, 0.86) 66%, #d6cc70 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f9aa8f), color-stop(30%, rgba(255, 203, 5, 0.72)), color-stop(66%, rgba(250, 167, 74, 0.86)), color-stop(100%, #d6cc70));
  background: -webkit-linear-gradient(301deg, #f9aa8f 0%, rgba(255, 203, 5, 0.72) 30%, rgba(250, 167, 74, 0.86) 66%, #d6cc70 100%);
  background: -o-linear-gradient(301deg, #f9aa8f 0%, rgba(255, 203, 5, 0.72) 30%, rgba(250, 167, 74, 0.86) 66%, #d6cc70 100%);
  background: -ms-linear-gradient(301deg, #f9aa8f 0%, rgba(255, 203, 5, 0.72) 30%, rgba(250, 167, 74, 0.86) 66%, #d6cc70 100%);
  background: linear-gradient(149deg, #f9aa8f 0%, rgba(255, 203, 5, 0.72) 30%, rgba(250, 167, 74, 0.86) 66%, #d6cc70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9AA8F', endColorstr='#d6cc70', GradientType=0);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}*/
#oblibene-container .oblibene:hover img {
  opacity: 1;
  transition: 0.3s;
}
#oblibene-container .oblibene img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.9) !important;
}
#oblibene-container .oblibene .date {
  position: absolute;
  left: 5px;
  top: 20px;
  padding: 5px 10px;
  background: #f1b82c;
  color: #fff;
  overflow: visible;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4) !important;
}
#oblibene-container .oblibene .date:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
}
#oblibene-container .oblibene .title {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 1px 1px #00000050;
}
@media (max-width: 901px) {
  #oblibene-container .oblibene .title {
    bottom: 30px;
    max-width: 90%;
  }
}
h2 {
  text-transform: uppercase;
}
h2.odstavec_nadpis {
  text-align: center;
}
#akce-container .akce h3 {
  font-size: 18px;
}
#akce-container .akce .date {
  box-sizing: border-box;
  padding: 10px;
  display: block;
  height: 100%;
  background-color: #f1b82c;
  color: #fff;
}
#akce-container .akce .date .day {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#akce-container .akce .date .month {
  font-size: 18px;
  text-align: center;
  display: block;
}
#akce-container .akce .date .time {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 901px) {
  #akce-container .akce .col-2,
  #akce-container .akce .col-3 {
    padding-right: 0;
  }
  #akce-container .akce .col-2,
  #akce-container .akce .col-9,
  #akce-container .akce .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.odstavec_201 {
  padding-top: 0;
}
.btn-primary {
  background-color: #5a6268;
  border: 1px #000 solid;
  color: #fff;
  border-radius: 0;
}
.btn-primary:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(.disabled):not(.disabled):active {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
#udalosti .owl-stage {
  display: flex;
  margin-bottom: 30px;
}
#udalosti a {
  color: #000;
  text-decoration: none;
}
#udalosti .udalost {
  height: 100%;
  overflow: hidden;
  max-height: 350px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.3) !important;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
#udalosti .udalost img {
  height: 165px;
  object-fit: cover;
  width: 100%;
}
#udalosti .udalost h3 {
  font-size: 1.25rem;
}
#udalosti .udalost .text {
  padding: 10px;
}
#udalosti .udalost .white-shadow {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(transparent, white);
  z-index: 10000;
}
#udalosti .owl-dot span {
  width: 30px;
  border-radius: 0 !important;
  background-color: #fff;
}
#udalosti .owl-dot.active span {
  background-color: #faa74a !important;
}
#udalosti .owl-nav {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
#udalosti .owl-nav .owl-prev {
  left: -100px;
  position: absolute;
}
#udalosti .owl-nav .owl-prev:hover {
  background: transparent;
}
#udalosti .owl-nav .owl-prev:hover span {
  color: #fff;
}
@media (max-width: 1600px) {
  #udalosti .owl-nav .owl-prev {
    left: -50px;
  }
}
#udalosti .owl-nav .owl-prev span {
  font-size: 60px;
}
#udalosti .owl-nav .owl-next {
  right: -100px;
  position: absolute;
}
#udalosti .owl-nav .owl-next:hover {
  background: transparent;
}
#udalosti .owl-nav .owl-next:hover span {
  color: #fff;
}
@media (max-width: 1600px) {
  #udalosti .owl-nav .owl-next {
    right: -50px;
  }
}
#udalosti .owl-nav .owl-next span {
  font-size: 60px;
}
.homepage-links-with-images .container {
  margin: 0 auto;
  padding: 0;
}
.homepage-links-with-images .container h3 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.homepage-links-with-images .container .row {
  margin: 0;
  padding: 0;
}
.homepage-links-with-images .container [class^="col-"] {
  padding: 0;
  margin: 0;
}
.homepage-links-with-images .container [class^="col-md-"] {
  margin: 0;
  padding: 0;
}
.homepage-links-with-images .container [class^="obrazek"] {
  margin-bottom: 10px;
}
.homepage-links-with-images .container [class^="obrazek"] .btn {
  white-space: normal;
  color: #fff;
  background-color: transparent;
  border: 2px #fff solid;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
}
.homepage-links-with-images .container [class^="obrazek"]:hover .btn {
  color: #000;
  background-color: #fff;
  border: 2px #000 solid;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
}
.homepage-links-with-images .container [class^="obrazek"]:hover img {
  opacity: 1;
  transition: 0.3s;
}
.homepage-links-with-images .container [class^="obrazek"] .text {
  max-width: 100%;
  padding: 0 15px  !important;
}
.homepage-links-with-images .container .obrazek_ctvercovy,
.homepage-links-with-images .container .obrazek_bez_textu {
  background-color: #000000;
  position: relative;
  width: calc(100% - 10px);
  height: 265px;
  overflow: hidden;
}
.homepage-links-with-images .container .obrazek_ctvercovy img,
.homepage-links-with-images .container .obrazek_bez_textu img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.homepage-links-with-images .container .obrazek_ctvercovy .text,
.homepage-links-with-images .container .obrazek_bez_textu .text {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.homepage-links-with-images .container .obrazek_vysoky {
  background-color: #000000;
  position: relative;
  width: calc(100% - 10px);
  height: 540px;
}
.homepage-links-with-images .container .obrazek_vysoky img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.homepage-links-with-images .container .obrazek_vysoky .text {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.homepage-links-with-images .container .obrazek_bez_textu {
  width: calc(100% - 10px);
  height: 265px;
  display: block;
  margin: 0 0 10px;
  box-shadow: 0 1px 9px #ccc !important;
  position: relative;
  z-index: 10000;
  background-color: #fff;
  transition: 0.3s;
}
.homepage-links-with-images .container .obrazek_bez_textu .text {
  cursor: pointer;
  color: #000;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.homepage-links-with-images .container .obrazek_bez_textu:hover {
  transition: 0.3s;
  transform: scale(1.02);
}
.homepage-links-with-images .container .obrazek_bez_textu .btn {
  color: #000;
  background-color: #fff;
  border: 2px #000 solid;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: 0.3s;
}
.homepage-links-with-images .container .obrazek_siroky {
  margin-top: 5px;
  background-color: #000000;
}
@media (max-width: 901px) {
  .homepage-links-with-images .container .obrazek_siroky {
    width: calc(100% - 18px);
    height: 265px;
  }
}
@media (min-width: 901px) {
  .homepage-links-with-images .container .obrazek_siroky {
    width: calc(100% - 15px);
    height: 265px;
  }
}
.homepage-links-with-images .container .obrazek_siroky img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-links-with-images .container .obrazek_siroky .text {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer {
  padding: 50px 0 35px;
  background-color: #f1f4f5;
  color: #000;
}
footer * {
  color: #000;
}
[class^="nav-level-"] {
  background-color: #fff;
  text-align: center;
  list-style-type: none;
}
[class^="nav-level-"] li {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 901px) {
  [class^="nav-level-"] li {
    display: block;
  }
}
[class^="nav-level-"] li a {
  display: inline-block;
  padding: 15px 20px;
  color: #000;
}
[class^="nav-level-"] li:hover,
[class^="nav-level-"] li.active {
  background-color: #f1f4f5;
}
[class^="nav-level-"] li:hover a,
[class^="nav-level-"] li.active a {
  text-decoration: none;
}
[class^="nav-level-"] li.active {
  background-color: #f1f4f5;
}
[class^="nav-level-"] li.active a {
  font-weight: bold;
}
[class^="nav-level-"] .navicon {
  height: 80px;
  margin: 10px 0;
}
.nav-level-1 {
  border-bottom: 2px #ccc solid;
}
.nav-level-2 {
  background-color: #f1f4f5;
}
.nav-level-2 li.active {
  background-color: #f1f4f5;
}
.teachers {
  padding: 0;
}
.teachers:last-of-type {
  padding-bottom: 50px;
}
.teachers .col-md-3 {
  transition: 0.3s;
}
.teachers .col-md-3 img {
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.9) !important;
  width: 100%;
  filter: brightness(75%);
  transition: 0.3s;
  height: 255px;
  object-fit: cover;
}
.teachers .col-md-3 a {
  color: #fff;
  text-decoration: none;
}
.teachers .col-md-3 h3,
.teachers .col-md-3 h3 + p {
  position: absolute;
  top: 185px;
  text-align: center;
  width: calc(100% - 30px);
  display: none;
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.teachers .col-md-3 h3 + p {
  font-size: 18px;
  bottom: 5%;
}
.teachers .col-md-3 h3 {
  display: block;
}
.teachers .col-md-3:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.teachers .col-md-3:hover h3 {
  top: 140px;
}
.teachers .col-md-3:hover h3,
.teachers .col-md-3:hover h3 + p {
  display: block;
}
.teachers .col-md-3:hover img {
  filter: brightness(100%);
  transition: 0.3s;
}
.odstavec-open {
  padding: 0;
}
.odstavec-open .card {
  border: 0;
  border-radius: 0;
}
@media (min-width: 901px) {
  .odstavec-open .card {
    max-width: 800px;
    margin: 0 auto;
  }
}
.odstavec-open .card-header {
  background: transparent;
  border-bottom: 0;
}
.odstavec-open .card-header .btn-link {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  color: #000 !important;
  text-align: left;
  word-break: break-all;
  text-decoration: none !important;
}
.odstavec-open .card-header .btn-link h3 {
  font-size: 1.25rem;
  font-weight: normal;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 901px) {
  .odstavec-open .card-header .btn-link h3 {
    padding-right: 35px;
  }
}
.odstavec-open .card-header .btn-link:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  right: 30px;
}
.odstavec-open .card-header .btn-link[aria-expanded="false"]:after {
  content: "+";
}
.odstavec-open .card-header .btn-link[aria-expanded="true"]:after {
  content: "-";
}
.odstavec-open .card-header .btn-link:hover {
  background-color: #f1f4f5;
  transform: 0.3;
}
.odstavec-open:last-of-type {
  margin-bottom: 50px;
}
.vyucujici .category-box {
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.15) !important;
  min-height: 100px;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.vyucujici .category-box img {
  object-fit: cover;
}
.vyucujici .category-box h3,
.vyucujici .category-box p,
.vyucujici .category-box a {
  position: absolute;
  top: 50%;
  text-align: center;
  display: table-cell;
  width: 100%;
  transform: translateY(-50%);
  color: #000;
  text-shadow: none !important;
}
.vyucujici .category-box h3 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  font-size: 20px;
}
.vyucujici .category-box:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.vyucujici .category-box:hover * {
  text-decoration: none !important;
}
@media (min-width: 901px) {
  .vyucujici .category-box {
    flex: 0 0 23%;
    margin: 10px;
  }
}
.vyucujici .category-box.cb2 {
  flex: 0 0 48.1%;
  padding: 10px 10px;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.7) !important;
}
@media (min-width: 901px) {
  .vyucujici .category-box.cb2 .col-8 {
    padding-left: 0;
  }
  .vyucujici .category-box.cb2 > [class^="col-"] {
    padding: 0 !important;
  }
}
@media (max-width: 901px) {
  .vyucujici .category-box.cb2 {
    flex: 0 0 100%;
  }
  .vyucujici .category-box.cb2 .col-4,
  .vyucujici .category-box.cb2 .col-8 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.vyucujici .category-box.cb2 h3,
.vyucujici .category-box.cb2 p,
.vyucujici .category-box.cb2 a {
  position: relative;
  top: auto;
  text-align: left;
  transform: none;
  padding-top: 2px;
}
.vyucujici .category-box.cb2:hover {
  transform: none;
}
#galleries .category-box {
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.15) !important;
  min-height: 100px;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
}
#galleries .category-box img {
  object-fit: cover;
}
#galleries .category-box h3,
#galleries .category-box p,
#galleries .category-box a {
  position: absolute;
  top: 50%;
  text-align: center;
  display: table-cell;
  width: 100%;
  transform: translateY(-50%);
  color: #000;
  text-shadow: none !important;
}
#galleries .category-box h3 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  font-size: 20px;
}
#galleries .category-box:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
#galleries .category-box:hover * {
  text-decoration: none !important;
}
@media (min-width: 901px) {
  #galleries .category-box {
    flex: 0 0 23%;
    margin: 10px;
  }
}
#galleries .category-box.cb2 {
  padding: 10px 10px;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.7) !important;
}
@media (min-width: 901px) {
  #galleries .category-box.cb2 {
    flex: 0 0 48.1%;
  }
}
#galleries .category-box.cb2 > [class^="col-"] {
  padding: 0 !important;
}
#galleries .category-box.cb2 .col-8 {
  padding-left: 0;
}
#galleries .category-box.cb2 h3,
#galleries .category-box.cb2 p,
#galleries .category-box.cb2 a {
  position: relative;
  top: auto;
  text-align: left;
  transform: none;
  padding-top: 2px;
}
#galleries .category-box.cb2:hover {
  transform: none;
}
#galleries .col-md-3:not(.category-box) {
  transition: 0.3s;
}
#galleries .col-md-3:not(.category-box) img {
  width: 100%;
  filter: brightness(75%);
  transition: 0.3s;
  height: 255px;
  object-fit: cover;
}
#galleries .col-md-3:not(.category-box) a {
  color: #fff;
  text-decoration: none;
}
#galleries .col-md-3:not(.category-box) h3,
#galleries .col-md-3:not(.category-box) h3 + p {
  position: absolute;
  bottom: calc(5% + 45px);
  text-align: center;
  width: calc(100% - 30px);
  display: none;
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
#galleries .col-md-3:not(.category-box) h3 + p {
  font-size: 18px;
  bottom: 5%;
}
#galleries .col-md-3:not(.category-box) h3 {
  display: block;
}
#galleries .col-md-3:not(.category-box):hover {
  transform: scale(1.1);
  transition: 0.3s;
}
#galleries .col-md-3:not(.category-box):hover h3,
#galleries .col-md-3:not(.category-box):hover h3 + p {
  display: block;
}
#galleries .col-md-3:not(.category-box):hover img {
  filter: brightness(100%);
  transition: 0.3s;
}
.partnershp {
  background: #fff;
}
.breadcrumb {
  background-color: #fff;
}
.breadcrumb a {
  color: #faa74a;
}
#articles .radek-clanku {
  margin-bottom: 30px;
}
#articles .item {
  cursor: pointer;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 350px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.3) !important;
  background-color: #fff;
}
#articles .item img {
  height: 165px;
  object-fit: cover;
  width: 100%;
}
#articles .item a {
  color: #000 !important;
  text-decoration: none;
}
#articles .item h3 {
  color: #000 !important;
  font-size: 1.15rem;
}
#articles .item .text {
  padding: 10px;
}
#articles .item .white-shadow {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(transparent, white);
  z-index: 10000;
}
#articles .item.kategorie h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}
#articles .category-box {
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.15) !important;
  min-height: 100px;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
}
#articles .category-box img {
  object-fit: cover;
}
#articles .category-box h3,
#articles .category-box p,
#articles .category-box a {
  position: absolute;
  top: 50%;
  text-align: center;
  display: table-cell;
  width: 100%;
  transform: translateY(-50%);
  color: #000;
  text-shadow: none !important;
}
#articles .category-box h3 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  font-size: 20px;
}
#articles .category-box:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
#articles .category-box:hover * {
  text-decoration: none !important;
}
@media (min-width: 901px) {
  #articles .category-box {
    margin: 10px;
    flex: 0 0 23%;
  }
}
#articles .category-box.cb2 {
  padding: 10px 10px;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.7) !important;
}
@media (min-width: 901px) {
  #articles .category-box.cb2 {
    flex: 0 0 48.1%;
  }
}
#articles .category-box.cb2 > [class^="col-"] {
  padding: 0 !important;
}
#articles .category-box.cb2 .col-8 {
  padding-left: 0;
}
#articles .category-box.cb2 h3,
#articles .category-box.cb2 p,
#articles .category-box.cb2 a {
  position: relative;
  top: auto;
  text-align: left;
  transform: none;
  padding-top: 2px;
}
#articles .category-box.cb2:hover {
  transform: none;
}
#article .content {
  margin: 0 -15px;
}
.decor {
  background: repeating-linear-gradient(90deg, #FAA74A, #FAA74A 100px, #FFCB05 100px, #FFCB05 200px, #F9AA8F 200px, #F9AA8F 300px, #D6CC70 300px, #D6CC70 400px);
  height: 4px;
  width: 100%;
}
@media (max-width: 901px) {
  :not(.owl-carousel) .btn.btn-primary.btn-lg {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .navbar .btn-secondary {
    font-size: 14px;
  }
  .navbar .navbar-brand img {
    max-height: 40px;
  }
  .banner-links .col-md-3 h2 {
    font-size: 20px;
  }
  .banner-links .col-md-3 p {
    padding: 15px;
  }
}
.btn {
  text-transform: uppercase;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.6) !important;
}
.btn.btn-blackwhite {
  background-color: #5a6268;
  color: #fff;
  border-radius: 0;
  border: 1px #000 solid;
}
.btn.btn-blackwhite:hover,
.btn.btn-blackwhite:focus {
  background-color: #fff;
  color: #000;
}
.clanek {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.6) !important;
}
.clanek .text {
  padding: 10px;
}
.row.akce {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.row.akce:nth-child(2n) {
  background-color: #fff;
}
.row.akce .date {
  box-sizing: border-box;
  padding: 10px;
  display: block;
  background-color: #22b14c;
  color: #fff;
  margin-bottom: 0;
  height: 100%;
}
.row.akce .col-2,
.row.akce .col-3 {
  padding-left: 0;
}
.row.akce .col-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row.akce .col-9 h3 {
  font-size: 18px;
}
.odstavec_67 {
  padding: 50px 0 100px;
}
@media (min-width: 901px) {
  .odstavec_67 a.btn {
    position: absolute;
    bottom: -40px;
    left: 15px;
  }
}
@media (max-width: 901px) {
  .odstavec_67 a {
    display: block;
    margin-bottom: 30px;
  }
}
#calendar button {
  border: 0;
  color: #000;
  background-color: #f8f8f8;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
}
#calendar button.active,
#calendar button:hover {
  background-color: #faa74a;
  color: #fff;
}
#calendar .months {
  display: none;
}
#calendar .months.active {
  display: block;
}
#calendar .months .month {
  display: none;
}
#calendar .months .month.active {
  display: block;
}
.clanek-vyucujici img {
  width: 100%;
  height: auto;
}
.clanek-vyucujici hr {
  margin-top: -10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #afafaf;
  width: 20%;
  margin-left: 0;
}
.clanek-vyucujici .fa {
  color: #faa74a !important;
}
.clanek-vyucujici a {
  color: #faa74a !important;
}
.clanek-vyucujici a:hover,
.clanek-vyucujici a:active,
.clanek-vyucujici a:focus {
  color: #faa74a !important;
}
.podstranka.hudebni_obor nav.nav-level-2,
.podstranka.nauka_o_hudbe_1 nav.nav-level-2,
.podstranka.hra_na_smyccove_nastroje nav.nav-level-2,
.podstranka.hra_na_strunne_nastroje nav.nav-level-2,
.podstranka.solovy_zpev nav.nav-level-2,
.podstranka.hra_na_klavesove_nastroje nav.nav-level-2,
.podstranka.hra_na_dechove_nastroje nav.nav-level-2,
.podstranka.hra_na_bici_nastroje nav.nav-level-2,
.podstranka.ezhzt nav.nav-level-2 {
  padding: 10px 0;
  background-position: left 32px center;
  background-repeat: no-repeat;
  background-color: #ffcb05;
  color: #fff;
}
@media (min-width: 901px) {
  .podstranka.hudebni_obor nav.nav-level-2,
  .podstranka.nauka_o_hudbe_1 nav.nav-level-2,
  .podstranka.hra_na_smyccove_nastroje nav.nav-level-2,
  .podstranka.hra_na_strunne_nastroje nav.nav-level-2,
  .podstranka.solovy_zpev nav.nav-level-2,
  .podstranka.hra_na_klavesove_nastroje nav.nav-level-2,
  .podstranka.hra_na_dechove_nastroje nav.nav-level-2,
  .podstranka.hra_na_bici_nastroje nav.nav-level-2,
  .podstranka.ezhzt nav.nav-level-2 {
    background-image: url("../images/hudebniobor.png");
  }
}
.podstranka.hudebni_obor nav.nav-level-2 *,
.podstranka.nauka_o_hudbe_1 nav.nav-level-2 *,
.podstranka.hra_na_smyccove_nastroje nav.nav-level-2 *,
.podstranka.hra_na_strunne_nastroje nav.nav-level-2 *,
.podstranka.solovy_zpev nav.nav-level-2 *,
.podstranka.hra_na_klavesove_nastroje nav.nav-level-2 *,
.podstranka.hra_na_dechove_nastroje nav.nav-level-2 *,
.podstranka.hra_na_bici_nastroje nav.nav-level-2 *,
.podstranka.ezhzt nav.nav-level-2 * {
  color: #fff;
}
.podstranka.hudebni_obor nav.nav-level-2 li,
.podstranka.nauka_o_hudbe_1 nav.nav-level-2 li,
.podstranka.hra_na_smyccove_nastroje nav.nav-level-2 li,
.podstranka.hra_na_strunne_nastroje nav.nav-level-2 li,
.podstranka.solovy_zpev nav.nav-level-2 li,
.podstranka.hra_na_klavesove_nastroje nav.nav-level-2 li,
.podstranka.hra_na_dechove_nastroje nav.nav-level-2 li,
.podstranka.hra_na_bici_nastroje nav.nav-level-2 li,
.podstranka.ezhzt nav.nav-level-2 li {
  font-weight: bold;
}
.podstranka.hudebni_obor nav.nav-level-2 li.active,
.podstranka.nauka_o_hudbe_1 nav.nav-level-2 li.active,
.podstranka.hra_na_smyccove_nastroje nav.nav-level-2 li.active,
.podstranka.hra_na_strunne_nastroje nav.nav-level-2 li.active,
.podstranka.solovy_zpev nav.nav-level-2 li.active,
.podstranka.hra_na_klavesove_nastroje nav.nav-level-2 li.active,
.podstranka.hra_na_dechove_nastroje nav.nav-level-2 li.active,
.podstranka.hra_na_bici_nastroje nav.nav-level-2 li.active,
.podstranka.ezhzt nav.nav-level-2 li.active,
.podstranka.hudebni_obor nav.nav-level-2 li:hover,
.podstranka.nauka_o_hudbe_1 nav.nav-level-2 li:hover,
.podstranka.hra_na_smyccove_nastroje nav.nav-level-2 li:hover,
.podstranka.hra_na_strunne_nastroje nav.nav-level-2 li:hover,
.podstranka.solovy_zpev nav.nav-level-2 li:hover,
.podstranka.hra_na_klavesove_nastroje nav.nav-level-2 li:hover,
.podstranka.hra_na_dechove_nastroje nav.nav-level-2 li:hover,
.podstranka.hra_na_bici_nastroje nav.nav-level-2 li:hover,
.podstranka.ezhzt nav.nav-level-2 li:hover {
  background-color: #e6ab03;
}
.podstranka .ucitel {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.podstranka .ucitel .ucitel_proklik {
  height: 100%;
  background-color: #ffcb05;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) !important;
}
.podstranka .ucitel .ucitel_proklik:hover {
  transition: 0.3s;
  transform: scale(1.05);
}
.podstranka .ucitel .ucitel_proklik *,
.podstranka .ucitel .ucitel_proklik *:hover,
.podstranka .ucitel .ucitel_proklik *:focus,
.podstranka .ucitel .ucitel_proklik *:active {
  color: #fff !important;
  text-decoration: none;
}
.podstranka .ucitel .ucitel_proklik h3 {
  font-size: 18px;
}
.podstranka .ucitel .ucitel_proklik p {
  font-size: 16px;
}
.podstranka.hudebni_obor,
.podstranka.par_2 {
  background-color: rgba(255, 203, 5, 0.25) !important;
  background-image: none !important;
}
.podstranka.vytvarny_obor {
  background-color: rgba(250, 167, 74, 0.25) !important;
  background-image: none !important;
}
.podstranka.vytvarny_obor .ucitel_proklik {
  background-color: #faa74a;
}
.podstranka.tanecni_obor {
  background-color: rgba(249, 170, 143, 0.25) !important;
  background-image: none !important;
}
.podstranka.tanecni_obor .ucitel_proklik {
  background-color: #f9aa8f;
}
.podstranka.literarne_dramaticky_obor {
  background-color: rgba(214, 204, 112, 0.25) !important;
  background-image: none !important;
}
.podstranka.literarne_dramaticky_obor .ucitel_proklik {
  background-color: #d6cc70;
}
.up {
  border-radius: 50%;
  background-color: rgba(250, 167, 74, 0.81);
  color: #fff;
  font-size: 36px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5) !important;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 55px;
  cursor: pointer;
}
.up.none {
  display: none;
}
.up:hover {
  transform: scale(1.05);
  transition: 0.3s;
  background-color: #faa74a;
}
[class^="odstavec_"].hudebni_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].hudebni_obor .ucitel_proklik {
  background-color: #ffcb05;
}
[class^="odstavec_"].literarne_dramaticky_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].literarne_dramaticky_obor .ucitel_proklik {
  background-color: #d6cc70;
}
[class^="odstavec_"].vytvarny_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].vytvarny_obor .ucitel_proklik {
  background-color: #faa74a;
}
[class^="odstavec_"].tanecni_obor {
  padding: 10px 0 !important;
}
[class^="odstavec_"].tanecni_obor .ucitel_proklik {
  background-color: #f9aa8f;
}
.table-partners img {
  max-width: 134px;
}
@media (max-width: 901px) {
  .table-partners td {
    display: block;
    float: left;
    width: 50%;
    height: 200px;
    text-align: center;
  }
  .table-partners td img {
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
  }
}
@media (min-width: 901px) {
  #popup .modal-dialog {
    width: 1250px;
    max-width: 80%;
  }
}
#slider_text {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
@media (max-width: 901px) {
  #slider_text {
    top: 50%;
  }
}
#slider_text h1 {
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 901px) {
  form .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  form .col-6 button {
    display: block;
  }
}
.button.read_content {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 10000;
  background-color: #FAA74A;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 0;
  transform: translateY(-50%);
}
audio {
  position: absolute;
  left: -999999px;
}
#pz {
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35) !important;
}
#pz .pz_tab {
  position: relative;
  counter-increment: section;
  padding: 25px;
}
#pz .pz_tab:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 75px;
  bottom: -15px;
  width: 1px;
  background-color: #aaa;
}
#pz .pz_tab ._content {
  padding: 25px 25px 0 75px;
}
#pz .pz_tab:last-child:before {
  display: none;
}
#pz .form-control {
  width: 100%;
}
#pz .error {
  position: relative;
  top: -15px;
}
#pz .btn-secondary {
  border: 1px #000 solid;
  font-weight: 400;
  padding: 5px 15px;
}
#pz .btn-primary {
  background: #faa74a;
  border-color: #faa74a;
  color: #fff;
}
#pz .btn-primary:hover,
#pz .btn-primary:active,
#pz .btn-primary:hover:focus,
#pz .btn-primary:hover:active,
#pz .btn-primary:focus:active {
  background: #faa74a;
  border-color: #faa74a;
  color: #fff;
}
#pz ._header h3:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  background: #faa74a;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  content: counter(section);
  margin-right: 20px;
}
#pz [readonly=readonly] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#pz .hidden {
  opacity: 0.5;
}
#pz .hidden ._content {
  display: none;
}
#pz .hidden ._header h3:before {
  background: #aaa;
  color: #fff;
}
