#header {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  height: 160px;
}

#header.rozsirene {
  height: 240px;
}

#header .info_lista {
  background-color: #313131;
  color: white;
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}

#header .info_lista a {
  color: white;
  white-space: nowrap;
}

#header .info_lista a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  #header .info_lista {
    font-size: 14px;
    line-height: 30px;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  #header .info_lista {
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
}

#header .zarovnani {
  max-width: 1650px;
  position: relative;
}

#header .zarovnani a#logo {
  margin-top: 50px;
  width: 343px;
  max-width: 343px;
  float: left;
}

@media only screen and (max-width: 1000px) {
  /*#header .zarovnani a#logo {
    float: none;
    width: 100%;
    text-align: center;
    margin: 50px auto 0px auto;
  }*/
}

#header .zarovnani #nav_search {
  float: right;
}

@media only screen and (max-width: 1000px) {
  /*#header .zarovnani #nav_search {
    float: none;
    width: 100%;
    max-width: 530px;
    text-align: center;
    margin: 0 auto;
  }*/
}

@media only screen and (max-width: 575px) {
  /*#header .zarovnani #nav_search {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }*/
}

#header .zarovnani #nav_search ul {
  list-style: none;
  text-align: right;
  margin-top: 78px;
  float: right;
}

@media only screen and (max-width: 1000px) {
  /*#header .zarovnani #nav_search ul {
    width: 100%;
    text-align: center;
    margin: 20px auto 0px auto;
    max-width: 500px;
  }*/
}

@media only screen and (max-width: 575px) {
  /*#header .zarovnani #nav_search ul {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
  }*/
}

#header .zarovnani #nav_search ul li {
  display: inline-block;
  padding: 0px 7px 18px 7px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1050px) {
  #header .zarovnani #nav_search ul li {
    padding: 0px 7px 18px 7px;
  }
}

#header .zarovnani #nav_search ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 32px;
  left: -100%;
  background-color: red;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#header .zarovnani #nav_search ul li.active::before, #header .zarovnani #nav_search ul li:hover::before {
  left: 2px;
}

#header .zarovnani #nav_search ul li a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
    #header .zarovnani #nav_search ul li a {
        font-size: 13px;
    }
}

#header .zarovnani #nav_search .search {
  margin-top: 78px;
  margin-left: 10px;
  display: block;
  float: right;
  width: 26px;
  height: 25px;
  cursor: pointer;
  background-image: url("../img/lupa.png?v=1");
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media only screen and (max-width: 1000px) {
  /*#header .zarovnani #nav_search .search {
    margin: 20px auto 0px auto;
  }*/
}

@media only screen and (max-width: 575px) {
  /*#header .zarovnani #nav_search .search {
    float: none;
  }*/
}

#header .zarovnani #nav_search .search:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#header .zarovnani #nav_search .search_form {
  display: none;
  width: 400px;
  padding: 15px;
  position: absolute;
  right: 0px;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  /*box-shadow: #dcdbdb 4px 7px 4px 4px;*/
  background: white;
  top: 160px;
}

@media only screen and (max-width: 1000px) {
  #header .zarovnani #nav_search .search_form {
    -webkit-box-shadow: none;
            box-shadow: none;
    left: calc(50% - 200px);
    background-color: white;
  }
}

@media only screen and (max-width: 575px) {
  #header .zarovnani #nav_search .search_form {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#header .zarovnani #nav_search .search_form input[type="text"] {
  float: left;
  display: block;
  width: 50%;
  border: solid 1px black;
  padding: 5px;
}

#header .zarovnani #nav_search .search_form input[type="submit"] {
  float: right;
  padding: 5px 15px;
  background-color: #ed1c24;
  color: white;
  border: solid 1px #ed1c24;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
}

#header .zarovnani #nav_search .search_form input[type="submit"]:hover {
  background-color: black;
  border: solid 1px black;
}

#content {
  top: 0px;
}

.und {
    width: 100%;
    position: absolute!important;
    display: block;
    overflow: hidden;
    height: 610px;
}
.und img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#content #masterslider {
  height: 620px;
}

@media only screen and (max-width: 1400px) {
    .und {
        height: 350px;
        top: 100px;
    }
    #content #masterslider {
      height: 450px !important;
    }
}

@media only screen and (max-width: 870px) {
  .und {
        height: 260px;
        top: 50px;
  }
  #content #masterslider {
    height: 310px !important;
  }
}

@media only screen and (max-width: 460px) {
    .und {
        top: 0px;
        height: 140px;
   }
    #content #masterslider {
      height: 160px!important;
      margin-top: 10px!important;
    }
  }

#content #masterslider .ms-view {
  height: 620px !important;
  width: 100% !important;
  background-color: transparent;
}

@media only screen and (max-width: 1400px) {
    #content #masterslider .ms-view {
      height: 450px !important;
    }
}


@media only screen and (max-width: 870px) {
  #content #masterslider .ms-view {
    height: 310px !important;
  }
}

@media only screen and (max-width: 460px) {
    #content #masterslider .ms-view {
      height: 160px!important;
    }
  }

#content #masterslider .ms-slide {
  height: 620px !important;
  width: 100% !important;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 1400px) {
    #content #masterslider .ms-slide {
      height: 450px !important;
    }
}


@media only screen and (max-width: 870px) {
  #content #masterslider .ms-slide {
    height: 310px !important;
  }
}

@media only screen and (max-width: 460px) {
    #content #masterslider .ms-slide {
      height: 160px!important;
    }
  }

#content #masterslider .ms-slide .obsah {
  max-width: 1650px;
  width: auto;
  padding: 50px;
  margin: 0 auto;
  margin-top: 305px;
  color: white;
  display: inline-block;
  margin-left: 15%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1400px) {
    #content #masterslider .ms-slide .obsah {
      margin-top: 240px;
      padding: 25px;
    }
}

#content #masterslider .ms-slide .obsah h2 {
  font-size: 75px;
  line-height: 75px;
  margin-top: 15px;
  font-family: 'Merriweather-Bold';
}

@media only screen and (max-width: 1400px) {
    #content #masterslider .ms-slide .obsah h2 {
        font-size: 45px;
        line-height: 45px;
      }
}

@media only screen and (max-width: 980px) {
    #content #masterslider .ms-slide .obsah {
        margin-top: 45px;
    }
    #content #masterslider .ms-slide .obsah h2 {
      font-size: 35px;
      line-height: 35px;
    }
  }

@media only screen and (max-width: 870px) {
  #content #masterslider .ms-slide .obsah h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

#content #masterslider .ms-slide .obsah p {
  font-size: 25px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Merriweather-Regular';
}

@media only screen and (max-width: 1400px) {
    #content #masterslider .ms-slide .obsah p {
        font-size: 23px;
      }
}

@media only screen and (max-width: 870px) {
  #content #masterslider .ms-slide .obsah p {
    font-size: 20px;
  }
}

#content #masterslider .ms-slide .obsah a {
  margin-top: 10px;
  color: white;
  text-decoration: none;
  padding: 15px 45px;
  border: solid 2px white;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1400px) {
    #content #masterslider .ms-slide .obsah a {
        padding: 10px 20px;
        font-size: 15px;
      }
}

@media only screen and (max-width: 870px) {
  #content #masterslider .ms-slide .obsah a {
    font-size: 13px;
    padding: 10px 20px;
  }
}

#content #masterslider .ms-slide .obsah a::before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  background-color: white;
  top: 0px;
  left: -100%;
  z-index: -99;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content #masterslider .ms-slide .obsah a span {
  color: white;
  z-index: 999;
}

#content #masterslider .ms-slide .obsah a:hover span {
  color: white;
}

#content #masterslider .ms-slide .obsah a:hover::before {
  left: 0px;
}

#content #masterslider .ms-slide img {
  display: none;
}

#content .zarovnani {
  max-width: 1650px;
}

#content .zarovnani .home_h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

#content .zarovnani .rozcestnik {
  text-align: center;
  margin-top: 0px;
}

#content .zarovnani .rozcestnik#home_rozcestnik {
  margin-top: 90px;
}

#content .zarovnani .rozcestnik h2 {
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani .rozcestnik span.zpet_sipka, #content .zarovnani .rozcestnik span.vpred_sipka {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(14.1% - 36px);
  margin: 0 17px;
  display: inline-block;
  height: 250px;
  vertical-align: top;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}

@media only screen and (max-width: 1300px) {
  #content .zarovnani .rozcestnik span.zpet_sipka, #content .zarovnani .rozcestnik span.vpred_sipka {
    background-size: contain;
  }
}

@media only screen and (max-width: 920px) {
  #content .zarovnani .rozcestnik span.zpet_sipka, #content .zarovnani .rozcestnik span.vpred_sipka {
    display: none !important;
  }
}

#content .zarovnani .rozcestnik span.zpet_sipka {
  background-image: url("../img/sipka_zpet.png?v=1");
}

#content .zarovnani .rozcestnik span.vpred_sipka {
  background-image: url("../img/sipka.png?v=1");
}

#content .zarovnani .rozcestnik .link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(14.1% - 36px);
  margin: 0 17px;
  display: inline-block;
  height: 250px;
  vertical-align: top;
  margin-bottom: 15px;
}

@media only screen and (max-width: 920px) {
  #content .zarovnani .rozcestnik .link {
    width: calc(24% - 36px);
    display: inline-block !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .zarovnani .rozcestnik .link {
    width: calc(29% - 36px);
    height: 200px;
  }
}

@media only screen and (max-width: 500px) {
  #content .zarovnani .rozcestnik .link {
    width: calc(49% - 36px);
    height: 250px;
  }
}

#content .zarovnani .rozcestnik .link a {
  padding: 22%;
  background-color: #f8f8f8;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content .zarovnani .rozcestnik .link a:hover {
  background-color: #ececec;
}

#content .zarovnani .rozcestnik .link a img {
  display: block;
  width: 100%;
}

#content .zarovnani .rozcestnik .link .rozcestnik_text {
  height: 35px;
  padding-top: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 1200px) {
  #content .zarovnani .rozcestnik .link .rozcestnik_text {
    font-size: 13px;
  }
}

