@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.clr {
  clear: both;
  float: none;
}

@font-face {
  font-family: "RobotoSlab regular";
  src: url("../font/RobotoSlab-Regular.eot");
  src: url("../font/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../font/RobotoSlab-Regular.woff") format("woff"), url("../font/RobotoSlab-Regular.ttf") format("truetype"), url("../font/RobotoSlab-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab light";
  src: url("../font/RobotoSlab-Light.eot");
  src: url("../font/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("../font/RobotoSlab-Light.woff") format("woff"), url("../font/RobotoSlab-Light.ttf") format("truetype"), url("../font/RobotoSlab-Light.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab thin";
  src: url("../font/RobotoSlab-Thin.eot");
  src: url("../font/RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"), url("../font/RobotoSlab-Thin.woff") format("woff"), url("../font/RobotoSlab-Thin.ttf") format("truetype"), url("../font/RobotoSlab-Thin.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab extralight";
  src: url("../font/RobotoSlab-ExtraLight.eot");
  src: url("../font/RobotoSlab-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../font/RobotoSlab-ExtraLight.woff") format("woff"), url("../font/RobotoSlab-ExtraLight.ttf") format("truetype"), url("../font/RobotoSlab-ExtraLight.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab bold";
  src: url("../font/RobotoSlab-Bold.eot");
  src: url("../font/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../font/RobotoSlab-Bold.woff") format("woff"), url("../font/RobotoSlab-Bold.ttf") format("truetype"), url("../font/RobotoSlab-Bold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat regular";
  src: url("../font/Montserrat-Regular.eot");
  src: url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype"), url("../font/Montserrat-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat extrabold";
  src: url("../font/Montserrat-ExtraBold.eot");
  src: url("../font/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-ExtraBold.woff") format("woff"), url("../font/Montserrat-ExtraBold.ttf") format("truetype"), url("../font/Montserrat-ExtraBold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat semibold";
  src: url("../font/Montserrat-SemiBold.eot");
  src: url("../font/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-SemiBold.woff") format("woff"), url("../font/Montserrat-SemiBold.ttf") format("truetype"), url("../font/Montserrat-SemiBold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat light";
  src: url("../font/Montserrat-Light.eot");
  src: url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: black;
  background-image: url("../img/background.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position-x: center;
  background-position-y: top;
}
body header {
  height: 130px;
  background-image: url("../img/menu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 500px) {
  body header {
    height: 240px;
  }
}
body header .zarovnani {
  max-width: 1188px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr 50px;
  grid-gap: 15px;
}
@media only screen and (max-width: 500px) {
  body header .zarovnani {
    grid-template-columns: 1fr;
  }
}
body header .zarovnani #logo {
  margin-top: 45px;
  display: block;
  background-image: url("../img/logo.svg?v=1");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 45px;
}
@media only screen and (max-width: 500px) {
  body header .zarovnani #logo {
    margin-top: 20px;
  }
}
body header .zarovnani #nav {
  position: relative;
}
body header .zarovnani #nav ul {
  text-align: right;
  list-style: none;
  margin-top: 57px;
}
@media only screen and (max-width: 500px) {
  body header .zarovnani #nav ul {
    margin-top: 20px;
  }
}
body header .zarovnani #nav ul li {
  display: inline-block;
  margin: 0px 15px;
  position: relative;
}
body header .zarovnani #nav ul li:first-child {
  margin-left: 0px;
}
body header .zarovnani #nav ul li:last-child {
  margin-right: 10px;
}
body header .zarovnani #nav ul li a {
  font-family: "RobotoSlab regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: 500ms;
  border-bottom: solid 2px transparent;
  padding-bottom: 2px;
}
body header .zarovnani #nav ul li a:hover, body header .zarovnani #nav ul li a.active {
  border-bottom: solid 2px #760000;
}
body header .zarovnani #nav ul li ul {
  position: absolute;
  background-color: #4D0000;
  top: 26px;
  margin-top: 0px;
  padding: 10px 8px 15px 8px;
  text-align: left;
  display: none;
  transition: 500ms;
  z-index: 999;
}
body header .zarovnani #nav ul li ul li {
  border-bottom: solid 2px #733737;
  margin: 0px;
  min-width: 120px;
  padding-left: 5px;
  margin-bottom: 5px;
}
body header .zarovnani #nav ul li ul li a {
  border-bottom: none;
  padding-bottom: 0px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0px;
  color: white;
  text-transform: initial;
}
body header .zarovnani #nav ul li ul li a:hover {
  border-bottom: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 980px) {
  body header .zarovnani #nav ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }
  body header .zarovnani #nav ul li {
    display: block;
    margin: 0px;
    background: #4D0000;
    border-bottom: none !important;
    text-align: center;
  }
  body header .zarovnani #nav ul li:last-child {
    margin-right: 0px;
  }
  body header .zarovnani #nav ul li a {
    padding: 10px 0px;
    color: white;
    display: block;
    border-bottom: none;
    border-bottom: solid 1px #a6a7af !important;
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: white;
  }
  body header .zarovnani #nav ul li a:hover {
    background-color: rgba(255, 0, 0, 0.5);
  }
  body header .zarovnani #nav ul li ul {
    display: block !important;
    position: relative;
    top: 0px;
    padding: 0px;
    text-align: center;
  }
  body header .zarovnani #nav ul li ul li {
    display: block;
    margin: 0px;
    background: #4D0000;
    border-bottom: none !important;
    text-align: center;
    padding: 0px !important;
  }
  body header .zarovnani #nav ul li ul li:last-child {
    margin-right: 0px;
  }
  body header .zarovnani #nav ul li ul li a {
    padding: 10px 0px !important;
    color: white;
    display: block;
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    transition: 500ms;
    border-bottom: solid 2px #000;
    padding-bottom: 2px;
    border-bottom: solid 1px #a6a7af !important;
  }
  body header .zarovnani #nav ul li ul li a:hover {
    border-bottom: solid 2px #760000;
    letter-spacing: initial;
    background-color: rgba(255, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 980px) {
  body header .zarovnani #nav #hamburger {
    display: block;
    width: 62px;
    height: 50px;
    position: relative;
    margin-left: calc(50% - 31px);
    top: 50px;
    cursor: pointer;
  }
  body header .zarovnani #nav #hamburger span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: 500ms;
  }
  body header .zarovnani #nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body header .zarovnani #nav #hamburger span:nth-child(2) {
    top: 16px;
  }
  body header .zarovnani #nav #hamburger span:nth-child(3) {
    top: 32px;
  }
  body header .zarovnani #nav #hamburger.open span:nth-child(1) {
    top: 20px;
    transform: rotateZ(135deg);
    background-color: red;
  }
  body header .zarovnani #nav #hamburger.open span:nth-child(2) {
    top: 20px;
    transform: rotateZ(45deg);
    background-color: red;
  }
  body header .zarovnani #nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: red;
  }
}
@media only screen and (max-width: 980px) and (max-width: 500px) {
  body header .zarovnani #nav #hamburger {
    top: 10px;
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani #nav #hamburger {
    margin: 0px auto;
  }
}
body header .zarovnani #socials {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
@media only screen and (max-width: 500px) {
  body header .zarovnani #socials {
    margin-top: 20px;
  }
}
body header .zarovnani #socials a {
  display: block;
  height: 20px;
  width: 20px;
  text-decoration: none;
  transition: 800ms;
}
body header .zarovnani #socials a.facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 500px) {
  body header .zarovnani #socials a.facebook {
    justify-self: right;
  }
}
body header .zarovnani #socials a.instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body header .zarovnani #socials a:hover {
  transform: scale(1.3);
}
body main #jimi_carousel {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  aspect-ratio: 2.133;
  margin-bottom: 80px;
}
body main #jimi_carousel .jimi_nav {
  position: absolute;
  bottom: 75px;
  left: calc(50% - 80px);
  width: 160px;
  z-index: 99;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body main #jimi_carousel .jimi_nav {
    display: none;
  }
}
body main #jimi_carousel .jimi_nav .navi {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #4E4E4F;
  margin-right: 6px;
  transition: 500ms;
  cursor: pointer;
}
body main #jimi_carousel .jimi_nav .navi.active, body main #jimi_carousel .jimi_nav .navi:hover {
  background-color: white;
}
@media only screen and (max-width: 1280px) {
  body main #jimi_carousel .jimi_nav {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1000px) {
  body main #jimi_carousel .jimi_nav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 670px) {
  body main #jimi_carousel .jimi_nav {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  body main #jimi_carousel .jimi_arrow_nav {
    display: none;
  }
}
body main #jimi_carousel .jimi_arrow_nav .prev {
  position: absolute;
  background-image: url("../img/sipka_leva.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 30px;
  height: 60px;
  z-index: 998;
  top: calc(50% - 30px);
  left: 70px;
  cursor: pointer;
  transition: 700ms;
}
body main #jimi_carousel .jimi_arrow_nav .prev:hover {
  transform: translateX(-10px) scale(1.1);
}
@media only screen and (max-width: 1280px) {
  body main #jimi_carousel .jimi_arrow_nav .prev {
    transform: scale(0.8);
  }
}
body main #jimi_carousel .jimi_arrow_nav .next {
  position: absolute;
  background-image: url("../img/sipka_prava.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 30px;
  height: 60px;
  z-index: 998;
  top: calc(50% - 30px);
  right: 70px;
  cursor: pointer;
  transition: 700ms;
}
body main #jimi_carousel .jimi_arrow_nav .next:hover {
  transform: translateX(10px) scale(1.1);
}
@media only screen and (max-width: 1280px) {
  body main #jimi_carousel .jimi_arrow_nav .next {
    transform: scale(0.8);
  }
}
body main #jimi_carousel .jimi_slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2.133;
  overflow: hidden;
}
body main #jimi_carousel .jimi_slide .slide {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.9s ease;
}
body main #jimi_carousel .jimi_slide .slide.last-active {
  left: 0px;
  z-index: -1;
  transform: scale(0.8);
}
body main #jimi_carousel .jimi_slide .slide.active {
  opacity: 1 !important;
  z-index: 1 !important;
  left: 0px !important;
  transform: scale(1) !important;
}
body main #jimi_carousel .jimi_slide .slide.active .wrap .shadow {
  display: block;
  z-index: 99;
}
body main #jimi_carousel .jimi_slide .slide.last-active {
  left: -100%;
  opacity: 0;
  transform: scale(0.8);
}
body main #jimi_carousel .jimi_slide .slide .wrap .content {
  position: absolute;
  max-width: 1188px;
  width: 100%;
  top: 365px;
  left: calc(50% - 599px);
  text-align: center;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content p {
  display: block;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content h2 {
  display: inline-block;
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
  color: white;
  background-color: red;
  margin-top: 15px;
  width: auto;
  padding: 20px 40px;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content a {
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px white;
  padding: 10px 20px;
  transition: 700ms;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content a:hover {
  background-color: white;
  color: black;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content .ctas {
  margin-top: 15px;
  text-align: center;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content .ctas a {
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px white;
  padding: 10px 20px;
  transition: 700ms;
}
body main #jimi_carousel .jimi_slide .slide .wrap .content .ctas a:hover {
  background-color: white;
  color: black;
}
@media only screen and (max-width: 1500px) {
  body main #jimi_carousel .jimi_slide .slide .wrap .content {
    transform: scale(0.8);
    top: 300px;
  }
}
@media only screen and (max-width: 1280px) {
  body main #jimi_carousel .jimi_slide .slide .wrap .content {
    transform: scale(0.6);
    top: 200px;
    left: 0%;
  }
}
@media only screen and (max-width: 900px) {
  body main #jimi_carousel .jimi_slide .slide .wrap .content {
    top: 100px;
  }
}
@media only screen and (max-width: 670px) {
  body main #jimi_carousel .jimi_slide .slide .wrap .content {
    transform: scale(0.5);
  }
  body main #jimi_carousel .jimi_slide .slide .wrap .content h2 {
    font-family: "Montserrat extrabold";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    color: white;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 570px) {
  body main #jimi_carousel .jimi_slide .slide .wrap .content {
    top: 50px;
  }
}
@media only screen and (max-width: 520px) {
  body main #jimi_carousel .jimi_slide .slide .wrap .content {
    top: -20px;
  }
}
body main .formatovani_textu {
  max-width: 860px;
  margin: 35px auto;
  text-align: center;
}
body main .formatovani_textu h1 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu h1.center {
  text-align: center;
}
body main .formatovani_textu h2 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  padding-top: 60px;
  position: relative;
}
body main .formatovani_textu h2::after {
  content: "";
  display: block;
  margin: 20px auto 0px auto;
  width: 210px;
  height: 2px;
  background-color: red;
}
body main .formatovani_textu h2.center {
  text-align: center;
}
body main .formatovani_textu h3 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  padding-top: 40px;
  position: relative;
}
body main .formatovani_textu h3.center {
  text-align: center;
}
body main .formatovani_textu h4 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  padding-top: 40px;
  position: relative;
}
body main .formatovani_textu h4.center {
  text-align: center;
}
body main .formatovani_textu h5 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  padding-top: 40px;
  position: relative;
}
body main .formatovani_textu h5.center {
  text-align: center;
}
body main .formatovani_textu p {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
  padding-top: 10px;
}
body main .formatovani_textu p.center {
  text-align: center;
}
body main .formatovani_textu p.vyrazny {
  background-color: white;
  padding: 35px 100px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu p.vyrazny {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
  }
}
@media only screen and (max-width: 720px) {
  body main .formatovani_textu p.vyrazny {
    padding: 15px 30px 15px 30px;
  }
}
body main .formatovani_textu p.vyrazny2 {
  background-color: #ff0000;
  padding: 35px 100px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: white;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu p.vyrazny2 {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: white;
  }
}
@media only screen and (max-width: 720px) {
  body main .formatovani_textu p.vyrazny2 {
    padding: 15px 30px 15px 30px;
  }
}
body main .formatovani_textu p:first-of-type.vyrazny {
  padding-top: 60px;
}
body main .formatovani_textu p strong, body main .formatovani_textu p b {
  font-family: "RobotoSlab bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p a:hover {
  text-decoration: none;
}
body main .formatovani_textu p a.a_vyrazny {
  color: #ff0000;
}
body main .formatovani_textu p a.a_nevyrazny {
  color: white;
  text-decoration: none;
}
body main .formatovani_textu p a.a_cta {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  margin: 10px;
}
body main .formatovani_textu p a.a_cta:hover {
  background-color: white;
  color: #ff0000;
}
body main .formatovani_textu p a.a_cta2 {
  display: inline-block;
  background-color: white;
  color: #ff0000;
  padding: 10px 20px;
  cursor: pointer;
  margin: 10px;
}
body main .formatovani_textu p a.a_cta2:hover {
  background-color: #ff0000;
  color: white;
}
body main .formatovani_textu p a.a_cta3 {
  display: inline-block;
  background-color: white;
  color: #000;
  padding: 10px 20px;
  cursor: pointer;
  margin: 10px;
}
body main .formatovani_textu p a.a_cta3:hover {
  background-color: #000;
  color: white;
}
body main .formatovani_textu p.maly_1 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.maly_2 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.maly_3 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.velky {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.velky_1 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.velky_2 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.velky_3 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu p.nejvetsi {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}
body main .formatovani_textu table td {
  border: solid 1px white;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table td img {
  width: 100%;
}
body main .formatovani_textu table td ol, body main .formatovani_textu table td ul {
  margin-left: 20px;
}
body main .formatovani_textu table td a {
  color: white;
}
@media only screen and (max-width: 420px) {
  body main .formatovani_textu table td {
    display: block;
    width: 100%;
  }
}
body main .formatovani_textu table.table_svetla {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}
body main .formatovani_textu table.table_svetla td {
  border: solid 1px white;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table.table_svetla a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table.table_svetla a:hover {
  text-decoration: none;
}
body main .formatovani_textu table.table_tmava {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}
body main .formatovani_textu table.table_tmava td {
  border: solid 1px white;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  background-color: white;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ff0000;
}
body main .formatovani_textu table.table_tmava td p {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ff0000;
}
body main .formatovani_textu table.table_tmava td p strong, body main .formatovani_textu table.table_tmava td p b {
  font-family: "RobotoSlab bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ff0000;
}
body main .formatovani_textu table.table_tmava td a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ff0000;
}
body main .formatovani_textu table.table_tmava td a:hover {
  text-decoration: none;
}
body main .formatovani_textu table.table_tmava td ol li, body main .formatovani_textu table.table_tmava td ul li {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ff0000;
}
body main .formatovani_textu img.img_vpravo {
  float: right;
  margin: 5px;
  max-width: 100%;
}
body main .formatovani_textu img.img_vlevo {
  float: left;
  margin: 5px;
  max-width: 100%;
}
body main .formatovani_textu img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}
body main .formatovani_textu .vyrazny_panel {
  background-color: white;
  padding: 25px 100px 55px 100px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  body main .formatovani_textu .vyrazny_panel {
    padding: 15px 30px 15px 30px;
  }
}
body main .formatovani_textu .vyrazny_panel h2 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: red;
  text-transform: uppercase;
  padding-top: 0px;
  position: relative;
}
body main .formatovani_textu .vyrazny_panel h2::after {
  display: none;
}
body main .formatovani_textu .vyrazny_panel ul {
  max-width: 640px;
  margin: 30px auto;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
}
@media only screen and (max-width: 600px) {
  body main .formatovani_textu .vyrazny_panel ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  body main .formatovani_textu .vyrazny_panel ul {
    grid-template-columns: 1fr;
    margin-left: 15px;
  }
}
body main .formatovani_textu .vyrazny_panel ul li {
  color: black;
}
body main .formatovani_textu .line {
  display: block;
  margin: 30px auto;
  width: 210px;
  height: 2px;
  background-color: red;
}
body main .formatovani_textu .grid_3_sloupce {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 55px;
}
@media only screen and (max-width: 970px) {
  body main .formatovani_textu .grid_3_sloupce {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  body main .formatovani_textu .grid_3_sloupce .sloupec {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
}
body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white {
  background-color: white;
  padding: 35px;
  min-height: 600px;
}
body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white h3 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  color: red;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white h3 {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: red;
  }
}
body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white p {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white p {
    padding-top: 10px;
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
  }
}
body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white a {
  margin-top: 50px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  display: block;
  cursor: pointer;
}
body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_3_sloupce .sloupec .wrap_white a {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
  }
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie {
  display: block;
  height: 490px;
  width: 100%;
  position: relative;
  line-height: 0px;
  font-size: 0px;
  transition: 800ms;
  margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_3_sloupce .sloupec .galerie {
    height: 390px;
  }
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie a img {
  display: none;
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie .obr_1 {
  display: block;
  width: 100%;
  height: 320px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_3_sloupce .sloupec .galerie .obr_1 {
    height: 220px;
  }
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie .obr_2 {
  display: inline-block;
  width: calc(50% - 6px);
  height: 158px;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie .obr_2.left {
  margin-left: 0px;
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie .obr_2.right {
  margin-right: 0px;
}
body main .formatovani_textu .grid_3_sloupce .sloupec .galerie img {
  display: none;
}
body main .formatovani_textu .grid_technicke_vybaveni {
  background-color: white;
  padding: 40px;
  margin-top: 30px;
}
body main .formatovani_textu .grid_technicke_vybaveni .radek_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_technicke_vybaveni .radek_3 {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body main .formatovani_textu .grid_technicke_vybaveni .radek_3 {
    display: block;
  }
}
body main .formatovani_textu .grid_technicke_vybaveni .radek_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  justify-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_technicke_vybaveni .radek_2 {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body main .formatovani_textu .grid_technicke_vybaveni .radek_2 {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  body main .formatovani_textu .grid_technicke_vybaveni .radek_2 div {
    display: block;
    max-width: 400px;
    margin: 20px auto;
  }
}
body main .formatovani_textu .grid_technicke_vybaveni .radek_2 div:first-child {
  justify-self: right;
}
body main .formatovani_textu .grid_technicke_vybaveni .radek_2 div:last-child {
  justify-self: left;
}
body main .formatovani_textu .grid_technicke_vybaveni h3 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  color: red;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_technicke_vybaveni h3 {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: red;
  }
}
body main .formatovani_textu .grid_technicke_vybaveni p {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_technicke_vybaveni p {
    padding-top: 10px;
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
  }
}
body main .formatovani_textu .grid_technicke_vybaveni a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
}
body main .formatovani_textu .grid_technicke_vybaveni a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .grid_technicke_vybaveni a {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
  }
}
body main .formatovani_textu .grid_technicke_vybaveni .odsazeni {
  display: block;
  width: 1px;
  height: 55px;
}
body main .formatovani_textu .vyber {
  text-align: center;
}
body main .formatovani_textu .vyber .jimi-select {
  position: relative;
  font-family: Arial;
  display: inline-block;
}
@media only screen and (max-width: 630px) {
  body main .formatovani_textu .vyber .jimi-select {
    margin: 10px;
  }
}
body main .formatovani_textu .vyber .jimi-select select {
  display: none;
}
body main .formatovani_textu .vyber .jimi-select .select-selected {
  background-color: red;
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: white;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  /*&.select-arrow-active:after {
      transform: translateY(-10px);
  }*/
}
body main .formatovani_textu .vyber .jimi-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 20px;
  height: 10px;
  background-image: url("../img/sipky_dolu.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  transition: 500ms;
}
body main .formatovani_textu .vyber .jimi-select .select-items div, body main .formatovani_textu .vyber .jimi-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
}
body main .formatovani_textu .vyber .jimi-select .select-items {
  position: absolute;
  background-color: rgba(255, 0, 0, 1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
}
body main .formatovani_textu .vyber .jimi-select .select-items div {
  padding-left: 10px;
  box-sizing: border-box;
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: white;
  border-bottom: solid 1px white;
}
body main .formatovani_textu .vyber .jimi-select .select-hide {
  display: none;
}
body main .formatovani_textu .vyber .jimi-select .select-items div:hover, body main .formatovani_textu .vyber .jimi-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
body main .formatovani_textu ul {
  text-align: left;
  margin-left: 20px;
}
body main .formatovani_textu ul li {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu .wrap {
  margin-top: 20px;
}
body main .formatovani_textu .wrap a .obr_1 {
  position: relative;
}
body main .formatovani_textu .wrap a .obr_1 .play {
  display: block;
  width: 73px;
  height: 72px;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
body main .formatovani_textu .vypis_videa {
  width: 100%;
  text-align: left;
  font-size: 0px;
  line-height: 0px;
}
body main .formatovani_textu .vypis_videa .video {
  width: calc(50% - 40px);
  height: auto;
  aspect-ratio: 2;
  margin: 15px;
}
@media only screen and (max-width: 720px) {
  body main .formatovani_textu .vypis_videa .video {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 420px) {
  body main .formatovani_textu .vypis_videa .video {
    width: calc(100% - 10px);
    margin: 5px;
  }
}
body main .formatovani_textu .vypis_galerie {
  width: 100%;
  text-align: left;
  font-size: 0px;
  line-height: 0px;
}
body main .formatovani_textu .vypis_galerie a {
  display: inline-block;
  vertical-align: middle;
  width: calc(25% - 40px);
  height: 300px;
  margin: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 800ms;
}
@media only screen and (max-width: 1200px) {
  body main .formatovani_textu .vypis_galerie a {
    height: 260px;
  }
}
@media only screen and (max-width: 1100px) {
  body main .formatovani_textu .vypis_galerie a {
    height: 220px;
  }
}
@media only screen and (max-width: 980px) {
  body main .formatovani_textu .vypis_galerie a {
    width: calc(33% - 40px);
  }
}
@media only screen and (max-width: 720px) {
  body main .formatovani_textu .vypis_galerie a {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 460px) {
  body main .formatovani_textu .vypis_galerie a {
    height: 180px;
  }
}
@media only screen and (max-width: 420px) {
  body main .formatovani_textu .vypis_galerie a {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
body main .formatovani_textu .vypis_galerie a:hover {
  transform: scale(1.03);
}
body main .formatovani_textu .vypis_galerie a img {
  display: none;
}
body main .zarovnani {
  max-width: 1528px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .zarovnani.z100p {
  max-width: 100%;
  width: 100%;
}
body main .zarovnani .chyba_programu {
  font-family: "RobotoSlab regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ff0000;
  text-align: center;
  padding-top: 50px;
}
body main .zarovnani #program {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}
@media only screen and (max-width: 1200px) {
  body main .zarovnani #program {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 830px) {
  body main .zarovnani #program {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  body main .zarovnani #program {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani #program a {
  width: 100%;
  height: 410px;
  position: relative;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  transition: 800ms;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a {
    height: 350px;
  }
}
@media only screen and (max-width: 1100px) {
  body main .zarovnani #program a {
    height: 280px;
  }
}
@media only screen and (max-width: 830px) {
  body main .zarovnani #program a:nth-child(3) {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 550px) {
  body main .zarovnani #program a:nth-child(3) {
    grid-column: span 1;
  }
}
body main .zarovnani #program a .datum {
  position: absolute;
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0px;
  color: red;
  left: 25px;
  bottom: 150px;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a .datum {
    font-size: 30px;
    line-height: 20px;
    bottom: 130px;
  }
}
body main .zarovnani #program a .nazev {
  position: absolute;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: white;
  left: 25px;
  height: 80px;
  max-width: 90%;
  overflow: hidden;
  bottom: 60px;
  text-transform: uppercase;
  transition: 800ms;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a .nazev {
    font-size: 30px;
    line-height: 35px;
    bottom: 40px;
  }
}
body main .zarovnani #program a .vyprodano {
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  color: red;
  background-color: white;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 230px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a .vyprodano {
    font-size: 20px;
    line-height: 30px;
  }
}
body main .zarovnani #program a .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 165px;
  grid-gap: 20px;
  height: 45px;
  background-color: red;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a .info {
    height: 30px;
    grid-template-columns: 1fr 145px;
  }
}
@media only screen and (max-width: 990px) {
  body main .zarovnani #program a .info {
    grid-template-columns: 1fr 125px;
  }
}
body main .zarovnani #program a .info .typ {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0px;
  color: white;
  padding-left: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a .info .typ {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 990px) {
  body main .zarovnani #program a .info .typ {
    padding-left: 5px;
  }
}
body main .zarovnani #program a .info .vice {
  font-family: "RobotoSlab extralight";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0px;
  color: white;
  text-align: right;
  padding-right: 20px;
  transition: 800ms;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #program a .info .vice {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 990px) {
  body main .zarovnani #program a .info .vice {
    padding-right: 5px;
  }
}
body main .zarovnani #program a:hover .nazev {
  transform: scale(1.05) translateX(10px);
}
body main .zarovnani #program a:hover .info .vice {
  transform: scale(1.1);
}
body main .zarovnani #program.nasledujici a .datum {
  bottom: 115px;
}
body main .zarovnani #program.nasledujici a .nazev {
  bottom: 25px;
}
body main .zarovnani #program.nasledujici.marginTop {
  margin-top: 105px;
  margin-bottom: 105px;
}
@media only screen and (max-width: 830px) {
  body main .zarovnani #program.nasledujici.marginTop a:nth-child(3) {
    grid-column: span 1;
  }
}
body main .zarovnani .kompletni_program {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: white;
  display: inline-block;
  width: calc(100% - 20px);
  text-align: right;
  margin-top: 40px;
  height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 800ms;
  background-image: url("../img/sipky_cervene.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  padding-right: 60px;
  margin-right: 20px;
}
body main .zarovnani .kompletni_program:hover {
  padding-right: 50px;
}
body main .zarovnani .kompletni_program.bottom_more {
  margin-bottom: 200px;
}
@media only screen and (max-width: 600px) {
  body main .zarovnani .kompletni_program {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
    color: white;
    height: 38px;
    padding-right: 40px;
    margin-right: 0px;
    width: 100%;
  }
  body main .zarovnani .kompletni_program:hover {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 420px) {
  body main .zarovnani .kompletni_program {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;
    height: 30px;
    padding-right: 30px;
    margin-right: 0px;
    width: 100%;
  }
  body main .zarovnani .kompletni_program:hover {
    padding-right: 20px;
  }
}
body main .zarovnani #detail_akce {
  background-color: white;
  padding: 55px 75px;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1080px) {
  body main .zarovnani #detail_akce {
    padding: 35px 45px;
  }
}
@media only screen and (max-width: 480px) {
  body main .zarovnani #detail_akce {
    padding: 10px 15px;
  }
}
body main .zarovnani #detail_akce .wrap .galerie {
  float: left;
  width: 460px;
  text-align: center;
  line-height: 0px;
  font-size: 0px;
}
body main .zarovnani #detail_akce .wrap .galerie a {
  display: inline-block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 150px;
  width: calc(50% - 12px);
  margin: 12px;
  position: relative;
}
body main .zarovnani #detail_akce .wrap .galerie a:nth-child(even) {
  margin-left: 0px;
}
body main .zarovnani #detail_akce .wrap .galerie a:nth-child(odd) {
  margin-right: 0px;
}
body main .zarovnani #detail_akce .wrap .galerie a.obr_v {
  width: 100%;
  margin: 0px;
  height: 530px;
}
body main .zarovnani #detail_akce .wrap .galerie a img {
  display: none;
}
body main .zarovnani #detail_akce .wrap .galerie a .vyprodano {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  background-color: white;
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: red;
}
@media only screen and (max-width: 1080px) {
  body main .zarovnani #detail_akce .wrap .galerie a .vyprodano {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .galerie {
    width: 360px;
  }
  body main .zarovnani #detail_akce .wrap .galerie a {
    height: 100px;
  }
  body main .zarovnani #detail_akce .wrap .galerie a.obr_v {
    height: 300px;
  }
}
@media only screen and (max-width: 950px) {
  body main .zarovnani #detail_akce .wrap .galerie {
    clear: both;
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
  }
}
body main .zarovnani #detail_akce .wrap .content {
  float: right;
  width: calc(100% - 460px - 90px);
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .content {
    width: calc(100% - 360px - 50px);
  }
}
@media only screen and (max-width: 1080px) {
  body main .zarovnani #detail_akce .wrap .content {
    width: calc(100% - 360px - 20px);
  }
}
@media only screen and (max-width: 950px) {
  body main .zarovnani #detail_akce .wrap .content {
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }
}
body main .zarovnani #detail_akce .wrap .content h1 {
  background-color: red;
  display: block;
  /*padding-top: 26px;
  padding-bottom: 26px;*/
  padding: 15px;
  height: auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
