@charset "UTF-8";
@import 'node_modules/normalize.css/normalize.css';
.links, .home-tabs, .site-top, .cols {
  *zoom: 1;
}
.links:before, .home-tabs:before, .site-top:before, .cols:before, .links:after, .home-tabs:after, .site-top:after, .cols:after {
  content: "";
  display: table;
}
.links:after, .home-tabs:after, .site-top:after, .cols:after {
  clear: both;
}


.perex {
  margin-bottom: 6em
}

.blog-h {
  padding-bottom: .5rem
}
.entry-content, .entry-excerpt {
  line-height: 1.5;
}
.entry-content h2 {
  padding-top: 1rem;
}
.entry-content p{
  padding-bottom: 1rem;
  font-size: 90.9090909091%;
}
.entry-excerpt p {
  font-size: 90.9090909091%;
}

.nav-previous, .nav-next {
  padding-top: 2rem;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
}

.size-post-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 1rem;
}
.w-100 {
  width:100%;
}


body {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 91.6666666667%;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  min-width: 320px;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active {
  outline: 0;
}

input {
  font-style: italic;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-info a, .home-tab-more a, h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
.footer-info a:hover, .home-tab-more a:hover, h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover, .footer-info a:focus, .home-tab-more a:focus, h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus, .footer-info a:active, .home-tab-more a:active, h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
  font-weight: bold;
}

.link a, .footer-info-social a, .logo a {
  overflow: hidden;
}
.link a span, .footer-info-social a span, .logo a span {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.text {
  font-size: 90.9090909091%;
  line-height: 1.5;
}
.text p,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text ul,
.text ol,
.text blockquote {
  padding-bottom: 1em;
}
.text p img {
  display: block;
}
.text p:last-child {
  padding-bottom: 0;
}
.text blockquote {
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: 127.2727272727%;
}
.text ul li {
  list-style: "-";
  padding-left: 0.5em;
  margin-left: 2em;
}

/*
.text-columns {
    column-count: 2;
    -moz-column-count:2;
    -webkit-column-count: 2;
    column-gap: 2em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
}
*/
.col {
  float: left;
}

.cols-2 .col {
  width: 50%;
}

.cols-3 .col {
  width: 33.3%;
}

.container {
  max-width: 760px;
  margin: 0 auto;
}

.site-top {
  background: #6d4446;
}

.site-header {
  float: left;
  padding-left: 1.7em;
  padding-top: 2.5em;
}

.logo a {
  position: relative;
  display: block;
  width: 187px;
  height: 50px;
  padding-top: 1.3em;
  box-sizing: border-box;
  font-size: 109.0909090909%;
  text-align: left;
  text-decoration: none;
}
.logo a span {
  background: url("./img/cenavj-2026.png");
}

@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .logo a span {
    background-size: contain;
    background-image: url("./img/cenavj-2026@2x.png");
  }
}
.site-nav {
  float: left;
  padding: 4em 0;
  font-size: 90.9090909091%;
}
.site-nav li {
  float: left;
  list-style-type: none;
}
.site-nav a {
  display: block;
  margin-right: 2.5em;
  line-height: 2.2;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #1d1d1b;
}
.site-nav a:hover,
.site-nav a:focus,
.site-nav a:active,
.site-nav .current_page_item a {
  border-bottom: 1px solid #1d1d1b;
}

.site-nav-lang {
  float: right;
  text-transform: uppercase;
}
.site-nav-lang li:before {
  content: "|";
  display: inline-block;
  padding-right: 1em;
  color: #dcdcdc;
}
.site-nav-lang a {
  display: inline-block;
  margin-right: 0;
}

.site-content {
  padding: 9em 0;
}

.home-tab-title {
  font-size: 327.2727272727%;
}

.home-tab-text {
  padding: 1.5em 0;
  font-size: 181.8181818182%;
}

.home-tab-more a {
  display: block;
  float: right;
  margin-top: -4em;
  box-sizing: border-box;
  width: 8em;
  height: 8em;
  padding: 1em;
  padding-top: 2.5em;
  border-radius: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
}

body .slick-dots {
  bottom: -108px;
}
body .slick-dots li,
body .slick-dots li button,
body .slick-dots li button:before {
  width: 36px;
  height: 36px;
}
body .slick-dots li button:before {
  line-height: 36px;
  font-size: 15px;
}

body .slick-dotted.slick-slider {
  margin-bottom: 108px;
}

.text-section {
  position: relative;
}
.text-section > * {
  display: none;
}
.text-section > h2 {
  display: block;
  cursor: pointer;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.text-section > h2:before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 1em;
}
.text-section.open > * {
  display: block;
}
.text-section.open h2:before {
  content: "×";
}

.page-id-cena-very-jirousove .text,
.page-id-archiv .text {
  position: relative;
  padding-bottom: 4em;
  border-bottom: 1px solid #000;
}
.page-id-cena-very-jirousove .text > *,
.page-id-archiv .text > * {
  padding-left: 260px;
}
.page-id-cena-very-jirousove .text h2,
.page-id-archiv .text h2 {
  margin-top: 4em;
  border-top: 1px solid #000;
  padding-top: 1em;
}
.page-id-cena-very-jirousove .text h2:first-of-type,
.page-id-archiv .text h2:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.page-id-cena-very-jirousove .text h2:nth-of-type(0n + 2),
.page-id-archiv .text h2:nth-of-type(0n + 2) {
  margin-top: 6em;
}
.page-id-cena-very-jirousove .text h3,
.page-id-archiv .text h3 {
  padding-top: 1.5em;
}
.page-id-cena-very-jirousove .text > p:first-child,
.page-id-archiv .text > p:first-child {
  padding-left: 0;
}
.page-id-cena-very-jirousove .text > p > img,
.page-id-archiv .text > p > img {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.page-id-cena-very-jirousove .text-sections,
.page-id-archiv .text-sections {
  padding-bottom: 0;
}
.page-id-cena-very-jirousove .text-section,
.page-id-archiv .text-section {
  border-top: 1px solid #000;
}
.page-id-cena-very-jirousove .text-section h2,
.page-id-archiv .text-section h2 {
  margin-top: 0;
}
.page-id-cena-very-jirousove .text-section:first-of-type,
.page-id-archiv .text-section:first-of-type {
  margin-top: 6em;
}
.page-id-cena-very-jirousove .text-section.open,
.page-id-archiv .text-section.open {
  padding-bottom: 4em;
}

.page-id-blog .text,
.page-id-doprovodny-program .text,
.page-id-7-rocnik-souteze .text {
  position: relative;
  border-bottom: 1px solid #000;
}
.page-id-blog .text h2,
.page-id-doprovodny-program .text h2,
.page-id-7-rocnik-souteze .text h2 {
  margin-top: 4em;
  border-top: 1px solid #000;
  padding-top: 1em;
}
.page-id-blog .text h2:first-of-type,
.page-id-doprovodny-program .text h2:first-of-type,
.page-id-7-rocnik-souteze .text h2:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.page-id-blog .text h2:nth-of-type(0n + 2),
.page-id-doprovodny-program .text h2:nth-of-type(0n + 2),
.page-id-7-rocnik-souteze .text h2:nth-of-type(0n + 2) {
  margin-top: 6em;
}
.page-id-blog .text .text-sections,
.page-id-doprovodny-program .text .text-sections,
.page-id-7-rocnik-souteze .text .text-sections {
  padding-bottom: 0;
}
.page-id-blog .text .text-section,
.page-id-doprovodny-program .text .text-section,
.page-id-7-rocnik-souteze .text .text-section {
  border-top: 1px solid #000;
}
.page-id-blog .text .text-section h2,
.page-id-doprovodny-program .text .text-section h2,
.page-id-7-rocnik-souteze .text .text-section h2 {
  margin-top: 0;
}
.page-id-blog .text .text-section:first-of-type,
.page-id-doprovodny-program .text .text-section:first-of-type,
.page-id-7-rocnik-souteze .text .text-section:first-of-type {
  margin-top: 6em;
}
.page-id-blog .text .text-section.open,
.page-id-doprovodny-program .text .text-section.open,
.page-id-7-rocnik-souteze .text .text-section.open {
  padding-bottom: 4em;
  padding-top: 3.5rem;
}

.page-id-doprovodny-program .text .text-section.open,
.page-id-7-rocnik-souteze .text .text-section.open {
  padding-top: 0;
}

.page-id-porota .text h3 {
  margin-top: 6em;
}
.page-id-porota .text h3:first-child {
  margin-top: 0;
}
.page-id-porota .text > * {
  padding-left: 260px;
}
.page-id-porota .text img {
  float: left;
  margin-left: -260px;
  margin-top: -4.5em;
}

.footer-info {
  padding: 2.5em 0;
  background: #f6f6f6;
  text-align: center;
}
.footer-info h3,
.footer-info p {
  display: inline-block;
}
.footer-info h3 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.footer-info-contact {
  width: 20em;
  display: inline-block;
}

.footer-info-social {
  padding-top: 1.5em;
}
.footer-info-social a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #000;
  border: 1px solid #f6f6f6;
  text-align: center;
}
.footer-info-social a:hover, .footer-info-social a:focus, .footer-info-social a:active {
  border-color: #000;
  text-decoration: none;
}
.footer-info-social a span {
  background: url("./img/sprite.png");
  background-position: -111px -117px;
}
.footer-info-social p + p span {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 455.73 455.73' version='1.1' viewBox='0 0 455.73 455.73' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m227.86 182.55c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm0 0c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm75.5-73.89h-150.99c-24.1 0-43.71 19.61-43.71 43.71v150.99c0 24.1 19.61 43.71 43.71 43.71h150.99c24.1 0 43.71-19.61 43.71-43.71v-150.99c0-24.1-19.61-43.71-43.71-43.71zm-75.5 197.69c-43.27 0-78.48-35.21-78.48-78.49 0-43.27 35.21-78.48 78.48-78.48 43.28 0 78.49 35.21 78.49 78.48 0 43.28-35.21 78.49-78.49 78.49zm81.01-140.74c-10.24 0-18.57-8.33-18.57-18.57s8.33-18.57 18.57-18.57 18.57 8.33 18.57 18.57-8.33 18.57-18.57 18.57zm-81.01 16.94c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm75.5-73.89h-150.99c-24.1 0-43.71 19.61-43.71 43.71v150.99c0 24.1 19.61 43.71 43.71 43.71h150.99c24.1 0 43.71-19.61 43.71-43.71v-150.99c0-24.1-19.61-43.71-43.71-43.71zm-75.5 197.69c-43.27 0-78.48-35.21-78.48-78.49 0-43.27 35.21-78.48 78.48-78.48 43.28 0 78.49 35.21 78.49 78.48 0 43.28-35.21 78.49-78.49 78.49zm81.01-140.74c-10.24 0-18.57-8.33-18.57-18.57s8.33-18.57 18.57-18.57 18.57 8.33 18.57 18.57-8.33 18.57-18.57 18.57zm-81.01 16.94c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm-227.86-182.55v455.73h455.73v-455.73h-455.73zm380.23 303.36c0 42.39-34.48 76.87-76.87 76.87h-150.99c-42.39 0-76.87-34.48-76.87-76.87v-150.99c0-42.39 34.48-76.87 76.87-76.87h150.99c42.39 0 76.87 34.48 76.87 76.87v150.99zm-76.87-194.7h-150.99c-24.1 0-43.71 19.61-43.71 43.71v150.99c0 24.1 19.61 43.71 43.71 43.71h150.99c24.1 0 43.71-19.61 43.71-43.71v-150.99c0-24.1-19.61-43.71-43.71-43.71zm-75.5 197.69c-43.27 0-78.48-35.21-78.48-78.49 0-43.27 35.21-78.48 78.48-78.48 43.28 0 78.49 35.21 78.49 78.48 0 43.28-35.21 78.49-78.49 78.49zm81.01-140.74c-10.24 0-18.57-8.33-18.57-18.57s8.33-18.57 18.57-18.57 18.57 8.33 18.57 18.57-8.33 18.57-18.57 18.57zm-81.01 16.94c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm0 0c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm0 0c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm75.5-73.89h-150.99c-24.1 0-43.71 19.61-43.71 43.71v150.99c0 24.1 19.61 43.71 43.71 43.71h150.99c24.1 0 43.71-19.61 43.71-43.71v-150.99c0-24.1-19.61-43.71-43.71-43.71zm-75.5 197.69c-43.27 0-78.48-35.21-78.48-78.49 0-43.27 35.21-78.48 78.48-78.48 43.28 0 78.49 35.21 78.49 78.48 0 43.28-35.21 78.49-78.49 78.49zm81.01-140.74c-10.24 0-18.57-8.33-18.57-18.57s8.33-18.57 18.57-18.57 18.57 8.33 18.57 18.57-8.33 18.57-18.57 18.57zm-81.01 16.94c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm0 0c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm0 0c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31zm75.5-73.89h-150.99c-24.1 0-43.71 19.61-43.71 43.71v150.99c0 24.1 19.61 43.71 43.71 43.71h150.99c24.1 0 43.71-19.61 43.71-43.71v-150.99c0-24.1-19.61-43.71-43.71-43.71zm-75.5 197.69c-43.27 0-78.48-35.21-78.48-78.49 0-43.27 35.21-78.48 78.48-78.48 43.28 0 78.49 35.21 78.49 78.48 0 43.28-35.21 78.49-78.49 78.49zm81.01-140.74c-10.24 0-18.57-8.33-18.57-18.57s8.33-18.57 18.57-18.57 18.57 8.33 18.57 18.57-8.33 18.57-18.57 18.57zm-81.01 16.94c-24.98 0-45.32 20.33-45.32 45.31 0 24.99 20.34 45.33 45.32 45.33 24.99 0 45.32-20.34 45.32-45.33 0-24.98-20.33-45.31-45.32-45.31z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 100%;
  background-color: white;
}

.footer-links {
  padding: 0.5em 0;
}
.footer-links .container {
  max-width: 1000px;
}

.footer-copy {
  padding: 3em 0;
  color: #fff;
  background: #000;
  text-align: center;
}

.links {
  padding-top: 2em;
}

.links-item {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
  min-height: 60px;
}
.links-item h3 {
  display: inline-block;
  font-family: inherit;
  font-size: 90.9090909091%;
  font-weight: inherit;
  padding-top: 1em;
  padding-right: 0.5em;
}

.link {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: top;
}
.link a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.link a span {
  background: url("./img/sprite.png");
}

.link-czechcentres a {
  width: 127px;
  height: 27px;
  margin-top: 5px;
}
.link-czechcentres a span {
  background-position: 0 0;
}

.link-meetfactory a {
  width: 158px;
  height: 22px;
  margin-top: 10px;
}
.link-meetfactory a span {
  background-position: 0 -28px;
}

.link-ini a {
  width: 36px;
  height: 44px;
}
.link-ini a span {
  background-position: 0 -51px;
}

.link-prague a {
  width: 39px;
  height: 39px;
}
.link-prague a span {
  background-position: -37px -51px;
}


.link-ministry a {
  width: 110px;
  height: 34px;
  margin-top: 3px;
}
.link-ministry a span {
  background-position: 0 -96px;
}

.link-flashart a {
  width: 86px;
  height: 27px;
  margin-top: 8px;
}
.link-flashart a span {
  background-position: 0 -131px;
}

.link-artantiques a {
  width: 32px;
  height: 32px;
  margin-top: 4px;
}
.link-artantiques a span {
  background-position: -111px -84px;
}

.link-a2 a {
  width: 56px;
  height: 38px;
  margin-top: 2px;
}
.link-a2 a span {
  background-position: -87px -148px;
}

.link-artmap a {
  width: 81px;
  height: 25px;
  margin-top: 5px;
}
.link-artmap a span {
  background-position: 0 -159px;
}

.link-artycok a {
  width: 155px;
  height: 21px;
  margin-top: 7px;
}
.link-artycok a span {
  background-position: 0 -185px;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 1em;
  }
  .site-top .container {
    position: absolute;
    display: none;
    float: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    min-height: 100%;
    max-width: none;
    padding: 0;
    background: #6d4446;
  }
  .js-nav-open .site-top .container {
    display: block;
  }
  .site-top-button {
    display: block;
    position: absolute;
    z-index: 3;
    right: 2.2em;
    top: 3em;
    width: 30px;
    height: 23px;
    background: url("./img/sprite.png");
    background-position: -128px 0;
    cursor: pointer;
  }
  .js-nav-open .site-top-button {
    width: 23px;
    background-position: -133px -51px;
  }
  .site-header {
    padding-top: 2em;
    padding-bottom: 1.8em;
  }
  .site-nav {
    float: none;
    background: #6d4446;
    padding: 0;
    font-size: 127.2727272727%;
    text-align: center;
  }
  .site-nav li {
    float: none;
    display: block;
    padding: 0.4em 0;
  }
  .site-nav a {
    display: inline-block;
    margin-right: 0;
    line-height: 2.2;
  }
  .site-nav-left {
    padding-top: 6em;
  }
  .site-nav-lang li:before {
    display: none;
  }
  .site-content {
    padding: 5em 0;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
  .home-tab-title {
    font-size: 290.9090909091%;
  }
  .home-tab-text {
    font-size: 163.6363636364%;
    text-align: center;
  }
  .home-tab-more {
    padding-top: 2em;
  }
  .home-tab-more a {
    float: none;
    margin: 0 auto;
  }
  .page-id-cena-very-jirousove .text > * {
    padding-left: 0;
  }
  .page-id-cena-very-jirousove .text > p > img {
    position: static;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .page-id-cena-very-jirousove .text .text-section:first-of-type {
    margin-top: 2em;
  }
  .page-id-cena-very-jirousove .text .text-section.open {
    padding-bottom: 2em;
  }
  .page-id-porota .text h3 {
    margin-top: 2em;
  }
  .page-id-porota .text h3:first-child {
    margin-top: 0;
  }
  .page-id-porota .text > * {
    padding-left: 0;
  }
  .page-id-porota .text img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .links {
    padding-bottom: 2em;
  }
  .links-item {
    padding: 0;
    min-height: 50px;
  }
  .links-item h3 {
    padding-right: 0;
    font-size: 72.7272727273%;
  }
  .text ul li {
    margin-left: 0.5em;
  }
}

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