#content .zarovnani .rozcestnik .link .rozcestnik_text a {
  padding: 0;
  background-color: transparent;
  display: inline;
  color: black;
  text-decoration: none;
}

#content .zarovnani .rozcestnik .link .rozcestnik_text a:hover {
  background-color: transparent;
}

#content .zarovnani #magazin {
  text-align: center;
  padding-top: 120px;
}

#content .zarovnani #magazin h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani #magazin .clanky a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 32%;
  height: 520px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #magazin .clanky a {
    height: 470px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #magazin .clanky a {
    height: 400px;
  }
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #magazin .clanky a {
    height: 300px;
    width: 47%;
    margin: 20px 0.9% !important;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin .clanky a {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin .clanky a:nth-child(1) {
  width: 65%;
  max-width: 1080px;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #magazin .clanky a:nth-child(1) {
    width: 48%;
    width: 47%;
    margin: 20px 0.9% !important;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin .clanky a:nth-child(1) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin .clanky a:nth-child(2) {
  margin-left: 2%;
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin .clanky a:nth-child(2) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin .clanky a:nth-child(4) {
  width: 65%;
  max-width: 1080px;
  margin-left: 2%;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #magazin .clanky a:nth-child(4) {
    width: 48%;
    width: 47%;
    margin: 20px 0.9% !important;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin .clanky a:nth-child(4) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin .clanky a:nth-child(5) {
  width: 65%;
  max-width: 1080px;
  margin-right: 2%;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #magazin .clanky a:nth-child(5) {
    width: 48%;
    width: 47%;
    margin: 20px 0.9% !important;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin .clanky a:nth-child(5) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin .clanky a:nth-child(8) {
  width: 65%;
  max-width: 1080px;
  margin-left: 2%;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #magazin .clanky a:nth-child(8) {
    width: 48%;
    width: 47%;
    margin: 20px 0.9% !important;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin .clanky a:nth-child(8) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin .clanky a span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  margin-top: 0px;
  max-width: 400px;
  width: auto;
  font-size: 26px;
  color: black;
  text-align: left;
  padding: 0px 35px;
  line-height: 40px;
  font-family: "Merriweather-Regular";
}

#content .zarovnani #magazin .clanky a span:first-child {
    margin-top: 75px;
    padding-top: 10px;
  }
  #content .zarovnani #magazin .clanky a span:last-child {
      padding-bottom: 10px;
  }

@media only screen and (max-width: 1460px) {
  #content .zarovnani #magazin .clanky a span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #magazin .clanky a span {
    font-size: 22px;
    padding: 0px 25px;
  }
  #content .zarovnani #magazin .clanky a span:first-child {
    padding-top: 7px;
  }
  #content .zarovnani #magazin .clanky a span:last-child {
      padding-bottom: 7px;
  }
}

@media only screen and (max-width: 800px) {
  #content .zarovnani #magazin .clanky a span {
    font-size: 18px;
    padding: 0px 10px;
  }
  #content .zarovnani #magazin .clanky a span:first-child {
    padding-top: 5px;
  }
  #content .zarovnani #magazin .clanky a span:last-child {
      padding-bottom: 5px;
  }
}

#content .zarovnani #magazin .clanky a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(237, 28, 36, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#content .zarovnani #magazin a.dalsi_clanky {
  margin-top: 35px;
  border: solid 2px #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  padding: 30px 45px;
  display: inline-block;
  font-size: 18px;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content .zarovnani #magazin a.dalsi_clanky:hover {
  background-color: #ed1c24;
  color: white;
}

#content .zarovnani #magazin.clanky {
  text-align: center;
  padding-top: 120px;
}

#content .zarovnani #magazin.clanky h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani #magazin.clanky .clanky a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 32%;
  height: 520px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 0.4%;
  margin-right: 0.4%;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #magazin.clanky .clanky a {
    height: 470px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #magazin.clanky .clanky a {
    height: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  #content .zarovnani #magazin.clanky .clanky a {
    height: 300px;
    width: 47%;
    margin: 20px 0.9% !important;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #magazin.clanky .clanky a {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #magazin.clanky .clanky a span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  margin-top: 0px;
  max-width: 400px;
  width: auto;
  font-size: 26px;
  color: black;
  text-align: left;
  padding: 0px 35px;
  line-height: 40px;
  font-family: "Merriweather-Regular";
}

#content .zarovnani #magazin.clanky .clanky a span:first-child {
    margin-top: 75px;
    padding-top: 10px;
  }
  #content .zarovnani #magazin.clanky .clanky a span:last-child {
      padding-bottom: 10px;
  }

@media only screen and (max-width: 1460px) {
  #content .zarovnani #magazin.clanky .clanky a span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1350px) {
  #content .zarovnani #magazin.clanky .clanky a span {
    font-size: 22px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #magazin.clanky .clanky a span {
    font-size: 22px;
    padding: 0px 25px;
  }
  #content .zarovnani #magazin.clanky .clanky a span:first-child {
    padding-top: 7px;
  }
  #content .zarovnani #magazin.clanky .clanky a span:last-child {
      padding-bottom: 7px;
  }
}

@media only screen and (max-width: 800px) {
  #content .zarovnani #magazin.clanky .clanky a span {
    font-size: 18px;
    padding: 0px 10px;
  }
  #content .zarovnani #magazin.clanky .clanky a span:first-child {
    padding-top: 5px;
  }
  #content .zarovnani #magazin.clanky .clanky a span:last-child {
      padding-bottom: 5px;
  }
}

#content .zarovnani #magazin.clanky .clanky a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(237, 28, 36, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#content .zarovnani #magazin.clanky a.dalsi_clanky {
  margin-top: 35px;
  border: solid 2px #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  padding: 30px 45px;
  display: inline-block;
  font-size: 18px;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content .zarovnani #magazin.clanky a.dalsi_clanky:hover {
  background-color: #ed1c24;
  color: white;
}

#content .zarovnani #na_skok {
  text-align: center;
  padding-top: 120px;
}

#content .zarovnani #na_skok h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani #na_skok .mista a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 31%;
  margin: 1.3%;
  height: 520px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #na_skok .mista a {
    height: 470px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #na_skok .mista a {
    height: 400px;
  }
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #na_skok .mista a {
    height: 300px;
    width: 48%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #na_skok .mista a {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #na_skok .mista a:nth-child(3n+1) {
  margin-left: 0px;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #na_skok .mista a:nth-child(3n+1) {
    width: 48%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #na_skok .mista a:nth-child(3n+1) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #na_skok .mista a:nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #na_skok .mista a:nth-child(3n) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #na_skok .mista a span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  margin-top: 0px;
  max-width: 400px;
  width: auto;
  font-size: 26px;
  color: black;
  text-align: left;
  padding: 0px 35px;
  line-height: 40px;
  font-family: "Merriweather-Regular";
}

#content .zarovnani #na_skok .mista a span:first-child {
    margin-top: 75px;
    padding-top: 10px;
  }
#content .zarovnani #na_skok .mista a span:last-child {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #na_skok .mista a span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #na_skok .mista a span {
    font-size: 22px;
    padding: 0px 25px;
  }
  #content .zarovnani #na_skok .mista a span:first-child {
    padding-top: 7px;
  }
#content .zarovnani #na_skok .mista a span:last-child {
    padding-bottom: 7px;
}
}

@media only screen and (max-width: 800px) {
  #content .zarovnani #na_skok .mista a span {
    font-size: 18px;
    padding: 0px 10px;
  }
  #content .zarovnani #na_skok .mista a span:first-child {
    padding-top: 5px;
  }
#content .zarovnani #na_skok .mista a span:last-child {
    padding-bottom: 5px;
}
}

#content .zarovnani #na_skok .mista a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(237, 28, 36, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#content .zarovnani #na_skok a.dalsi_mista {
  margin-top: 35px;
  border: solid 2px #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  padding: 30px 45px;
  display: inline-block;
  font-size: 18px;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content .zarovnani #na_skok a.dalsi_mista:hover {
  background-color: #ed1c24;
  color: white;
}

#content .zarovnani #inspirace {
  text-align: center;
  padding-top: 120px;
}

#content .zarovnani #inspirace h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani #inspirace .mista a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 31%;
  margin: 1.3%;
  height: 520px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #inspirace .mista a {
    height: 470px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #inspirace .mista a {
    height: 400px;
  }
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #inspirace .mista a {
    height: 300px;
    width: 48%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #inspirace .mista a {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #inspirace .mista a:nth-child(3n+1) {
  margin-left: 0px;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #inspirace .mista a:nth-child(3n+1) {
    width: 48%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #inspirace .mista a:nth-child(3n+1) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #inspirace .mista a:nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #inspirace .mista a:nth-child(3n) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #inspirace .mista a span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  margin-top: 0px;
  max-width: 400px;
  width: auto;
  font-size: 26px;
  color: black;
  text-align: left;
  padding: 0px 35px;
  line-height: 40px;
  font-family: "Merriweather-Regular";
}

#content .zarovnani #inspirace .mista a span:first-child {
    margin-top: 75px;
    padding-top: 10px;
  }
#content .zarovnani #inspirace .mista a span:last-child {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #inspirace .mista a span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #inspirace .mista a span {
    font-size: 22px;
    padding: 0px 25px;
  }
  #content .zarovnani #inspirace .mista a span:first-child {
    padding-top: 7px;
  }
#content .zarovnani #inspirace .mista a span:last-child {
    padding-bottom: 7px;
}
}

@media only screen and (max-width: 800px) {
  #content .zarovnani #inspirace .mista a span {
    font-size: 18px;
    padding: 0px 10px;
  }
  #content .zarovnani #inspirace .mista a span:first-child {
    padding-top: 5px;
  }
#content .zarovnani #inspirace .mista a span:last-child {
    padding-bottom: 5px;
}
}

#content .zarovnani #inspirace .mista a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(237, 28, 36, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#content .zarovnani #inspirace a.dalsi_inspirace {
  margin-top: 35px;
  border: solid 2px #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  padding: 30px 45px;
  display: inline-block;
  font-size: 18px;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content .zarovnani #inspirace a.dalsi_inspirace:hover {
  background-color: #ed1c24;
  color: white;
}

