#ajax-spinner {
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle02 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle03 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle04 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle05 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle06 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle07 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle08 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle09 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle02:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle03:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle04:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle05:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle06:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle07:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle08:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle09:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
::-webkit-scrollbar-track {
  background-color: white;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #231f20;
  background-color: white;
  background-repeat: repeat-y;
}
a {
  color: #c5475c;
  text-decoration: none;
}
a:hover {
  color: #231f20;
  text-decoration: underline;
}
h1 {
  display: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 300;
  margin: 1em auto;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 800px) {
  h1 {
    font-size: 2em;
    font-weight: 400;
  }
}
h2 {
  color: #c5475c;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 800px) {
  h2 {
    font-size: 2em;
    font-weight: 400;
  }
}
h3 {
  color: #c5475c;
  font-size: 1.6em;
  margin: 1em auto;
}
@media (max-width: 450px) {
  h3 {
    font-size: 1em;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.containerMain {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 20px 48px 0 rgba(0, 0, 0, 0.16);
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.1);
}
.container.s1000 {
  max-width: 1000px;
}
.container.s800 {
  max-width: 800px;
}
.container.s600 {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .container.s1000 {
    padding: 0 40px;
  }
}
@media (max-width: 650px) {
  .container.s1000 {
    padding: 0 20px;
  }
}
.openerhldr {
  color: white;
  background-color: #febacf;
  padding-bottom: 40px;
}
.openerhldr h1,
.openerhldr h2,
.openerhldr h3 {
  color: white;
}
.openerhldr h2 {
  font-size: 2.3em;
  text-transform: none;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 400px) {
  .openerhldr h2 {
    font-size: 2em;
  }
}
.openerhldr h2.date {
  margin-top: 40px;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 750px) {
  .openerhldr h2.date {
    margin-top: 20px;
  }
}
.openerhldr h2.date span {
  display: block;
  font-size: 0.8em;
}
.openerhldr h2.soutezte {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: center;
}
.openerhldr h2.soutezte span {
  font-weight: 600;
  display: block;
  font-size: 0.7em;
}
.openerhldr .cite {
  margin-bottom: 3em;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  text-align: center;
}
.openerhldr .opener {
  margin: 0;
  text-align: center;
  gap: 0;
}
@media (max-width: 750px) {
  .openerhldr .opener {
    grid: min-content min-content / 1fr;
    grid-template-areas: "denusmevu" "text" "img";
  }
}
.openerhldr .opener .logoDenUsmevu {
  grid-area: denusmevu;
  max-width: 600px;
  justify-self: center;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .openerhldr .opener .logoDenUsmevu {
    margin-top: 40px;
  }
}
.openerhldr .opener .logoOnaDnes {
  max-width: 200px;
}
@media (max-width: 750px) {
  .openerhldr .opener .logoOnaDnes {
    max-width: 150px;
  }
}
.openerhldr .opener .text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
}
@media (max-width: 750px) {
  .openerhldr .opener .text {
    margin-bottom: 20px;
  }
}
.openerhldr .opener .detail {
  text-align: center;
  line-height: 1.6em;
  max-width: 300px;
}
.openerhldr .opener .detail h3 {
  margin: 0 auto;
  margin-bottom: 0.2em;
}
.openerhldr .opener .detail p {
  margin: 0 auto;
  font-size: 1.1em;
}
.openerhldr .opener .img {
  grid-area: img;
  align-self: end;
  display: flex;
}
.video {
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
.video video {
  margin: 0 auto;
  width: 100%;
}
.form {
  padding: 40px;
  background-color: #ef9bb2;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .form {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.form h2 {
  text-align: center;
  margin: 0 auto;
}
.form .polozky {
  display: grid;
  grid: auto / 1fr 1fr;
  gap: 1em;
  margin-bottom: 1em;
  align-items: end;
}
@media (max-width: 650px) {
  .form .polozky {
    grid: auto / 1fr;
  }
}
.form .tlacitka {
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  gap: 1em;
  align-items: center;
  justify-items: center;
}
@media (max-width: 800px) {
  .form .tlacitka {
    grid: auto / 1fr;
  }
}
@media (max-width: 650px) {
  .form .tlacitka {
    grid: auto / 1fr;
  }
}
@media (max-width: 800px) {
  .form .zasady {
    text-align: center;
  }
}
.form .round {
  position: relative;
}
@media (max-width: 650px) {
  .form .round {
    margin-top: 20px;
    max-width: 200px;
  }
}
.form .round a {
  bottom: -13vw;
  right: -12vw;
  position: absolute;
  width: 18vw;
  overflow: visible;
}
@media (max-width: 800px) {
  .form .round a {
    width: 20vw;
    top: -5vw;
    left: 18vw;
  }
}
@media (max-width: 650px) {
  .form .round a {
    max-width: 100px;
    top: auto;
    left: auto;
    position: initial;
  }
}
.form .website {
  display: none;
}
.form label {
  display: block;
  margin-bottom: 0.25em;
}
.form label.form-check-label {
  text-transform: none;
}
.form input {
  font-size: 1em;
  width: calc(100% - 1em);
  padding: 0.6em 0.6em;
  border: none;
}
.form input.button {
  font-size: 1.4em;
  text-transform: uppercase;
  width: auto;
  color: white;
  background-color: #c4465b;
  padding: 0.8em 2em;
  cursor: pointer;
}
.form input.button:hover {
  color: white;
  background-color: #231f20;
}
.form input[type="file"] {
  background-color: white;
  padding: 0.42em 0.6em;
}
.form input[type="checkbox"] {
  display: inline;
  margin-right: 0.5em;
  width: 1.2em;
  height: 1.2em;
  background-color: white;
  position: relative;
}
.form .help-block {
  display: inline-block;
  margin-top: 8px;
}
.form .has-error input[type="text"],
.form .has-error input[type="number"],
.form .has-error input[type="email"],
.form .has-error input[type="file"],
.form .has-error select,
.form .has-error textarea {
  outline: #b00020 auto 1px;
}
.form .form-control-feedback {
  display: inline-block;
  margin-top: 8px;
  color: #b00020;
}
.form .text-danger {
  color: #b00020;
}
.form input.error,
.form textarea.error,
.form select.error {
  border-color: #b00020;
}
.thaks {
  text-align: center;
}
.programakce {
  margin: auto;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 650px) {
  .programakce {
    margin-bottom: 0;
  }
}
.programakce h2 {
  margin-bottom: 0.5em;
}
.programakce h3 {
  margin-bottom: 0.5em;
}
.programakce p {
  margin-top: 0.5em;
}
.programakce p.big {
  font-size: 1.2em;
  max-width: 500px;
  margin: 0 auto;
}
.partneri {
  padding: 40px;
  display: grid;
  grid: auto / 1fr;
  gap: 40px;
}
@media (max-width: 650px) {
  .partneri {
    padding: 20px;
    gap: 20px;
    row-gap: 40px;
  }
}
.partneri .item {
  display: grid;
  grid: auto / 1fr 2fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 650px) {
  .partneri .item {
    grid: auto / 1fr;
    gap: 20px 0;
    text-align: center;
  }
}
.partneri .item::after {
  content: '•';
  grid-column: 2/2;
  text-align: center;
  font-size: 4em;
  line-height: 30px;
  color: #c5475c;
}
@media (max-width: 650px) {
  .partneri .item::after {
    grid-column: auto / auto;
  }
}
.partneri .item:last-of-type::after {
  display: none;
}
.partneri-loga {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.partneri-loga img {
  width: auto;
  max-height: 80px;
}
footer {
  text-align: center;
  color: white;
  background-color: #ef9bb2;
  font-size: 12px;
  padding: 40px 20px;
}
@media (max-width: 650px) {
  footer {
    padding: 20px 20px;
  }
}
footer a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