body main .zarovnani #detail_akce .wrap .content h1::after {
  display: none;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .content h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat extrabold";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    color: white;
  }
}
body main .zarovnani #detail_akce .wrap .content p {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: black;
  padding-left: 14px;
}
body main .zarovnani #detail_akce .wrap .content p.datum {
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: black;
  padding-top: 12px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .content p {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: black;
  }
  body main .zarovnani #detail_akce .wrap .content p.datum {
    font-family: "Montserrat extrabold";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
    color: black;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  body main .zarovnani #detail_akce .wrap .content p {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: black;
    padding-left: 0px;
  }
  body main .zarovnani #detail_akce .wrap .content p.datum {
    font-family: "Montserrat extrabold";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: black;
    padding-bottom: 10px;
  }
}
body main .zarovnani #detail_akce .wrap .content a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: black;
}
body main .zarovnani #detail_akce .wrap .content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .content a {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: black;
  }
}
@media only screen and (max-width: 540px) {
  body main .zarovnani #detail_akce .wrap .content a {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: black;
    padding-left: 0px;
  }
}
body main .zarovnani #detail_akce .wrap .content h2 {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  color: red;
  padding-left: 14px;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .content h2 {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: red;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 540px) {
  body main .zarovnani #detail_akce .wrap .content h2 {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: red;
    padding-left: 0px;
  }
}
body main .zarovnani #detail_akce .wrap .content table {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: black;
  margin-left: 14px;
}
body main .zarovnani #detail_akce .wrap .content table td {
  padding-right: 20px;
}
@media only screen and (max-width: 1300px) {
  body main .zarovnani #detail_akce .wrap .content table {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: black;
  }
}
@media only screen and (max-width: 540px) {
  body main .zarovnani #detail_akce .wrap .content table {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: black;
    padding-left: 0px;
    margin-left: 0px;
  }
}
body main .zarovnani #detail_akce .wrap.bezgal .content {
  float: none;
  clear: both;
  width: 100%;
  margin: 0px auto;
}
body main .zarovnani #pronajem {
  display: block;
  margin-top: 60px;
  width: 100%;
  min-height: 175px;
  background-image: url("../img/pronajem_bg-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  text-decoration: none;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem {
    min-height: 145px;
  }
}
body main .zarovnani #pronajem .wrap {
  display: grid;
  grid-template-columns: 1fr 200px 200px 75px;
  grid-gap: 45px;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem .wrap {
    grid-template-columns: 1fr 150px 150px 75px;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 800px) {
  body main .zarovnani #pronajem .wrap {
    grid-template-columns: 1fr 1fr 75px;
  }
}
@media only screen and (max-width: 480px) {
  body main .zarovnani #pronajem .wrap {
    grid-template-columns: 1fr 1fr;
  }
}
body main .zarovnani #pronajem .wrap .obsah {
  padding-left: 40px;
}
body main .zarovnani #pronajem .wrap .obsah .slabsi {
  display: block;
  padding-top: 30px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem .wrap .obsah .slabsi {
    font-size: 40px;
    line-height: 40px;
  }
}
body main .zarovnani #pronajem .wrap .obsah .silnejsi {
  display: block;
  padding-top: Řpx;
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem .wrap .obsah .silnejsi {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body main .zarovnani #pronajem .wrap .obsah {
    grid-column: span 3;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body main .zarovnani #pronajem .wrap .obsah {
    grid-column: span 2;
  }
}
body main .zarovnani #pronajem .wrap .typy {
  padding-top: 30px;
}
body main .zarovnani #pronajem .wrap .typy ul {
  list-style: none;
}
body main .zarovnani #pronajem .wrap .typy ul li {
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem .wrap .typy ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1467px) {
  body main .zarovnani #pronajem .wrap .typy {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem .wrap .typy {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1005px) {
  body main .zarovnani #pronajem .wrap .typy {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body main .zarovnani #pronajem .wrap .typy {
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  body main .zarovnani #pronajem .wrap .typy {
    padding-left: 20px;
  }
}
body main .zarovnani #pronajem .wrap .sipka {
  display: block;
  height: 48px;
  margin-top: 60px;
  background-image: url("../img/sipky_cervene.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 1467px) {
  body main .zarovnani #pronajem .wrap .sipka {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani #pronajem .wrap .sipka {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1005px) {
  body main .zarovnani #pronajem .wrap .sipka {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body main .zarovnani #pronajem .wrap .sipka {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  body main .zarovnani #pronajem .wrap .sipka {
    display: none;
  }
}
body main .zarovnani #galerie {
  text-align: center;
}
body main .zarovnani #galerie .paginator {
    margin-top: 20px;
}
body main .zarovnani #galerie .paginator a {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
  margin: 0px 10px;
  display: inline-block;
  text-decoration: none;
}
body main .zarovnani #galerie .paginator a:hover, body main .zarovnani #galerie .paginator a.active {
  text-decoration: underline;
}
body main .zarovnani #galerie h2 {
  padding-top: 60px;
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0px;
  color: white;
  position: relative;
  text-transform: uppercase;
}
body main .zarovnani #galerie h2::after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 210px;
  height: 2px;
  background-color: red;
}
body main .zarovnani #galerie .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  grid-gap: 45px;
}
@media only screen and (max-width: 1060px) {
  body main .zarovnani #galerie .wrap {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #galerie .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 660px) {
  body main .zarovnani #galerie .wrap {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani #galerie .wrap.wrap_2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 990px;
  margin: 50px auto 0px auto;
}
body main .zarovnani #galerie .wrap.wrap_2 a .info .nazev {
  line-height: 105px;
  height: 105px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #galerie .wrap.no_span a:nth-child(3) {
    grid-column: initial;
  }
}
@media only screen and (max-width: 980px) and (max-width: 980px) {
  body main .zarovnani #galerie .wrap.no_span a:nth-child(3) .info {
    left: 20%;
    width: 60%;
  }
}
body main .zarovnani #galerie .wrap a {
  display: block;
  height: 490px;
  width: 100%;
  position: relative;
  line-height: 0px;
  font-size: 0px;
  transition: 800ms;
}
@media only screen and (max-width: 1240px) {
  body main .zarovnani #galerie .wrap a {
    height: 390px;
  }
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #galerie .wrap a:nth-child(3) {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 980px) and (max-width: 980px) {
  body main .zarovnani #galerie .wrap a:nth-child(3) .info {
    left: 35%;
    width: 30%;
  }
}
@media only screen and (max-width: 660px) {
  body main .zarovnani #galerie .wrap a:nth-child(3) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 660px) and (max-width: 980px) {
  body main .zarovnani #galerie .wrap a:nth-child(3) .info {
    left: 20%;
    width: 60%;
  }
}
body main .zarovnani #galerie .wrap a .obr_1 {
  display: block;
  width: 100%;
  height: 320px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 1240px) {
  body main .zarovnani #galerie .wrap a .obr_1 {
    height: 220px;
  }
}
body main .zarovnani #galerie .wrap a .obr_2 {
  display: inline-block;
  width: calc(50% - 6px);
  height: 158px;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body main .zarovnani #galerie .wrap a .obr_2.left {
  margin-left: 0px;
}
body main .zarovnani #galerie .wrap a .obr_2.right {
  margin-right: 0px;
}
body main .zarovnani #galerie .wrap a .info {
  position: absolute;
  top: 270px;
  left: 105px;
  width: calc(100% - 210px);
  height: 115px;
  background-color: red;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  body main .zarovnani #galerie .wrap a .info {
    left: 55px;
    width: calc(100% - 110px);
    top: 170px;
  }
}
@media only screen and (max-width: 1160px) {
  body main .zarovnani #galerie .wrap a .info {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #galerie .wrap a .info {
    left: 20%;
    width: 60%;
  }
}
@media only screen and (max-width: 420px) {
  body main .zarovnani #galerie .wrap a .info {
    left: 10% !important;
    width: 80% !important;
  }
}
body main .zarovnani #galerie .wrap a .info .datum {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: black;
  padding-top: 10px;
  display: inline-block;
}
body main .zarovnani #galerie .wrap a .info .nazev {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: white;
  padding-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  height: 62px;
  overflow: hidden;
}
body main .zarovnani #galerie .wrap a:hover {
  transform: scale(1.05);
  box-shadow: #c1c1c1 0px 0px 5px;
}
body main .zarovnani #galerie .cela_galerie {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: white;
  display: inline-block;
  width: calc(100% - 20px);
  text-align: right;
  margin-top: 40px;
  height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 800ms;
  background-image: url("../img/sipky_cervene.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  padding-right: 60px;
  margin-right: 20px;
}
body main .zarovnani #galerie .cela_galerie:hover {
  padding-right: 50px;
}
@media only screen and (max-width: 600px) {
  body main .zarovnani #galerie .cela_galerie {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
    color: white;
    height: 38px;
    padding-right: 40px;
    margin-right: 0px;
    width: 100%;
  }
  body main .zarovnani #galerie .cela_galerie:hover {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 420px) {
  body main .zarovnani #galerie .cela_galerie {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;
    height: 30px;
    padding-right: 30px;
    margin-right: 0px;
    width: 100%;
  }
  body main .zarovnani #galerie .cela_galerie:hover {
    padding-right: 20px;
  }
}
body main .zarovnani #kontakt {
  text-align: center;
  max-width: 1188px;
  margin: 0px auto;
}
body main .zarovnani #kontakt h2 {
  padding-top: 60px;
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0px;
  color: white;
  position: relative;
  text-transform: uppercase;
}
body main .zarovnani #kontakt h2::after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 210px;
  height: 2px;
  background-color: red;
}
body main .zarovnani #kontakt .tri_panely {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 110px;
}
@media only screen and (max-width: 930px) {
  body main .zarovnani #kontakt .tri_panely {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 790px) {
  body main .zarovnani #kontakt .tri_panely {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 570px) {
  body main .zarovnani #kontakt .tri_panely {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani #kontakt .tri_panely .panel {
  text-align: center;
  margin-top: 10px;
}
body main .zarovnani #kontakt .tri_panely .panel span.adresa {
  background-image: url("../img/ikony_adresa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0px auto;
}
body main .zarovnani #kontakt .tri_panely .panel span.provozovatel {
  background-image: url("../img/ikony_provozovatel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0px auto;
}
body main .zarovnani #kontakt .tri_panely .panel span.produkce {
  background-image: url("../img/ikony_produkce.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0px auto;
}
body main .zarovnani #kontakt .tri_panely .panel .nazev {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  padding-top: 15px;
  display: inline-block;
  height: 63px;
}
@media only screen and (max-width: 790px) {
  body main .zarovnani #kontakt .tri_panely .panel .nazev {
    font-size: 18px;
    line-height: 22px;
  }
}
body main .zarovnani #kontakt .tri_panely .panel p {
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
  color: white;
  text-transform: initial;
  padding-top: 15px;
  display: block;
  margin: 0px auto;
}
@media only screen and (max-width: 790px) {
  body main .zarovnani #kontakt .tri_panely .panel p {
    font-size: 18px;
    line-height: 22px;
  }
}
body main .zarovnani #kontakt .tri_panely .panel a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
  color: red;
  text-decoration: none;
  display: inline-block;
  margin-top: 50px;
  transition: 600ms;
}
body main .zarovnani #kontakt .tri_panely .panel a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 790px) {
  body main .zarovnani #kontakt .tri_panely .panel a {
    font-size: 18px;
    line-height: 22px;
  }
}
body main .zarovnani #kontakt .ikony {
  text-align: center;
  margin-top: 35px;
}
body main .zarovnani #kontakt .ikony a {
  display: inline-block;
  text-decoration: none;
  height: 50px;
  margin-right: 35px;
}
body main .zarovnani #kontakt .ikony a img {
  height: 100%;
  display: block;
}
body main .zarovnani #kontakt .ikony a:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 730px) {
  body main .zarovnani #kontakt .ikony a {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  body main .zarovnani #kontakt .ikony a img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 440px) {
  body main .zarovnani #kontakt .ikony a {
    height: 40px;
  }
}
body footer {
  width: 100%;
}
body footer #mapa {
  display: block;
  background-image: url("../img/mapa-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  max-width: 1906px;
  height: 735px;
  margin: 25px auto 0px auto;
}
body.subpage main .formatovani_textu {
  max-width: 1280px;
  margin: 0px auto;
}
body.subpage main .formatovani_textu.text_akce {
  text-align: left;
}
body.subpage main .formatovani_textu.text_akce h1 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce h1::after {
  display: none;
}
body.subpage main .formatovani_textu.text_akce h2 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce h2::after {
  display: none;
}
body.subpage main .formatovani_textu.text_akce h3 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce h3::after {
  display: none;
}
body.subpage main .formatovani_textu.text_akce h4 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce h5 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.vyrazny {
  background-color: black;
  color: white !important;
}
body.subpage main .formatovani_textu.text_akce p.vyrazny2 {
  background-color: #ff0000;
  color: white !important;
}
body.subpage main .formatovani_textu.text_akce p strong, body.subpage main .formatovani_textu.text_akce p b {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p a {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p a.a_nevyrazny {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p a.a_cta {
  color: white !important;
}
body.subpage main .formatovani_textu.text_akce p a.a_cta:hover {
  color: #ff0000 !important;
}
body.subpage main .formatovani_textu.text_akce p.maly_1 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.maly_2 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.maly_3 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.velky {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.velky_1 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.velky_2 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.velky_3 {
  color: black;
}
body.subpage main .formatovani_textu.text_akce p.nejvetsi {
  color: black;
}
body.subpage main .formatovani_textu.text_akce table {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu.text_akce table td {
  color: black;
  padding: 0px;
  padding-right: 20px;
  margin: 0px;
  text-align: left;
}
body.subpage main .formatovani_textu.text_akce table.table_svetla td {
  border: solid 1px black;
  color: black;
}
body.subpage main .formatovani_textu.text_akce table.table_svetla a {
  color: black;
}
body.subpage main .formatovani_textu.text_akce .vyrazny_panel {
  background-color: #ff0000;
  color: white;
}
body.subpage main .formatovani_textu.text_akce ul {
  margin-left: 35px;
  margin-top: 10px;
  margin-bottom: 30px;
}
body.subpage main .formatovani_textu.text_akce ul li {
  color: black;
}
body.subpage main .zarovnani.z100p {
  max-width: 100%;
  width: 100%;
}
body.subpage main .zarovnani.sirsi {
  max-width: 1588px;
}
body.subpage main .zarovnani h1 {
  text-align: center;
  padding-top: 60px;
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 0px;
  color: white;
  position: relative;
  text-transform: uppercase;
}
body.subpage main .zarovnani h1::after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 210px;
  height: 2px;
  background-color: red;
}
@media only screen and (max-width: 600px) {
  body.subpage main .zarovnani h1 {
    padding-top: 50px;
  }
}
body.subpage main .zarovnani #galerie h2.mesic {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  width: 175px;
  padding: 5px 10px;
  margin-top: 20px;
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: white;
  text-align: left;
  text-transform: initial;
}
body.subpage main .zarovnani #galerie h2.mesic::after {
  display: none;
}
body.subpage main .zarovnani #galerie .chyba_galerie {
  font-family: "RobotoSlab regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ff0000;
  text-align: center;
}
body.subpage main .zarovnani #galerie .vyber {
  text-align: center;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select {
  position: relative;
  font-family: Arial;
  display: inline-block;
}
@media only screen and (max-width: 630px) {
  body.subpage main .zarovnani #galerie .vyber .jimi-select {
    margin: 10px;
  }
}
body.subpage main .zarovnani #galerie .vyber .jimi-select select {
  display: none;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-selected {
  background-color: red;
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: white;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  /*&.select-arrow-active:after {
      transform: translateY(-10px);
  }*/
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 20px;
  height: 10px;
  background-image: url("../img/sipky_dolu.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  transition: 500ms;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-items div, body.subpage main .zarovnani #galerie .vyber .jimi-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-items {
  position: absolute;
  background-color: rgba(255, 0, 0, 1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-items div {
  padding-left: 10px;
  box-sizing: border-box;
  font-family: "RobotoSlab thin";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: white;
  border-bottom: solid 1px white;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-hide {
  display: none;
}
body.subpage main .zarovnani #galerie .vyber .jimi-select .select-items div:hover, body.subpage main .zarovnani #galerie .vyber .jimi-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
body.subpage main .zarovnani #galerie .wrap {
  margin-top: 20px;
}
body.subpage main .zarovnani #galerie .wrap a .obr_1 {
  position: relative;
}
body.subpage main .zarovnani #galerie .wrap a .obr_1 .play {
  display: block;
  width: 73px;
  height: 72px;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
body.subpage main #napiste_nam {
  text-align: center;
}
body.subpage main #napiste_nam h2 {
  padding-top: 130px;
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0px;
  color: white;
  position: relative;
  text-transform: uppercase;
}
body.subpage main #napiste_nam h2::after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 210px;
  height: 2px;
  background-color: red;
}
body.subpage main #napiste_nam form {
  width: 100%;
  font-size: 0px;
  line-height: 0px;
}
body.subpage main #napiste_nam form input[type=text] {
  width: calc(50% - 9px);
  margin-left: 9px;
  margin-right: 9px;
  display: inline-block;
  box-sizing: border-box;
  height: 85px;
  padding-left: 20px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 85px;
  letter-spacing: 0px;
  color: black;
  outline: none;
}
body.subpage main #napiste_nam form input[type=text]:first-child {
  margin-left: 0px;
}
body.subpage main #napiste_nam form input[type=text]:nth-child(2) {
  margin-right: 0px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #napiste_nam form input[type=text] {
    height: 80px;
    padding-left: 20px;
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0px;
    color: black;
  }
}
@media only screen and (max-width: 700px) {
  body.subpage main #napiste_nam form input[type=text] {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 18px;
  }
}
body.subpage main #napiste_nam form textarea {
  margin-top: 18px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  box-sizing: border-box;
  height: 260px;
  padding: 20px;
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 85px;
  letter-spacing: 0px;
  color: black;
  outline: none;
}
body.subpage main #napiste_nam form textarea::-moz-placeholder {
  padding-top: 45px;
}
body.subpage main #napiste_nam form textarea::placeholder {
  padding-top: 45px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #napiste_nam form textarea {
    height: 150px;
    padding-top: 15px;
    padding-left: 20px;
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: black;
  }
  body.subpage main #napiste_nam form textarea::-moz-placeholder {
    padding-top: 45px;
  }
  body.subpage main #napiste_nam form textarea::placeholder {
    padding-top: 45px;
  }
}
body.subpage main #napiste_nam form::-moz-placeholder {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main #napiste_nam form::placeholder {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main #napiste_nam form input[type=submit] {
  width: 280px;
  margin-left: calc(100% - 280px);
  display: inline-block;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 0px;
  color: white;
  background-color: red;
  outline: none;
  margin-bottom: 70px;
  cursor: pointer;
  transition: 700ms;
}
body.subpage main #napiste_nam form input[type=submit]:hover {
  background-color: white;
  color: red;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #napiste_nam form input[type=submit] {
    height: 60px;
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0px;
    color: white;
  }
}
body.subpage main .kontakt {
  float: left;
  width: 58%;
  background-color: white;
  padding: 49px 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1000px) {
  body.subpage main .kontakt {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .kontakt {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  body.subpage main .kontakt {
    padding: 10px;
  }
}
body.subpage main .kontakt h2 {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: red;
  padding-top: 0px;
}
body.subpage main .kontakt h2::after {
  display: none;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt h2 {
    font-family: "Montserrat semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: red;
  }
}
body.subpage main .kontakt p {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt p {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
    padding-bottom: 40px;
  }
}
body.subpage main .kontakt a {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
body.subpage main .kontakt a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt a {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 560px) {
  body.subpage main .kontakt a {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: black;
  }
}
body.subpage main .kontakt table {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt table {
    padding-bottom: 30px;
  }
}
body.subpage main .kontakt table td {
  font-family: "RobotoSlab light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt table td {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
  }
}
@media only screen and (max-width: 560px) {
  body.subpage main .kontakt table td {
    font-family: "RobotoSlab light";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: black;
  }
}
body.subpage main .kontakt table tr td:first-child {
  padding-right: 40px;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .kontakt table tr td:first-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 560px) {
  body.subpage main .kontakt table tr td:first-child {
    padding-right: 10px;
  }
}
body.subpage main .kontakt table:last-child {
  padding-bottom: 0px;
}
body.subpage main .mapa_mensi {
  display: block;
  background-image: url("../img/kontakt_mapa-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: calc(42% - 14px);
  float: right;
  height: 606px;
}
@media only screen and (max-width: 1400px) {
  body.subpage main .mapa_mensi {
    height: 438px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .mapa_mensi {
    float: none;
    clear: both;
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
  }
}
body.subpage main h2.akce {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body.subpage main #pronajem {
  margin-bottom: 100px;
}
body.subpage main #vstupenky {
  width: 100%;
  /*& .vstupenka {
      border-top: solid 1px white;
      padding: 20px 0px;
      box-sizing: border-box;
      @media only screen and (max-width: 960px) {
          text-align: center;
      }
      & .nazev {
          float: left;
          @include pismo('Montserrat extrabold', normal, normal, 22px, 60px, 0px, white);
          text-transform: uppercase;
          max-width: 770px;
          height: 60px;
          overflow: hidden;
          white-space: nowrap;
          & .circle {
              display: inline-block;
              width: 10px;
              height: 10px;
              border-radius: 5px;
              background-color: red;
              vertical-align: middle;
          }
          & .can_hide {
              width: 500px;
              height: 60px;
              overflow: hidden;
              white-space: nowrap;
              display: inline-block;
              vertical-align: middle;
          }
          @media only screen and (max-width: 1380px) {
              @include pismo('Montserrat extrabold', normal, normal, 22px, 60px, 0px, white);
              max-width: 670px;
              & .can_hide {
                  width: 450px;
              }
          }
          @media only screen and (max-width: 1270px) {
              @include pismo('Montserrat extrabold', normal, normal, 22px, 40px, 0px, white);
              max-width: 520px;
              height: 40px;
              & .can_hide {
                  width: 350px;
                  height: 40px;
              }
          }
          @media only screen and (max-width: 960px) {
              float: none;
              clear: both;
              max-width: 100%;
              height: auto;
              overflow: initial;
              text-align: center;
              white-space: initial;
              & .can_hide {
                  width: auto;
                  height: auto;
                  overflow: initial;
                  white-space: initial;
              }
          }
      }
      & .prodejni_misto {
          display: block;
          float: right;
          @include pismo('Montserrat light', normal, normal, 22px, 38px, 0px, white);
          background-color: red;
          text-decoration: none;
          text-align: center;
          padding: 2px 12px;
          transition: 700ms;
          margin-left: 12px;
          margin-top: 10px;
          margin-bottom: 10px;
          &:hover {
              color: red;
              background-color: white;
          }
          @media only screen and (max-width: 1520px) {
              @include pismo('Montserrat light', normal, normal, 20px, 38px, 0px, white);
              padding: 2px 10px;
              margin-left: 10px;
              margin-right: 10px;
          }
          @media only screen and (max-width: 1270px) {
              @include pismo('Montserrat light', normal, normal, 18px, 28px, 0px, white);
              margin-top: 5px;
              margin-bottom: 5px;
          }
          @media only screen and (max-width: 960px) {
              float: none;
              clear: both;
              height: auto;
              overflow: initial;
              text-align: center;
              display: inline-block;
          }
      }
      & .online {
          display: block;
          float: right;
          @include pismo('Montserrat light', normal, normal, 20px, 38px, 0px, white);
          background-color: red;
          text-decoration: none;
          text-align: center;
          padding: 2px 22px;
          transition: 700ms;
          margin-left: 12px;
          margin-top: 10px;
          margin-bottom: 10px;
          &:hover {
              color: red;
              background-color: white;
          }
          @media only screen and (max-width: 1520px) {
              @include pismo('Montserrat light', normal, normal, 28px, 38px, 0px, white);
              padding: 2px 10px;
              margin-left: 10px;
              margin-right: 10px;
          }
          @media only screen and (max-width: 1270px) {
              @include pismo('Montserrat light', normal, normal, 18px, 28px, 0px, white);
              margin-top: 5px;
              margin-bottom: 5px;
          }
          @media only screen and (max-width: 960px) {
              float: none;
              clear: both;
              height: auto;
              overflow: initial;
              text-align: center;
              display: inline-block;
          }
      }
      & .vyprodano {
          display: block;
          float: right;
          @include pismo('Montserrat extrabold', normal, normal, 20px, 38px, 0px, red);
          text-transform: uppercase;
          background-color: white;
          text-decoration: none;
          text-align: center;
          padding: 2px 30px;
          transition: 700ms;
          margin-left: 12px;
          margin-right: 18px;
          margin-top: 10px;
          margin-bottom: 10px;
          @media only screen and (max-width: 1520px) {
              @include pismo('Montserrat extrabold', normal, normal, 18px, 38px, 0px, red);
              padding: 2px 20px;
              margin-left: 10px;
              margin-right: 10px;
          }
          @media only screen and (max-width: 1270px) {
              @include pismo('Montserrat extrabold', normal, normal, 18px, 28px, 0px, red);
              margin-top: 5px;
              margin-bottom: 5px;
          }
          @media only screen and (max-width: 1000px) {
              @include pismo('Montserrat extrabold', normal, normal, 16px, 28px, 0px, red);
              padding: 2px 10px;
          }
          @media only screen and (max-width: 960px) {
              float: none;
              clear: both;
              height: auto;
              overflow: initial;
              text-align: center;
              display: inline-block;
          }
      }
  }*/
}
body.subpage main #vstupenky .vstupenka {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 200px 105px 190px;
  border-top: solid 1px white;
  padding: 20px 0px;
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  body.subpage main #vstupenky .vstupenka {
    grid-template-columns: 1fr 170px 90px 160px;
  }
}
@media only screen and (max-width: 800px) {
  body.subpage main #vstupenky .vstupenka {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka {
    grid-template-columns: 1fr;
  }
}
body.subpage main #vstupenky .vstupenka .nazev {
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
}
body.subpage main #vstupenky .vstupenka .nazev .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: red;
  vertical-align: middle;
  margin: 0px 5px;
}
@media only screen and (max-width: 980px) {
  body.subpage main #vstupenky .vstupenka .nazev {
    font-family: "Montserrat extrabold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    color: white;
  }
}
@media only screen and (max-width: 800px) {
  body.subpage main #vstupenky .vstupenka .nazev {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .nazev {
    grid-column: span 1;
  }
}
body.subpage main #vstupenky .vstupenka .nazev.span_1 {
  grid-column: span 2;
}
@media only screen and (max-width: 800px) {
  body.subpage main #vstupenky .vstupenka .nazev.span_1 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .nazev.span_1 {
    grid-column: span 1;
  }
}
body.subpage main #vstupenky .vstupenka .nazev.span_2 {
  grid-column: span 3;
}
@media only screen and (max-width: 800px) {
  body.subpage main #vstupenky .vstupenka .nazev.span_2 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .nazev.span_2 {
    grid-column: span 1;
  }
}
body.subpage main #vstupenky .vstupenka .nazev.span_3 {
  grid-column: span 4;
}
@media only screen and (max-width: 800px) {
  body.subpage main #vstupenky .vstupenka .nazev.span_3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .nazev.span_3 {
    grid-column: span 1;
  }
}
body.subpage main #vstupenky .vstupenka .prodejni_misto {
  display: inline-block;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0px;
  color: white;
  background-color: red;
  text-decoration: none;
  height: 38px;
  text-align: center;
  padding: 2px 12px;
  transition: 700ms;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.subpage main #vstupenky .vstupenka .prodejni_misto:hover {
  color: red;
  background-color: white;
}
@media only screen and (max-width: 980px) {
  body.subpage main #vstupenky .vstupenka .prodejni_misto {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;
    height: 30px;
    padding: 2px 0px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .prodejni_misto {
    height: 50px;
    padding: 10px 0px;
  }
}
body.subpage main #vstupenky .vstupenka .online {
  display: inline-block;
  font-family: "Montserrat light";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0px;
  color: white;
  background-color: red;
  text-decoration: none;
  height: 38px;
  text-align: center;
  padding: 2px 22px;
  transition: 700ms;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.subpage main #vstupenky .vstupenka .online:hover {
  color: red;
  background-color: white;
}
@media only screen and (max-width: 980px) {
  body.subpage main #vstupenky .vstupenka .online {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;
    height: 30px;
    padding: 2px 0px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .online {
    height: 50px;
    padding: 10px 0px;
  }
}
body.subpage main #vstupenky .vstupenka .vyprodano {
  display: inline-block;
  font-family: "Montserrat extrabold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0px;
  color: red;
  text-transform: uppercase;
  background-color: white;
  height: 38px;
  text-decoration: none;
  text-align: center;
  padding: 2px 30px;
  transition: 700ms;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 980px) {
  body.subpage main #vstupenky .vstupenka .vyprodano {
    font-family: "Montserrat light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: red;
    height: 30px;
    padding: 2px 0px;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main #vstupenky .vstupenka .vyprodano {
    height: 50px;
    padding: 10px 0px;
  }
}
body.subpage main .uzsi .formatovani_textu {
  max-width: 800px;
}
body.subpage footer {
  margin-top: 0px;
  min-height: 20px;
  width: 100%;
  display: block;
  /*
  background-color: red;
  */
}
body .landing_page_wrap #logo {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 300px;
  height: 120px;
  display: block;
  margin: 80px auto;
}
body .landing_page_wrap h1 {
  text-align: center;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #fff;
}
body .landing_page_wrap h1 strong {
  display: block;
  background-color: red;
  width: 840px;
  margin: 0px auto;
}
@media only screen and (max-width: 880px) {
  body .landing_page_wrap h1 {
    font-family: "Montserrat regular";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #fff;
  }
  body .landing_page_wrap h1 strong {
    width: 100%;
  }
}
body .landing_page_wrap p {
  text-align: center;
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
}
body .landing_page_wrap p.nove {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 80px;
}
body .landing_page_wrap p.pilne {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 80px;
}
body .landing_page_wrap p a {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
}
body .landing_page_wrap p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  body .landing_page_wrap p {
    font-family: "Montserrat regular";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #fff;
  }
  body .landing_page_wrap p.pilne {
    font-family: "Montserrat regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding-top: 40px;
  }
  body .landing_page_wrap p a {
    font-family: "Montserrat regular";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #fff;
  }
}
body .landing_page_wrap .smartim_form {
  margin-top: 100px;
  margin-bottom: 40px;
}
body .landing_page_wrap .smartim_form form {
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  font-size: 0px;
  line-height: 0px;
}
body .landing_page_wrap .smartim_form form input[type=text] {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 450px;
  outline: none;
  border: none;
  height: 50px;
}
body .landing_page_wrap .smartim_form form input[type=text]::-moz-placeholder {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
body .landing_page_wrap .smartim_form form input[type=text]::placeholder {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}
@media only screen and (max-width: 640px) {
  body .landing_page_wrap .smartim_form form input[type=text] {
    width: calc(100% - 140px);
  }
}
body .landing_page_wrap .smartim_form form input[type=submit] {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 150px;
  outline: none;
  border: none;
  height: 50px;
  cursor: pointer;
  background-color: red;
}
body .landing_page_wrap .smartim_form form input[type=submit]:hover {
  background-color: white;
  color: red;
}
@media only screen and (max-width: 640px) {
  body .landing_page_wrap .smartim_form form input[type=submit] {
    width: 140px;
  }
}
body .landing_page_wrap #kontakt {
  text-align: center;
  max-width: 1188px;
  margin: 0px auto;
  margin-top: 80px;
}
body .landing_page_wrap #kontakt .ikony {
  text-align: center;
  margin-top: 35px;
}
body .landing_page_wrap #kontakt .ikony a {
  display: inline-block;
  text-decoration: none;
  height: 50px;
  margin-right: 35px;
}
body .landing_page_wrap #kontakt .ikony a img {
  height: 100%;
  display: block;
}
body .landing_page_wrap #kontakt .ikony a:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 730px) {
  body .landing_page_wrap #kontakt .ikony a {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  body .landing_page_wrap #kontakt .ikony a img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 440px) {
  body .landing_page_wrap #kontakt .ikony a {
    height: 40px;
  }
}
body .landing_page_wrap #mapa {
  display: block;
  background-image: url("../img/mapa-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  max-width: 1906px;
  height: 735px;
  margin: 25px auto 0px auto;
}
body .landing_page_wrap .tick {
  max-width: 750px;
  margin: 20px auto;
}
@media only screen and (max-width: 780px) {
  body .landing_page_wrap .tick {
    width: 100%;
  }
}
body .landing_page_wrap .tick .tick-group {
  text-align: center;
  margin: 0px 20px;
}
@media only screen and (max-width: 480px) {
  body .landing_page_wrap .tick .tick-group {
    margin: 0px 5px;
  }
}
body .landing_page_wrap .tick .tick-flip-panel {
  color: #000;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
body .landing_page_wrap .tick .tick-label.tick-text {
  color: white;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
body .dalsi_program {
  font-family: "Montserrat regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  background: red;
  width: 190px;
  text-align: center;
  text-decoration: none;
}
body .dalsi_program:hover {
  background: white;
  color: red;
}
body main .zarovnani .paginator.program_pag {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
body main .zarovnani .paginator.program_pag a {
  font-family: "Montserrat semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: white;
  margin: 0px 10px;
  display: inline-block;
  text-decoration: none;
}
body main .zarovnani .paginator.program_pag a:hover, body main .zarovnani .paginator.program_pag a.active {
  text-decoration: underline;
}