#content .zarovnani .dalsi_inspirace.vyssi_margin {
  margin-bottom: 100px;
}

#content .zarovnani .dalsi_inspirace h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

#content .zarovnani .dalsi_inspirace a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 30%;
  margin: 1.3%;
  height: 520px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani .dalsi_inspirace a {
    height: 470px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani .dalsi_inspirace a {
    height: 400px;
  }
}

@media only screen and (max-width: 980px) {
  #content .zarovnani .dalsi_inspirace a {
    height: 300px;
    width: 47%;
    margin: 20px 1%;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani .dalsi_inspirace a {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani .dalsi_inspirace a span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  margin-top: 0px;
  max-width: 400px;
  width: auto;
  font-size: 26px;
  color: black;
  text-align: left;
  padding: 0px 35px;
  line-height: 40px;
  font-family: "Merriweather-Regular";
}

#content .zarovnani .dalsi_inspirace a span:first-child {
  margin-top: 75px;
  padding-top: 10px;
}
#content .zarovnani .dalsi_inspirace a span:last-child {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani .dalsi_inspirace a span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani .dalsi_inspirace a span {
    font-size: 22px;
    padding: 0px 25px;
  }
  #content .zarovnani .dalsi_inspirace a span:first-child {
    padding-top: 7px;
  }
  #content .zarovnani .dalsi_inspirace a span:last-child {
      padding-bottom: 7px;
  }
}

@media only screen and (max-width: 800px) {
  #content .zarovnani .dalsi_inspirace a span {
    font-size: 18px;
    padding: 0px 10px;
  }
  #content .zarovnani .dalsi_inspirace a span:first-child {
    padding-top: 5px;
  }
  #content .zarovnani .dalsi_inspirace a span:last-child {
      padding-bottom: 5px;
  }
}

#content .zarovnani .dalsi_inspirace a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(237, 28, 36, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#content .zarovnani #instagram {
  text-align: center;
  padding-top: 120px;
}

#content .zarovnani #instagram h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani #instagram .zarovnani a.lightbox {
  display: inline-block;
  width: 19%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin: 0.3%;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #instagram .zarovnani a.lightbox {
    height: 220px;
  }
}

@media only screen and (max-width: 1150px) {
  #content .zarovnani #instagram .zarovnani a.lightbox {
    height: 180px;
  }
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #instagram .zarovnani a.lightbox {
    width: 24%;
  }
}

@media only screen and (max-width: 750px) {
  #content .zarovnani #instagram .zarovnani a.lightbox {
    width: 32%;
  }
}

@media only screen and (max-width: 540px) {
  #content .zarovnani #instagram .zarovnani a.lightbox {
    width: 48%;
  }
}

#content .zarovnani #instagram .zarovnani a.lightbox img {
  display: none;
}

#content .zarovnani #po_stopach {
  text-align: center;
  padding-top: 120px;
}

#content .zarovnani #po_stopach h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

#content .zarovnani #po_stopach .trasy .trasa {
  background-color: #f8f8f8;
  display: inline-block;
  width: 31%;
  margin: 1.3%;
  height: 520px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #po_stopach .trasy .trasa {
    height: 480px;
    width: 47%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #po_stopach .trasy .trasa {
    width: 100%;
    margin: 20px 0px;
    height: auto;
  }
}

#content .zarovnani #po_stopach .trasy .trasa:nth-child(1) {
  margin-left: 0px;
}

@media only screen and (max-width: 980px) {
  #content .zarovnani #po_stopach .trasy .trasa:nth-child(1) {
    width: 47%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #po_stopach .trasy .trasa:nth-child(1) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #po_stopach .trasy .trasa:nth-child(3) {
  margin-right: 0px;
}

@media only screen and (max-width: 600px) {
  #content .zarovnani #po_stopach .trasy .trasa:nth-child(3) {
    width: 100%;
    margin: 20px 0px;
  }
}

#content .zarovnani #po_stopach .trasy .trasa h3 {
  max-width: 240px;
  font-size: 40px;
  color: #ed1c24;
  font-family: 'Merriweather-Bold';
}

#content .zarovnani #po_stopach .trasy .trasa ul {
  list-style: none;
  margin-top: 50px;
}

#content .zarovnani #po_stopach .trasy .trasa ul li {
  padding-bottom: 10px;
}

#content .zarovnani #po_stopach .trasy .trasa ul li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 18px;
}

#content .zarovnani #po_stopach .trasy .trasa ul li a:hover {
  text-decoration: underline;
}

#content .zarovnani #po_stopach .trasy .trasa .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-position-y: 80%;
  width: 97px;
  height: 97px;
  position: absolute;
  right: 70px;
  bottom: 70px;
  display: block;
}

@media only screen and (max-width: 1460px) {
  #content .zarovnani #po_stopach .trasy .trasa .icon {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  #content .zarovnani #po_stopach .trasy .trasa .icon {
    width: 45px;
    height: 45px;
  }
}

#content .zarovnani #po_stopach a.dalsi_trasy {
  margin-top: 35px;
  border: solid 2px #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  padding: 30px 45px;
  display: inline-block;
  font-size: 18px;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#content .zarovnani #po_stopach a.dalsi_trasy:hover {
  background-color: #ed1c24;
  color: white;
}

#content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk {
  width: 100% !important;
  max-width: 1620px !important;
  height: 911px !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 1600px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 300px !important;
  }
}

#content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
  width: 100% !important;
  height: 911px !important;
}

@media only screen and (max-width: 1600px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 300px !important;
  }
}

#content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
  width: 100% !important;
  height: 911px !important;
  background-color: white;
}

@media only screen and (max-width: 1600px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 300px !important;
  }
}

#content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
  width: 100% !important;
  height: 911px !important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}

@media only screen and (max-width: 1600px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .clanek_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 300px !important;
  }
}

#content .zarovnani #na_skok.podstrana {
  padding-top: 0px;
}

#content #podstrana .clanek_detail_galerie {
  max-width: 70%;
  margin-left: 15%;
}

#content #podstrana .clanek_detail_galerie a.nahledyGalerie {
  width: 23%;
  height: 300px;
  margin: 0.8%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1600px) {
  #content #podstrana .clanek_detail_galerie a.nahledyGalerie {
    width: 31%;
  }
}

@media only screen and (max-width: 1300px) {
  #content #podstrana .clanek_detail_galerie a.nahledyGalerie {
    height: 200px;
  }
}

@media only screen and (max-width: 900px) {
  #content #podstrana .clanek_detail_galerie a.nahledyGalerie {
    width: 47%;
  }
}

@media only screen and (max-width: 630px) {
  #content #podstrana .clanek_detail_galerie a.nahledyGalerie {
    height: 150px;
  }
}

@media only screen and (max-width: 500px) {
  #content #podstrana .clanek_detail_galerie a.nahledyGalerie {
    width: 98%;
  }
}

#content #podstrana .clanek_detail_galerie a.nahledyGalerie img {
  display: none;
}

#content #podstrana .hlavni_obrazek {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
}

#content #podstrana .hlavni_obrazek .tmavsi {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  padding: 160px 0px;
}

#content #podstrana .hlavni_obrazek .obsah_od_popredi h1 {
  font-size: 75px;
  font-family: 'Merriweather-Bold';
  margin-top: 0px;
  color: white;
  padding-top: 0px;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #content #podstrana .hlavni_obrazek .obsah_od_popredi h1 {
    font-size: 35px;
    padding-top: 55px;
  }
}

#content #podstrana .hlavni_obrazek .obsah_od_popredi p {
  font-size: 24px;
  padding-top: 60px;
  line-height: 36px;
  font-family: 'Merriweather-Regular';
  margin-top: 0px;
  color: white;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0px;
}

@media only screen and (max-width: 900px) {
  #content #podstrana .hlavni_obrazek .obsah_od_popredi p {
    font-size: 20px;
    line-height: 28px;
  }
}

#content #podstrana .hlavni_obrazek.none {
  background-color: #f5f5f5;
}

#content #podstrana .hlavni_obrazek h1 {
  font-size: 55px;
  padding-top: 160px;
  font-family: 'Merriweather-Bold';
  margin-top: 0px;
  color: black;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #content #podstrana .hlavni_obrazek h1 {
    font-size: 35px;
    padding-top: 55px;
  }
}

#content #podstrana .hlavni_obrazek p {
  font-size: 24px;
  line-height: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Merriweather-Regular';
  margin-top: 0px;
  color: black;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #content #podstrana .hlavni_obrazek p {
    font-size: 20px;
    line-height: 28px;
  }
}

#content #podstrana {
  padding-top: 0px;
  border-top: none;
}

#content #obsah_vypis {
  margin-top: 145px;
}

#content #obsah_vypis .zarovnani {
  max-width: 1600px;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah {
  float: right;
  margin-left: 100px;
  margin-bottom: 100px;
  max-width: 512px;
  width: 33%;
}

