* {
  padding: 0;
  margin: 0;
}

@keyframes red-circles {
  60% {
    transform: translate(-100px, 0);
  }
  80%, 100% {
    transform: translate(-100px, 5px);
  }
}
@keyframes yellow-circles {
  50% {
    transform: translate(-90px, 0);
  }
  70%, 100% {
    transform: translate(-97px, 2px);
  }
}
@keyframes green-circles {
  70% {
    transform: translate(-100px, 0);
  }
  90%, 100% {
    transform: translate(-100px, 0);
  }
}
@keyframes rectangles {
  45% {
    opacity: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes text {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes showDonate {
  0% {
    display: none;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
    display: block;
  }
}
@keyframes akojenatom {
  10% {
    opacity: 0;
  }
  70% {
    opacity: 0.2;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
use {
  opacity: 0;
}

.animate-akojenatom {
  animation-name: akojenatom;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.animate-red-c {
  animation-name: red-circles;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.animate-yellow-c {
  animation-name: yellow-circles;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.animate-green-c {
  animation-name: green-circles;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.animate-rect {
  animation-name: rectangles;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.animate-cls-1 {
  animation-name: text;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.show-donate {
  animation-name: showDonate;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.s {
  fill: #4f4f4f;
}

body {
  display: block;
  font-family: "Roboto", sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/bg.jpg");
  background-size: 100% auto;
  background-position-y: -800px;
}
@media only screen and (max-width: 600px) {
  body {
    background-size: auto 100%;
  }
}

.bufet-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/bufet-bg.jpg");
  background-size: cover;
  background-position: top center;
}

.app {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../img/bg.jpg") !important;
}

.blacklist-alert {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  display: none;
}
.blacklist-alert #blacklist {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 300px;
  text-align: center;
  /* margin: 0 auto; */
  left: calc(50% - 180px);
  padding: 30px;
  top: 200px;
}
.blacklist-alert #blacklist button {
  margin-top: 10px;
  border: 1px solid red;
  padding: 10px 30px;
  border-radius: 10px;
}

.camera {
  width: 90%;
}
.camera img {
  height: 300px;
  width: auto;
}

.bottom_bar {
  background-color: #fff;
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.bottom_bar ul {
  background-color: #fff;
  display: flex;
  list-style: none;
}
.bottom_bar ul li {
  display: grid;
  text-align: center;
  position: relative;
  width: 25%;
  font-size: 15px;
  border-right: 1px solid;
}
.bottom_bar ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
}
.bottom_bar ul li a i {
  display: block;
  font-size: 20px;
  padding-bottom: 5px;
}
.bottom_bar ul .blog span {
  background: red;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 5px;
  font-size: 7px;
  border: none;
  text-transform: uppercase;
}

.corona {
  background: #fff;
  width: 100%;
}
.corona h1 {
  text-align: center;
  padding: 10px;
}
.corona .corona-content {
  margin: 0 auto;
  width: 90%;
  height: 4.2rem;
  padding: 10px 10px 60px 10px;
}
.corona .corona-content a {
  width: 24%;
  height: 100%;
  position: relative;
  display: inline-block;
  background-size: auto 100%;
}
.corona .corona-content .text-links {
  color: #586b88;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  top: -22px;
  font-size: 27px;
}
.corona .corona-content .header__logo-a {
  background: url("https://www.zostanzdravy.sk/images/base/logo.svg") no-repeat 50%;
}
.corona .corona-content .header__logo_korona-a {
  background: url("https://korona-info.sk/img/logo.svg") no-repeat 50%;
}

.menu {
  position: fixed;
  height: 80px;
  z-index: 999;
  background-color: #fff;
  font-family: sans-serif;
  display: inline-flex;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.menu .logo {
  padding: 10px;
  cursor: pointer;
}
.menu .logo-app {
  padding: 10px;
  cursor: pointer;
}
.menu .desktop {
  top: 35px;
  list-style: none;
  text-align: right;
  position: absolute;
  right: 20px;
}
.menu .desktop li {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  bottom: 11px;
}
.menu .desktop li svg {
  position: relative;
  top: 20px;
  cursor: pointer;
}
.menu .desktop .basic {
  font-family: "Roboto", sans-serif;
}
.menu .desktop .basic a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 7px;
}
.menu .desktop .basic a:hover {
  border-bottom: 1px solid;
}
.menu .desktop .donate {
  font-family: "Roboto", sans-serif;
}
.menu .desktop .donate a {
  text-decoration: none;
  color: red;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 7px;
}
.menu .desktop .donate a b {
  background: #fff;
  padding: 0 15px;
  position: relative;
  font-weight: 200;
  left: -15px;
  color: red;
  font-size: 150%;
  top: 3px;
  border-right: 1px solid red;
}
.menu .mobile {
  list-style: none;
  text-align: right;
  position: absolute;
  right: 20px;
}
.menu .mobile li {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  bottom: 11px;
}
.menu .mobile li svg {
  position: relative;
  top: 20px;
  cursor: pointer;
}
.menu .mobile .donate {
  font-family: "Roboto", sans-serif;
}
.menu .mobile .donate a {
  text-decoration: none;
  color: red;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 7px;
}
.menu .mobile .donate a b {
  background: #fff;
  padding: 0 15px;
  position: relative;
  font-weight: 200;
  left: -15px;
  color: red;
  font-size: 150%;
  top: 3px;
  border-right: 1px solid red;
}

.right-menu {
  position: fixed;
  right: -150px;
  width: 150px;
  height: 100%;
  background-color: #fff;
  z-index: 888;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-menu ul {
  list-style-type: none;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.right-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid grey;
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 800;
}
.right-menu ul li a {
  text-decoration: none;
  color: grey;
}
.right-menu ul li:last-child {
  border-bottom: none;
}

.active {
  right: 0;
}

.active-map {
  display: block;
}

.hide-map {
  display: none;
}

.content {
  padding-top: 76px;
  font-family: "Roboto", sans-serif;
}

.section-stavy {
  padding: 60px 0;
  min-height: 300px;
}
.section-stavy .stavy {
  margin: 0 auto;
  width: 504px;
}
.section-stavy .stavy .stav {
  display: inline-block;
  margin: 0 auto;
}
.section-stavy .stavy .stav h1 {
  font-size: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section-stavy .stavy .stav .state {
  height: 140px;
  width: 200px;
  padding: 20px;
  margin: 20px auto;
  font-weight: bold;
  opacity: 0.7;
}
.section-stavy .stavy .stav .state img {
  height: 50px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
.section-stavy .stavy .stav .state h2 {
  margin: 0 auto;
  font-size: 150%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.section-stavy .stav-diskusia {
  text-align: center;
}
.section-stavy .stav-diskusia .stav {
  display: inline-block;
  margin: 0 auto;
}
.section-stavy .stav-diskusia .stav p {
  font-size: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section-stavy .stav-diskusia .stav .state {
  height: 140px;
  width: 200px;
  padding: 20px;
  margin: 20px auto;
  font-weight: bold;
  opacity: 0.7;
}
.section-stavy .stav-diskusia .stav .state img {
  height: 50px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
.section-stavy .stav-diskusia .stav .state p {
  margin: 0 auto;
  font-size: 150%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.section-stavy .stav-diskusia .alert {
  position: relative;
  top: -122px;
}
.section-stavy .stav-diskusia .alert .state {
  height: 140px;
  width: 400px;
  padding: 20px;
  margin: 20px auto;
  font-weight: normal;
  opacity: 0.7;
}
.section-stavy .stav-diskusia .alert .state p {
  text-transform: none;
}

.date {
  width: 100%;
  text-align: center;
  color: #fff;
}
.change {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.change a {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 150%;
}
.change p {
  margin-top: 20px;
  color: #fff;
}
.change button {
  width: 150px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 130%;
  cursor: pointer;
}
.change .banned {
  width: 80%;
  text-align: center;
  margin: 20px auto;
}
.change .banned a {
  color: red;
  border: none;
  font-size: 100%;
}

.s1 {
  border: 5px solid #067c06;
  background-color: #067c06;
}

.s2 {
  border: 5px solid #fff568;
  background-color: #fff568;
}

.s3 {
  border: 5px solid #cb7208;
  background-color: #cb7208;
}

.s4 {
  border: 5px solid #d90505;
  background-color: #d90505;
}

.s5 {
  border: 5px solid #5f1718;
  background-color: #5f1718;
}

.salert {
  width: 90%;
  margin: 0 auto;
}
.salert p {
  border: 5px solid #5f1718;
  background-color: #5f1718;
  text-align: center;
  padding: 10px;
  color: white;
  margin: 10px auto;
}

#twitch-embed {
  width: 100%;
  height: 100%;
}
#twitch-embed iframe {
  width: 100% !important;
  height: 100% !important;
}

#twitch-embed-app {
  width: 100%;
  height: 300px;
}
#twitch-embed-app iframe {
  width: 100% !important;
  height: 300px !important;
}

#myVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  filter: blur(5px);
}

.vid-cover {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -50;
  background: rgba(20, 30, 40, 0.7);
  transform: translate(-50%, -50%);
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  display: none;
}
.modal .closed {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.modal #content-odoprave-prehlad {
  width: 80%;
  height: 700px;
  margin: 50px auto;
  background: white;
}
.modal #content-odoprave-prehlad iframe {
  height: 700px;
}

.modal-kamera {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  display: none;
}
.modal-kamera .closed-camera {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.modal-kamera #content-camera {
  width: 80%;
  height: 700px;
  margin: 50px auto;
  background: white;
}
.modal-kamera #content-camera a {
  color: #fff;
}
.modal-kamera #content-camera iframe {
  height: 700px;
}

.time {
  width: 100%;
  background: white;
  margin: 0 auto;
  display: grid;
}
.time iframe {
  width: 80%;
  margin: 0 auto;
  pointer-events: none;
}
.time .only-time {
  min-height: 250px;
  margin-top: -90px;
  pointer-events: none;
}
.time .only-road {
  z-index: 1;
  height: 195px;
  pointer-events: none;
}
.time .odoprave-info {
  text-align: center;
  text-decoration: none;
  color: green;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 7px;
  width: 300px;
  margin: 20px auto;
  cursor: pointer;
}
.time .odoprave {
  display: inline-flex;
  padding: 0 40px;
}
.time .odoprave img {
  height: 50px;
}

.kamera-kompa {
  text-align: center;
  text-decoration: none;
  color: green;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 7px;
  width: 300px;
  margin: 0 auto 30px auto;
  cursor: pointer;
}

.section-sponsores, .write-about {
  background: #fff;
  width: 100%;
}
.section-sponsores p, .write-about p {
  text-align: center;
  font-size: 200%;
  padding-top: 30px;
  text-transform: uppercase;
  color: #4f4f4f;
}
.section-sponsores ul, .write-about ul {
  padding: 40px 10px;
  width: 60%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.section-sponsores ul li, .write-about ul li {
  display: inline-block;
  padding: 0 10px;
}
.section-sponsores ul li a .fb, .write-about ul li a .fb {
  height: 100px;
}
.section-sponsores ul li a img, .write-about ul li a img {
  height: 100px;
  opacity: 0.5;
  transition: all 0.5s;
  filter: grayscale(50%);
}
.section-sponsores ul li a img:hover, .write-about ul li a img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.footer {
  background-color: #fff;
  height: 300px;
  display: block;
  font-family: "Roboto", sans-serif;
  background-image: url("../img/footer.png");
  background-size: 100% auto;
  background-position-y: -80px;
}
.footer .app {
  width: 100%;
  display: block;
}
.footer .app img {
  width: 100%;
}
.footer .bottom {
  width: 80%;
  margin: 0 auto;
  height: 150px;
  display: flex;
}
.footer .bottom .foot {
  width: 50%;
  padding: 60px 30px;
}
.footer .bottom .foot ul {
  list-style: none;
}
.footer .bottom .foot ul li:first-child {
  font-size: 200%;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.footer .bottom .foot ul li {
  color: wheat;
  font-size: 150%;
}
.footer .bottom .foot ul li a {
  color: wheat;
  text-decoration: none;
}
.footer .bottom .foot ul li .ig {
  position: relative;
  top: 5px;
}
.footer .bottom .contact {
  width: 50%;
  padding: 60px 30px;
}
.footer .bottom .contact p {
  font-size: 200%;
  text-transform: uppercase;
  font-weight: bold;
  color: mintcream;
}
.footer .bottom .contact p a {
  text-decoration: none;
  color: mintcream;
  font-weight: 200;
}
@media only screen and (max-width: 300px) {
  .footer .bottom .contact p a {
    font-size: 13px;
  }
}
.footer .bottom .contact ul {
  list-style: none;
  padding-top: 20px;
  text-align: right;
  position: relative;
}
.footer .bottom .contact ul li {
  display: inline-flex;
}
.footer .bottom .contact ul li i {
  font-size: 60px;
}
.footer .bottom .contact ul li .fa-facebook-square {
  color: #3B5998;
}
.footer .bottom .contact ul li .fa-instagram {
  color: #833AB4;
}
.footer .bottom .contact ul li .fa-twitter-square {
  color: #1dcaff;
}
.footer .bottom .contact ul li .fa-google-play {
  color: #fff;
}
.footer .copyright {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  top: 100px;
  color: #fff;
}
.footer .copyright .logom {
  width: 30px;
}

.ads-800-100 {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 800px;
  height: 100px;
  text-align: center;
  margin: 10px auto;
}

.ads-300-300 {
  display: none !important;
  width: 300px;
  height: 300px;
  text-align: center;
  margin: 10px auto;
}
.ads-300-300 h2 {
  font-size: 100%;
}

.ads-200-200 {
  display: none !important;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10px auto;
}
.ads-200-200 h2 {
  font-size: 100%;
}

.ads-100 {
  display: none !important;
  width: 100%;
  height: 100px;
  text-align: center;
  margin: 10px auto;
}
.ads-100 h2 {
  font-size: 100%;
}

.section-rip {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 50px 0;
}
.section-rip b {
  font-size: 200%;
}

.section-other {
  background-color: #fff;
  padding-bottom: 70px;
}
.section-other .other-data {
  width: 80%;
  margin: 0 auto;
}
.section-other .other-data .menu-data {
  display: flex;
}
.section-other .other-data .menu-data img {
  padding-top: 10px;
}
.section-other .other-data .menu-data i {
  position: relative;
  top: -15px;
  left: 10px;
  font-style: normal;
}
.section-other .other-data iframe {
  border: none;
}
.section-other .other-data ul {
  display: inline-flex;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.section-other .other-data ul li {
  width: 33.3333333333%;
  height: 60px;
  border-right: 1px solid #000;
  line-height: 4;
  cursor: pointer;
}
.section-other .other-data ul li:last-child {
  border-right: none;
}
.section-other .map-content {
  width: 100%;
  display: inline-flex;
}
.section-other .map-content .map {
  width: 50%;
}
.section-other .map-content .info {
  width: 50%;
}
.section-other .krimi {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.section-other .krimi a img {
  width: 50%;
  padding: 20px 0;
}

div #container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  overflow-x: hidden;
  /* resize and min-height are optional, allows user to resize viewable area */
  -webkit-resize: vertical;
  -moz-resize: vertical;
  resize: vertical;
  min-height: 317px;
}

#embed {
  width: 1245px;
  height: 900px;
  margin-left: -232px;
  margin-top: -97px;
  overflow: hidden;
  /* resize seems to inherit in at least Firefox */
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.fb-comments {
  background-color: #fff;
}

.one-line {
  line-height: 3.5;
}

.quote {
  background-color: #D0D0D0;
  font-family: "Crete Round", serif;
  text-align: center;
  padding: 60px 0;
}
.quote p {
  text-transform: uppercase;
  font-size: 200%;
  color: #4f4f4f;
}
.quote p i {
  position: relative;
  font-size: 200%;
  padding-right: 20px;
}
.quote p i:first-child {
  top: 40px;
}
.quote p i:last-child {
  top: 15px;
}
.quote span {
  position: absolute;
  right: 25%;
  font-size: 150%;
}

.section-timelina {
  text-align: center;
}
.section-timelina h1 {
  margin: 50px;
  color: #4298C3;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: relative;
}

#content {
  text-align: center;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 20px 0;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .pagination {
    width: 100%;
  }
}
.pagination li.disabled {
  opacity: 0.5;
}
.pagination li.active, .pagination li.active a {
  background: #000;
  color: #fff;
}
.pagination li {
  color: #000;
  margin: 0 5px;
  font-size: 15px;
  background: #fff;
  padding: 10px 0;
  border-radius: 10px;
  width: 60px;
  text-align: center;
}
.pagination li a {
  color: #000;
  text-decoration: none;
}

.blogcontent {
  background: #292929;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.topposts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  aspect-ratio: 2/1;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .topposts {
    grid-template-columns: 1fr 1fr;
  }
}
.topposts .toppost .blogpost .postimg {
  height: 100%;
}
.topposts .toppost .blogpost .postimg img {
  aspect-ratio: 1;
}
@media (min-width: 480px) {
  .topposts .toppost .blogpost .postimg .postdata h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.topposts .toppost .blogpost .postimg .postdata time {
  font-size: 12px;
  z-index: 5;
  left: 20px;
  color: #fff;
}
.topposts .smallposts {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 480px) {
  .topposts .smallposts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 480px) {
  .topposts .smallposts .blogpost:first-of-type {
    grid-area: 1/1/span 1/span 2;
    aspect-ratio: 2;
  }
  .topposts .smallposts .blogpost:first-of-type .postimg img {
    aspect-ratio: 2;
  }
}
.topposts .smallposts .blogpost .postimg {
  height: 100%;
}
.topposts .smallposts .blogpost .postimg img {
  aspect-ratio: 1;
}
.topposts .smallposts .blogpost .postimg .postdata time {
  font-size: 12px;
  color: #fff;
}

.otherposts {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .otherposts {
    grid-template-columns: 7fr 3fr;
  }
}
.otherposts .leftcnt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 480px) {
  .otherposts .leftcnt {
    grid-template-columns: 1fr 1fr;
  }
}
.otherposts .leftcnt .blogpost {
  height: 100%;
}
.otherposts .rightcnt {
  padding: 0 20px;
}
.otherposts .rightcnt a {
  display: block;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 450px) {
  .otherposts .rightcnt a img {
    max-width: 100%;
  }
}

.topposttitle {
  color: #FDFDFF;
  padding: 30px 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
@media only screen and (max-width: 300px) {
  .topposttitle {
    font-size: 13px;
  }
}

.blogpost {
  position: relative;
  color: #FDFDFF;
  width: 100%;
  height: 100%;
}
.blogpost .postimg {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.blogpost .postimg img {
  max-width: 100%;
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  transform: scale(1);
}
@media only screen and (max-width: 480px) {
  .blogpost .postimg img {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.blogpost .postimg .videolabel {
  z-index: 1;
  position: absolute;
  background-image: radial-gradient(circle 860px at 11.8% 33.5%, #f01e5c 0%, #f4314a 30.5%, #f94b25 56.1%, #fa5813 75.6%, #fd6602 100.2%);
  color: #fff;
  padding: 10px;
  width: 30%;
  text-align: center;
  right: 0;
}
.blogpost .postimg .postdata {
  padding: 20px;
  padding-top: 100px;
  background: #546A7B;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #546A7B 60%);
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
}
.blogpost .postimg .postdata h1 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: underline;
}
.blogpost .postimg .postdata time {
  font-size: 12px;
  z-index: 5;
  color: #fff;
}
.blogpost .postimg:hover img {
  transform: scale(1.1);
}
.blogpost h1 {
  padding: 10px 0 0 0;
}
.blogpost time {
  font-size: 12px;
}
.blogpost p {
  padding-top: 20px;
  margin-bottom: 30px;
  white-space: pre-line;
}
.blogpost .button {
  margin: 40px 0;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 5px;
}

.post-content {
  background: #fff;
}
.post-content .pcontent {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}
.post-content .pcontent h1 {
  font-size: 30px;
}
.post-content .pcontent img {
  width: 100%;
  max-height: 900px;
  margin: 20px 0;
  object-fit: contain;
}
.post-content .pcontent p {
  width: 80%;
  margin: 40px auto;
  font-size: 150%;
  white-space: pre-line;
}
.post-content .pcontent .center {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.post-content .pcontent .center video {
  width: 80%;
}

.about-us {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.about-us h2 {
  text-align: center;
  padding-top: 30px;
  font-size: 200%;
}
.about-us ul {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  list-style: none;
}
.about-us ul li {
  width: calc(20% - 65px);
  padding: 20px;
  min-height: 250px;
  display: inline-flex;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14);
  margin: 10px;
}
@media only screen and (max-width: 1250px) {
  .about-us ul li {
    width: calc(25% - 65px);
    min-height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-us ul li {
    width: calc(50% - 65px);
    min-height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .about-us ul li {
    width: calc(100% - 65px);
    min-height: 200px;
  }
}
.about-us ul li a {
  color: #666;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  display: block;
}
.about-us ul li a i {
  height: 100px;
  width: auto;
  text-align: center;
  font-size: 500%;
  display: block;
  margin: 0 auto;
  color: #0078ff;
}
.about-us ul li a .fa-facebook {
  color: #0078ff;
}
.about-us ul li a .fa-facebook-messenge {
  color: #0078ff;
}
.about-us ul li a .fa-instagram {
  color: #8134af;
}
.about-us ul li a .fa-google-play {
  color: #66be69;
}
.about-us ul li a .fa-app-store-ios {
  color: #2196f3;
}
.about-us ul li a .fa-youtube {
  color: #e62117;
}
.about-us ul li a .fa-twitch {
  color: #6441a5;
}
.about-us ul li a p {
  font-size: 100%;
  line-height: 20px;
}

/* Timeline */
.timeline {
  border-left: 4px solid #4298C3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: fade(white, 3%);
  color: fade(white, 80%);
  font-family: "Source Sans Pro", sans-serif;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 30%;
}
.timeline h1, .timeline h2, .timeline h3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-size: 1.4em;
  color: #4298C3;
}
.timeline .event {
  border-bottom: 1px dashed fade(white, 10%);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event p {
  color: white;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before, .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
  color: white;
}
.timeline .event:before {
  left: -217.5px;
  color: fade(white, 40%);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #4298C3;
  left: -57.85px;
  background: white;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.googleplay {
  position: relative;
  display: block;
  width: 46px;
  height: 52px;
  top: 3px;
}
.googleplay .gpseg01 {
  position: absolute;
  display: block;
  width: 27px;
  height: 52px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}
.googleplay .gpseg01:before {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  top: 8px;
  left: -18px;
  -webkit-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #207cb0;
  background: -moz-linear-gradient(-45deg, #207cb0 0%, #55e4cd 50%, #63ffd4 99%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #207cb0), color-stop(50%, #55e4cd), color-stop(99%, #63ffd4));
  background: -webkit-linear-gradient(-45deg, #207cb0 0%, #55e4cd 50%, #63ffd4 99%);
  background: -o-linear-gradient(-45deg, #207cb0 0%, #55e4cd 50%, #63ffd4 99%);
  background: -ms-linear-gradient(-45deg, #207cb0 0%, #55e4cd 50%, #63ffd4 99%);
  background: linear-gradient(135deg, #207cb0 0%, #55e4cd 50%, #63ffd4 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#207cb0", endColorstr="#63ffd4",GradientType=1 );
}
.googleplay .gpseg02 {
  position: absolute;
  display: block;
  width: 46px;
  height: 26px;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.googleplay .gpseg02:before {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 26px;
  top: 12px;
  left: -10px;
  -webkit-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #4bc3ae;
  background: -moz-linear-gradient(left, #4bc3ae 0%, #a0e8a6 50%, #d6ffa1 75%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4bc3ae), color-stop(50%, #a0e8a6), color-stop(75%, #d6ffa1));
  background: -webkit-linear-gradient(left, #4bc3ae 0%, #a0e8a6 50%, #d6ffa1 75%);
  background: -o-linear-gradient(left, #4bc3ae 0%, #a0e8a6 50%, #d6ffa1 75%);
  background: -ms-linear-gradient(left, #4bc3ae 0%, #a0e8a6 50%, #d6ffa1 75%);
  background: linear-gradient(to right, #4bc3ae 0%, #a0e8a6 50%, #d6ffa1 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4bc3ae", endColorstr="#d6ffa1",GradientType=1 );
}
.googleplay .gpseg03 {
  position: absolute;
  display: block;
  width: 46px;
  height: 26px;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.googleplay .gpseg03:before {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 26px;
  top: -12px;
  left: -10px;
  -webkit-border-radius: 4px 0px 4px 0px;
  border-radius: 0px 4px 0px 4px;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #9a35c2;
  background: -moz-linear-gradient(left, #9a35c2 0%, #d13e6a 50%, #e2414f 75%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9a35c2), color-stop(50%, #d13e6a), color-stop(75%, #e2414f));
  background: -webkit-linear-gradient(left, #9a35c2 0%, #d13e6a 50%, #e2414f 75%);
  background: -o-linear-gradient(left, #9a35c2 0%, #d13e6a 50%, #e2414f 75%);
  background: -ms-linear-gradient(left, #9a35c2 0%, #d13e6a 50%, #e2414f 75%);
  background: linear-gradient(to right, #9a35c2 0%, #d13e6a 50%, #e2414f 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a35c2", endColorstr="#e2414f",GradientType=1 );
}
.googleplay .gpseg04 {
  position: absolute;
  display: block;
  width: 8px;
  height: 16px;
  top: 18px;
  right: 14px;
  z-index: 3;
  overflow: hidden;
}
.googleplay .gpseg04:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fc887a;
  background: -moz-linear-gradient(-45deg, #fc887a 0%, #ffc474 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fc887a), color-stop(100%, #ffc474));
  background: -webkit-linear-gradient(-45deg, #fc887a 0%, #ffc474 100%);
  background: -o-linear-gradient(-45deg, #fc887a 0%, #ffc474 100%);
  background: -ms-linear-gradient(-45deg, #fc887a 0%, #ffc474 100%);
  background: linear-gradient(135deg, #fc887a 0%, #ffc474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc887a", endColorstr="#ffc474",GradientType=1 );
}
.googleplay .gpseg05 {
  position: absolute;
  display: block;
  width: 14px;
  height: 20px;
  top: 16px;
  right: 0;
  z-index: 3;
  overflow: hidden;
}
.googleplay .gpseg05:before {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  top: -4px;
  left: -20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: scale(1, 0.5) rotate(45deg);
  -webkit-transform: scale(1, 0.5) rotate(45deg);
  -o-transform: scale(1, 0.5) rotate(45deg);
  -ms-transform: scale(1, 0.5) rotate(45deg);
  transform: scale(1, 0.5) rotate(45deg);
  background: #ff8577;
  background: -moz-linear-gradient(left, #ff8577 30%, #ffc874 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ff8577), color-stop(100%, #ffc874));
  background: -webkit-linear-gradient(left, #ff8577 30%, #ffc874 100%);
  background: -o-linear-gradient(left, #ff8577 30%, #ffc874 100%);
  background: -ms-linear-gradient(left, #ff8577 30%, #ffc874 100%);
  background: linear-gradient(to right, #ff8577 30%, #ffc874 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8577", endColorstr="#ffc874",GradientType=1 );
}

.form-content {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.form-content .close-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
}
.form-content .close-layer .close-button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.form-content .close-layer .close-button i {
  font-size: 35pt;
  color: white;
  text-align: center;
}
.form-content .formik {
  position: relative;
  top: 12.5%;
  padding: 10px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.form-content .formik h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  font-size: 300%;
}
.form-content .formik h3 {
  padding-top: 40px;
}
.form-content .formik #update {
  text-align: center;
  width: 200px;
  height: 40px;
  margin: 20px auto;
  background: none;
  color: white;
  border-radius: 5px;
  font-size: 15pt;
  border: 2px solid;
  cursor: pointer;
  outline: none;
}
.form-content .formik ul {
  list-style: none;
  width: 620px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.form-content .formik ul li {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 120px;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 80%;
}
.form-content .formik ul li .regular-radio {
  display: none;
}
.form-content .formik ul li .regular-radio + label {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 100%;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-content .formik ul li .regular-radio:checked + label {
  background: #bec0c2;
}
.form-content .formik ul li:nth-child(1) label {
  border: 4px solid #067c06;
}
.form-content .formik ul li:nth-child(2) label {
  border: 4px solid #fff568;
}
.form-content .formik ul li:nth-child(3) label {
  border: 4px solid #cb7208;
}
.form-content .formik ul li:nth-child(4) label {
  border: 4px solid #d90505;
}
.form-content .formik ul li:nth-child(5) label {
  border: 4px solid #5f1718;
}

.formik_app {
  position: relative;
  top: 12.5%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.formik_app h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  font-size: 150%;
}
.formik_app h3 {
  padding-top: 40px;
}
.formik_app #update {
  text-align: center;
  display: grid;
  width: 200px;
  height: 40px;
  margin: 20px auto;
  background: none;
  color: white;
  border-radius: 5px;
  font-size: 15pt;
  border: 2px solid;
  cursor: pointer;
  outline: none;
}
.formik_app ul {
  list-style: none;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.formik_app ul li {
  text-align: center;
  margin: 0 auto;
  width: 120px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 80%;
}
.formik_app ul li .regular-radio {
  display: none;
}
.formik_app ul li .regular-radio + label {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 100%;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.formik_app ul li .regular-radio:checked + label {
  background: #bec0c2;
}
.formik_app ul li:nth-child(1) label {
  border: 4px solid #067c06;
}
.formik_app ul li:nth-child(2) label {
  border: 4px solid #fff568;
}
.formik_app ul li:nth-child(3) label {
  border: 4px solid #cb7208;
}
.formik_app ul li:nth-child(4) label {
  border: 4px solid #d90505;
}
.formik_app ul li:nth-child(5) label {
  border: 4px solid #5f1718;
}

@media all and (max-width: 600px) {
  .section-other .other-data .menu-data {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .ads-800-100 {
    display: none;
  }

  .ads-200-200 {
    display: block !important;
  }

  .ads-300-300 {
    display: block !important;
  }

  .ads-100 {
    display: block !important;
  }

  #content-camera {
    height: 300px !important;
  }
  #content-camera iframe {
    height: 300px !important;
  }

  .time .odoprave {
    display: contents;
    padding: 0 40px;
  }
  .time .odoprave p {
    text-align: center;
    padding: 10px;
  }
  .time .odoprave img {
    width: 80%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    padding: 10px;
  }

  #container {
    background-color: #fff;
  }

  .section-stavy .stavy {
    width: 100%;
  }
  .section-stavy .stavy .stav {
    display: block;
    margin: 0 auto;
    width: 50%;
    float: left;
  }
  .section-stavy .stavy .stav img {
    height: 50px;
    width: auto;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
  }
  .section-stavy .stavy .stav h1 {
    font-size: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    height: 50px;
  }
  .section-stavy .stavy .stav .state {
    height: 140px;
    width: 75%;
    padding: 20px;
    margin: 20px auto;
    font-weight: bold;
    opacity: 0.7;
    border: none;
  }
  .section-stavy .stavy .stav .state img {
    height: 50px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .section-stavy .stav-diskusia {
    display: inline-flex;
    width: 100%;
    text-align: center;
  }
  .section-stavy .stav-diskusia .stav {
    display: block;
    position: relative;
    top: 0;
    width: 50%;
    padding: 5px;
  }
  .section-stavy .stav-diskusia .stav .state {
    height: 140px;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    font-weight: normal;
    opacity: 0.7;
    border: 0;
  }
  .section-stavy .stav-diskusia .stav .state img {
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    width: 80%;
  }
  .section-stavy .alert {
    padding: 10px 0;
    color: #fff;
  }
  .section-stavy .alert p {
    text-align: center;
  }

  .section-timelina #content .timeline {
    border-left: 4px solid #4298C3;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 50%;
    margin-left: 100px;
  }
  .section-timelina #content .timeline .event {
    margin-bottom: 0;
  }
  .section-timelina #content .timeline .event:before, .section-timelina #content .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
    color: white;
    white-space: pre;
  }
  .section-timelina #content .timeline .event:before {
    left: -190.5px;
    min-width: 90px;
  }

  .section-sponsores ul {
    width: auto;
  }
  .section-sponsores ul li a img {
    height: 70px;
  }

  .footer {
    height: auto;
    display: block;
    background-position-y: 0;
    background-size: auto 100%;
  }
  .footer .bottom {
    width: 80%;
    height: auto;
    display: block;
  }
  .footer .bottom .foot {
    width: 100%;
    padding: 60px 0;
  }
  .footer .bottom .contact {
    width: 100%;
    padding: 0;
  }
  .footer .bottom .contact p {
    font-size: 100%;
  }
  .footer .bottom .contact ul {
    text-align: left;
  }
  .footer .bottom .contact ul li a svg {
    top: 10px;
  }
  .footer .copyright {
    top: 0;
  }

  .menu ul {
    opacity: 0;
  }
  .menu ul .show-donate {
    animation-name: showDonate;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-iteration-count: 1;
  }

  .form-content .formik {
    padding: 0;
    width: 80%;
  }
  .form-content .formik h2 {
    font-size: 100%;
  }
  .form-content .formik ul {
    display: inline-flex;
    width: 100%;
  }
  .form-content .formik ul li {
    width: 20%;
    font-size: 50%;
  }
  .form-content .formik ul li .regular-radio + label {
    width: 20px;
    height: 20px;
  }
  .form-content .formik h3 {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 80%;
  }
}
.black-color {
  color: #000;
}
.black-color .section-sponsores ul li a .fb, .black-color .write-about ul li a .fb {
  height: auto;
}
.black-color .section-sponsores ul li a img, .black-color .write-about ul li a img {
  height: auto;
  width: 60%;
  opacity: 0.5;
  transition: all 0.5s;
  filter: grayscale(0%);
}
.black-color .section-timelina {
  width: 80%;
  position: relative;
  margin: 0 auto;
  left: 130px;
  text-align: center;
}
.black-color .section-timelina h1 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-size: 1.4em;
  color: #4298C3;
  position: relative;
}
.black-color .section-timelina #content .timeline {
  max-width: 50%;
}

#content-zjazd #container .flat-table {
  display: flex;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: auto;
  width: 90%;
  margin: 20px auto;
}
#content-zjazd #container .flat-table tbody {
  width: 100%;
}
#content-zjazd #container .flat-table tbody .value {
  background-color: #eeeeee;
  color: #6f6f6f;
  padding: 20px 30px;
}
#content-zjazd #container .flat-table tbody .nadpis {
  background-color: #4298C3;
  color: white;
  font-weight: normal;
  padding: 20px 30px;
  text-align: center;
}
#content-zjazd #container p {
  text-align: right;
  padding: 20px;
}

#content-korona {
  background: #fff;
}
#content-korona #container-korona {
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  -webkit-resize: vertical;
  -moz-resize: vertical;
  resize: vertical;
}
#content-korona #container-korona h1 {
  text-align: center;
  padding-top: 10px;
}
#content-korona #container-korona .flat-table {
  display: flex;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: auto;
  width: 90%;
  margin: 0 auto;
}
#content-korona #container-korona .flat-table tbody {
  width: 100%;
}
#content-korona #container-korona .flat-table tbody th {
  width: 16.6666666667%;
}
#content-korona #container-korona .flat-table tbody .nadpis {
  background-color: #ed6f72;
  color: white;
  font-weight: normal;
  padding: 20px 30px;
  text-align: center;
}
#content-korona #container-korona .flat-table tbody .odkaz {
  background: #fff;
  color: white;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
}
#content-korona #container-korona .flat-table tbody .odkaz a {
  width: 100%;
  height: 60px;
  position: relative;
  display: inline-block;
}
#content-korona #container-korona .flat-table tbody .odkaz .text-links {
  color: #586b88;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 30px;
  font-size: 13px;
}
#content-korona #container-korona .flat-table tbody .odkaz .text-links b {
  font-size: 20px;
}
#content-korona #container-korona .flat-table tbody .odkaz .header__logo-a {
  background: url("https://www.zostanzdravy.sk/images/base/logo.svg") no-repeat 50%;
  background-size: 100% auto;
}
#content-korona #container-korona .flat-table tbody .odkaz .header__logo_korona-a {
  background: url("https://korona-info.sk/img/logo.svg") no-repeat 50%;
  background-size: 100% auto;
}
#content-korona #container-korona .flat-table tbody .odkaz .header__logo_usirusko-a {
  background: url("https://usirusko.sk/cherry-no-comments.png") no-repeat 50%;
  background-size: auto 100%;
  color: #586b88;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 130px;
}
#content-korona #container-korona p {
  text-align: right;
  padding: 20px;
}

.bannerblog {
  background: #fff;
}
.bannerblog .blogbanner {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .bannerblog .blogbanner {
    width: 100%;
  }
}
.bannerblog .blogbanner li {
  width: calc(25% - 30px);
  min-height: 300px;
  list-style: none;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14);
  position: relative;
  margin: 10px;
  display: inline-grid;
}
@media only screen and (max-width: 900px) {
  .bannerblog .blogbanner li {
    width: calc(100% - 30px);
  }
}
.bannerblog .blogbanner li img {
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-position: center center;
}
.bannerblog .blogbanner li .videolabel {
  position: absolute;
  background: red;
  color: #fff;
  padding: 5px 20px;
  right: 20px;
}
.bannerblog .blogbanner li a {
  text-decoration: none;
  color: #000;
}
.bannerblog .blogbanner li h3 {
  font-size: 20px;
  padding: 5px 20px;
}
.bannerblog .blogbanner li time {
  padding: 2px 20px;
}

.donate {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.donate p {
  padding: 10px 0;
}

@media all and (min-width: 901px) {
  ul.mobile {
    display: none;
  }
}

@media all and (max-width: 901px) {
  ul.desktop {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