@media only screen and (max-width: 980px) {
  #content #obsah_vypis .zarovnani .pravy_panel_obsah {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px black;
  padding: 50px 35px;
  margin-bottom: 25px;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_ubytovani_v_okoli {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px black;
    padding: 50px 35px;
    margin-bottom: 25px;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px black;
    padding: 50px 35px;
    margin-bottom: 25px;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti h3, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty h3, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace h3, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa h3 {
  margin-top: 0px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  background-image: url("../img/sipka_panel_vpravo2.png?v=1");
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  margin-left: 0%;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista h3, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli h3, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_ubytovani_v_okoli h3 {
    margin-top: 0px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-image: url("../img/sipka_panel_vpravo2.png?v=1");
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce h3 {
    margin-top: 0px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-image: url("../img/sipka_panel_vpravo2.png?v=1");
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti h3.otevrene, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty h3.otevrene, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace h3.otevrene, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa h3.otevrene {
  background-image: url("../img/sipka_panel_vpravo.png?v=1");
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista h3.otevrene, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli h3.otevrene, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_ubytovani_v_okoli h3.otevrene {
    background-image: url("../img/sipka_panel_vpravo.png?v=1");
  }

  #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce h3.otevrene {
    background-image: url("../img/sipka_panel_vpravo.png?v=1");
  }
 
#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti .obsah, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty .obsah, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace .obsah, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa .obsah {
  display: none;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista .obsah, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli .obsah, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_ubytovani_v_okoli .obsah {
    display: none;
  }

  #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce .obsah {
    display: none;
  }

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti .obsah h4, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty .obsah h4, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace .obsah h4, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa .obsah h4 {
  font-size: 16px;
  margin-top: 30px;
  width: 100%;
  margin-left: 0%;
  max-width: 100%;
}

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista .obsah h4, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli .obsah h4, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace .obsah h4 {
    font-size: 16px;
    margin-top: 30px;
    width: 100%;
    margin-left: 0%;
    max-width: 100%;
  }

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista .obsah ul, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli .obsah ul, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_ubytovani_v_okoli .obsah ul {
    margin-left: 0px;
    max-width: 100%;
}  

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce .obsah h4 {
    font-size: 16px;
    margin-top: 30px;
    width: 100%;
    margin-left: 0%;
    max-width: 100%;
  }

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce .obsah ul {
    margin-left: 0px;
    max-width: 100%;
}  

#content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti .obsah iframe, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty .obsah iframe, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace .obsah iframe, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa .obsah iframe {
  width: 100%;
}

#content .podrobnosti_ikonky {
  padding-bottom: 110px;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #content .podrobnosti_ikonky {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #content .podrobnosti_ikonky {
    margin-top: 30px;
  }
}

#content .podrobnosti_ikonky span {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 35px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 50%;
  padding-left: 50px;
}

@media only screen and (max-width: 700px) {
  #content .podrobnosti_ikonky span {
    font-size: 16px;
    margin: 0 20px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #content .podrobnosti_ikonky span {
    background-image: none !important;
  }
}

#content .podrobnosti_ikonky span.podrobnosti_k_vyletu {
  background-image: url("../img/podrobnosti_k_vyletu.jpg?v=1");
}

#content .podrobnosti_ikonky span.orientacni_delka_trasy {
  background-image: url("../img/orientacni_delka_trasy.jpg?v=1");
}

#content .podrobnosti_ikonky span.odkaz_na_mapu {
  background-image: url("../img/odkaz_na_mapu.jpg?v=1");
}

#content #vlastni_mapa {
  width: 100%;
}

#content #vlastni_mapa iframe {
  width: 100% !important;
  height: 500px !important;
  margin-top: 50px;
}

@media only screen and (max-width: 900px) {
  #content #vlastni_mapa iframe {
    height: 300px !important;
  }
}

#content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk {
  width: 100% !important;
  max-width: 1620px !important;
  height: 911px !important;
  margin: 0 auto !important;
}

#content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk.nad_obsahem {
  margin-bottom: 100px !important;
}

#content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk.pod_obsahem {
  margin-top: 100px !important;
}

@media only screen and (max-width: 1600px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk {
    height: 300px !important;
  }
}

#content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
  width: 100% !important;
  height: 911px !important;
}

@media only screen and (max-width: 1600px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container {
    height: 300px !important;
  }
}

#content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
  width: 100% !important;
  height: 911px !important;
  background-color: white;
}

@media only screen and (max-width: 1600px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view {
    height: 300px !important;
  }
}

#content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
  width: 100% !important;
  height: 911px !important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}

@media only screen and (max-width: 1600px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 900px !important;
  }
}

@media only screen and (max-width: 1400px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 700px !important;
  }
}

@media only screen and (max-width: 900px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px) {
  #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont .ms-view .ms-slide, #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk .ms-container .ms-view .ms-slide {
    height: 300px !important;
  }
}

#content .obsah_galerie a.nahledyGalerie {
  width: 18%;
  height: 300px;
  margin: 0.8%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1600px) {
  #content .obsah_galerie a.nahledyGalerie {
    width: 23%;
  }
}

@media only screen and (max-width: 1300px) {
  #content .obsah_galerie a.nahledyGalerie {
    height: 200px;
  }
}

@media only screen and (max-width: 900px) {
  #content .obsah_galerie a.nahledyGalerie {
    width: 31%;
  }
}

@media only screen and (max-width: 630px) {
  #content .obsah_galerie a.nahledyGalerie {
    height: 150px;
  }
}

@media only screen and (max-width: 900px) {
  #content .obsah_galerie a.nahledyGalerie {
    width: 48%;
  }
}

#content .obsah_galerie a.nahledyGalerie img {
  display: none;
}

#content .strankovani a {
  border: solid 1px black;
  background-color: transparent;
}

#content .strankovani a:hover, #content .strankovani a.active {
  color: red !important;
  border: solid 1px red;
}

#content #podstrana h1 {
  max-width: 70%;
  margin-left: 15%;
}

#content #podstrana h2 {
  margin-top: 75px;
  margin-left: 15%;
  max-width: 70%;
}

#content #podstrana h3 {
  max-width: 70%;
  margin-left: 15%;
}

#content #podstrana h4 {
  max-width: 70%;
  margin-left: 15%;
}

#content #podstrana h5 {
  max-width: 70%;
  margin-left: 15%;
}

#content #podstrana p {
  max-width: 70%;
  font-size: 140%;
  line-height: 170%;
  margin-left: 15%;
}

#content #podstrana ul {
  max-width: 70%;
  margin-left: 15%;
  font-size: 140%;
  line-height: 170%;
}

#content #podstrana table {
  max-width: 70%;
  font-size: 140%;
  line-height: 170%;
  margin-left: 15%;
}

#content #podstrana table td p {
  max-width: 100%;
  margin-left: 0%;
}

#content #podstrana img {
  max-width: 100%;
}

#content #podstrana em {
  background-color: #f82600;
  color: white;
  width: auto;
  height: 40px;
  margin-right: 20px;
  display: inline-block;
  font-size: 18px;
  padding: 0px 10px;
  font-style: normal;
  line-height: 40px;
}

#content #podstrana a.a_cta {
  text-decoration: none;
  background-color: white;
  border: solid 2px #ed1c24;
  color: #ed1c24;
  font-size: 18px;
  line-height: 0px;
  font-weight: bold;
  padding: 30px 45px;
  display: inline-block;
  margin: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#content #podstrana a.a_cta:hover {
  background-color: #ed1c24;
  color: white;
}

#content #podstrana a.a_cta2:hover {
  background-color: #000;
  border: solid 2px black;
}

#content #podstrana a.a_cta2 {
  text-decoration: none;
  background-color: #ed1c24;
  border: solid 2px #ed1c24;
  font-size: 18px;
  line-height: 0px;
  color: #fff;
  font-weight: bold;
  padding: 30px 45px;
  display: inline-block;
  margin: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#content #podstrana .galerie {
  max-width: 70%;
  margin-left: 15%;
}

#content #podstrana .galerie a {
  background-size: cover;
  width: 23%;
  margin: 0.8%;
}

@media only screen and (max-width: 1150px) {
  #content #podstrana .galerie a {
    height: 137px;
  }
}

@media only screen and (max-width: 980px) {
  #content #podstrana .galerie a {
    width: 31%;
  }
}

@media only screen and (max-width: 745px) {
  #content #podstrana .galerie a {
    width: 48%;
  }
}

#content #podstrana #cesta {
  margin-top: 0px;
}

#content a.otevrit_mapu {
  border: solid 2px #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  padding: 30px 45px;
  width: 160px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin: 35px auto 120px auto;
}

#content a.otevrit_mapu:hover {
  background-color: #ed1c24;
  color: white;
}

#map {
  height: 700px;
}

#links_out {
  text-align: center;
  padding: 50px 0px;
  border-top: solid 1px #ededed;
}

#links_out a {
  margin: 0 30px;
}

#footer {
  top: 0px;
  text-align: center;
  padding-top: 0px;
}

#footer .socky {
  padding: 50px 0px;
}

#footer .socky a {
  margin: 0px 10px;
}

#footer .socky a img {
  width: 64px;
}

#footer .socky a img.a {
  display: none;
}

#footer .socky a:hover img.n {
  display: none;
}

#footer .socky a:hover img.a {
  display: inline;
}

#footer p {
  line-height: 30px;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'Merriweather-Bold';
  src: url(../font2/Merriweather-Bold.eot);
  src: url(../font2/Merriweather-Bold.eot?#iefix) format("embedded-opentype"), url(../font2/Merriweather-Bold.otf) format("otf"), url(../font2/Merriweather-Bold.svg#Merriweather-Bold) format("svg"), url(../font2/Merriweather-Bold.woff) format("woff"), url(../font2/Merriweather-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'Merriweather-Regular';
  src: url(../font2/Merriweather-Regular.eot);
  src: url(../font2/Merriweather-Regular.eot?#iefix) format("embedded-opentype"), url(../font2/Merriweather-Regular.otf) format("otf"), url(../font2/Merriweather-Regular.svg#Merriweather-Regular) format("svg"), url(../font2/Merriweather-Regular.woff) format("woff"), url(../font2/Merriweather-Regular.woff2) format("woff2");
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
  background: url("../img/left.png?v=1");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
}

.ms-skin-default .ms-nav-next {
  background: url("../img/right.png?v=1");
  background-size: contain;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=redesign.css.map */

@media only screen and (max-width: 980px) {
    .obr_info_center {
        max-width: 100%!important;
        float: none!important;
        clear: both;
        width: 100%;
        margin-left: 0px!important;
    }
}

.info_centrum {
    background-image: url("../img/info.jpg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: block;
    margin: 10px auto;
}

#footer ul {
    list-style: none;
    text-align: center;
}
#footer ul li {
    display: inline-block;
    margin: 3px 5px;
}
#footer ul li a {
    text-decoration: underline;
}
#footer ul li a:hover {
    text-decoration: none;
} 
#header .zarovnani #nav_search nav {
    list-style: none;
    text-align: right;
    float: right;
    display: block;
}
#header .zarovnani #nav_search nav ul {
    float: none;
    clear: both;
}

@media only screen and (max-width: 1350px) {
    #header .zarovnani #nav_search ul {
        display: none;
        position: absolute;
        right: 0px;
        width: 100%;
        top: 160px;
        background: white;
        margin-top: 0px;
        text-align: center;
        max-width: 100%;
    }
    #header .zarovnani #nav_search ul li {
        display: block;
        padding: 0px;
    }
    #header .zarovnani #nav_search ul li a {
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #eeee;
    }
    #header .zarovnani #nav_search ul li::before {
        top: 39px;
    }
    nav #hamburger {
        width: 50px;
        height: 80px;
        display: block;
        float: right;
        position: relative;
        top: 70px;
        right: 30px;
        cursor: pointer;
    }
    nav #hamburger span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        transition: 300ms;
    }
    nav #hamburger span:nth-child(1) {
        top: 0px;
    }
    nav #hamburger span:nth-child(2) {
        top: 15px;
    }
    nav #hamburger span:nth-child(3) {
        top: 30px;
    }
    nav #hamburger.open span {
        background-color: #ed1c24;
    }
    nav #hamburger.open span:nth-child(1) {
        transform: rotateZ(45deg);
        top: 20px;
    }
    nav #hamburger.open span:nth-child(2) {
        display: none;
    }
    nav #hamburger.open span:nth-child(3) {
        transform: rotateZ(135deg);
        top: 20px;
    }
}

@media only screen and (max-width: 490px) {
    #header {
        height: 100px;
    }
    #header .zarovnani a#logo {
        margin-top: 25px;
        width: 233px;
        max-width: 233px;
        float: left;
        z-index: 1;
    }
    #header .zarovnani #nav_search .search {
        margin-top: 55px;
    }
    nav #hamburger {
        top: 30px;
    }
    #header .zarovnani #nav_search .search_form {
        top: 100px;
    }
    #header .zarovnani #nav_search ul { 
        top: 100px;
    }
}

#header .lang {
    z-index: 5;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fbfbfb;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    box-shadow: 0px 2px 1.5px 0px rgba(35, 40, 45, 0.15);
    transition: 500ms;
}
#header .lang i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    z-index: 1;
    position: absolute;
    top: 8px;
}
#header .lang i.czechia {
    background-image: url("../img/czech.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    left: 6px;
}
#header .lang i.english {
    background-image: url("../img/english.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    left: 6px;
}

.linka {
    width: 100%;
    height: 1px;
    background-color: #ececec;
    margin-bottom: 35px;
}

@media only screen and (max-width: 900px) {
    #content #obsah_vypis {
        margin-top: 20px;
    }
    #content .obsah_detail_galerie.master-slider.ms-skin-default.ms-wk.nad_obsahem {
        margin-bottom: 20px!important;
    }
    #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_podrobnosti, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_kontakty, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_informace, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_mapa,
    #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_souvisejici_mista, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_restaurace_v_okoli, #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_ubytovani_v_okoli,
    #content #obsah_vypis .zarovnani .pravy_panel_obsah .panel_akce {
        padding: 15px 15px;
    }
    #content #podstrana h1, #content #podstrana h2, #content #podstrana h3, #content #podstrana h4, #content #podstrana h5, #content #podstrana h6,
    #content #podstrana p, #content #podstrana ul, #content #podstrana table, #content #podstrana .clanek_detail_galerie {
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
    }
    #content #podstrana {
        padding-bottom: 30px;
    }
    #content #podstrana h2 {
        margin-top: 35px;
    }
    #content .zarovnani .rozcestnik#home_rozcestnik {
        margin-top: 50px;
    }
    #content .zarovnani #magazin, #content .zarovnani #na_skok, #content .zarovnani #inspirace, #content .zarovnani #instagram {
        padding-top: 50px;
    }
    #content .zarovnani .rozcestnik .link {
        height: 180px;
    }
}

@media only screen and (max-width: 500px) {
    #content .zarovnani .rozcestnik .link {
        height: 240px;
    }
}

@media only screen and (max-width: 420px) {
    #content .zarovnani .rozcestnik .link {
        height: 180px;
    }
}

#content #podstrana table tr td {
    padding: 5px 8px;
}
#content #podstrana table tr td, #content #podstrana table td p, #content #podstrana table td span {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0px;
}
#content #podstrana table.table_svetla tr td {
    background-color: white;
    border: solid 1px #d1d1d1;
    padding: 5px 8px;
}
#content #podstrana table.table_svetla tr td, #content #podstrana table.table_svetla td p, #content #podstrana table.table_svetla td span {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0px;
}
#content #podstrana table.table_tmava tr td {
    background-color: #d1d1d1;
    border: solid 1px #fff;
    padding: 5px 8px;
}
#content #podstrana table.table_tmava tr td, #content #podstrana table.table_tmava td p, #content #podstrana table.table_tmava td span {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0px;
}





body #content .filtr .termin_mobil {
    display: none;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .termin_mobil {
      display: block;
      border-bottom: solid 1px #DEE1E4;
      display: grid;
      grid-template-columns: 1fr 82px;
      grid-gap: 20px;
      height: 60px;
      cursor: pointer;
    }
    body #content .filtr .termin_mobil p {
      text-align: left !important;
      font-family: "soleilregular" !important;
      font-style: normal;
      font-weight: normal;
      font-size: 16px !important;
      line-height: 60px !important;
      letter-spacing: 0px;
      color: #23282D;
      padding-left: 20px !important;
      margin-top: 0px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      display: block !important;
    }
    body #content .filtr .termin_mobil i {
      display: block;
      background-image: url("../img/dop_arrow_open.svg");
      background-repeat: no-repeat;
      background-size: initial;
      background-position-x: center;
      background-position-y: center;
    }
  }
  body #content .filtr .typ_mobil {
    display: none;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .typ_mobil {
      display: block;
      border-bottom: solid 1px #DEE1E4;
      display: grid;
      grid-template-columns: 1fr 82px;
      grid-gap: 20px;
      height: 60px;
      margin-bottom: 60px;
      cursor: pointer;
    }
    body #content .filtr .typ_mobil p {
      text-align: left !important;
      font-family: "soleilregular" !important;
      font-style: normal;
      font-weight: normal;
      font-size: 16px !important;
      line-height: 60px !important;
      letter-spacing: 0px;
      color: #23282D;
      padding-left: 20px !important;
      margin-top: 0px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      display: block !important;
    }
    body #content .filtr .typ_mobil i {
      display: block;
      background-image: url("../img/dop_arrow_open.svg");
      background-repeat: no-repeat;
      background-size: initial;
      background-position-x: center;
      background-position-y: center;
    }
  }
  body #content .filtr .termin .zarovnani {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    margin-top: 31px;
    line-height: 0px;
    font-size: 0px;
  }
  @media only screen and (max-width: 1150px) {
    body #content .filtr .termin .zarovnani {
      margin-top: 21px;
    }
  }
  body #content .filtr .termin .zarovnani p {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #23282D;
  }
  @media only screen and (max-width: 820px) {
    body #content .filtr .termin .zarovnani p {
      text-align: center;
    }
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .termin .zarovnani p {
      display: none;
    }
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .termin .zarovnani p .hide_mobile {
      display: none;
    }
  }
  body #content .filtr .termin .zarovnani p a {
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
    padding: 0px 24px;
    border-radius: 3px;
    border: 1px solid #DEE1E4;
    cursor: pointer;
    transition: 500ms;
    height: 40px;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #23282D;
    text-decoration: none;
    vertical-align: middle;
  }
  @media only screen and (max-width: 1150px) {
    body #content .filtr .termin .zarovnani p a {
      padding: 0px 14px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  body #content .filtr .termin .zarovnani p a:first-of-type {
    margin-left: 40px;
  }
  body #content .filtr .termin .zarovnani p a sup {
    color: #687480;
    padding-left: 4px;
  }
  body #content .filtr .termin .zarovnani p a:hover, body #content .filtr .termin .zarovnani p a.active {
    border: 1px solid #DE0221;
    background: #FCEBED;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body #content .filtr .termin .zarovnani p a:hover sup, body #content .filtr .termin .zarovnani p a.active sup {
    color: #DE0221;
  }
  body #content .filtr .termin .zarovnani p a.vybrat_datum {
    padding-left: 43px;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #DE0221;
    background-image: url("../img/calendar_plus_red.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: 24px;
    background-position-y: center;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .termin .zarovnani p a {
      display: inline-block;
      width: calc(49% - 20px);
      margin-left: 10px;
      margin-right: 10px;
    }
    body #content .filtr .termin .zarovnani p a:first-of-type {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  body #content .filtr .termin .zarovnani .vyber_presneho_datumu {
    margin-top: 20px;
    text-align: center;
    display: none;
  }
  body #content .filtr .termin .zarovnani .vyber_presneho_datumu p {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #23282D;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .termin .zarovnani .vyber_presneho_datumu p {
      display: inline-block;
    }
    body #content .filtr .termin .zarovnani .vyber_presneho_datumu p span {
      display: none;
    }
  }
  body #content .filtr .termin .zarovnani .vyber_presneho_datumu p input {
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DEE1E4;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #23282D;
    margin: 0px 10px;
    padding: 0px 12px 0px 42px;
    background-image: url("../img/calendar_black.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 12px;
    background-position-y: center;
  }
  @media only screen and (max-width: 440px) {
    body #content .filtr .termin .zarovnani .vyber_presneho_datumu p input {
      width: 200px;
    }
  }
  body #content .filtr .termin .zarovnani .vyber_presneho_datumu p input[type=submit] {
    height: 42px;
    background-image: none;
    padding: 0px;
    text-align: center;
    background-color: #DE0221;
    cursor: pointer;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #fff;
    transition: 500ms;
  }
  body #content .filtr .termin .zarovnani .vyber_presneho_datumu p input[type=submit]:hover {
    background-color: #23282D;
  }
  body #content .filtr .typ_akce {
    width: 100%;
    min-height: 52px;
    background-color: #ECEFF2;
    margin-top: 18px;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .typ_akce {
      background-color: #fff;
    }
  }
  body #content .filtr .typ_akce .zarovnani {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  body #content .filtr .typ_akce .zarovnani p {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #23282D;
  }
  @media only screen and (max-width: 820px) {
    body #content .filtr .typ_akce .zarovnani p {
      text-align: center;
    }
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .typ_akce .zarovnani p {
      line-height: 40px;
      padding: 20px 0px;
      display: none;
    }
  }
  body #content .filtr .typ_akce .zarovnani span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  @media only screen and (max-width: 1250px) {
    body #content .filtr .typ_akce .zarovnani span {
      margin-right: 10px;
    }
  }
  body #content .filtr .typ_akce .zarovnani span.hide_mobile {
    margin-right: 0px;
    margin-left: 0px;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .typ_akce .zarovnani span.hide_mobile {
      display: none;
    }
  }
  body #content .filtr .typ_akce .zarovnani span:nth-child(2) {
    margin-left: 30px;
  }
  body #content .filtr .typ_akce .zarovnani span:nth-child(2) label {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #content .filtr .typ_akce .zarovnani span:last-of-type label {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #content .filtr .typ_akce .zarovnani span:last-child {
    margin-right: 0px;
  }
  body #content .filtr .typ_akce .zarovnani span input {
    display: none;
  }
  body #content .filtr .typ_akce .zarovnani span label {
    transition: 500ms;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #content .filtr .typ_akce .zarovnani span label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #DEE1E4;
    background: #FFF;
    vertical-align: middle;
    margin-right: 4px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .filtr .typ_akce .zarovnani span label.checked {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body #content .filtr .typ_akce .zarovnani span label.checked::before {
    background-color: #DE0221;
    background-image: url("../img/filtr_check.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .filtr .typ_akce .zarovnani span input:checked + label {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body #content .filtr .typ_akce .zarovnani span input:checked + label::before {
    background-color: #DE0221;
    background-image: url("../img/filtr_check.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .filtr .typ_akce .zarovnani span.top_akce label {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #DE0221;
    background-image: url("../img/top_red.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: 28px;
    background-position-y: center;
  }
  body #content .filtr .typ_akce .zarovnani span.top_akce label::before {
    margin-right: 24px;
  }
  @media only screen and (max-width: 500px) {
    body #content .filtr .typ_akce .zarovnani span {
      display: inline-block;
      width: calc(49% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      border: solid 1px #dadada;
      border-radius: 2px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    body #content .filtr .typ_akce .zarovnani span:nth-child(2) {
      margin-left: 10px;
      margin-right: 10px;
    }
    body #content .filtr .typ_akce .zarovnani span:last-child {
      margin-right: 10px;
      margin-left: 10px;
    }
    body #content .filtr .typ_akce .zarovnani span label {
      font-family: "soleillight";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 32px !important;
      letter-spacing: 0px;
      color: #23282D;
    }
    body #content .filtr .typ_akce .zarovnani span label.checked {
      font-family: "soleilbold";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 32px !important;
      letter-spacing: 0px;
      color: #DE0221;
    }
    body #content .filtr .typ_akce .zarovnani span input:checked + label {
      font-family: "soleilbold";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 32px !important;
      letter-spacing: 0px;
      color: #DE0221;
    }
    body #content .filtr .typ_akce .zarovnani span.top_akce label {
      font-family: "soleilbold";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 32px !important;
      letter-spacing: 0px;
      color: #DE0221;
    }
  }
  body #content .filtr .souhrn_filtru {
    background-color: #F4F6F9;
    padding-top: 11px;
  }
  body #content .filtr .souhrn_filtru .zarovnani {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 117px;
    grid-gap: 10px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: solid 1px #DEE1E4;
  }
  body #content .filtr .souhrn_filtru .zarovnani p {
    vertical-align: middle;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body #content .filtr .souhrn_filtru .zarovnani p i {
    display: inline-block;
    background-image: url("../img/filtr_black.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
  }
  body #content .filtr .souhrn_filtru .zarovnani p .filtr_aktivni {
    display: inline-block;
    vertical-align: middle;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #DE0221;
    border-radius: 3px;
    background: #FFF;
    margin-right: 8px;
    cursor: pointer;
    padding-left: 8px;
    transition: 300ms;
  }
  body #content .filtr .souhrn_filtru .zarovnani p .filtr_aktivni i {
    display: inline-block;
    background-image: url("../img/delete_red.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 6px;
  }
  body #content .filtr .souhrn_filtru .zarovnani p .filtr_aktivni:nth-child(2) {
    margin-left: 16px;
  }
  body #content .filtr .souhrn_filtru .zarovnani p .filtr_aktivni:hover {
    background-color: #DE0221;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
  }
  body #content .filtr .souhrn_filtru .zarovnani p .filtr_aktivni:hover i {
    background-image: url("../img/delete_white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .filtr .souhrn_filtru .zarovnani .odstranit_filtry {
    text-decoration: none;
    border-radius: 3px;
    background: #FFF;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #23282D;
    padding-left: 8px;
    cursor: pointer;
    transition: 300ms;
  }
  body #content .filtr .souhrn_filtru .zarovnani .odstranit_filtry i {
    display: inline-block;
    background-image: url("../img/trash_black.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
  body #content .filtr .souhrn_filtru .zarovnani .odstranit_filtry:hover {
    background-color: #23282D;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
  }
  body #content .filtr .souhrn_filtru .zarovnani .odstranit_filtry:hover i {
    background-image: url("../img/trash_white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }

  body #content .vypis_akci {
    width: 100%;
    background-color: #F4F6F9;
    padding-top: 20px;
    padding-bottom: 74px;
  }
  body #content .vypis_akci .akce_wrap {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
  }
  @media only screen and (max-width: 1020px) {
    body #content .vypis_akci .akce_wrap {
      grid-gap: 20px;
    }
  }
  @media only screen and (max-width: 830px) {
    body #content .vypis_akci .akce_wrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 590px) {
    body #content .vypis_akci .akce_wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 400px) {
    body #content .vypis_akci .akce_wrap {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  body #content .vypis_akci .akce_wrap .pres_cele {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #222;
    text-align: center;
    padding: 10px 0px;
    grid-column: span 4;
  }
  @media only screen and (max-width: 830px) {
    body #content .vypis_akci .akce_wrap .pres_cele {
      grid-column: span 3;
    }
  }
  @media only screen and (max-width: 590px) {
    body #content .vypis_akci .akce_wrap .pres_cele {
      grid-column: span 2;
    }
  }
  body #content .vypis_akci .akce_wrap .akce {
    aspect-ratio: 0.9;
    position: relative;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .vypis_akci .akce_wrap .akce:hover .wrap h2 span {
    text-decoration: underline;
  }
  body #content .vypis_akci .akce_wrap .akce .shadow {
    position: absolute;
    width: 100%;
    height: 143px;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/gradient.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    z-index: 0;
  }
  body #content .vypis_akci .akce_wrap .akce .wrap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 23px;
    z-index: 1;
  }
  @media only screen and (max-width: 1020px) {
    body #content .vypis_akci .akce_wrap .akce .wrap {
      padding-left: 14px;
      padding-right: 14px;
      padding-bottom: 13px;
    }
  }
  body #content .vypis_akci .akce_wrap .akce .wrap .stitek {
    border-radius: 3px;
    background: #FFF;
    display: inline-block;
    padding: 4px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body #content .vypis_akci .akce_wrap .akce .wrap .stitek i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    margin-right: 1px;
  }
  body #content .vypis_akci .akce_wrap .akce .wrap h2 {
    margin-top: 8px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFF;
    max-width: 200px;
    max-height: 60px;
    overflow: hidden;
  }
  body #content .vypis_akci .akce_wrap .akce .wrap h2 em {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFF;
    margin-left: 2px;
  }
  body #content .vypis_akci .akce_wrap .akce .wrap p.datum {
    margin-top: 16px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
    /*background: white;
    width: auto;
    display: inline-block;
    margin-top: 8px;
    padding: 3px 5px;
    border-radius: 3px;*/
  }
  body #content .vypis_akci .akce_wrap .akce .wrap p.datum i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("../img/calendar_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    margin-right: 1px;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 0.9;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .doporucujeme_ico {
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 3px;
    background: #DE0221;
    width: 100px;
    height: 28px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFF;
    text-align: center;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .shadow {
    height: 316px;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 41px;
  }
  @media only screen and (max-width: 1020px) {
    body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
    }
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap h2 {
    margin-top: 16px;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF;
    max-width: 450px;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap h2 em {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF;
    margin-left: 4px;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.adresa {
    display: none;
    margin-top: 16px;
    text-decoration: underline;
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #FFF;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.adresa i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("../img/location_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    margin-right: 4px;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.datum {
    display: none;
    text-decoration: underline;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap p.datum i {
    margin-right: 4px;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme .wrap .sipka {
    position: absolute;
    right: 36px;
    bottom: 39px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 100px;
    background-image: url("../img/drop_to_right_red.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    display: none;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme:hover .wrap p.adresa {
    display: block;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme:hover .wrap p.datum {
    display: block;
  }
  body #content .vypis_akci .akce_wrap .akce.doporucujeme:hover .wrap .sipka {
    display: block;
  }
  @media only screen and (max-width: 830px) {
    body #content .vypis_akci .akce_wrap .akce:nth-child(13) {
      display: none;
    }
  }
  @media only screen and (max-width: 590px) {
    body #content .vypis_akci .akce_wrap .akce:nth-child(13) {
      display: block;
    }
  }
  body #content .vypis_akci .cely_program {
    display: grid;
    align-content: center;
    justify-content: center;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    border: 1px solid #DE0221;
    background: #FFF;
    height: 56px;
    margin-top: 40px;
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #DE0221;
    text-decoration: none;
    transition: 500ms;
  }
  body #content .vypis_akci .cely_program i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 16px;
    background-image: url("../img/arrow_to_right_red.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .vypis_akci .cely_program:hover {
    background-color: #DE0221;
    color: white;
  }
  body #content .vypis_akci .cely_program:hover i {
    background-image: url("../img/arrow_to_right_white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }

  .shadow_layer {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 666;
    display: none;
  }
  
  .smartim-loading {
    display: inline-block;
    position: absolute;
    width: 170px;
    height: 200px;
    left: calc(50% - 80px);
    top: 100px;
    z-index: 999;
    display: none;
  }
  .smartim-loading div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 32px;
    background: #ffffff;
    animation: smartim-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .smartim-loading div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .smartim-loading div:nth-child(2) {
    left: 64px;
    animation-delay: -0.12s;
  }
  .smartim-loading div:nth-child(3) {
    left: 132px;
    animation-delay: 0;
  }
  
  .lineabove {
    display: block;
    width: 100%;
    border-top: solid 1px #efefef;
    margin-bottom: 40px;
  }
  
  @keyframes smartim-loading {
    0% {
      top: 8px;
      height: 128px;
    }
    50%, 100% {
      top: 48px;
      height: 64px;
    }
  }

  body #content .detail_akce {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  body #content .detail_akce .navigace {
    margin-top: 16px;
  }
  body #content .detail_akce .navigace p {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #4C5256;
    vertical-align: middle;
  }
  body #content .detail_akce .navigace p a {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #23282D;
    text-decoration-line: underline;
  }
  body #content .detail_akce .navigace p a:hover {
    text-decoration: none;
  }
  body #content .detail_akce .navigace p a.zpet {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 1px solid #DEE1E4;
    background: #FFF;
    background-image: url("../img/back_black.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    transition: 500ms;
    margin-right: 12px;
  }
  body #content .detail_akce .navigace p a.zpet:hover {
    background-color: #DE0221;
    border: 1px solid #DE0221;
    background-image: url("../img/back_white.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #content .detail_akce .navigace p i {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/drop_to_right_black.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 12px;
    height: 12px;
    margin: 0px 3px;
  }
  body #content .detail_akce .wrap_content {
    display: grid;
    grid-template-columns: 1fr 295px;
    grid-gap: 46px;
    margin-top: 72px;
  }
  @media only screen and (max-width: 960px) {
    body #content .detail_akce .wrap_content {
      grid-gap: 20px;
      margin-top: 32px;
    }
  }
  @media only screen and (max-width: 880px) {
    body #content .detail_akce .wrap_content {
      grid-template-columns: 1fr;
    }
  }
  body #content .detail_akce .wrap_content .cely_obsah {
    grid-column: span 2;
  }
  @media only screen and (max-width: 880px) {
    body #content .detail_akce .wrap_content .cely_obsah {
      grid-column: span 1;
    }
  }
  body #content .detail_akce .wrap_content .hlavni_obrazek {
    width: 100%;
    height: 483px;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 650px) {
    body #content .detail_akce .wrap_content .hlavni_obrazek {
      height: 380px;
    }
  }
  @media only screen and (max-width: 480px) {
    body #content .detail_akce .wrap_content .hlavni_obrazek {
      height: 300px;
    }
  }
  body #content .detail_akce .wrap_content .hlavni_obrazek img {
    display: none;
  }
  body #content .detail_akce .wrap_content .leve_menu {
    border-radius: 8px;
    border: 1px solid #DEE1E4;
    background: #FFF;
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px;
  }
  @media only screen and (max-width: 880px) {
    body #content .detail_akce .wrap_content .leve_menu {
      display: none;
    }
  }
  body #content .detail_akce .wrap_content .leve_menu.mobile_hide {
    display: none;
  }
  @media only screen and (max-width: 880px) {
    body #content .detail_akce .wrap_content .leve_menu.mobile_hide {
      display: block;
    }
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce {
    padding: 8px 20px;
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce:nth-child(1) {
    padding: 20px;
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce h3 {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce p {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #23282D;
    padding-top: 6px;
    padding-bottom: 0px;
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce p.datum {
    background-image: url("../img/calendar_black_small.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: left;
    background-position-y: 8px;
    padding-left: 18px;
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce p a {
    font-family: "soleillight";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #DE0221;
  }
  body #content .detail_akce .wrap_content .leve_menu .sekce p a:hover {
    text-decoration: none;
  }
  body #content .detail_akce .wrap_content .clanek_detail_galerie {
    display: grid;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  body #content .detail_akce .wrap_content .clanek_detail_galerie a {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    display: block;
    aspect-ratio: 1;
  }
  body #content .detail_akce .wrap_content .clanek_detail_galerie a img {
    display: none;
  }





  #content .detail_akce .formatovani_textu p {
    font-size: 110%;
    font-family: soleilregular, sans-serif;
    text-align: left;
    margin-top: 15px;
    line-height: 140%;
  }
  
  #content .detail_akce .formatovani_textu ol {
    margin: 10px 30px;
  }
  
  #content .detail_akce .formatovani_textu ol li {
    margin: 10px 0;
  }
  
  #content .detail_akce .formatovani_textu h1 {
    font-size: 200%;
    font-family: soleilregular, sans-serif;
    width: 80%;
    text-align: left;
    margin-top: 25px;
  }
  #content .detail_akce .formatovani_textu h1:first-child {
    margin-top: 0px;
  }
  #content .detail_akce .formatovani_textu h2 {
    font-size: 170%;
    font-family: soleilregular, sans-serif;
    text-align: left;
    margin-top: 15px;
    text-transform: none;
  }
  #content .detail_akce .formatovani_textu h3 {
    font-size: 160%;
    font-family: soleilregular, sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  #content .detail_akce .formatovani_textu h4 {
    font-size: 150%;
    font-family: soleilregular, sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  #content .detail_akce .formatovani_textu h5 {
    font-size: 140%;
    font-family: soleilregular, sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  #content .detail_akce .formatovani_textu h6 {
    font-size: 130%;
    font-family: soleilregular, sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  #content .detail_akce .formatovani_textu table {
      margin: 20px 15% 30px 10px;
  }
  
  #content .detail_akce .formatovani_textu a.a_vyrazny {
   text-decoration: underline;
   color: #c1001f;
  }
  #content .detail_akce .formatovani_textu a.a_nevyrazny {
   text-decoration: underline;
   color: #474747;
  }
  
  #content .detail_akce .formatovani_textu a.podkategorie {
    text-decoration: none;
    background-color: #c1001f;  
    font-size: 120%;
    line-height: 120%;
    height: 80px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    padding: 15px 1% 15px 1%;
    width: 29.3333%;
    display: inline-block;
    margin: 10px 1%;
    transition: 0.6s;
  }
  #content .detail_akce .formatovani_textu a.podkategorie span {
    text-decoration: none;  
    font-size: 70%;
    line-height: 100%;
    color: #fff;
    font-weight: normal;
  }
  #content .detail_akce .formatovani_textu a.podkategorie:hover {
    background-color: #000;  
  }
  #content .detail_akce .formatovani_textu a.a_cta {
    text-decoration: none;
    background-color: #c1001f;  
    font-size: 128.57143%;
    line-height: 122.22222%;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    margin: 10px;
    transition: 0.6s;
  }
  #content .detail_akce .formatovani_textu a.a_cta:hover {
    background-color: #000;  
  }
  #content .detail_akce .formatovani_textu a.a_cta2:hover {
    background-color: #000;  
  }
  #content .detail_akce .formatovani_textu a.a_cta2 {
    text-decoration: none;
    background-color: #c40727;  
    font-size: 128.57143%;
    line-height: 122.22222%;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    margin: 10px;
    transition: 0.6s;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_cerne {
    text-decoration: none;
    background-color: #000;  
    font-size: 128.57143%;
    line-height: 122.22222%;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    margin: 10px;
    display: inline-block;
    transition: 0.6s;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_cerne:hover {
    background-color: #686868;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_cervene {
    text-decoration: none;
    background-color: #c40727;  
    font-size: 128.57143%;
    line-height: 122.22222%;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    margin: 10px;
    display: inline-block;
    transition: 0.6s;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_cervene:hover {
    background-color: #ff2c36;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_zelene {
    text-decoration: none;
    background-color: #0c934f;  
    font-size: 128.57143%;
    line-height: 122.22222%;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    margin: 10px;
    display: inline-block;
    transition: 0.6s;
  }
  .vyrazne_zelena {
   color: #2ed07e; 
  }
  #content .detail_akce .formatovani_textu a.tlacitko_zelene:hover {
    background-color: #2ed07e;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_modre {
    text-decoration: none;
    background-color: #1ab0b5;  
    font-size: 128.57143%;
    line-height: 122.22222%;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    margin: 10px;
    display: inline-block;
    transition: 0.6s;
  }
  #content .detail_akce .formatovani_textu a.tlacitko_modre:hover {
    background-color: #31ded4;
  }
  #content .detail_akce .formatovani_textu img.img_vlevo {
   float: left;
   margin: 10px 10px 10px 0px;
  }
  #content .detail_akce .formatovani_textu img.img_vpravo {
   float: right;
   margin: 10px 0px 10px 10px;
  }
  #content .detail_akce .formatovani_textu img.img_100 {
   clear: both;
   width: 80%;
   height: auto!important;
   margin: 15px auto 15px auto;
   text-align: center;
  }
  #content .detail_akce .formatovani_textu table.table_svetla tr td {
   background-color: #f7f7f7;
   border: 1px solid #fff;
   padding: 8px 15px;
  }
  #content .detail_akce .formatovani_textu table.table_tmava tr td  {
   background-color: #c1001f;
   border: 1px solid #fff;
   padding: 8px 15px;
   color: #000;
  }
  #content .detail_akce .formatovani_textu table tr td.td_svetla {
   background-color: #f7f7f7;
   border: 1px solid #fff;
   padding: 8px 15px;
  }
  #content .detail_akce .formatovani_textu table tr td.td_tmava {
   background-color: #c1001f;
   border: 1px solid #fff;
   padding: 8px 15px;
   color: #000;
  }
  #content .detail_akce .formatovani_textu table tr.tr_svetla td {
   background-color: #f7f7f7;
   border: 1px solid #fff;
   padding: 8px 15px;
  }
  #content .detail_akce .formatovani_textu table tr.tr_tmava td {
   background-color: #c8dbdf;
   border: 1px solid #fff;
   padding: 8px 15px;
   color: #000;
  }
  #content .detail_akce .formatovani_textu span.maly {
   font-size: 78%;
  }
  #content .detail_akce .formatovani_textu span.maly2 {
   font-size: 86%;
  }
  #content .detail_akce .formatovani_textu span.maly3 {
   font-size: 94%;
  }
  #content .detail_akce .formatovani_textu span.velky {
   font-size: 110%;
  }
  #content .detail_akce .formatovani_textu span.velky2 {
   font-size: 130%;
  }
  #content .detail_akce .formatovani_textu span.velky3 {
   font-size: 150%;
  }
  #content .detail_akce .formatovani_textu span.nejvetsi {
   font-size: 200%;
  }
  #content .detail_akce .formatovani_textu span.vyrazny {
   color: #c1001f;
  }
  #content .detail_akce .formatovani_textu span.vyrazny_vice {
   color: #c1001f;
   font-weight: bold;
  }
  #content .detail_akce .formatovani_textu span.vyrazny_vice2 {
   color: #c30827;
   font-weight: bold;
  }
  #content .detail_akce .formatovani_textu span.vyrazny_pozadi {
   color: #fff;
   padding: 1px;
   background-color: #c1001f;
  }
  #content .detail_akce .formatovani_textu span.vyrazny_pozadi2 {
   color: #fff;
   padding: 1px;
   background-color: #c30827;
  }
  #content .formatovani_textu strong.velky {
   font-size: 140%;
  }
  #content .detail_akce .formatovani_textu strong.nejvetsi {
   font-size: 180%;
  }
  #content .detail_akce .formatovani_textu blockquote {
   padding: 2px;
   background-color: #f7f7f7;
  }
  #content .detail_akce .formatovani_textu code {
   padding: 2px;
   background-color: #f7f7f7;
    font-family: 'Courier New', Courier, monospace;
  }
  #content .detail_akce .formatovani_textu h1.vetsi {
   font-size: 300%;
  }
  #content .detail_akce .formatovani_textu h1.mensi {
   font-size: 175%;
  }
  #content .detail_akce .formatovani_textu h1.nejmensi {
   font-size: 150%;
  }
  #content .detail_akce .formatovani_textu h2.vetsi {
   font-size: 240%;
  }
  #content .detail_akce .formatovani_textu h2.mensi {
   font-size: 200%;
  }
  #content .detail_akce .formatovani_textu h3.vetsi {
   font-size: 230%;
  }
  #content .detail_akce .formatovani_textu h3.mensi {
   font-size: 180%;
  }
  #content .detail_akce .formatovani_textu h4.vetsi {
   font-size: 220%;
  }
  #content .detail_akce .formatovani_textu h4.mensi {
   font-size: 160%;
  }
  #content .detail_akce .formatovani_textu h5.vetsi {
   font-size: 200%;
  }
  #content .detail_akce .formatovani_textu h5.mensi {
   font-size: 130%;
  }
  #content .detail_akce .formatovani_textu hr {
  clear: both;
  margin: 50px 0 20px 0;
      border: 0;
      height: 1px;
      background: #f2f2f2;
  }
  #content .detail_akce .formatovani_textu p.velky {
   font-size: 150%;
  }
  #content .detail_akce .formatovani_textu p.vyrazny {
   color:#c1001f; font-weight: bold; 
  }
  
  #content .detail_akce .formatovani_textu p.vyrazny a { color:#c30827; font-weight: bold; text-decoration: underline; }
  #content .detail_akce .formatovani_textu p.vyrazny2 {
   font-weight: bold;
   color: #fff;
   padding: 20px;
   font-size: 110%;
   background-color: #c30827;
  }
  #content .detail_akce .formatovani_textu table.panely {
   width: 100%;
  }
  #content .detail_akce .formatovani_textu table.panely p {
   padding: 7px;
   padding: 12px;
  } 
  #content .detail_akce .formatovani_textu ul.vyrazny {
  margin-left: 0px;
  }
  
  #content .detail_akce .formatovani_textu ul.vyrazny li {
    background: transparent url("../../../media/img/data-uri/li.png") no-repeat left 6px;
    list-style-type: none;
    line-height: 118.75%;
    padding: 5px 0 5px 30px;
  }
  #content .detail_akce .formatovani_textu table {
      margin: 10px 10px 30px 10px;
  }
  
  #content .detail_akce .formatovani_textu ul.vyrazny2 {
    margin: 10px;
  }
  #content .detail_akce .formatovani_textu ul.vyrazny2 li {
    font-size: 114.28571%;
    line-height: 118.75%;
    font-weight: bold;
    list-style-type: none;
    padding: 5px 0 5px 30px;
    background: transparent url("../../../media/img/data-uri/li-4.png") no-repeat left 7px;
  }  
  #content .detail_akce .formatovani_textu ul {list-style: none; color: #c1001f; font-weight: 700; margin: 10px 0}
  #content .detail_akce .formatovani_textu ul li {line-height: 140%; padding: 5px 0;} 
  #content .detail_akce .formatovani_textu ul li a {color: #c1001f;} 
  #content .detail_akce .formatovani_textu ul li:before{ content:"- "; position:relative; }
  #content .detail_akce .formatovani_textu a {color: black;}
  #content .detail_akce .formatovani_textu a:hover {text-decoration: none;}

  body .pridat_akci_form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  body .pridat_akci_form label {
    display: block;
    margin-top: 10px;
    line-height: 0px;
    font-size: 0px;
  }
  body .pridat_akci_form label input {
    background: #EFF2F5;
    width: 100%;
    height: 43px;
    padding: 0px 12px;
    outline: none;
    border: none;
    margin-top: 4px;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #555C61;
    box-sizing: border-box;
  }
  body .pridat_akci_form label select {
    background: #EFF2F5;
    width: 100%;
    height: 43px;
    padding: 0px 12px;
    outline: none;
    border: none;
    margin-top: 4px;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #555C61;
    cursor: pointer;
    box-sizing: border-box;
  }
  body .pridat_akci_form label textarea {
    background: #EFF2F5;
    width: 100%;
    height: 141px;
    padding: 12px 12px;
    outline: none;
    border: none;
    margin-top: 4px;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #555C61;
    resize: none;
    box-sizing: border-box;
  }
  body .pridat_akci_form label input::-moz-placeholder {
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #555C61;
  }
  body .pridat_akci_form label input::placeholder {
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #555C61;
  }
  body .pridat_akci_form label input.povinne::-moz-placeholder {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body .pridat_akci_form label input.povinne::placeholder {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body .pridat_akci_form label textarea::-moz-placeholder {
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #555C61;
  }
  body .pridat_akci_form label textarea::placeholder {
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #555C61;
  }
  body .pridat_akci_form label textarea.povinne::-moz-placeholder {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body .pridat_akci_form label textarea.povinne::placeholder {
    font-family: "soleilbold";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #23282D;
  }
  body .pridat_akci_form label select {
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #555C61;
  }
  body .pridat_akci_form p {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  body .pridat_akci_form input[type=submit] {
    width: 100%;
    height: 52px;
    cursor: pointer;
    transition: 500ms;
    margin-top: 24px;
    display: block;
    border-radius: 3px;
    background: #DE0221;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    border: none;
    padding-left: 0px!important;
  }
  body .pridat_akci_form input[type=submit]:hover {
    background-color: #69000f;
  }
  span.planovani {
    cursor: pointer;
    display: block;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    color: #3B3B3B;
    font-family: Soleil;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
  }
  span.planovani i {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background-image: url('../img/pridat_vylet.svg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 9px;
  }
  #content #podstrana .hlavni_obrazek h1 {
    padding-bottom: 20px;
  }
  #content #podstrana .hlavni_obrazek p {
    padding-top: 20px;
  }
  .plan_top {
    display: none;
  }
  .plan_top.active {
    display: block;
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 70px;
    /*color: #3B3B3B;
    font-family: Soleil;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    padding-left: 36px;
    background-image: url("../img/pridat_vylet.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;*/
    text-align: center;
    display: block;
    width: 150px;
    height: 32px;
    margin-top: 4px;
    border-radius: 3px;
    background: #23282D;
    margin-right: 0px;
    text-decoration: none;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF;
    transition: 500ms;
    text-transform: uppercase;
    padding-left: 25px;
    background-image: url("../img/plan-vyletu-white.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .plan_top.active:hover {
    background-color: #DE0221;
  }

  #header .zarovnani #nav_search .plan_top_menu {
    display: none;
  }

  @media only screen and (max-width: 650px) {
    .plan_top {
        display: none!important;
    }
  }

  @media only screen and (max-width: 650px) {
    #header .zarovnani #nav_search .plan_top_menu {
        display: block;
    }
}

#content #podstrana ul.vybrane_vylety {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    color: black;
}
#content #podstrana ul.vybrane_vylety li {
    font-size: 16px;
}
#content #podstrana ul.vybrane_vylety li a {
    color: black;
}
#content #podstrana .pravy_panel_obsah ul {
    color: black;
}
#content #podstrana .pravy_panel_obsah ul li {
    font-size: 16px;
}
#content #podstrana .pravy_panel_obsah ul li a {
    color: black;
}
.btns {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.print_page {
    display: inline-block;
    width: 100px;
    height: 32px;
    margin-top: 4px;
    border-radius: 3px;
    background: #23282D;
    margin-right: 0px;
    text-decoration: none;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.print_page:hover {
    background-color: #DE0221;
}
.send_by_mail {
    display: inline-block;
    width: 180px;
    height: 32px;
    margin-top: 4px;
    border-radius: 3px;
    background: #23282D;
    margin-right: 0px;
    text-decoration: none;
    font-family: "soleilregular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF!important;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-align: center;
    margin-left: 15px;
}
.send_by_mail:hover {
    background-color: #DE0221;
}
.zarovnani.program_zarovnani {
    max-width: 100%!important;
    width: 100%;
}

#rozcestnik_seznam.na_miste {
    width: 100%!important;
    margin-left: 0px!important;
}

.mesto_plne_zazitku {
    width: 100%;
    text-align: center;
    margin-top: 80px;
}
.mesto_plne_zazitku h2 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
.mesto_plne_zazitku .mesto_plne_zazitku_obr {
    margin-top: 60px;
    display: block;
    width: 100%;
    aspect-ratio: 2.4;
    background-image: url('../img/video.jpg?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.poslat_planovac_mailem {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.poslat_planovac_mailem input {
    width: 100%;
    display: block;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
}
.poslat_planovac_mailem input[type="submit"] {
    cursor: pointer;
    background-color: #c40727;
    color: white;
    border: none;
    text-transform: uppercase;
    margin-top: 10px;
}
.poslat_planovac_mailem input[type="submit"]:hover {
    background-color: #000;
}